.active-about {
  /* font-weight: bold; */
  position: relative;
}

.active-about::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 24px; /* distance from text */
  width: 30%;
  height: 2px; /* thickness of underline */
  background-color: #fff; /* underline color */
  border-radius: 2px;
}

.about-hero {
  background-image: url(../images/about-us/Featured-Image.png);
  height: 250px;
  position: relative;
  margin-top: 100px;
}

.about-hero > div {
  padding-top: 90px;
  padding-left: 40px;
  font-size: 40px;
  font-weight: bold; 
  color: white;
  z-index: 2;
  position: relative;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

.tech-heading > h1 {
  /* font-size: 50px; */
  margin: 40px;
}

.vision-section {
  padding: 80px 60px;
  background: white;
}

/* Heading */
.vision-heading {
  text-align: center;
  margin-bottom: 60px;
}

.vision-heading h1 {
  /* font-size: 50px; */
  /* font-weight: 800; */
}

.vision-heading span {
  color: #2254c5;
}

.vision-heading b {
  color: black;
}

/* Cards Layout */
.vision-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Card Style */
.vision-card {
  width: 400px;
  background: white;
  padding: 50px 35px;
  border-radius: 25px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

/* Icon Box */
.icon-boxes {
  width: 65px;
  height: 65px;
  border-radius: 18px;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 28px; */
  margin-bottom: 40px;
}

.icon-boxes > img {
  width: 60px;
}

/* Title */
.vision-card h2 {
  /* font-size: 34px; */
  /* font-weight: bold; */
  color: #2254c5;
  margin-bottom: 20px;
}

/* Paragraph */
.vision-card p {
  /* font-size: 18px; */
  line-height: 30px;
  /* color: black; */
}

/* Active Middle Card */
.vision-card.active {
  background: #2254c5;
}

.vision-card.active h2,
.vision-card.active p {
  color: white;
}

.vision-card.active .icon-boxes {
  background: white;
  color: #2254c5;
}

/* Hover Effect */
.vision-card:hover {
  transform: translateY(-10px);
}

.figma-footer {
  background: #edecec5d;
  padding: 80px 60px 30px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  flex-wrap: wrap;
}

/* LEFT SIDE */
.footer-left {
  max-width: 330px;
}

.footer-logo {
  margin-bottom: 5px;
}

.footer-desc {
  /* font-size: 18px; */
  line-height: 32px;
  color: #000;
  margin-bottom: 40px;
}
#submit {
  border-radius: 15px;
  height: 50px;
}

/* SOCIAL ICONS */
.footer-socials {
  display: flex;
  gap: 20px;
}

.footer-social {
  width: 45px;
  height: 45px;
  display: flex !important;
  background-color: #efefef;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  color: #000;
  transition: 0.3s;
  border-radius: 50%;
}

.footer-social:hover {
  border-color: #2254c5;
  background-color: #e8eaec;
  transform: translateY(-10px);
}

/* QUICK LINKS */
.footer-links h3,
.footer-contact h3 {
  /* font-size: 30px; */
  /* font-weight: bold; */
  margin-bottom: 30px;
}

.footer-links a {
  display: block;
  font-size: 20px;
  margin-bottom: 22px;
  color: #000;
  text-decoration: none;
}

.about-item {
  background-color: #e4eaf72e;
  padding-left: 30px;
  padding-top: 30px;
  border-radius: 30px 0px 0px 30px;
}

.footer-links a:hover {
  color: #2254c5;
}

/* privacy-policy */
.footer-privacy-policy p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
  line-height: 28px;
}

.footer-privacy-policy i {
  margin-right: 12px;
  /* font-size: 20px; */
  color: #000;
}

/* BOTTOM ROW */
.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding-top: 25px;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-bottom p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.footer-bottom span {
  color: #2254c5;
  font-weight: 400;
}

.bottom-links {
  display: flex;
  gap: 40px;
}

