.hero-section-aboutpage .btn-getstart::after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}
.hero-section-aboutpage .btn-getstart:hover::after {
      opacity: 1;
      transform: translateX(0);
      }
/* Header dropdown change */
.dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  margin-left: .5em;
  vertical-align: 0;
}

/* ============================================= */
/* ----------About  HERO Start ---------- */
.hero-section-aboutpage {
  width: 100%;
  background: url("../images/about/Frame 3.png") no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 176px;
}

.hero-section-aboutpage .tilt-heading {
  font-weight: 700;
  /* font-size: clamp(28px, 4vw, 46px); */
  font-size: 64px;
  line-height: 40px;
  margin-bottom: 18px;
}

.hero-section-aboutpage .tilt-heading span {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px) rotateX(25deg) skewY(8deg);
  animation: revealTilt 0.8s forwards;
}

.hero-section-aboutpage .tilt-heading span {
  margin-bottom: 18px;
  gap: 0;
  font-size: 3rem;
  line-height: 33px;
  letter-spacing: 4px;
  font-weight: 700;
  font-family: Qurova DEMO;
}

/* stagger each word */
.hero-section-aboutpage .tilt-heading span:nth-child(1) {
  animation-delay: 0.1s;
}

.hero-section-aboutpage .tilt-heading span:nth-child(2) {
  animation-delay: 0.3s;
}

.hero-section-aboutpage .tilt-heading span:nth-child(3) {
  animation-delay: 0.5s;
}

.hero-section-aboutpage .tilt-heading span:nth-child(4) {
  animation-delay: 0.7s;
}

.hero-section-aboutpage .tilt-heading span:nth-child(5) {
  animation-delay: 0.9s;
}

.hero-section-aboutpage .tilt-heading span:nth-child(6) {
  animation-delay: 1.1s;
}

.hero-section-aboutpage .tilt-heading span:nth-child(7) {
  animation-delay: 1.3s;
}

@keyframes revealTilt {
  0% {
    opacity: 0;
    transform: translateY(40px) rotateX(25deg) skewY(8deg);
  }

  60% {
    opacity: 1;
    transform: translateY(-5px) rotateX(0deg) skewY(0deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg) skewY(0deg);
  }
}

.hero-section-aboutpage .hero-inner {
  width: 100%;
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
}

.hero-section-aboutpage .btn-getstart {
  background: white;
  color: #F14A4A;
  padding: 16px 8px;
  min-width: 137px;
  text-align: center;
  border-radius: 30px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(241, 74, 74, 0.5);
  position: relative;
  overflow: hidden;
  display: inline-block;
  letter-spacing: normal;
   align-items: center;
    margin: 0 auto;
    width: 150px;
}

   
.hero-section-aboutpage .card-about-bannerimage {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(217, 217, 217, 0.14) 100%);
  padding: 12px;
}

/* ---------- Rotating circular text + bouncing arrow ---------- */
.hero-section-aboutpage .rotator {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 60px 60px 30px 60px;

}

.hero-section-aboutpage .rotator svg {
  width: 100%;
  height: 100%;
  animation: spin 12s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

.hero-section-aboutpage .rotator .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  animation: float 2s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translate(-50%, -55%)
  }

  50% {
    transform: translate(-50%, -75%)
  }
}

/* ----------About  HERO End ---------- */
/* About page second section start */
section.main-wrapper-ourstory-section {
  padding-top: 70px;
}

.main-wrapper-ourstory-section .left-side-ourstory {
  position: relative;
}

.main-wrapper-ourstory-section .sub-title {
  color: #FF5252;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.main-wrapper-ourstory-section .main-title {
  position: relative;
}

.main-wrapper-ourstory-section .main-title span {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #D55353;
  font-family: Qurova DEMO;
}

.story-image {
  border-radius: 26px;
}


.main-wrapper-ourstory-section .main-title::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -25px;
  width: 22px;
  height: 116px;
  background: linear-gradient(180deg, #F14A4A 0%, #0A0A0A 100%);
  border-radius: 0;
}

