/* Page : ABOUT US Style*/
/*
.qc-container{
    width: 100%;
    position: relative;
    background-color: #fdfff1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: 20px;
    color: #000;
    font-family: 'GT America';
}
*/

.qcp-abt-container-r1 {
  padding: 0px 30px 40px;
}

/* ============================
   Gallery Styling
============================= */


.container-gly-desktop {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 80px;
}

.container-gly-content {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.image-icon-abt {
  width: 665px;
  position: relative;
  height: 729px;
  object-fit: cover;
}

.image-icon-abt1 {
  width: 455px;
  position: relative;
  height: 400px;
  object-fit: cover;
}

/* Gallery Mobile view */
.container-gly-mobile {
  width: 375px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 48px 20px;
  box-sizing: border-box;
  gap: 32px;
  font-family: 'gt-america-regular';
}




.container-gly-mobile .images {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}


.container-gly-mobile .image-icon1 {
  width: 310px;
  height: 400px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .container-gly-mobile .image-icon1 {
    width: 286px;
    height: 400px;
    object-fit: cover;
  }

  .container-gly-mobile {
    padding: 0px 0px;
  }
}

/*
swiper-slide .image-icon1 {
  width: 310px !important;
  height: 400px !important;
  object-fit: cover;
  display: block;
  max-width: 100%;
}
*/
/* Optional: make slide width consistent with image */
/*
.swiper-slide {
  width: 310px !important;
  margin-right: 20px;
}
*/
/* Desktop only */
@media (min-width: 768px) {
  .container-gly-desktop {
    display: block !important;
  }

  .container-gly-mobile {
    display: none !important;
  }
}

/* Mobile only */
@media (max-width: 767px) {

  .container-gly-mobile {
    display: block !important;
  }

  .container-gly-desktop {
    display: none !important;
  }
}

.pbmit-title-bar-content {
  /* banner */
  font-family: 'lyon-regular';
  font-style: normal;
  font-weight: 500;
  padding-top: 570px !important;
}

/* Title & Stats Style*/

.facts-abt {
  padding: 0px 30px;
}

.section-header-abt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.about-aln-abt {
  font-weight: 500;
  line-height: 60px;
  width: 100%;
  max-width: 640px;
  font-family: 'lyon-regular';
  font-size: 60px;
  font-style: normal;
}

.as-audiences-seek-abt {
  font-size: 16px;
  line-height: 22.4px;
  font-family: 'gt-america-regular';
  color: #000;
  font-style: normal;
  width: 463px;
  font-weight: 400;
}

.facts-abt-swiper .swiper-wrapper {
  align-items: stretch;
}

.facts-abt1 {
  background-color: #f5f6e9;
  min-height: 460px;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.card-content-abt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.number-des-abt {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-aln1-abt {
  font-family: "Lyon Arabic Display";
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 100%;
}
.facts-abt1:hover{
  background-color: #EEFF75;
}

.subtitle-abt {
  font-size: 16px;
  font-family: 'gt-america-regular';
  color: #171717;
  line-height: 140%;
}

.line-number-abt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  font-family: 'gt-america-regular';
  color: #171717;
  margin-top: 232px;
}

.Vector9 svg {
  width: 100%;
  height: auto;
}

.home-our-abt {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
}


@media (max-width: 1024px) {
  .section-header-abt {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-aln-abt {
    font-family: 'lyon-regular';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    width: 298px;
  }

  .as-audiences-seek-abt {
    font-family: 'gt-america-regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    width: 338px;
    text-align: justify;
  }

  .facts-abt1 {
    padding: 20px;
    gap: 80px;
  }

  .number-des-abt {
    gap: 20px;
  }

  .about-aln1-abt {
    font-size: 32px;
  }

  .subtitle-abt {
    font-size: 14px;
  }

  .home-our-abt {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .facts-abt1 {
    padding: 15px;
    gap: 60px;
  }

  .about-aln1-abt {
    font-size: 28px;
  }

  .subtitle-abt {
    font-size: 13px;
  }

  .home-our-abt {
    font-size: 16px;
  }
}

/* Mission & Vission */

.transforming-culture-inspirin-mv {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 30px 58px;
  gap: 100px;
  font-size: 80px;
  font-family: 'lyon-regular';
}

.container3-mv {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  text-align: center;
  font-size: 60px;
  color: #fff;
}

.banner-mv {
  width: 643px;
  position: relative;
  height: 699px;
}

.banner1-mv {
  position: absolute;
  top: 0px;
  left: 8px;
  width: 675px;
  height: 699px;
}

.image-icon2-mv {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 605px;
  height: 699px;
  object-fit: cover;
}

.content2-mv {
  position: absolute;
  top: calc(50% - 69px);
  left: calc(50% - 206.5px);
  width: 413px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}

.heading6-mv {
  align-self: stretch;
  position: relative;
  line-height: 100%;
  text-transform: capitalize;
  font-weight: 500;
}

.subtitle2-mv {
  align-self: stretch;
  position: relative;
  font-size: 16px;
  line-height: 140%;
  text-transform: capitalize;
  font-family: 'gt-america-regular';
}

.content3-mv {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 206.5px);
  width: 413px;
  height: 40px;
}

.our-creations-card-mv {
  width: 569px;
  background-color: #eee5d6;
  height: 699px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 128px;
  box-sizing: border-box;
  gap: 50px;
  color: #000;
}

.image-icon3-mv {
  width: 280px;
  position: relative;
  height: 280px;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}

.content4-mv {
  width: 413px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.about-aln1-mv {
  align-self: stretch;
  position: relative;
  line-height: 100%;
  font-weight: 500;
}


/* Mobile Responsive */
@media (max-width: 768px) {
  .container3-mv {
    flex-direction: column;
    gap: 713px;
  }

  .banner-mv,
  .our-creations-card-mv {
    flex: 1 1 100%;
  }

  .heading6-mv,
  .about-aln1-mv {
    font-size: 36px;
  }

  .subtitle2-mv {
    font-size: 16px;
    text-align: justify;
    margin-right: 69px;
  }


  .our-creations-card-mv {
    width: 383px;
    height: 354px;
    padding: 48px 24px;
    margin-top: -25%;

  }

  .image-icon3-mv {
    width: 141.81px;
    height: 141.81px;
    flex-shrink: 0;
  }

  .image-icon2-mv {
    position: absolute;
    top: 0px;
    left: 12px;
    width: 605px;
    object-fit: cover;
    padding: 109px 112px;
  }

  .card-mv {
    margin-bottom: 12px !important;
    width: 348px !important;
    height: 380px !important;
  }

  .heading2-abt-pjt {
  position: relative;
  line-height: 100%;
  font-weight: 500;
  padding: 64px 0 32px;
  font-family: "Lyon Arabic Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.container4-abt-pjt{
  padding-top:40px;
  padding-bottom: 40px !important;
}

}


/*   Proudly Working With: Logo Projects */

/* Apply border styling inside each swiper-slide */
.swiper-logos .swiper-slide {
  border: 1px solid #ccc;
  /* Gray border */
  padding: 45px;
  /* Space around image */

  box-sizing: border-box;
  /* Ensure padding doesn't overflow */
  display: flex;
   /* justify-content: center;*/
  align-items: center;

}
/* Swiper container */
.swiper-logos {
  width: 100%;
  overflow: hidden; /* key fix */
}
/* Ensure logos fit nicely */
.swiper-logos img {
  width: 177px;
  height: 77px;
  object-fit: contain;
  display: block;
  max-width: 100%;
}
/* Prevent horizontal scroll globally */
html, body {
  overflow-x: hidden;
}


.section-abt-pjt {
   width: 100%;
  max-width: 1440px; /* optional limit */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /*padding: 0px 30px 100px;*/
  box-sizing: border-box;
  gap: 73px;
  text-align: center;
  font-size: 80px;
  font-family: 'lyon-regular';
  overflow-x: hidden; /* prevent horizontal scroll */
}

.heading2-abt-pjt {
  position: relative;
  line-height: 100%;
  font-weight: 500;
 }

.container4-abt-pjt {
   width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 75px;
  font-size: 14px;
  font-family: 'gt-america-regular';
  padding-bottom: 100px;
  box-sizing: border-box;
}

.client-logos-abt-pjt {
  width: 100%;
  max-width: 1548px;
  overflow: hidden; /* important fix */
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.logo-abt-pjt {
  width: 272px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  height: 227px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.logo5-abt-pjt {
  width: 177px;
  position: relative;
  height: 77px;
}

.logo-img-abt-pjt {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}

.button1-abt-pjt {
  background-color: #eeff75;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 15px 29px;
}

.menu-abt-pjt {
  position: relative;
  letter-spacing: 2px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .section-abt-pjt {
     font-size: 25px;
     
     padding: 0 20px;
  }
}

/*   CTA   */

.cta {
  max-width: calc(100% - 58px);
  margin: 60px auto 60px auto;

  background-image: url("../images/cta.jpg");
  /* Replace with your image path */
  background-size: cover;
  /* Makes the image cover the whole area */
  background-position: center;
  /* Centers the image */
  background-repeat: no-repeat;
  /*padding: 80px 20px;  Add spacing inside */
  color: #fff;
  /* Make text readable if background is dark */
  width: 100%;
  /* full width */
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 60px 20px;
  /* only inner spacing for text */
  text-align: center;
  font-size: 40px;
  margin: 30px;
  /* remove outer gap */
}

.layer-1-parent-cta {
  align-self: stretch;
  position: relative;
  height: 620px;
}

.content5-cta {
  position: absolute;
  height: 35.97%;
  width: 38.09%;
  top: 31.94%;
  right: 30.92%;
  bottom: 32.1%;
  left: 30.99%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 60px;
  color: #fff;
  font-family: 'lyon-regular';
}

.tittle-supporting-text-cta {
  width: 503px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.about-aln6-cta {
  width: 503px;
  position: relative;
  line-height: 100%;
  font-weight: 500;
  display: inline-block;
}

.thinking-about-your-cta {
  width: 558px;
  position: relative;
  font-size: 16px;
  line-height: 140%;
  font-family: 'gt-america-regular';
  display: inline-block;
  height: 83px;
  flex-shrink: 0;
}

.action-cta {
  background-color: #eeff75;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 15px 29px;
  font-size: 14px;
  color: #000;
  font-family: 'gt-america-regular';
}

.menu-cta {
  position: relative;
  letter-spacing: 2px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {

  .cta {
    width: calc(100% - 80px);
    /* 40px gap left + right on tablet+ */
    margin-bottom: 40px;
    min-height: 400px;
    display: flex;
    width: 365px;
    height: 480px;
    padding: 48px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .about-aln6-cta {
    font-size: 25px;

  }

  .thinking-about-your-cta {
    width: 269px;
    margin-left: 330px;
    margin-right: 336px;
    text-align: justify;
    margin-bottom: 92px;
  }

  .action-cta {
    width: 226px;
    padding: 18px;
    font-size: 15px;
  }
}

/*-----------------------------------*/
/*-----------Mission Vission---------*/
/*-----------------------------------*/
.container-mv {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Card layout */
.card-mv {
  width: 48%;
  max-width: 690px;
  aspect-ratio: 690 / 699;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: none;
  margin-bottom: 80px;
}

/* Inner wrapper animated by GSAP */
.card-mv .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
}

/* Small card image fixed size */
.card-mv.small img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  transition: all 0.5s ease;
}

/* Large card image fills container */
.card-mv.large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
 }

/* Glow effects */
.card-mv.active img {
  box-shadow: 0 0 30px 10px rgba(255,255,255,0.6);
  transform: scale(1.05);
}

.card-mv:hover img {
  box-shadow: 0 0 20px 5px rgba(255,255,255,0.4);
  transform: scale(1.02);
}

/* Small vs Large background */
.card-mv.small {
  background-color: #efe6db;
}

.card-mv.large {
  background-color: transparent;
}

/* Card title */
.card-title {
  font-family: 'lyon-regular';
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  color: #333;
  transition: opacity 0.3s ease;
  position: absolute;
  bottom: 70px;
  padding: 5px 10px;
  border-radius: 6px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.card-mv.active .card-title {
  opacity: 0;
}

/* Overlay content */
.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  transition: opacity 0.3s ease;
  pointer-events: none;
  box-sizing: border-box;
}

.overlay-content h2 {
    font-size: 60px;
    font-family: Lyon Arabic Display;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 60px;
  }

  .overlay-content p {
    font-size: 16px;
    font-family: GT America;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 22.40px;
  }

.card-mv.active .overlay-content {
  opacity: 1;
  pointer-events: auto;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .container-mv {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
  }

  .card-title {
    bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .overlay-content h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .overlay-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .card-mv.small img {
    width: 220px;
    height: 220px;
  }
}


/*------------------END-----------------------*/