* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-weight: 500;
  font-family: "Avenir";
}
.iframe-height{
  width:100%; 
  height: 102vh; 
  border:none;
}
/* =============================== */
/* ==== Header starts here ======= */
/* =============================== */

.mediaGallary_span {
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: bold;
  font-family: Avenir; 
  line-height: 1.2;
}

/* =============================== */
/* ====== Header ends here ======= */
/* =============================== */

/* =============================== */
/* ===== Body starts here ======== */
/* =============================== */

.content {
  display: table-cell;
  vertical-align: middle;
}

section {
  width: 100%;
  padding: 0 7%;
  display: table;
  margin: 0;
  max-width: none;
  /* background-color: #373b44; */
  height: 100vh;
}

section:nth-of-type(2n) {
  background-color: white;
}

h1 {
  font-size: 3em;
  display: block;
  color: white;
  font-weight: 500;
}

.nav-item {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.13px;
  text-decoration: none;
  margin-left: 2.5rem;
  transition: all 0.5s ease;
}

.nav-item:hover {
  color: rgba(168, 239, 255, 0.9);
}

.nav-item::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  width: 0;
  height: 0.15rem;
  transform: translateX(-50%);
  background-color: rgba(168, 239, 255, 0.9);
  transition: all 0.5s ease;
}

.nav-item:hover:after {
  width: 100%;
}

#check {
  display: none;
}

.vw-6 {
  width: 50%;
  margin: 2% auto;
}

.avenir-next {
  font-family: "Avenir Medium";
  font-size: clamp(25px, 3vw, 45px);
  /* Responsive font size */
}

.vector-text {
  text-align: center;
  font-size: 15px;
}

/* =============================== */
/* == Accordion starts here ======== */
/* =============================== */

.accordion {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  font-family: Avenir;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  color: #fff;
  padding: 2% 7%;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 2.2em;
  position: relative;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 7%;
  transform: scaleY(0);
  transform-origin: top;
  color: #fff;
  font-size: 1.2em;
  transition: height 0.5s ease, opacity 0.5s ease, transform 0.5s ease,
    padding 0.5s ease;
}

.accordion-content.open {
  height: auto !important;
  opacity: 1;
  transform: scaleY(1);
  padding: 0% 7% 2% 7%;
}

.accordion-header .arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-header .arrow::before {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.accordion-header.active .arrow::before {
  transform: rotate(-135deg);
}

.accordion-item:nth-child(1) {
  background-color: #3bb285;
  color: white;
}

.accordion-item:nth-child(2) {
  background-color: #008759;
  color: white;
}

.accordion-item:nth-child(3) {
  background-color: #00663f;
  color: white;
}

.accordion-item:nth-child(4) {
  background-color: #003c27;
  color: white;
}

.accordion-item:nth-child(1) .active .arrow {
  background-color: white;
}

.accordion-item:nth-child(2) .active .arrow {
  background-color: white;
}

.accordion-item:nth-child(3) .active .arrow {
  background-color: white;
}

.accordion-item:nth-child(1) .active .arrow::before {
  border-color: #3bb285;
  background-color: white;
}

.accordion-item:nth-child(2) .active .arrow::before {
  border-color: #008759;
  background-color: white;
}

.accordion-item:nth-child(3) .active .arrow::before {
  border-color: #00663f;
  background-color: white;
}

.row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.accordion-section {
  background-color: white !important;
  padding: 0 !important;
  width: 100vw !important;
  display: table-cell !important;
  vertical-align: middle !important;
  height: 50vh;
}

/* =============================== */
/* == Accordion ends here ======== */
/* =============================== */

.schedule-consultation{
  text-align: center; 
  font-size: 1.4rem;
}

.schedule-consultation h1{
  color: black; 
  font-weight: bold; 
  font-size: 2.5em; 
  margin-bottom: 20px; 
  font-family: Avenir;
}

.schedule-consultation button {
  font-size: 1.2rem;
  padding: 15px 35px;
  border-radius: 50px;
  background-color: white;
  font-family: Avenir;
  font-weight: bold;
}

.schedule-consultation button:hover {
  background-color: black;
  color: white;
  transition: 0.5s ease;
}

.info-section {
  background-color: white;
  display: block;
  padding: 0% 0% 0% 0%;
}

.info-sec {
  display: flex;
  padding-top: 5%;
}

.information-section-one {
  padding: 0% 16% 0% 0%;
  width: 50%;
}

.mediaGallary_section {
  width: 50%;
  font-family: Avenir;
  font-size: 1.2rem;
}

.foundation-section {
  background-color: rgb(255, 255, 255);
  display: block;
  height: 50vh;
}

/* Keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes tonext {
  75% {
    left: 0;
  }

  95% {
    left: 100%;
  }

  98% {
    left: 100%;
  }

  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }

  95% {
    left: -300%;
  }

  98% {
    left: -300%;
  }

  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }

  97% {
    scroll-snap-align: none;
  }

  99% {
    scroll-snap-align: none;
  }

  100% {
    scroll-snap-align: center;
  }
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}

ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel {
  position: relative;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: hidden;

  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  background-color: rgb(0 135 89);
  counter-increment: item;
}

.carousel__slide:nth-child(even) {
  background-color: rgb(0 135 89);
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #003c27;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 37.5%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

/* .carousel::before,
.carousel__prev {
  left: -1rem;
}

.carousel::after,
.carousel__next {
  right: -1rem;
}

.carousel::before,
.carousel::after {
  content: "";
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}

.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
} */

/* ---- */
/* =============================== */
/* == Images Start here ======== */
/* =============================== */
/* ---- */

.site-images2 {
  display: grid;
  grid-template-columns: 205fr 1fr;
  gap: 1%;
  justify-items: center;
  align-items: center;
}

.site-images2 img {
  width: 72.8%;
  height: 100%;
  border-radius: 1%;
  object-fit: cover;
  display: block;
  margin: auto;
}

/*  IN-HOUSE ACTIVITIES */
.site-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1%;
}

