/* FAQ section */
.faq-section {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(135deg, #f8fdff, #eef9fc);
  overflow: hidden;
}

.faq-bubble {
  position: absolute;
  border-radius: 50%;
  animation: floatFaq 8s ease-in-out infinite;
}

.bubble-left {
  width: 260px;
  height: 260px;
  left: -80px;
  top: 20%;
  background: radial-gradient(circle, rgba(0,107,127,0.06), rgba(0,107,127,0.14));
}

.bubble-right {
  width: 320px;
  height: 320px;
  right: -100px;
  bottom: 10%;
  background: radial-gradient(circle, rgba(0,107,127,0.04), rgba(0,107,127,0.12));
}

@keyframes floatFaq {
  0%,100% { 
    transform: translateY(0); 
  }
  50% { 
    transform: translateY(-18px); 
  }
}

.faq-heading {
  text-align: center;
  margin-bottom: 50px;
}

.faq-heading span {
  color: #006b7f;
  font-weight: 700;
  letter-spacing: 1px;
}

.faq-heading h2 {
  font-size: 42px;
  color: #006b7f;
}

.faq-wrapper {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  background: white;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 24px;
  border: none;
  background: white;
  font-size: 18px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 24px;
  color: #555;
  line-height: 1.8;
  transition: max-height 0.45s ease, opacity 0.35s ease, padding 0.35s ease;
}

/* open state */
.faq-item.active .faq-answer {
  max-height: 400px;
  opacity: 1;
  padding: 0 24px 24px;
}

.faq-question span {
  transition: transform 0.35s ease;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

* {
  font-family: 'Nunito', sans-serif;
}
.why-matters-premium {
    padding: 4%;
    background: #006b7f;
}

/* Heading */
.why-matters-premium .section-title h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
}

/* Card Base */
.premium-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 15pc;
}

.premium-cardd{
    text-align: center;
    margin-bottom: 34px;
}

.njkjsdfkljslik{
    justify-content: center;
}
.kkfdkkdf{
    font-size:22px;
    color: white;
}
/* Glow Border Effect */
.premium-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: white; /* ✅ pure white */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.hero-video-section {
  position: relative;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* VIDEO */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* DARK OVERLAY */
.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.7)
  );
  z-index: 2;
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 3;
  color: #fff;
  max-width: 1170px;
  margin: auto;
}

/* HEADING */
.hero-content h1 {
  font-size: 54px;
  font-weight: 800;
  margin-bottom: 20px;
}

/* TEXT */
.hero-content p {
  font-size: 28px;
  line-height: 1.7;
  margin-bottom: 15px;
  opacity: 0.95;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 15px;
  }
}
h2.dssfsf {
    color: black;
}
/* Hover Effect */
.premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

/* Text */
.premium-card h4 {
    color: white;
    font-size: 22px;
    font-weight: 600;
}

.premium-card p {
    color: black;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 800;
}

/* Highlight Card */
.highlight-card {
    background: white;
    color: #000;
}

/*.highlight-card p {*/
/*    color: #000;*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*}*/

/* Responsive */
@media (max-width: 768px) {
    .why-matters-premium {
        padding: 60px 0;
    }
}
/* 🔥 GRADIENT BACKGROUND */
.gradient-bg {
    position: relative;
    padding: 140px 0;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    overflow: hidden;
}

/* ✨ GLOW CIRCLES (PREMIUM EFFECT) */
.gradient-bg::before,
.gradient-bg::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
}

.gradient-bg::before {
    width: 300px;
    height: 300px;
    background: black;
    top: -50px;
    left: -50px;
}

.gradient-bg::after {
    width: 350px;
    height: 350px;
    background: #00c6ff;
    bottom: -80px;
    right: -80px;
}

/* CONTENT */
.main-slider-four__content {
    position: relative;
    z-index: 2;
}

/* GLASS EFFECT */
.glass-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 45px;
    border-radius: 14px;
    display: inline-block;
}

/* GOLD TOP LINE */
.slider-topline {
    font-size: 15px;
    font-weight: 600;
    color: black;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* TITLE */
.main-slider-four__title {
    font-size: 52px;
    font-weight: 800;
    color: #d3af37;
    line-height: 1.2;
}

/* TEXT */
.main-slider-four__text {
    font-size: 18px;
    color: #ddd;
    max-width: 650px;
    margin: 18px auto 0;
}

/* MOBILE */
@media (max-width: 768px) {
    .main-slider-four__title {
        font-size: 32px;
    }
}


    .about-modern {
  padding: 40px 0;
}

.about-modern__content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}