.bottom-links a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
}

.bottom-links a:hover {
  color: #2254c5;
}

.footer-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 18px;
  color: black;
}

.footer-info img {
  width: 25px;
  margin-top: 5px;
}

/* ✅ privacy-policy Page Toggle Button Fix */
.about-navbar .navbar-toggle {
  /* border: 2px solid black !important; */
  margin-top: 25px !important;
  margin-right: 15px !important;
}

/* .logo-container {
  padding: 10px 0px 0px 0px;
} */

/* ✅ Hamburger bars black */
.about-navbar .navbar-toggle .icon-bar {
  background-color: black !important;
}

/* HERO BACKGROUND SECTION */
.hero-section {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 60px;
  position: relative;
}

/* DARK OVERLAY FOR TEXT VISIBILITY */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
}

.hero-inner {
  z-index: 2;
}

.hero-inner1 {
  max-width: 1000px;
  color: white;
  position: relative;
  z-index: 2;
  margin: auto;
}

/* HEADINGS */
.hero-inner h1 {
  /* font-size: 55px; */
  /* font-weight: 700; */
  line-height: 1.2;
  margin-bottom: 10px;
  color: white;
}

.hero-inner1 h1 {
  /* font-size: 55px; */
  /* font-weight: 700; */
  line-height: 1.2;
  margin-bottom: 15px;
  color: white;
}

.hero-inner h3 {
  /* font-size: 35px; */
  /* font-weight: 500; */
  line-height: 1.3;
  margin-bottom: 10px;
  color: white;
}

/* PARAGRAPH */
.hero-inner p {
  /* font-size: 22px; */
  /* line-height: 2.8; */
  margin-bottom: 15px;
  color: white;
  padding: 10px 20px 15px;
  /* font-weight: 300; */
}
.hero-inner1 p {
  /* font-size: 22px; */
  line-height: 1.6;
  margin-bottom: 25px;
  color: white;
}

/* BUTTONS */
.hero-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  /* font-size: 16px; */
  text-decoration: none;
  transition: 0.3s;
  margin-right: 15px;
}

/* OUTLINE BUTTON */
.outline-btn {
  color: white;
  font-weight: 600;
  background-color: #2254c5;
}

.outline-btn:hover {
  color: white;
  transform: translateY(-10px);
}

/* FILLED BUTTON */
.fill-btn {
  background: #2254c5;
  border: 2px solid #2254c5;
  color: white;
}

.fill-btn:hover {
  background: #2254e5;
  color: white;
  transform: translateY(-10px);
}

/* RIGHT ALIGN HERO */
.hero-section.right-align {
  justify-content: flex-end;
  text-align: right;
}

/* BUTTON GROUP */
.hero-buttons {
  margin-top: 20px;
}

.choose-section {
  padding: 40px 30px;
  background: rgb(235, 235, 235);
}

/* Heading */
.choose-heading {
  text-align: center;
  /* font-size: 50px; */
  /* font-weight: 800; */
  color: #2254c5;
  margin-bottom: 60px;
}

/* Main Layout */
.choose-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}

/* Left Image */
.choose-image img {
  width: 700px;
  height: 460px;
  border-radius: 30px;
  object-fit: cover;
}

/* Right Content */
.choose-content {
  max-width: 600px;
}

.choose-content h2 {
  /* font-size: 30px; */
  /* font-weight: 500; */
  line-height: 1.2;
  margin-bottom: 40px;
  color: black;
  margin-top: 0px !important;
}

/* Feature Card */
.choose-card {
  display: flex;
  align-items: center;
  gap: 25px;
  background: white;
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.15);
}

/* Icon Circle */
.choose-icon {
  width: 60px;
  height: 60px;
  background: #f3f3f3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-icon img {
  width: 35px;
}

/* Text */
.choose-card p {
  /* font-size: 20px; */
  /* font-weight: 500; */
  margin: 0;
}