.site-images img {
  width: 99.8%;
  height: 100%;
  border-radius: 3%;
  object-fit: cover;
}

.image-container {
  display: flex;
  height: 50%;
  gap: 0.3vw;
}

.image-large {
  flex: 2;
  width: 100%;
  height: 463px !important;
  /* object-fit: cover; */
  border-radius: 3%;
}

.image-small-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.image-small {
  width: 100%;
  height: 228px;
  border-radius: 3%;
  object-fit: cover;
}

/* EVENTS & VISITS */
/* GTO In Cairo */
.carousel-images {
  display: flex;
  justify-content: space-between;
  height: auto;
  gap: 0.2vw;
}

.carousel-images img {
  object-fit: cover;
}

.image-left,
.image-right {
  flex: 1;
  max-width: 45%;
}

.image-middle {
  flex: 0.5;
  max-width: 20%;
}

.mecca-images {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.mecca-images img {
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 5px;
}

/* ---- */
/* =============================== */
/* == Images ends here ======== */
/* =============================== */
/* ---- */

.events-background {
  background-color: #00663f !important;
}

.carousel__images2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.carousel__images2 img {
  width: 42.5vw;
  height: 29vw;

  object-fit: cover;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.carousel__three-images {
  display: flex;
  justify-content: center;
  gap: 0;
}

.carousel__three-images img {
  width: 33.33%;
  height: auto;
  object-fit: cover;
}

.img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px;
}

.img-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.img-grid img:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
  border-radius: 3%;
  height: 76%;
}

.img-grid img:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 2;
  border-radius: 3%;
  height: 76%;
}

.img-grid img:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
  width: 99.8%;
  border-radius: 3%;
  height: 75%;
}

.img-grid img:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
  height: 75%;
  width: 99.8%;
  border-radius: 3%;
}

.centered-image {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  object-fit: cover;
}


/*Owl Slider*/


.team-members-slider-section {
  background-image: url(../assets/Images/team-page/images/teams-slider-bg.jpg);
  color: white;
  height: 90%;
  border-radius: 50px;
  margin-top: -10%;
}

.team-members-slider-section-description {
  padding: 5% 30% 3% 12%;
  font-size: 1.2rem;
}

.sec {
  position: relative;
}


.title,
.title h3 {
  font-size: 22px;
  color: #2b4d7a;
  font-weight: 700;
  line-height: 1.2em;
}


.title,
.title h3 {
  font-size: 22px;
  color: #2b4d7a;
  font-weight: 700;
  line-height: 1.2em;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  top: 60%;
  position: absolute;
  border-radius: 40px !important;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
}

.owl-nav .owl-prev {
  left: -5%;
}

.owl-nav .owl-next {
  right: -5%;
}

#staff .owl-nav .owl-prev i,
.owl-nav .owl-next i {
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  left: 0px;
}


.box-b {
  padding: 15px;
  transition: 0.2s all ease-in-out;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  height: auto;
  position: relative;
}

.box-b .box-img {
  margin-bottom: 15px;
}

.staff .box-img img {
  height: 145px;
  width: 145px;
  margin: auto;
  border-radius: 90px;
}

