/* === career Hero Section === */
.career-hero-section {
    width: 100%;
    padding: 75px 0px 0px 100px;
    box-sizing: border-box;
}

.career-hero-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
}

/* === LEFT SIDE === */
.career-hero-left {
    flex: 1;
    padding: 20px 30px;
    min-width: 300px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.career-hero-title h1 {
    color: #ef365c;
    font-size: 60px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.career-hero-text {
    font-size: 25px;
    margin: 0;
    color: #18548a;
}

.career-hero-btn {
    margin-top: 10px;
}

/* === RIGHT SIDE === */
.career-hero-right {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
    min-width: 300px;
}

.career-right-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.card-btn a{
  text-decoration: none;
}

/* === Responsive Styles === */
@media (max-width: 1400px) {
    .career-hero-section {
    padding: 75px 0px 50px 100px;
}
    .career-hero-title h1 {
        font-size: 50px;
    }
}

@media (max-width: 1245px) {
    .career-hero-section {
        padding: 100px 0px 50px 0px;
    }

    .career-hero-title h1 {
        font-size: 40px;
    }

    .career-hero-text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .career-hero-section {
        width: 100%;
        padding: 50px 0px 0px 0px;
    }

    .career-hero-inner {
        flex-direction: column;
        padding: 75px 0px 30px;
    }

    .career-hero-left {
        text-align: center;
        padding: 20px 15px;
        max-width: 100%;
        gap: 15px;
    }

    .career-hero-title h1 {
        font-size: 40px;
    }

    .career-hero-right {
        display: none;
    }
}

@media (max-width: 480px) {
    .career-hero-left {
        padding: 10px;
    }

    .career-hero-text {
        font-size: 25px;
    }

    .career-hero-btn .gradient-btn {
        padding: 10px 20px;
    }
}




/* career-Journey video*******************************/
.career-Journey-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 100px 0px 100px;
    height: 100%;
}

.career-Journey-video {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden; */
  position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.career-Journey video {
  /* width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.5);  */
  object-fit: contain;
    width: 100%;
    height: 100%;
}

.career-Journey-container {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
  width: 65%;
  display: grid;
  gap: 20px;
}

.career-Journey-container-title{
  color: #ef365c;
  align-items: center;  
  font-size: 60px;
}

.career-Journey-text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #18548a;
  line-height: 1.6;
}

.career-Journey-btn{
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.explore-openings-btn{
    max-width: 200px;
}

.internships-btn{
    max-width: 200px;
}
@media (max-width: 1024px) {
  .career-Journey-container {
    padding: 0px;
    width: 80%;
}
}


@media (max-width: 768px) {
  .career-Journey-section {
   padding: 5px;

  }

  .career-Journey-container {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
}
.career-Journey-container-title{
  color: #ef365c;
  align-items: center;  
  font-size: 40px;
}

  .career-Journey-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .career-Journey-video {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
}



/* opportunities-section -----------------------------------------*/
.opportunities-section {
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px 40px 100px;
  box-sizing: border-box;
}

.opportunities-inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

/* Left & Right Columns get 50% each */
.opportunities-left,
.opportunities-right {
  flex: 1;
  padding: 40px 0px 40px 40px;
  box-sizing: border-box;
  overflow-y: auto;
}

/* Scroll bar style (optional) */
.opportunities-right::-webkit-scrollbar,
.opportunities-left::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.opportunities-right::-webkit-scrollbar-thumb,
.opportunities-left::-webkit-scrollbar-thumb {

  border-radius: 10px;
}

.opportunities-title .title {
  color: #ef365c;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.3;
}

.opportunities-text {
  font-size: 16px;
  color: #18548a;
  font-weight: 600;
  margin-bottom: 30px;
}

.button-row {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.dropdown-btn,
.gradient-btn {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  white-space: nowrap;
  border: none;
}

.dropdown-btn {
  background: #fff;
  border: 2px solid #ef365c;
  color: #ef365c;
}



/* Grid cards scroll horizontally */

.opportunities-grid {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  padding-bottom: 10px;
  background-color: #fff;
  scroll-behavior: auto; 
  scrollbar-width: none;
}


.opportunities-grid::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}


.opportunities-card {
    width: 100%;
    border-radius: 16px;
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom right, #1d5689, #ef365c);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    display: grid;
    min-height: 350px;

}

.opportunities-grid {
  width: 100%;
}
.opportunities-card-wrapper {
  width: 300px; /* same as .opportunities-card */
  margin: 10px;
}

.card-title {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background: linear-gradient(to right, #18548a, #ef365c);
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 100px;
    display: grid;
    align-items: center;
}
.details {
    font-size: 15px;
    padding: 10px;
    font-weight: 400;
    line-height: 1.5;
    display: grid;
    gap: 5px;
}

.details div {
  display: flex;
  gap: 6px;
  align-items: baseline;
  margin-bottom: 0; /* remove space for horizontal layout */
}

.basics {
  color: #ef365c;
}


.strong {
  color: #18548a;
}

.card-btn {
    text-align: center;
}

#countryFilter{
 padding: 7px 24px;
  font-size: 16px;
  background:#ffffff;
  color: #ef365c;
  border: 2px solid #1d5689;
  border-radius: 20px;
  cursor: pointer;
}

#countryFilter option {
    color: #000;
}


.apply-btn {
  padding: 10px 24px;
  font-size: 16px;
  border-radius: 16px;
  margin: 20px;
  color: #18548a;
  cursor: pointer;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom right, #1d5689, #ef365c);
  border-image-slice: 1;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  border-radius: 16px;
}

.apply-btn:hover {
  background: #1d5689;
    color: #fff;
    border: 2px solid #1d5689 ;
    transition: background 1s ease;
}


@media screen and (max-width: 1050px) {
.opportunities-section {
 padding: 30px;
    padding-right: 0;
}

.opportunities-inner {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 10px;
}

.opportunities-left{
    padding: 0;
}

.opportunities-right {
    flex: 1;
    padding: 0;
    box-sizing: border-box;
}

    .title {
        font-size: 35px;
    }
}

@media screen and (max-width: 770px) {
    .opportunities-section {
        padding: 30px;
    }

    .opportunities-inner {
        display: grid;
        gap: 20px;
    }

    .opportunities-left {
      text-align: center;
    }

    .card-title{
      padding: 20px;
    }
}



 @media screen and (max-width: 450px) {
    .opportunities-card {
       flex: 0 0 250px;
    }
    .button-row {
      display: grid;
      gap: 12px;
      margin-bottom: 30px;
      text-align: center;
    }

    .opportunities-card-wrapper {
    width: 300px;
    margin: 0;
}


.opportunities-card {
    min-height: 370px;

}

}

/* === Internships Section === */
.internships-section {
    width: 100%;
    /* height: 100vh; */
    padding: 0px 0px 0px 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.internships-inner {
    display: flex;
    flex-direction: row;
    width: 1482px; /* 660 + 822 */
    height: 580px;
    max-width: 100%;
}

/* === LEFT SIDE - Fixed Width === */
.internships-left {
    width: 660px;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    box-sizing: border-box;
}

.internships-title h1 {
    color: #ef365c;
    font-size: 60px;
    font-weight: 400;
    margin: 0;
}

.internships-text {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    color: #18548a;
}

.internships-btn2 {
    margin-top: 10px;
}

/* === RIGHT SIDE - Fixed Video Size === */
.internships-right {
    width: 822px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.internships-video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
}

.internships-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === Responsive Styles === */
@media (max-width: 1400px) {
    .internships-title h1 {
        font-size: 50px;
    }

    .internships-text {
        font-size: 18px;
    }
}

@media (max-width: 1245px) {
    .internships-text {
        font-size: 16px;
    }
}

@media (max-width: 950px) {
  .internships-section {
    padding: 0px 0px 0px 50px;
}


}
@media (max-width: 768px) {
    .internships-section {
        height: auto;
        padding: 50px;
    }

    .internships-inner {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .internships-left {
        width: 100%;
        text-align: center;
        padding: 20px 15px;
    }

    .internships-title h1 {
        font-size: 40px;
    }

    .internships-text {
        font-size: 16px;
        line-height: 1.5;
    }

    .internships-right {
        display: none; /* hide video */
    }

    .details div {
  align-items: baseline;
}
}

@media (max-width: 480px) {

   .internships-section {
        padding: 25px;
    }
    .internships-left {
        padding: 10px;
    }

    .internships-title h1 {
        font-size: 40px;
    }

    .internships-text {
        font-size: 14px;
    }

    .internships-hero-btn .gradient-btn {
        padding: 10px 20px;
    }
}


/***************** Goal  ********************************/
.goal-section {
  position: relative;
  min-height: 80vh;
  padding: 80px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.goal-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.goal-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1); 
}

.goal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); 
  z-index: 1;
}

.goal-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  color: #18548a;
}