/* ================= TEAM SECTION ================= */

.team-section {
  padding: 80px 60px;
  background: white;
}

/* Heading */
.team-heading {
  text-align: center;
  margin-bottom: 60px;
}

.team-heading h1 {
  /* font-size: 55px; */
  /* font-weight: 800; */
  color: #2254c5;
  margin-bottom: 15px;
}

.team-heading p {
  font-size: 20px;
  line-height: 32px;
  /* color: black; */
}

/* Cards Layout */
.team-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Card */
.team-card {
  width: 360px;
  background: #f9f9f9;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
}

.team-card:hover {
  transform: translateY(-10px);
}

/* Image */
.team-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 25px 25px 0 0;
}

/* Info */
.team-info {
  padding: 30px 25px;
}

.team-info h2 {
  /* font-size: 38px; */
  /* font-weight: 900; */
  margin-bottom: 12px;
  color: black;
}

.team-info p {
  /* font-size: 22px; */
  margin: 0;
  /* color: #333; */
}

.clients-section {
  background-color: #f3f3f3;
  padding: 40px;
}

.clients-section > .text-center > h1 {
  margin: 40px;
  /* font-size: 50px; */
}

.client-imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.client-imgs > div > img {
  width: 330px;
  height: 100px;
}

.slider-section {
  max-width: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 3rem 3rem 2rem 2rem;
  /* box-shadow: 0 20px 40px -12px rgba(0,20,50,0.25),
                  inset 0 1px 2px rgba(255,255,255,0.8); */
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/* header */
.section-title {
  /* /* font-size: 2.2rem; */
  /* font-weight: 600; */
  letter-spacing: -0.02em;
  margin: 2.8rem;
  gap: 0.75rem;
}
.section-title span {
  background: #2254c5;
  color: white;
  /* font-size: 1rem; */
  padding: 0.2rem 1rem;
  border-radius: 40px;
  /* font-weight: 450; */
  letter-spacing: 0.3px;
}

/* slider container */
.slider-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

/* cards wrapper */
.cards-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 0.5rem 0 1.2rem 0;
  border-radius: 2.5rem;
}