.box-b h3 {
  font-size: clamp(18px, 2vw, 18px) !important;
  color: #ffffff;
}

.box-b p {
  line-height: 1.4;
  /* font-size: 2.5rem; */
  min-height: 60px;
}

/* Group photo Slider */

.testimonial {
  text-align: center;
  position: relative;
}

.testimonial::before,
.testimonial::after {
  content: "";
  border-right: 125px solid transparent;
  position: relative;
  bottom: -40px;
  left: 0;
}

.testimonial::after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
}

.testimonial .icon {
  display: inline-block;
  font-size: 80px;
  margin-bottom: 20px;
  opacity: 0.6;
}

.testimonial .description {
  font-size: 14px;
  color: #777;
  text-align: justify;
  margin-bottom: 30px;
  opacity: 0.9;
}

.testimonial .testimonial-content {
  width: 100%;
  left: 0;
  position: absolute;
}

.testimonial .pic {
  display: inline-block;
  border: 4px solid white;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .name {
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
  margin: 10px 0 5px 0;
}

.testimonial .title {
  display: block;
  font-size: 14px;
  color: #ffd9b8;
}

.owl-controls {
  margin-top: -16px;
  position: relative;
}

.owl-pagination {
  display: flex;
  justify-content: center;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
  margin-left: 10px;
}

#testimonial-slider .owl-stage-outer,
.owl-stage,
.testimonial {
  height: 70vh;
}

.owl-stage {
  height: 710px !important;
}

.group-photo-slider-container {
  margin-top: 10%;
}

.owl-item {
  height: 100% !important;
}

.owl-carousel .owl-wrapper-outer {
  border-radius: 50px;
  height: 100%;
}

.arrow-right {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-right::before {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.arrow-left {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
}

.arrow-left::before {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(130deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
  text-decoration: none;
}

.team-member-item-name {
  margin-bottom: 0px;
  font-size: 22px !important;
}

.team-member-item-title {
  margin-top: 0px;
}

.owl-item .active{
height: 710px !important;
}


.h-34{
  height: 27.22%;
}

.h-37{
  height: 27.22%;
}

.h-94 {
  height: 94.5% !important;
}

.h-aid-section{
  height: 527px !important;
}

.img-rlt-wrkshp{
  height: 463px !important;
}

.mobile-images {
  display: none;
}


/*Owl Slider End*/


/* ---- */
/* =============================== */
/* == Media starts here ======== */
/* =============================== */
/* ---- */

/* Media Query for Laptop (1024) */
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .foundation-section {
    height: 50vh;
  }

  .h1-Section {
    font-size: 1.4rem;
  }

  .h2-Section {
    font-size: 1em;
  }

  .information-section-one {
    width: 51%;
  }

  .p-content {
    font-size: 1.2em;  
  }

  .mediaGallary_span {
    font-size: 3rem;
    font-weight: bold;
    font-family: Avenir;
  }

  .mediaGallary_section {
    width: 50%;
    font-family: Avenir;
    font-size: 1.2rem;
  }
  
  .image-large {
      height: 430px !important;
    }
    
  .image-small {
    height: 212px;
  }
}

/* Media Query for Laptop (1025) */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .foundation-section {
    height: 50vh;
  }

  .h1-Section {
    font-size: 2.5rem;
  }

  .h2-Section {
    font-size: 1em;
  }

  .information-section-one {
    width: 51%;
  }

  .p-content {
    font-size: 1.2em;  
  }

  .mediaGallary_span {
    font-size: 3rem;
    font-weight: bold;
    font-family: Avenir;
  }

  .mediaGallary_section {
    width: 50%;
    font-family: Avenir;
    font-size: 1.2rem;
  }

  .img-rlt-wrkshp{
    height: 463px !important;
  }
  
}

/* Media Query for Laptop (1025) */
@media screen and (min-width: 1920) {
  .accordion-content open {
    height: 1225px !important;
  }

  .box-b p {
    font-size: 2.5rem !important;
  }
  .image-small {
     height: 212px;
  }
  
  .img-rlt-wrkshp{
    height: 463px !important;
  }
  
}

/* Media Query for Tablet (768px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .foundation-section {
    height: 50vh;
  }

  .h1-innovation {
    font-size: 3.2em !important;
  }

  .h1-Section {
    font-size: 2.5em;
  }

  .h2-Section {
    font-size: 0.8em;
  }

  .information-section-one {
    width: 51%;
  }

  .p-content {
    font-size: 1.2em;
  }

  .mediaGallary_span {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: Avenir;
  }

  .mediaGallary_section {
    width: 50%;
    font-family: Avenir;
    font-size: 1.2rem;
  }
}

/* Media Query for Tablet (1440px) */
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .foundation-section {
    height: 35vh;
  }

  .h1-innovation {
    font-size: 3.5em !important;
  }

  .h1-Section {
    font-size: 2.4em;
  }

  .h2-Section {
    font-size: 1.3em;
    margin-top: 0px !important;
  }

  .information-section-one {
    width: 51%;
  }

  .p-content {
    font-size: 1.2em;  
  }

  .mediaGallary_span {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: Avenir;
  }

  .mediaGallary_section {
    width: 50%;
    font-family: Avenir;
    font-size: 1.2rem;
  }
}

.library-explore-our-work-button-section{
  background-color: #fff !important; 
  display: block !important;
  height: 45vh !important;
  margin-top: 10%;
}

@media (max-width: 440px) {

  .schedule-consultation {
    text-align: center;
    font-size: 0.5rem;
  }

  .schedule-consultation button {
    font-size: 0.6rem;
    padding: 6px 18px;
    width: 46%;
    margin-top: 5vw;
    border-radius: 20px;
  }

  .min-height-footer{
    min-height: 12vh !important;
  }

  .iframe-height{
    width:100%; 
    height: 66vh; 
    border:none;
  }
  #map-component{
    height: 100%;
  }
  .foundation-section {
    padding: 10% 5%;
    height: 30vh;
  }

  .info-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .info-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .information-section-one {
    width: 100%;
    padding: 0 5%;
  }

  .mediaGallary_span {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: Avenir;
    line-height: 1.3;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  .mediaGallary_section {
    font-size: clamp(0.9rem, 4vw, 0.3rem);
    line-height: 1.6;
    padding: 0 3%;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .accordion-section {
    background-color: white !important;
    padding: 0 !important;
    width: 100vw !important;
    display: table-cell !important;
    vertical-align: middle !important;
    height: 82vh;
  }

  .site-images img {
    width: 100%;
    height: auto;
  }

  .accordion-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 7%;
    transform: scaleY(0);
    transform-origin: top;
    color: #fff;
    font-size: 0.8em;
    transition: height 0.5s ease, opacity 0.5s ease, transform 0.5s ease, padding 0.5s ease;
  }

  .accordion-header {
    color: #fff;
    padding: 9% 7%;
    display: flex;
    font-weight: 100;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.2em;
    position: relative;
  }

  /* Hide arrows */
  .carousel__prev,
  .carousel__next {
    display: none;
  }

  .carousel::before,
  .carousel::after {
    display: none;
  }

  .accordion-header .arrow {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }

  .carousel__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 89%;
    scroll-snap-align: center;
  }

/*  Commented as it was impacting the library page slider - Ghaffar Ali
  .accordion-item.first-item .p-content {
    text-align: left;
    position: relative;
    top: 63vw;
  }

  .accordion-item.first-item .site-images {
    width: 100%;
    position: relative;
    top: -139px;
    margin-left: 1vw;
    display: flex;
    height: 50%;
    gap: 0.3vw;
  } */

  #carousel__slide1 h2 {
    font-size: clamp(0.7rem, 5vw, 1rem);
    position: relative;
    top: 86vw;
  }

  #carousel__slide1 .p-content {
    font-size: 0.8rem;
    text-align: left;
    padding: 10px;
    position: relative;
    top: 85vw;
  }

  #carousel__slide1 .image-container {
    position: relative;
    top: -67vw;
    display: flex;
    height: 50%;
    gap: 0.3vw;
  }

  #carousel__slide2 h2 {
    font-size: clamp(0.7rem, 5vw, 1rem);
    position: relative;
    top: 98vw;
  }

  #carousel__slide2 .p-content {
    font-size: 0.8rem;
    text-align: left;
    padding: 10px;
    position: relative;
    top: 99vw;
  }

  #carousel__slide2 .site-images {
    position: relative;
    top: -67vw;
    display: flex;
    height: 50%;
    gap: 0.3vw;
  }

  #carousel__slide3 h2 {
    font-size: clamp(0.7rem, 5vw, 1rem);
    position: relative;
    top: 86vw;
  }

  #carousel__slide3 .p-content {
    font-size: 0.8rem;
    text-align: left;
    padding: 10px;
    position: relative;
    top: 85vw;
  }

  #carousel__slide3 .site-images {
    position: relative;
    top: -67vw;
    display: flex;
    height: 50%;
    gap: 0.3vw;
  }

  /* Commented as it was impacting the library page slider - Ghaffar Ali
  .accordion-content .site-images img:first-child {
    display: none;
  } */

  #carousel__slide4 h2 {
    font-size: clamp(0.7rem, 5vw, 1rem);
    position: relative;
    top: 86vw;
  }

  #carousel__slide4 .p-content {
    font-size: 0.8rem;
    text-align: left;
    padding: 10px;
    position: relative;
    top: 85vw;
  }

  #carousel__slide4 .carousel-images {
    position: relative;
    top: -67vw;
    display: flex;
    height: 50%;
    gap: 0.3vw;
  }

  #carousel__slide5 h2 {
    font-size: clamp(0.7rem, 5vw, 1rem);
    position: relative;
    top: 86vw;
  }

  #carousel__slide5 .p-content {
    font-size: 0.8rem;
    text-align: left;
    padding: 10px;
    position: relative;
    top: 85vw;
  }

  #carousel__slide5 .carousel__images2 {
    position: relative;
    top: -67vw;
    display: flex;
    height: 50%;
    gap: 0.3vw;
  }

  #carousel__slide6 h2 {
    font-size: clamp(0.7rem, 5vw, 1rem);
    position: relative;
    top: 86vw;
  }

  #carousel__slide6 .p-content {
    font-size: 0.8rem;
    text-align: left;
    padding: 10px;
    position: relative;
    top: 85vw;
  }

  #carousel__slide6 .image-container {
    position: relative;
    top: -67vw;
    display: flex;
    height: 50%;
    gap: 0.3vw;
  }

  #carousel__slide7 h2 {
    font-size: clamp(0.7rem, 5vw, 1rem);
    position: relative;
    top: 86vw;
  }

  #carousel__slide7 .p-content {
    font-size: 0.8rem;
    text-align: left;
    padding: 10px;
    position: relative;
    top: 85vw;
  }

  #carousel__slide7 .site-images2 {
    position: relative;
    top: -67vw;
    display: flex;
    height: 50%;
    gap: 0.3vw;
  }

  #carousel__slide8 h2 {
    font-size: clamp(0.7rem, 5vw, 1rem);
    position: relative;
    top: 86vw;
  }

  #carousel__slide8 .p-content {
    font-size: 0.8rem;
    text-align: left;
    padding: 10px;
    position: relative;
    top: 85vw;
  }

  #carousel__slide8 .img-grid {
    position: relative;
    top: -67vw;
    display: flex;
    height: 50%;
    gap: 0.3vw;
  }

  #carousel__slide9 h2 {
    font-size: clamp(0.7rem, 5vw, 1rem);
    position: relative;
    top: 86vw;
  }

  #carousel__slide9 .p-content {
    font-size: 0.8rem;
    text-align: left;
    padding: 10px;
    position: relative;
    top: 85vw;
  }

  #carousel__slide9 .site-images {
    position: relative;
    top: -67vw;
    display: flex;
    height: 50%;
    gap: 0.3vw;
  }

  .accordion-content .site-images img:nth-child(2) {
    display: block;
  }

  .carousel__slide h2 {
    font-size: clamp(0.7rem, 5vw, 1rem);
  }

  .h2-Section {
    font-size: 0.6rem;
    margin: -2vw;
  }

  .library-explore-our-work-button-section {
    background-color: #fff !important;
    display: block !important;
    height: 25vh !important;
    margin-top: 0%;
  }

  .p-content {
    font-size: 0.6em;  
  }
  
 .box-b p {
    line-height: 1.4;
    font-size: 0.6em;
    min-height: 60px;
 }

 .box-b {
  padding: 5px;
}

.box-b h2{
  font-size: 1em;
}

.image-large {
  width: 100% !important;
  height: 84vh !important;
}
/* 
.plane-image {
  height: 85vh !important;
} */

.hide-slider{
  display: none !important;
}
.owl-stage-outer{
  max-height: 40vh;
}
.mobile-images{
  display: block;
}
}

@media screen and (max-width: 400px) {
  .iframe-height{
    height: 80vh;
  }
  .foundation-section{
    height: 50vh;
  }
  .accordion-section{
    height: 85vh;
  }
}

/* Basic Reset and Layout */
ul {
    list-style-type: none;
    margin-left: 3%;
    padding: 0;
}

/* White Dot (Bullet) */
.white-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

/* Publication List Item */
.publication-item {
    margin-bottom: 1%;
    position: relative;
    line-height: 1.4;
}

/* Read More Link */
.read-more {
    color: #939393;
    text-decoration: none;
}

/* Contact Information */
.contact-info {
    margin-top: 1%;
    text-align: start;
}