.elementor-4257 .elementor-element.elementor-element-8f911cc{--display:flex;--min-height:596px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4257 .elementor-element.elementor-element-8f911cc.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4257 .elementor-element.elementor-element-fe64813{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4257 .elementor-element.elementor-element-70753c7{--display:flex;}.elementor-4257 .elementor-element.elementor-element-ef9391d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:16px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4257 .elementor-element.elementor-element-e1aac31{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4257 .elementor-element.elementor-element-4a8d6ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4257 .elementor-element.elementor-element-ec77fab{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 100px) 0px;}.elementor-4257 .elementor-element.elementor-element-c9ad79b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-4257 .elementor-element.elementor-element-4a8d6ca{--content-width:1493px;}.elementor-4257 .elementor-element.elementor-element-c9ad79b{--content-width:1328px;}}@media(max-width:1024px){.elementor-4257 .elementor-element.elementor-element-fe64813{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4257 .elementor-element.elementor-element-ef9391d{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-4257 .elementor-element.elementor-element-8f911cc{--width:341.25px;}.elementor-4257 .elementor-element.elementor-element-fe64813{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4257 .elementor-element.elementor-element-ef9391d{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-a0d1f94 *//* HERO WRAPPER */
.xrsan-hero {
  min-height: 100vh;
  background:
    linear-gradient(
      270deg,
      rgba(0, 76, 138, 0) 0%,
      rgba(0, 76, 138, 0.26) 33%,
      rgba(0, 76, 138, 0.6) 100%
    ),
    url("https://xceneresearch.com/wp-content/uploads/2025/12/Group_2497_1_88.png") center center / cover no-repeat;
  display: flex;
  align-items: center;
  padding: 80px 20px;
}


/* CONTENT CONTAINER */
.xrsan-container {
  max-width: 1200px;
  margin-top: 30px;
  margin-left:80px;
  color: #ffffff;
}

/* EYEBROW TEXT */
.xrsan-eyebrow {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 3px;
   margin-top: 60px;
}

/* MAIN HEADING */
.xrsan-heading h1 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 1200px;
  margin-bottom: 30px;
 
  
}

/* DESCRIPTION */
.xrsan-description {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
  max-width: 650px;
  margin-bottom: 40px;
}

/* BUTTON */
.xrsan-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #004c8a;
  padding: 18px 36px;
  border-radius: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.xrsan-btn:hover {
  background: #e6f0f8;
}

/* ========================= */
/* 📱 MOBILE RESPONSIVENESS */
/* ========================= */
@media (max-width: 1024px) {
  .xrsan-container {
    margin-left: auto; /* reset */
    padding: 0 32px;
  }
}

@media (max-width: 768px) {
  .xrsan-container {
    margin-left: auto; /* reset */
    padding: 0 16px;
  }
}



@media (max-width: 768px) {
  .xrsan-heading h1 {
    font-size: 32px
    
  }
  
 

  .xrsan-description {
    font-size: 15px;
    line-height: 24px;
  }

  .xrsan-btn {
    width: 100%;
    justify-content: center;
    padding: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22c0da0 *//* WHY JOIN SECTION */
.xrsan-why {
  padding: 80px 20px;
}

/* CONTAINER */


.xrsan-why-container {
  max-width: 1215px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.xrsan-why-container p {
  max-width: 862px;
  width: 100%;
  margin: 0 auto;
}


/* HEADING */
.xrsan-why-container h2 {
  color: #004c8a;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 65px;
  margin-bottom: 13px;
}

/* DESCRIPTION */
.xrsan-why-container p {
  max-width: 862px;
  margin: 0 auto;
  color: #002340;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
  
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */
@media (max-width: 1024px) {
  .xrsan-why-container h2 {
    font-size: 40px;
    line-height: 54px;
  }

  .xrsan-why-container p {
    font-size: 15.5px;
  }
}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */
@media (max-width: 768px) {
  .xrsan-why {
    padding: 60px 16px;
  }

  .xrsan-why-container h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .xrsan-why-container p {
    max-width: 100%;
    font-size: 15px;
    line-height: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9abe2e *//* Container */
.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 20px 0;
}

/* Cards */
.card {
  width: 100%;
  max-width: 410px;
  min-height: 312px;
  background: #fff;
  border-radius: 30px;
  border: 0.5px solid #D0D1D2;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;

  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s forwards;
}

.card:nth-child(1) { animation-delay: 0.1s; }
.card:nth-child(2) { animation-delay: 0.3s; }
.card:nth-child(3) { animation-delay: 0.5s; }

/* Icons */
.icon {
  width: 80px;
  height: 80px;
  background: #EEEEEE;
  border-radius: 20px;
  position: relative;
  margin-bottom: 50px;
}

.icon-inner {
  width: 50px;
  height: 50px;
  background: #004C8A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Staff icon */
.staff-icon-left {
  width: 16.67px;
  height: 16.56px;
  background: #004C8A;
  position: absolute;
  left: 16.67px;
  top: 6.63px;
}
.staff-icon-right {
  width: 50px;
  height: 39.75px;
  background: #004C8A;
  position: absolute;
  top: 6.63px;
  left: 0;
}

/* Infrastructure icon */
.infrastructure-icon {
  width: 45.31px;
  height: 43.75px;
  left: 1.56px;
  top: 3.13px;
}

/* Card text */
.card-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #002340;
  margin-bottom: 10px;
}

.card-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #002340;
}

/* Animation */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .cards-container {
    justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
    align-items: center;
  }
  .card {
    max-width: 90%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4dd0ac5 *//* WHY JOIN SECTION */
.xrsan-why {
  padding: 80px 20px;
}

/* CONTAINER */


.xrsan-why-container {
  max-width: 1215px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.xrsan-why-container p {
  max-width: 862px;
  width: 100%;
  margin: 0 auto;
}


/* HEADING */
.xrsan-why-container h2 {
  color: #004c8a;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 65px;
  margin-bottom: 5px;
}

/* DESCRIPTION */
.xrsan-why-container p {
  max-width: 862px;
  margin: 0 auto;
  color: #002340;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
  
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */
@media (max-width: 1024px) {
  .xrsan-why-container h2 {
    font-size: 40px;
    line-height: 54px;
  }

  .xrsan-why-container p {
    font-size: 15.5px;
  }
}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */
@media (max-width: 768px) {
  .xrsan-why {
    padding: 60px 16px;
  }

  .xrsan-why-container h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .xrsan-why-container p {
    max-width: 100%;
    font-size: 15px;
    line-height: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0a5097 *//* Section container */
.section-eligibility-2026 {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px;
}

/* Left cards */
.section-left-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 650px;
  width: 100%;
}

/* Card styling */
.section-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border-radius: 30px;
  background: #E1EDFE;
  min-height: 120px;
}

.section-card-icon {
  width: 20px;
  height: 50px;
  background: #004C8A;
  border-radius: 8px;
  flex-shrink: 0;
}

.section-card-text .section-card-label {
  font-family: Lato, sans-serif;
  font-size: 18px;
  color: #002340;
}
.section-card-text .section-card-value {
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #004C8A;
}
.section-card-text .section-card-subtext {
  font-family: Lato, sans-serif;
  font-size: 20px;
  color: #002340;
}

/* Note card */
.section-note-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #E1EDFE;
  border-radius: 20px;
  padding: 20px;
}
.section-note-bar {
  width: 10px;
  background: #004C8A;
  border-radius: 5px;
}
.section-note-text {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #002340;
}

/* Right side eligibility */
.section-right-eligibility {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 450px;
  width: 100%;
}

.section-eligibility-title {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #002340;
}
.section-eligibility-subtitle {
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #002340;
}

/* Eligibility list */
.section-eligibility-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.section-eligibility-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.section-eligibility-icon {
  width: 40px;
  height: 40px;
  background: #004C8A;
  border-radius: 6px;
  flex-shrink: 0;
}
.section-eligibility-text {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #002340;
}

/* Responsive */
@media (max-width: 1024px) {
  .section-eligibility-2026 {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-eligibility-2026 {
    flex-direction: column;
    align-items: center;
  }

  .section-left-cards, .section-right-eligibility {
    max-width: 100%;
  }

  .section-card-text .section-card-value {
    font-size: 28px;
  }
  .section-eligibility-text {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3017f3b *//* Section container */
.section-about-xcene-2026 {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 10px;
}

/* Left text content */
.about-text {
  max-width: 580px;
  width: 100%;

}

.about-title {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 65px;
  color: #004C8A;
  margin-bottom: 25px;
}

.about-description {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #002340;
}

/* Right images */
.about-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 200px;

  max-width: 552px;
  width: 100%;
}

.img-large {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.img-row {
  display: flex;
  gap: 20px;
}

.img-small {
  flex: 1;
  border-radius: 30px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 1024px) {
  .section-about-xcene-2026 {
    gap: 50px;
  }

  .about-title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 768px) {
  .section-about-xcene-2026 {
    flex-direction: column;
    align-items: center;
  }
  
  @media (max-width: 768px) {
  .about-images {
    margin-top: 0; /* removes top margin on mobile */
  }
}


  .about-text, .about-images {
    max-width: 90%;
  }

  .about-title {
    font-size: 32px;
    line-height: 45px;
    text-align: center;
  }

  .img-row {
    flex-direction: column;
    
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec77fab */.section-join-xcene {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; /* make children stretch full height */
  background: #004C8A;
  border-radius: 30px;
  padding: 0px 0px 0px 0px; /* top, right, bottom, left */
  color: white;
  overflow: hidden; /* ensures image respects border-radius */
}

/* Content */
.join-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1 1 500px;
  width: 100%;
  max-width: 550px;
}

/* Right image */
.join-image {
  flex: 1 1 400px;
  display: flex;
  justify-content: flex-end;
  height: 100%; /* fill the container height */
}

.join-image img {
  width: 100%;
  height: 100%;  /* make image same height as container */
  object-fit: cover;
  border-radius: 0 30px 30px 0; /* right side rounded only */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1bdf03 *//* Section container */
.section-join-xcene {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  background: #004C8A;
  border-radius: 30px;
  padding: 40px 20px;
  color: white;
  position: relative;
}

.join-image {
  flex: 1 1 400px;
  display: flex;
  justify-content: flex-end;
}

.join-image img {
  width: 100%;
  max-width: 623px;
  height: auto; /* allow image to scale with width */
  border-radius: 30px;
  object-fit: cover;
}

/* Content */
.join-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1 1 500px;
  width: 100%;
}

.join-title {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: white;
}

.join-description {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: white;
}

/* Contact blocks */
.join-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-icon {
  width: 80px;
  height: 80px;
  background: #003057;
  border-radius: 20px;
  flex-shrink: 0;
  position: relative;
}

.contact-icon::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 37.5px;
  top: 6.25px;
  left: 15px;
  background: white;
}

.contact-text .contact-label {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contact-text .contact-value {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
  word-break: break-word; /* wrap long emails/websites */
}

/* Apply Now button */
.btn-apply {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: #004C8A;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 20px;
  border-radius: 10px;
  padding: 16px 30px;
  text-decoration: none;
  max-width: fit-content;
  transition: transform 0.3s ease;
}

.btn-apply:hover {
  transform: translateY(-3px);
}

.btn-arrow {
  width: 28px;
  height: 28px;
  position: relative;
}

.btn-arrow::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 11px;
  top: 8.5px;
  left: 6.5px;
  background: #004C8A;
}

/* Right image */
.join-image {
  flex: 1 1 400px;
  display: flex;
  justify-content: flex-end;
}

.join-image img {
  width: 100%;
  max-width: 623px;
  border-radius: 30px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 1024px) {
  .join-title { font-size: 28px; line-height: 34px; }
  .join-description { font-size: 15px; line-height: 24px; }
  .contact-text .contact-label { font-size: 15px; }
  .contact-text .contact-value { font-size: 16px; }
  .btn-apply { font-size: 18px; padding: 14px 28px; }
}

@media (max-width: 768px) {
  .section-join-xcene {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .join-content, .join-image {
    width: 100%;
    max-width: 100%;
  }

  .join-contact {
    align-items: center;
  }

  .btn-apply {
    justify-content: center;
    margin: 0 auto;
    font-size: 16px;
    padding: 12px 24px;
  }

  .join-image img {
    max-width: 100%;
  }
}/* End custom CSS */