.cards-list {
  display: flex;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 1.5rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

/* individual testimonial card */
.testimonial-card {
  flex: 0 0 calc(33.333% - 1rem); /* three cards visible on desktop */
  min-width: 260px;
  background: #9cc0f6dd;
  backdrop-filter: blur(2px);
  background: linear-gradient(145deg, #c8ddf544);
  border-radius: 2rem;
  padding: 2rem 1.8rem 1.8rem 1.8rem;
  /* box-shadow: 0 15px 30px -12px rgba(0,32,64,0.2),
                  0 4px 8px rgba(0,0,0,0.02); */
  border: 1px solid rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  /* box-shadow: 0 28px 38px -18px #0b2b4e33; */
  /* background: white; */
}

/* stars */
.stars {
  color: #f8b84a;
  /* font-size: 3.6rem; */
  line-height: 1.2;
  letter-spacing: 3px;
  margin-bottom: 1.3rem;
  /* text-shadow: 0 2px 5px #ffcf7a80; */
}

/* quote */
.quote {
  /* font-size: 2.1rem; */
  line-height: 1.5;
  color: #173451;
  /* font-weight: 450; */
  margin-bottom: 1.8rem;
  flex: 1;
  /* quotes: "“" "”" "‘" "’"; */
}
.quote::before {
  /* content: "“"; */
  font-size: 1.8rem;
  color: #3c6e9c;
  opacity: 0.5;
  /* font-weight: 600; */
  margin-right: 2px;
}
.quote::after {
  /* content: "”"; */
  font-size: 1.8rem;
  color: #3c6e9c;
  opacity: 0.5;
  /* font-weight: 600; */
  margin-left: 2px;
  vertical-align: top;
}


.author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  letter-spacing: -0.3px;
  margin-top: 0.5rem;
  color: #0b263b;
}

.author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info h4 {
  margin: 0;
  /* font-size: 2.3rem; */
  /* font-weight: 600; */
}

.author-info span {
  /* font-size: 2rem; */
  /* font-weight: 400; */
  color: #3f627f;
}

/* author */
/* .author {
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: -0.3px;
  color: #0b263b;
  margin-top: 0.5rem;
  border-top: 2px solid rgba(59, 130, 189, 0.2);
  padding-top: 1rem;
}
.author span {
  font-weight: 400;
  font-size: 2rem;
  color: #3f627f;
  display: block;
  margin-top: 4px;
} */

/* navigation arrows */
.nav-arrow {
  background: white;
  border: 1px solid rgba(42, 85, 128, 0.25);
  width: 52px;
  height: 52px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  /* font-weight: 300; */
  color: #1d4a6e;
  box-shadow: 0 8px 18px -6px rgba(0, 45, 70, 0.2);
  cursor: pointer;
  transition: all 0.18s;
  user-select: none;
  line-height: 1;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
}

.nav-arrow:hover {
  background: #1a405d;
  color: white;
  border-color: #1a405d;
  box-shadow: 0 12px 24px -8px #103045;
  transform: scale(1.02);
}

.nav-arrow:active {
  transform: scale(0.96);
  background: #0f3147;
}

/* left / right specific */
.arrow-left {
  margin-right: 0.2rem;
}
.arrow-right {
  margin-left: 0.2rem;
}

/* pagination indicators (dots) */
.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.dot {
  width: 10px;
  height: 10px;
  background: #a6c0d6;
  border-radius: 30px;
  border: none;
  transition: all 0.2s;
  cursor: pointer;
  padding: 0;
}

.dot.active {
  width: 28px;
  background: #1e4f76;
  background: linear-gradient(90deg, #1f4f78, #2b6c9e);
  box-shadow:
    0 0 0 2px white,
    0 4px 10px #397fae66;
}

.hero-inner1 h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: white;
}

/* Modern Popover Style */
.popover {
  border-radius: 0px;
  border: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  padding: 0px 0;
  min-width: 100px;
  font-size: 16px;
  font-weight: 600;
}

.header-popover {
  margin-top: 0px !important;
  position: fixed;
}

.footer-popover {
  margin-bottom: 10px !important;
}

/* Remove default arrow */
.popover .arrow {
  display: none;
}

/* Remove title space */
.popover-title {
  display: none;
}

/* Style content */
.popover-content {
  padding: 0;
}

/* Product links styling */
.popover-content a {
  display: block;
  padding: 5px 20px;
  color: #333;
  text-decoration: none;
  /* font-weight: 500; */
  transition: 0.3s;
  margin: 0px;
}

/* Hover effect */
.popover-content a:hover {
  background: #f5f7ff;
  color: #2254e5;
  /* padding-left: 15px; */
}
/* Cursor only on text */
.trigger-text {
  cursor: pointer;
}
/* Footer specific adjustment */
#footerProductsPopover + .popover {
  margin-bottom: -8px !important;
}