/* Timeline */
.main-wrapper-ourstory-section .timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.main-wrapper-ourstory-section .timeline::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #666;
  z-index: 1;
  transition: background 0.5s;
}

.main-wrapper-ourstory-section .timeline.active::before {
  background: #ff5b5b;
}

.main-wrapper-ourstory-section .step {
  position: relative;
  text-align: center;
  flex: 1;
  z-index: 2;
}

.main-wrapper-ourstory-section .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 10px auto;
  transition: background 0.3s;
}

.main-wrapper-ourstory-section .step.active .circle {
  background: #ff5b5b;
}

.main-wrapper-ourstory-section .step p {
  font-size: 14px;
  margin: 0;
}

.main-wrapper-ourstory-section .step .year {
  font-weight: bold;
  margin-bottom: 5px;
}



/* About page second section End */

/* Third section about Start  */



.wrapper-leadership-section {
  position: relative;
  /* important for ::after to align inside */
  overflow: hidden;
  /* prevents image overflow on small screens */
}

.wrapper-leadership-section::after {
  content: "";
  position: absolute;
  top: 34%;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/about/grid.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  transform: translateY(-50%);
  opacity: 0.6;
}

.wrapper-leadership-sectionbackground {
  margin: 40px auto;
  padding: 60px 40px 40px;
  background: #16161663;
  border-radius: 30px;
  position: relative;
}
p.text-small {
    font-size: 14px;
    line-height: 20px;
    color: #e4e4e4;
    margin: 15px 0;
     font-family: 'Aeonik Trial';
}
.wrapper-leadership-section .wrapper-leadership-left {
  position: relative;
}

.wrapper-leadership-section .leadership-left::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 10px;
    background: linear-gradient(180deg, #F14A4A 0%, #0A0A0A 100%);
    width: 22px;
    height: 116px;
}

.wrapper-leadership-section .leadership-left h5 {
      color: #FF5252;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    padding-left: 30px;
}

.wrapper-leadership-section .image-leadership-leftside img {
  width: 100%;
  height: 100%;
  object-fit: contain;
      border-radius: 30px;
}

.wrapper-leadership-section .leadership-left h2 {
  margin-left: 30px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.wrapper-leadership-section .leadership-left h2 span {
  color: #e63946;
  font-size: 32px;
  line-height: 40px;
  font-family: Qurova DEMO;
  font-weight: 600;
}

.wrapper-leadership-section .leadership-left img {
  width: 100%;
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
}

.wrapper-leadership-section .leadership-left img:hover {
  transform: scale(1.03);
}

.wrapper-leadership-section .leadership-right img {
      width: 48%;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.wrapper-leadership-section .leadership-right img:hover {
  transform: scale(1.03);
}

/* Stats */
.wrapper-leadership-section .row h3 {
   font-family: 'Aeonik Trial';
  font-size: 36px;
  line-height: 100%;
  text-align: center;
}

/* Social Icons Overlapping */
.wrapper-leadership-section .social-icons {
  display: flex;
  margin-top: 10px;
}

.wrapper-leadership-section .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  margin-left: -10px;
  /* overlap effect */
  position: relative;
  z-index: 1;
}

.wrapper-leadership-section .social-icons a:first-child {
  margin-left: 0;
}

.wrapper-leadership-section .social-icons a:hover {
  /* background: #e63946; */
  /* transform: scale(1.1); */
  color: #e63946;
  /* box-shadow: 0 6px 18px rgba(230,57,70,0.6); */
  z-index: 5;
  transform: translateY(-5px)
}


/* ENd thirs section */
/* Fourt section about page Sart */

.our-vision-mission-section {
  position: relative;
  width: min(1100px, 92vw);
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 auto;
  top: -83px;
}

.our-vision-mission-section .card {
  position: relative;
  background: #000;
  border-radius: 24px;
  padding: 32px 28px;
  min-height: 245px;
  margin: 10px;
  transition: 0.3s;
  border: 1px solid;

  /* Box-shadow trick for left-center and right-center */
  box-shadow:
    /* left center glow */
    -5px 0 4px -5px rgba(255, 66, 66, 1) inset,
    -4px 0 4px -2px rgba(29, 29, 29, 1) inset,
    /* right center glow */
     5px 0 4px -5px rgba(255, 66, 66, 1)inset,
     4px 0 4px -2px rgba(29, 29, 29, 1) inset;
}


.our-vision-mission-section .card:hover {
  transform: translateY(-5px);
}

.our-vision-mission-section .card h3 {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 40px;
  font-family: Qurova DEMO;
  font-weight: 600;
  color: #fff;
}

.our-vision-mission-section .card p {
  margin: 0;
      font-family: 'Aeonik Trial';
}

/* connector svg */
.our-vision-mission-section .connector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  pointer-events: none;
}