.tagline {
  color: black;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

/* GOLD TEXT */
.gold-text {
  color: black;
}

/* FEATURES */
.feature-list {
  margin-top: 20px;
}

.feature-item {
    font-size: 24px;
  background: black;
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  color: white;
  font-weight: 500;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
  gap: 22px;
  padding-top: 24px;
}
.feature-item i{
    font-size:40px;
}
.feature-item:hover {
  background: #006b7f;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* BUTTON */
.btn-modern {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background: #111;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

h4.dfdf {
    color: black;
}
.btn-modern:hover {
  background: white;
  color: #000;
}

/* Tagline */
.slider-tagline {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c8a96a; /* gold feel */
    margin-bottom: 10px;
}

/* Title */
.main-slider-four__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: #d3af37;
}

/* Text */
.main-slider-four__text {
    font-size: 18px;
    color: #e0e0e0;
    max-width: 700px;
    margin: 15px auto 0;
}

/* Button spacing */
.slider-btn {
    margin-top: 20px;
}
section.why-matters {
    margin-top: 3%;
}
/* IMAGE SIDE */
.about-modern__image {
  position: relative;
}

.about-modern__image img {
  width: 100%;
  border-radius: 12px;
}

/* FLOATING CARD */
.floating-card {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  max-width: 220px;
}
 .about-five__content__text {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 15px;
}

/* Feature Cards */
.about-five__box li {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.about-five__box li:hover {
  transform: translateY(-5px);
}

/* Why Section */
.why-box {
    height: 100%;
  background: #006b7f;
    color: white;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: 0.3s;
}

p.ffhfft {
    margin-bottom: 15%;
}

.why-box:hover {
  transform: translateY(-8px);
}

/* SECTION */
.modern-services {
    padding: 100px 0;
}

/* TITLE */
.section-title__title {
    font-size: 40px;
    font-weight: 700;
}

/* GOLD TEXT */
.gold-text {
    color: black;
}

/* CARD */
.modern-card {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.modern-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* CONTENT */
.services-four__single__content {
    padding: 25px;
}

.services-four__single__title {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

.services-four__single__content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* ICON */
.services-four__single__icon img {
    width: 50px;
}
.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: black;
}
.why-box h4{
    color: black;
        font-weight: bold;
        
}
/* IMAGE */
.services-four__single__bottom img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.how-it-works-section {
  padding: 100px 0;
  background: linear-gradient(to bottom, #ffffff, #006b7f75);
}

.section-title h2 {
  font-size: 42px;
  font-weight: 700;
}

.section-title p {
  color: #666;
  max-width: 650px;
  margin: auto;
}

.highlight {
  color: black; /* gold */
}

/* CONTENT */
.how-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.how-content ul {
  list-style: none;
  padding: 0;
}

p.parag {
    font-size: 20px;
    color: black;
}

h2.efsdf {
    font-size: 42px;
    text-align: center;
    color: black;
    font-weight: bold;
    padding: 3%;
}
.how-content ul li {
  font-size: 15px;
  margin-bottom: 8px;
  color: #333;
}

/* VIDEO BOX */
.video-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-footer-two .footer-widget__Contact-list li .text p {
    font-size: 15px;
   
}

.video-item {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.video-item iframe {
  width: 100%;
  height: 220px;
  border-radius: 10px;
}

.video-item p {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

.main-header-four__logo{
    padding: 0px !important;
}



.how-it-works-pro {
    padding: 100px 0;
    background: #f8fafc;
}

/* Title */
.how-it-works-pro .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
}

.how-it-works-pro .highlight {
    color: black;
}

/* Left Content */
.how-left p {
    font-size: 15.5px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Feature Box */
.how-feature-box {
    margin-top: 30px;
    padding: 25px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-left: 4px solid black;
}

.how-feature-box h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #0f172a;
}

.how-feature-box ul {
    padding-left: 0;
    list-style: none;
}

.how-feature-box ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 14.5px;
    color: #475569;
}

/* Custom Tick */
.how-feature-box ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: black;
    font-weight: bold;
}

/* Video Section */
.how-video-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.video-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    transition: 0.3s;
}

.video-card:hover {
    transform: translateY(-6px);
}

.video-card iframe {
    width: 100%;
    height: 240px;
    border: none;
}

.video-card p {
    text-align: center;
    padding: 12px;
    font-size: 14px;
    color: #334155;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .how-it-works-pro {
        padding: 60px 0;
    }

    .video-card iframe {
        height: 200px;
    }
}


.contact-section-pro {
  padding: 40px 0;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

/* IMAGE */
.contact-image {
  text-align: center;
}

.contact-image img {
  width: 100%;
  
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* FORM BOX */
.contact-box {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* TITLE */
.contact-box h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.contact-box p {
  color: #64748b;
  margin-bottom: 45px;
}

/* INPUT */
.contact-box input,
.contact-box textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-size: 14px;
  transition: 0.3s;
}

/* FOCUS EFFECT */
.contact-box input:focus,
.contact-box textarea:focus {
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* BUTTON */
.contact-btn {
  width: 100%;
  padding: 14px;
  background-color: #006b7f;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}

/* HOVER */
.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-image {
    margin-bottom: 30px;
  }
}




h3.dsfggdsfg {
    color: black;
    font-weight: 700;
    font-size: 28px;
}


.proof-hero {
  position: relative;
  padding: 20px 0;

  background: url('assets/images/cta.jpg') center/cover no-repeat;
  overflow: hidden;
}

/* DARK OVERLAY */

/* CONTENT */
.proof-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: auto;
  color: Black;
  font-weight: 600;
}

/* TITLE */
.proof-hero-content h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* TEXT */
.proof-hero-content p {
  font-size: 19px;
 
  opacity: 0.9;
  margin-bottom: 25px;
}


p.rewfrfsfs {
  color: white;
    font-size: 25px;
    font-weight: 700;
}

/* BUTTON */
.proof-hero-btn {
  display: inline-block;
  padding: 14px 35px;

  background-color: #006b7f;
  color: #fff;

  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;

  transition: 0.3s;
}





.benefit-card:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(135deg, #006b7f8c, transparent);
    -webkit-mask-composite: xor;
    color: white;
}


h2.fsdsdfrddde {
    color: white;
    font-size: 48px;
    font-weight: 900;
}

/* SECTION BACKGROUND */
.benefits-section {
  padding: 5%;
  position: relative;
  overflow: hidden;

  /* SAME THEME GRADIENT */
  background: linear-gradient(135deg, #eef4ff, #f8fbff);
}

/* SOFT GLOW EFFECT (same as premium sections) */
.benefits-section::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.15), transparent);
  top: -100px;
  left: -100px;
  border-radius: 50%;
}






.how-works-final {
  padding: 90px 0;
  background: white;
}

/* LEFT */
.how-left {
  padding-right: 30px;
}

.how-left h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #0f172a;
}

.how-left p {
    font-size: 20px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 16px;
    font-weight: 500;
}

/* IMPLEMENTATION TITLE */
.impl-title {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  color: #111827;
}

.impl-title span {
  color: black;
}

/* LIST */
.impl-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ITEM */
.impl-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  background: black;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.impl-item:hover{
    background: #006b7f;
}
.impl-item span {
  font-size: 21px;
  font-weight: 700;
  color: white;
  min-width: 30px;
}

h2.efsdf {
    font-weight: 900;
}
.impl-item p {
  margin: 0;
  font-size: 19.5px;
  color: white;
  line-height: 1.5;
}

/* HOVER */
.impl-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

/* IMAGE SIDE */
.how-image {
  text-align: center;
}

.how-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .how-left {
    padding-right: 0;
  }

  .how-image {
    margin-top: 40px;
  }

  .how-left h2 {
    font-size: 30px;
  }
}


