/***banner page start***/
/* Full-Width Banner Section */
.full-banner {
  position: relative;
  width: 100%;
  height: 100vh; /* Full screen height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Full-Screen Background Image */
.full-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image covers the entire section */
  z-index: -1;
}

/* Content Overlay */
.full-banner__content {
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 20px;
  z-index: 2;
}

/* Title */
.full-banner__title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Subtitle */
.full-banner__subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}

/* Call-to-Action Button */
.full-banner__button {
  display: inline-block;
  padding: 12px 24px;
  background: #fcaf17;
  color: #202020;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.full-banner__button:hover {
  background: #f47625;
  color: #fff;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .full-banner {
    height: 80vh; /* Adjust height for mobile */
  }

  .full-banner__title {
    font-size: 28px;
  }

  .full-banner__subtitle {
    font-size: 16px;
  }

  .full-banner__button {
    padding: 10px 20px;
    font-size: 14px;
  }
}


/**banner page end**/

/*-------------------- ABOUT US MAIN START --------------------*/

.about-us {
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.about-us__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.about-us__brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #8e8e8e;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.51px;
  text-transform: uppercase;
}

.about-us__title {
  font-size: 40px;
}

.about-us__company-name {
  background: linear-gradient(92deg, #f37022 1.79%, #fcaf17 97.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 0px;
  margin:3px;
}

.about-us__subtitle {
  display: block;
  margin:3px;

}

.about-us__description {
  font-size: 1rem;
  color: #202020;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}

.about-us__hashtag {
  font-weight: 500;
  margin:3px;
}

.about-us__logo {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us__logo-image {
  max-width: 100%;
  height: auto;
}

@media (min-width: 425px) {
  .about-us__logo-image {
    max-width: 60%;
  }
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .about-us {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .about-us__title {
    font-size: 28px; /* Further reduce for mobile readability */
  }

  .about-us__company-name {
    font-size: 45px; /* Make brand name fit better */
  }

  .about-us__subtitle {
    font-size: 18px;
  }

  .about-us__description {
    font-size: 14px;
    padding: 0 10px;
  }

  .about-us__logo-image {
    max-width: 140px; /* Adjust logo size */
  }


}

@media (min-width: 1024px) {
  .about-us {
    min-height: calc(100vh - 100px);
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-us__container {
    justify-content: space-between;
    flex-direction: row;
    gap: 40px;
  }

  .about-us__content {
    flex: 0.6;
    /* max-width: 600px; */
  }

  .about-us__logo {
    flex: 0.4;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-us__title {
    font-size: 65px;
    line-height: 70px;
  }

  .about-us__description {
    font-size: 1.2rem;
  }

  .about-us__logo-image {
    max-width: 100%;
  }
}

/*-------------------- ABOUT US MAIN START --------------------*/

/*-------------------- EXPEDITION SECTION START --------------------*/

.expedition {
  background: #f4f6f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.expedition__item {
  position: relative;
  overflow: hidden;
}

.expedition__heading {
  margin-bottom: 20px;
  text-align: center;
}

.expedition__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.expedition__title .expedition__title-first {
  color: #202020;
  text-align: center;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 8px;
}

.expedition__title .expedition__title-second {
  color: #EF6026;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.expedition__heading .expedition__subtitle {
  color: #515151;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.expedition__progress {
  position: relative;
  top: 200px;
  left: 50%;
}

.expedition__progress .expedition__year {
  color: #f47625;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
  position: absolute;
  transform: translate(-50%, -50%);
}

.expedition__progress .expedition__dot {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  border-radius: 50%;
  position: relative;
  top: 25px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  background: linear-gradient(135deg, #f47625, #fcaf17);
}

.expedition__content {
  width: 100%;
  position: relative;
  display: flex;
  gap: 180px;
  justify-content: center;
  min-height: 400px;
}

.expedition__item--inverted .expedition__content {
  flex-direction: row-reverse;
}

.expedition__image {
  width: 450px;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expedition__image-poster {
  height: auto;
  max-width: 450px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.expedition__text {
  display: flex;
  flex-direction: column;
  max-width: 450px;
}

.expedition__text-title-first {
  font-size: 22px;
  color: #202020;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 8px;
}

.expedition__text-title-second {
  color: #fcaf17;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.expedition__description {
  color: #202020;
  text-align: justify;
  text-wrap: pretty;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-top: 15px;
}

/* ==== Responsive Styles ==== */
@media (max-width: 1024px) {
  .expedition__content {
    gap: 100px;
  }

  .expedition__image {
    width: 350px;
    min-height: auto;
  }

  .expedition__text {
    max-width: 350px;
  }

  .expedition__text-title-first,
  .expedition__text-title-second {
    font-size: 20px;
  }

  .expedition__description {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .expedition {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .expedition__content {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    min-height: auto;
  }

  .expedition__item--inverted .expedition__content {
    flex-direction: column;
  }

  .expedition__image {
    width: 100%;
    max-width: 400px;
    min-height: auto;
  }

  .expedition__text {
    max-width: 100%;
    text-align: center;
    padding: 0 15px;
  }

  .expedition__text-title-first,
  .expedition__text-title-second {
    font-size: 18px;
  }

  .expedition__description {
    font-size: 14px;
    line-height: 22px;
  }
}




@media (max-width: 480px) {
  .expedition {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .expedition__title .expedition__title-first,
  .expedition__title .expedition__title-second {
    font-size: 24px;
  }

  .expedition__progress {
    top: 150px;
    left: 50%;
  }

  .expedition__progress .expedition__year {
    font-size: 30px;
  }

  .expedition__progress .expedition__dot {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 10px;
  }

  .expedition__content {
    gap: 30px;
  }

  .expedition__image {
    width: 100%;
    max-width: 250px;
  }

  .expedition__text-title-first,
  .expedition__text-title-second {
    font-size: 16px;
  }

  .expedition__description {
    font-size: 13px;
    line-height: 20px;
  }
}


/*-------------------- EXPEDITION SECTION END --------------------*/

/*-------------------- IMAGE GALLERY CAROUSEL START --------------------*/

.image-gallery {
  margin-top: 100px;
  margin-bottom: 50px;
}

.image-gallery__container {
  display: flex;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  /* width: 1080px; */
  overflow: hidden;
  flex-direction: column;
}

.image-gallery__gradient-line {
  background: linear-gradient(90deg, #2B2728,#2B2728 );
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.image-gallery__top-section {
  padding-top: 35px;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  gap: 20px;
}

.image-gallery__story-circle {
  width: 58px;
  height: 58px;
  border: 2px solid #b93d88;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.image-gallery__story-image {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.image-gallery__profile-info {
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.image-gallery__profile-name {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.image-gallery__profile-username {
  color: #8e8e8e;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.image-gallery__carousel {
  display: flex;
  width: 100%;
  height: 270px;
  gap: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}

.image-gallery__image-container {
  height: 270px;
}

.image-gallery__image-container .image-gallery__post-img {
  height: 100%;
  width: auto;
}

.slick-slider .slick-track {
  display: flex;
  gap: 20px;
}

.slick-prev_container {
  height: 100%;
  transform: rotate(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-prev_container svg {
  width: 24px;
  height: 24px;
  background-color: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.13));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.slick-next_container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-next_container svg {
  width: 24px;
  height: 24px;
  background-color: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.13));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

/*-------------------- IMAGE GALLERY CAROUSEL END --------------------*/

/*-------------------- CASE STUDIES START --------------------*/

.case-studies {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.case-studies_heading {
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

.case-studies_container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.case-studies_container_item {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.case-studies-content {
  position: absolute;
  top: 0px;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.case-studies-content_image {
  height: 5rem;
}

.case-studies-content_image img {
  width: 7rem;
  height: auto;
}

.case-studies-content_heading {
  margin-bottom: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 600;
  height: 6rem;
}

.case-studies-content_hr {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.case-studies-content_stats {
  display: flex;
  gap: 1rem;
  margin-bottom: 2.25rem;
  height: 5rem;
}

.case-studies-content_stats_heading {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.case-studies-content_stats_body {
  height: 1.75rem;
  font-size: 0.688rem;
  line-height: 1.3;
}

.case-studies-content_button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #070425;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.case-studies-content_button_icon {
  border-radius: 9999px;
  padding: 0.5rem;
  background-color: #070425;
  color: white;
}

.case-studies-content_button_icon > img {
  display: block;
}

@media (min-width: 768px) {
  .case-studies_heading {
    margin-bottom: 3rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .case-studies_container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
  }

  .case-studies-content {
    padding: 1.75rem;
  }

  .case-studies-content_image {
    height: 6rem;
  }

  .case-studies-content_image img {
    width: 8rem;
  }

  .case-studies-content_heading {
    margin-bottom: 2rem;
  }

  .case-studies-content_stats {
    gap: 1.5rem;
    margin-bottom: 1.75rem;
  }

  .case-studies-content_stats_heading {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .case-studies {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .case-studies_container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .case-studies-content_image {
    height: 9rem;
  }

  .case-studies-content_heading {
    margin-bottom: 1rem;
  }

  .case-studies-content_hr {
    margin-bottom: 0.5rem;
  }
}

/*-------------------- CASE STUDIES END --------------------*/

/*-------------------- OUR TEAM START --------------------*/

.our-team_hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
  font-size: 2vw;
}

.our-team_hero_title {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

.our-team-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  /* padding: 8rem 2rem; */
}

.our-team-content_item {
  background-color: #fff;
  width: 100%;
  font-size: 1em;
  /* overflow: hidden; */
}

.our-team-content_item_link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  text-decoration: none;
  cursor: pointer;
}

.our-team-content_item_image {
  position: relative;
  width: 100%;
  height: fit-content;
  /* overflow: hidden; */
  border-radius: 1em;
  transition: transform 0.2s;
}

.our-team-content_item_image .mask {
  overflow: visible;
}

.our-team-content_item_image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1em;
  object-fit: cover;
}

.our-team-content_item .fullscreen-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

.our-team-content_item .fullscreen-modal .modal-container {
  width: 100%;
  height: 100%;
  display: flex;
}

.our-team-content_item .modal-content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: auto;
  padding: 5em;
  margin: auto;
}

.our-team-content_item .modal-content .model-content--name {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.our-team-content_item .modal-content .model-content--title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1.2em;
  font-size: 1rem;
}

.our-team-content_item .modal-content .model-content--richtext {
  font-size: 0.9rem;
}

.our-team-content_item .modal-image {
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 1em;
  display: flex;
  justify-content: center;
}

.our-team-content_item .modal-image img {
  width: auto;
  /* max-width: 400px; */
  height: 100%;
  border-radius: 1rem;
}

.our-team-content_item .close-modal {
  border: none;
  outline: none;
  background-color: transparent;
  color: black;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 10%;
}

.our-team-content_item .close-modal > span {
  font-size: 72px;
}

@media (max-width: 768px) {
  .our-team-content_item .modal-content {
    padding: 1em;
  }

  .our-team-content_item .modal-content .model-content--name {
    font-size: 2rem;
  }

  .our-team-content_item .modal-content .model-content--title,
  .our-team-content_item .modal-content .model-content--richtext {
    font-size: 0.8rem;
  }

  .our-team-content_item .modal-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 1em;
  }

  .our-team-content_item .modal-image img {
    height: 50%;
    /* max-width: 90%; */
  }
}

@media (max-width: 425px) {
  .our-team-content_item .fullscreen-modal .modal-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  .our-team-content_item .modal-content {
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 600px;
    height: 50%;
    padding: 5rem 0.5rem;
    margin: auto;
  }

  .our-team-content_item .modal-image {
    height: 50%;
    padding-top: 100px;
    display: flex;
    justify-content: center;
  }

  .our-team-content_item .modal-image img {
    width: auto;
    /* max-width: 400px; */
    height: 100%;
    border-radius: 1rem;
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  .our-team-content_item .close-modal {
    border: none;
    outline: none;
    background-color: transparent;
    color: black;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 4%;
  }
}

.our-team-content_title-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
  transition: margin 0.2s;
  display: flex;
  position: relative;
}

.our-team-content_title {
  z-index: 2;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.our-team-content_title-d {
  direction: ltr;
  color: #000;
  text-transform: capitalize;
  padding-top: 5px;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .our-team-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .our-team-content {
    grid-template-columns: 1fr;
  }

  .our-team-content {
    padding: 4rem 1rem;
  }

  .our-team-content_item {
    margin-bottom: 2rem;
  }
}

/*-------------------- OUR TEAM END --------------------*/