.background-imaglining-border img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.main-wrapperabout-fivecard {
  display: flex;
  justify-content: space-between;
  margin-top: -58px;
}


/* Fourt section about page End */
/* Five section create about page Start */
.ourapproach-main-wrapper-section .container h5 {
  color: #FF5252;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 20px;
    font-family: "Outfit", sans-serif;
}

.ourapproach-main-wrapper-section .container h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}

.ourapproach-main-wrapper-section .container h1 .red {
  color: #ff3c3c;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  font-family: Qurova DEMO;
}

/* Card container */
.ourapproach-main-wrapper-section .card-container {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  /* overflow-x: auto;  */
}
section.ourapproach-main-wrapper-section {
    overflow: hidden;
}

/* Card base */
.ourapproach-main-wrapper-section .card-custom {
    background: #fff;
    border-radius: 57px;
    text-align: center;
    padding: 30px 20px 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: background 0.3s, color 0.3s, margin 0.3s;
    position: relative;
    margin-left: -50px;
    z-index: 1;
    min-width: 272px;
    flex-shrink: 0;
    min-height: 344px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* First card always active */
.ourapproach-main-wrapper-section .card-custom.active {
  background: #D04444;
  color: #fff;
  z-index: 5;
}

/* Highlight hovered card */
/* .card-custom:hover {
      background: #D04444;
      color: #fff;
      z-index: 10;
    } */

/* On hover container → spread all cards */
.ourapproach-main-wrapper-section .card-container:hover .card-custom {
  margin-left: 20px;
}

/* Keep first card aligned */
.card-container:hover .card-custom:first-child {
  margin-left: 0;
}

/* Card icon */
.ourapproach-main-wrapper-section .card-icon {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.ourapproach-main-wrapper-section .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.ourapproach-main-wrapper-section .card-custom.active h3 {
  margin-bottom: 10px;
  color: inherit;
   font-family: 'Aeonik Trial';
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.ourapproach-main-wrapper-section .card-custom h3 {
  margin-bottom: 10px;
  color: #FF5353;
   font-family: 'Aeonik Trial';
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.ourapproach-main-wrapper-section .card-custom.active p {
  color: inherit;
  width: 165px;
   font-family: 'Aeonik Trial';
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}

.ourapproach-main-wrapper-section .card-custom p {
  color: #FF5353;
  width: 165px;
   font-family: 'Aeonik Trial';
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}

.ourapproach-main-wrapper-section .card-zindex-use01 {
  z-index: 3;
}

.ourapproach-main-wrapper-section .card-zindex-use02 {
  z-index: 2;
}
/*-------- card hover effect about page --------*/
.cardcolor1:hover{
  color: #FF5353 !important;
  background-color:white !important ;
}

.card-custom:hover {
  background-color:  #D04444;
  color: #fff;
  
}

.card-custom:hover h3,
.card-custom:hover p {
  color: #fff;
}

/*----------------------- ABout five section end ------------------------*/


/* ----------Responsive start---------- */

@media (max-width: 1024px) {
  .hero-section-aboutpage .hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .hero-section-aboutpage .card {
    max-width: 90%;
    margin: 0 auto;
  }

  .our-vision-mission-section {
    top: -60px;
  }
}

@media (max-width: 992px) {
  .ourapproach-main-wrapper-section .card-custom.active p {
    width: 100%;
  }
  .wrapper-leadership-section .leadership-right img{
    border-radius: 30px;
  }
  .wrapper-leadership-section .image-leadership-leftside img{
    border-radius: 30px;
  }
.main-wrapper-ourstory-section .left-side-ourstory {
    position: relative;
    padding: 0 20px;
}
  .main-wrapper-ourstory-section .main-title::before {
    left: -24px;
    top: -25px;
    width: 15px;
    height: 116px;
  }

  .ourapproach-main-wrapper-section .card-custom p {
    width: 100%;
  }

  section.ourapproach-main-wrapper-section {
    margin-top: 60px;
  }

  .ourapproach-main-wrapper-section .card-container {
    flex-wrap: wrap;
    /* allow wrapping on tablets */
    justify-content: center;
  }

  .ourapproach-main-wrapper-section .card-custom {
    margin-left: 0 !important;
    margin: 10px;
    flex: 1 1 calc(50% - 20px);
    /* two cards per row */
    max-width: 250px;
  }

  .background-imaglining-border {
    display: none;
  }

  .our-vision-mission-section {
    top: 0;
  }

  .our-vision-mission-section {
    padding-top: 50px;
  }

  .hero-section-aboutpage .card-about-bannerimage {
    margin-top: 30px;
  }

  .wrapper-leadership-section {
    padding: 20px;
  }

  .wrapper-leadership-section::after {
    width: 120px;
    opacity: 0.5;
  }

  .hero-section-aboutpage {
    padding-top: 150px;
  }

}

@media(max-width:820px) {
  .our-vision-mission-section {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .our-vision-mission-section .connector {
    display: none
  }

  /* hide tree on small screens */
}

@media (max-width: 768px) {
  .main-wrapper-ourstory-section .timeline {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .wrapper-leadership-section .leadership-left::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #F14A4A 0%, #0A0A0A 100%);
    left: 0;
    top: 0;
    width: 15px;
    height: 116px;
}
.wrapper-leadership-section .leadership-left h2 {
    margin-left: 30px;
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}
  .main-wrapper-ourstory-section .circle {
    width: 15px;
    height: 15px;
  }

  .main-wrapper-ourstory-section .step {
    display: flex;
    align-items: center;
  }

  .main-wrapper-ourstory-section .timeline::before {
    top: -4px;
    left: 48px;
    width: 2px;
    height: 100%;
  }

  .main-wrapper-ourstory-section .step .circle {
    display: inline-block;
    margin: 0px 10px 0px 8px;
  }
  p.text-small {
    font-size: 14px;
    line-height: 20px;
    color: #e4e4e4;
    margin: 8px 0 28px;
}
.our-vision-mission-section .card h3 {
    margin: 0 0 15px;
    font-size: 28px;
}
.btn-getstart::after{
  display: none;
}
}

@media (max-width: 567px) {
  .hero-section-aboutpage .tilt-heading span {
    margin-bottom: 18px;
    gap: 0;
    font-size: 2rem;
    line-height: 15px;
    letter-spacing: 4px;
    font-weight: 700;
    font-family: Qurova DEMO;
}
  .ourapproach-main-wrapper-section .card-custom {
    flex: 1 1 100%;
    /* full width on mobile */
    margin: 10px 0;
  }
.wrapper-leadership-section .leadership-right img {
    border-radius: 15px;
}
.wrapper-leadership-section .leadership-left h2 {
    margin-left: 30px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 40px;
}
.wrapper-leadership-section .image-leadership-leftside img {
    border-radius: 20px;
}
  .main-wrapperabout-fivecard {
    display: flow;

  }

  .hero-section-aboutpage {
    padding: 125px 0px 0 0;
  }

  .hero-section-aboutpage .copy h1 {
    font-size: 24px;
  }

  .hero-section-aboutpage .rotator {
    width: 150px;
    height: 150px;
    bottom: 0;
  }

  .hero-section-aboutpage .rotator .arrow {
    width: 10px;
  }
section.main-wrapper-ourstory-section {
    padding-top: 0;
}
  .wrapper-leadership-section::after {
    display: none;
  }
}

/* ----------Responsive End---------- */