.goal-container-title {
  font-size: 60px;
  font-weight: 400;
  color: #ef365c;
  margin-bottom: 20px;
}

.goal-text {
  font-size: 18px;
  font-weight:bold;
  color: #18548a;
  line-height: 1.6;
  margin-bottom: 20px;
}

.goal-text strong {
  display: block;
  margin-top: 10px;
}

.goal-list{
  width: 100%;
  max-width: 600px; 
  margin: 0 auto;
}
.goal-perks-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 15px;
  justify-items: center;
}

.goal-perks-list li {

  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom right, #1d5689, #ef365c);
  border-image-slice: 1;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #18548a;
  padding: 14px 24px;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  max-width: 500px; 
  transition: all 0.3s ease;
}

.goal-perks-list li:hover {
  background-color: #18548a;
  color: #ef365c;
}

@media (max-width: 768px) {
  .goal-section {
    padding: 40px 20px;
}
 
.goal-container {
  padding: 20px;
}

  .goal-container-title {
    font-size: 40px;
  }

  .goal-text {
    font-size: 16px;
  }

  .goal-perks-list li {
    font-size: 16px;
    padding: 10px 25px;
  }
}

@media (max-width: 450px) {
    .goal-perks-list li {
        font-size: 13px;
        padding: 10px 25px;
    }
}