@media (max-width: 1024px) {
  .choose-container {
    flex-direction: row;
  }

  .choose-image img {
    width: 100%;
    max-width: 450px;
  }

  .choose-card {
    justify-content: center;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .clients-section > .text-center > h1 {
    margin: 35px;
  }

  .team-card {
    width: 90%;
    max-width: 400px;
  }
  .choose-container {
    flex-direction: column;
    text-align: center;
  }

  .choose-image img {
    width: 100%;
    max-width: 800px;
  }

  .choose-card {
    justify-content: center;
  }
  .vision-cards {
    flex-direction: column;
    align-items: center;
  }
  .vision-section {
    padding: 60px 40px;
    background: white;
  }
  .vision-card {
    width: 90%;
    max-width: 400px;
  }
  .hero-section {
    padding: 40px;
  }

  .hero-inner p {
    font-size: 15px;
  }
  .team-heading p {
    font-size: 15px;
  }
  .hero-inner1 p {
    font-size: 15px;
  }
  .testimonial-card {
    flex: 0 0 calc(50% - 1rem); /* two cards */
  }
  .slider-section {
    padding: 1.8rem 1rem;
  }
  .section-title {
    font-size: 1.9rem;
  }
}

@media (max-width: 768px) {
  .team-section {
    padding: 60px 20px;
  }
  .team-heading h1 {
    font-size: 24px;
  }

  .clients-section > .text-center > h1 {
    margin: 30px;
    font-size: 24px;
  }

  .team-info h2 {
    font-size: 20px;
  }

  .choose-content h2 {
    font-size: 20px;
  }

  .team-info p {
    font-size: 15px;
  }
  .choose-heading {
    text-align: center;
    font-size: 24px;
    /* font-weight: 800; */
    color: #2254c5;
    margin-bottom: 40px;
  }
  .hero-section {
    min-height: 75vh;
    padding: 40px 25px;
    justify-content: center;
    text-align: center;
  }

  .hero-inner {
    max-width: 100%;
  }

  .hero-inner h1 {
    font-size: 24px;
  }

  .hero-inner h3 {
    font-size: 15px;
  }

  .hero-inner p {
    font-size: 12px;
  }
  .hero-inner1 {
    max-width: 100%;
  }

  .hero-inner1 h1 {
    font-size: 24px;
  }

  .hero-inner1 p {
    font-size: 12px;
  }

  .hero-btn {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  /* Disable right align on mobile */
  .hero-section.right-align {
    justify-content: center;
    text-align: center;
  }
  .about-navbar {
    /* height: auto !important; */
    padding: 10px 15px !important;
  }

  .about-navbar .navbar-header {
    width: 100%;
  }

  .about-navbar .navbar-toggle {
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .logo-container {
    padding: 10px 0px 0px 0px;
  }
  .footer-container {
    flex-direction: column;
    gap: 50px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .bottom-links {
    justify-content: center;
  }

  .about-hero > div {
    padding-top: 95px;
    padding-left: 40px;
    font-size: 24px;
    /* font-weight: bold;  */
    color: white;
  }
  .vision-section {
    padding: 40px 30px;
    background: white;
  }
  .vision-heading h1 {
    font-size: 24px;
    /* font-weight: 800; */
  }
  .vision-heading {
    text-align: center;
    margin-bottom: 30px;
  }

  .tech-heading > h1 {
    font-size: 24px;
    margin: 30px;
  }
  .testimonial-card {
    flex: 0 0 calc(100% - 0.5rem); /* one card */
  }
  .cards-wrapper {
    border-radius: 1.8rem;
  }
  .nav-arrow {
    width: 42px;
    height: 42px;
    font-size: 1.8rem;
  }
}

/* Small Phones */
@media (max-width: 480px) {
  .clients-section > .text-center > h1 {
    margin: 15px;
    font-size: 20px;
  }
  .choose-heading {
    text-align: center;
    font-size: 20px;
    /* font-weight: 800; */
    color: #2254c5;
    margin-bottom: 30px;
  }
  .hero-inner h1 {
    font-size: 20px;
  }
  .hero-inner h3 {
    font-size: 14px;
  }

  .hero-inner p {
    font-size: 10px;
  }
  .hero-inner1 h1 {
    font-size: 20px;
  }

  .hero-inner1 p {
    font-size: 10px;
  }
  .client-imgs > div > img {
    width: 165px;
    height: 50px;
  }
}

@media (max-width: 380px) {
  .nav-arrow {
    display: none; /* dots are enough, but we keep structure */
  }
  .client-imgs > div > img {
    width: 165px;
    height: 50px;
  }
}

/* utility */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
}