.benefits-section::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(30, 64, 175, 0.12), transparent);
  bottom: -100px;
  right: -100px;
  border-radius: 50%;
}

/* TITLE */
.benefits-section .section-title h2 {
  font-size: 48px;
  font-weight: 800;
  color: #111;
}

.benefits-section .section-title span {
  color: #d3af37;
}

/* CARD */
.benefit-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  transition: 0.35s ease;

  border: 1px solid rgba(255,255,255,0.4);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* TEXT */
.benefit-card p {
    font-weight: 500;
  font-size: 19.5px;
  line-height: 1.7;
  color: white;
}

/* HOVER */
.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.1);
}








.implementation-v3 {
    margin-top: 40px;
}

/* Heading */
.implementation-v3 h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.implementation-v3 h3 span {
    color: black;
}

/* Grid */
.impl-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Card */
.impl-card {
    position: relative;
    padding: 20px 20px 20px 60px;
    border-radius: 16px;
    background: linear-gradient(145deg, #ffffff, #f1f5f9);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

/* Gradient Border Glow */
.impl-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(135deg, black, transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
}

/* Icon */
.impl-icon {
    position: absolute;
    left: 15px;
    top: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: black;
    color: white;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text */
.impl-card p {
    font-size: 16.5px;
    color: #000000;
    line-height: 1.6;
    font-weight: 700;
}

/* Hover */
.impl-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

p.dfghsfgddssss

 {
    color: #000000;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .impl-grid {
        grid-template-columns: 1fr;
    }
}



.how-works-pro-v2 {
    padding: 70px 0;
    background: #f8fafc;
}

/* TITLE */
.how-works-pro-v2 h2 {
    font-size: 36px;
    font-weight: 700;
}

.how-works-pro-v2 h2 span {
    color: black;
}

/* TEXT */
.how-intro {
    max-width: 850px;
    margin: 0 auto 30px;
    text-align: center;
}

.how-intro p {
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 10px;
}

/* VIDEO FLEX (SIDE BY SIDE, COMPACT) */
.video-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.video-box {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: 0.3s;
}

.video-box:hover {
    transform: scale(1.02);
}

.video-box iframe {
    width: 100%;
    height: 220px;
    border: none;
}

.video-box span {
    display: block;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #fff;
    background: #0f172a;
}



/* MOBILE */
@media (max-width: 768px) {
    .video-flex {
        flex-direction: column;
    }

    .impl-grid {
        grid-template-columns: 1fr;
    }
}






    .solution-section {
  padding: 3%;
  background: #f9fbff;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 700;
}

.gold-text {
  color: black;
}

/* FEATURE BOX */
.feature-box {
 background: #006b7f;
    padding: 25px;
    color: white;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.feature-box:hover {
  transform: translateY(-8px);
}

.feature-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: Black;
}

/* BENEFITS */
.benefits-section h3 {
  font-size: 32px;
  margin-bottom: 15px;
}

.benefits-section ul {
  list-style: none;
  padding: 0;
}

.benefits-section ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.highlight-box {
  margin-top: 20px;
  padding: 15px;
  background: #fff;
  border-left: 4px solid black;
  border-radius: 8px;
}

/* IMAGE */
.benefit-image img {
  width: 100%;
  border-radius: 12px;
}

/* PROOF */
.proof-section h3 {
        color: #d3af37;
    font-weight: bold;
  font-size: 30px;
}

.proof-box {
  margin-top: 20px;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* CTA */
.cta-section {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  padding: 50px;
  border-radius: 12px;
  color: #fff;
}

section.about-modern {
    background: white;
}
.cta-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 30px;
  background: white;
  color: #000;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.cta-btn::hover {
    background: Black;
}


.footer-pro {
  background: #006b7f;
  color: #cbd5f5;
  padding-top: 70px;
  font-size: 14px;
}
.footer-top {
  background: #ffffff;
  padding: 20px 30px;
  margin-bottom: 50px;

  border-radius: 12px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* LOGO FIX */
.footer-logo img {
  width: 130px;   /* 👈 increase size */
  height: auto;
  object-fit: contain;
}

/* SOCIAL ICONS */
.footer-social a {
  width: 40px;
  height: 40px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-left: 10px;

  border-radius: 50%;
  background: #f1f5f9;
  color: #1e293b;

  font-size: 16px;
  transition: 0.3s;
}

/* HOVER EFFECT */
.footer-social a:hover {
  background: linear-gradient(135deg, black, #1e40af);
  color: #fff;
  transform: translateY(-3px);
}

/* GRID */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* TITLES */
.footer-col h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 0px;
  width: 100%;
}
#solu,
#pro,
#solo,
#contact,
#proof {
  scroll-margin-top: 90px;
}
.footer-col ul li a {
  color: #cbd5f5;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #60a5fa;
}


a.proof-hero-btn:hover{
    color: black;
}
/* CONTACT TEXT */
.footer-col p {
  margin-bottom: 15px;
  line-height: 1.6;
}

/* NEWSLETTER */
.newsletter-form {
  display: flex;
  margin-bottom: 15px;
}

.newsletter-form input {
  flex: 1;
  padding: 12px;
  border-radius: 8px 0 0 8px;
  border: none;
  outline: none;
}

.newsletter-form button {
  padding: 12px 16px;
  border: none;
  background: linear-gradient(135deg, black, #006b7f);
  color: #fff;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}

/* CHECKBOX */
.checkbox {
  font-size: 13px;
}

.checkbox input {
  margin-right: 6px;
}

/* BOTTOM */
.footer-bottom {
  margin-top: 10px;
  text-align: center;
  color: white;
      background: black;
  padding: 2px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #60a5fa;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    flex-direction: column;
    gap: 20px;
  }
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  position: relative;
  padding: 8px 0;
}

.footer-menu a {
  text-decoration: none;
  color: white;
}

/* hidden by default */
.submenu {
  display: none;
  position: absolute;
  left: 20%;
  background: #1694ab;
  padding: 15px !important;
  min-width: 150px;
  list-style: none;
  border-radius: 6px;
  z-index: 99;
}

/* hover pe show */
.dropdown:hover .submenu {
  display: block;
}

.submenu li {
  padding: 6px 0;
}
.page-banner-faq {
  position: relative;
  height: 420px;
  background: url('../images/shutterstock_2149237967.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-position: center -128px;
}

/* Light overlay like screenshot */
.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgb(255 255 255 / 14%);
}

.banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.banner-content-faq h1 {
  font-size: 54px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #fff;
}

.breadcrumb {
  font-size: 22px;
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.breadcrumb a {
  text-decoration: none;
  color: #000;
}

.breadcrumb span {
  color: #000;
}