/***************** Awards Section  ********************************/
    .awards-section {
      padding: 40px 100px;
    }


    .awards-title {
      font-size: 60px;
      font-weight: 400;
      color: #ef365c;
      text-align: center;
      margin-bottom: 0px;
    }

    .awards-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      align-items: center;
      flex-wrap: wrap;
      padding: 30px 0px 20px 0px
    }

    .awards-media {
      position: relative;
    }

    .slider-container {
      position: relative;
      overflow: hidden;
    }

    .slider-images {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slider-images img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .slider-controls {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-dot.active {
  background-color: #ef365c;
}

    .awards-description {
      font-size: 16px;
      line-height: 1.6;
      color: #18548a;
      padding: 20px;
      font-weight: bold;
      border-radius: 12px;    
    }

.award-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
  justify-content: center;
}

.award-card {
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom right, #1d5689, #ef365c);
  border-image-slice: 1;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  padding: 20px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.award-title {
  font-size: 18px;
  font-weight: 700;
  color: #18548a;
  margin-bottom: 40px;
}

.award-text {
  font-size: 16px;
  color: #ef365c;
}



@media (max-width: 1150px) {
  .award-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

    }

@media (max-width: 768px) {
      .awards-wrapper {
        grid-template-columns: 1fr;
      }

      .award-cards {
       display: grid;
       margin-top: 20px;
       grid-template-columns: 1fr 1fr;
     }

      .awards-section {
       padding: 20px 50px;
      }

    .awards-title {
      font-size: 40px;
    }

    .awards-description {
      text-align: center;
}
    }

  @media (max-width: 450px) {

      .awards-section {
       padding: 20px 20px;
      }

       .award-cards {
       display: grid;
       margin-top: 10px;
       grid-template-columns:1fr;
     }
  }


  #footer-form{
    display:none;
  }