
 @import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Google Sans', sans-serif !important
}
    :root {
 
    --primary: #030e12;
    --primary-dark: #020d11;
    --primary-light: #030e1212;
    --orange: #ffd447;
    --orange-dark: #ffd447;
    --orange-light: #fff7ed;
    --navy: #020d11;
    --navy-2: #030e12;
    --body-text: #020d11;
    --muted: #202a2d;
    --border: #ffd4471f;
    --light-bg: #ffd4471a;
    --white: #ffffff;
           }   
    h1,h2,h3,h4,h3,h6,p { font-family: 'Google Sans' !important; color: var(--navy); }
 
/* who we are */


.who-we-are h2 { font-size: 46px; font-weight: 800; color: var(--primary); line-height: 1.2; }
.who-we-are p {    color: var(--body-text);
    font-size: 18px;
    line-height: 34px;
    font-weight: 300 !important; }
 /* WHAT WE DO */
    .what-we-do { padding: 90px 0; background: #fff; }
    .section-tag {
      color: var(--accent);
      font-family: 'Syne', sans-serif;
      font-weight: 700;
      font-size: .85rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .what-we-do p{
            color: #020d11;
    font-size: 18px;
    margin: 0;
    font-weight: 300;
    line-height: 28px;
    }
    .section-title {
      font-size: 46px !important;
      font-weight: 800;
      color: var(--primary);
      line-height: 1.2;
    }
    .service-card {
      background: var(--light-bg);
      border-radius: 16px;
      padding: 32px 28px;
      height: 100%;
      border: 1px solid transparent;
      transition: all .3s;
    }
    .service-card:hover {
      border-color: var(--accent);
      transform: translateY(-4px);
      box-shadow: 0 16px 40px rgba(0,198,167,0.12);
    }
    .service-icon {
      width: 52px; height: 52px;
      background: var(--primary);
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px;
      font-size: 22px;
    }
    .service-card h3 {     font-weight: 500;
    color: #020d11;
    margin-bottom: 10px;
    font-size: 21px;}
    .service-card p { 
            color: #020d11;
    font-size: 18px;
    margin: 0;
    font-weight: 300;
    line-height: 28px;
     }
   
   /* WHY CREATED */
    .why-section { 
            padding: 80px 0;
    background: #020d110d;
    color: #020d11;
     }
    
    .why-section .section-tag { color: #020d11; }
    
    .problem-list {
        margin-top: 20px;
    }
    
    .problem-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        padding: 18px 20px;
        background: rgba(252, 211, 74, 0.08);
        border: 1px solid rgba(252, 211, 74, 0.15);
        border-radius: 12px;
        margin-bottom: 12px;
        transition: all 0.3s ease;
    }
    
    .problem-item:hover {
        background: rgba(252, 211, 74, 0.12);
        transform: translateY(-2px);
    }
    
    .problem-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        background: var(--primary);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: white;
    }
    
    .problem-item p {
        margin: 0;
        color: var(--primary);
        font-size: 18px;
        line-height: 1.6;
    }
    
    .solution-section {
        background: var(--white);
        border-radius: 20px;
        padding: 50px 40px;
        margin-top: 40px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    }
    
    .solution-goals {
        margin-top: 30px;
    }
    
    .goal-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        padding: 20px 0;
        border-bottom: 1px solid var(--border);
    }
    
    .goal-item:last-child {
        border-bottom: none;
    }
    
    .goal-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        background: var(--orange);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: 700;
        font-size: 16px;
        margin-top: 2px;
    }
    
    .goal-item h4 {
        font-size: 1.05rem;
        font-weight: 600;
        color: var(--primary);
        margin-bottom: 5px;
    }
    
    .goal-item p {
        margin: 0;
        color: var(--body-text);
        font-size: 0.88rem;
        line-height: 1.5;
    }
    
    .solution-visual {
        text-align: center;
        padding: 40px 30px;
        background: linear-gradient(135deg, rgba(2, 13, 17, 0.02), rgba(252, 211, 74, 0.05));
        border-radius: 18px;
        border: 1px solid rgba(252, 211, 74, 0.1);
    }
    
    .solution-icon {
        font-size: 4rem;
        margin-bottom: 20px;
        opacity: 0.8;
    }
    
    .solution-visual h3 {
        font-size: 1.8rem;
        font-weight: 700;
        color: var(--primary);
        margin-bottom: 20px;
        line-height: 1.3;
    }
    
    .solution-visual p {
        color: var(--body-text);
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 25px;
    }
    
    .solution-features {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    
    .feature-tag {
        background: var(--primary-light);
        color: var(--primary);
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 0.85rem;
        font-weight: 500;
        border: 1px solid var(--primary);
    }
    
    .why-section .section-tag { color: #020d11; }
    .problem-box {
     background: rgb(252 211 74 / 15%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 22px 24px;
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    }
    .problem-dot {
     width: 10px;
    height: 10px;
    min-width: 10px;
    border-radius: 50%;
    background: #020d11;
    margin-top: 6px;
    }
    .problem-box p {     margin: 0;
    color: rgb(2 13 17);
    font-size: .93rem;
    line-height: 1.6; }
    .highlight-quote {
      background: rgba(0,198,167,0.1);
     border-left: 5px solid #020d11;
      border-radius: 0 12px 12px 0;
      padding: 20px 24px;
      margin-top: 28px;
          color: rgb(2 13 17);
      font-style: italic;
      font-size: 1.05rem;
      line-height: 1.7;
    }
.why-section-title{
font-size: 40px; font-weight: 800; color: var(--primary); line-height: 1.2;
}

    /* SECTION */
    .section { padding: 86px 0; }
    .section-badge { display: inline-flex; align-items: center; gap: 7px; background: var(--orange-light); border: 1px solid #fed7aa; color: var(--orange); font-size: 0.77rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; margin-bottom: 16px; }
    .section-badge.blue { background: var(--primary-light); border-color: #bfdbfe; color: var(--primary); }
    .section-title { font-size: clamp(1.7rem, 3.5vw, 2.55rem); font-weight: 800; line-height: 1.22; color: var(--navy); }
    .section-title span { color: var(--primary); }
    .section-title .or { color: var(--orange); }
    .section-desc { color: var(--body-text); font-size: 1rem; line-height: 1.78; }
    .divider { width: 56px; height: 4px; background: var(--orange); border-radius: 10px; margin: 16px 0 22px; }
    .divider.blue { background: var(--primary); }

    /* WHO CARDS */
    .who-card { background: #ffd44721; border: 1px solid var(--border); border-radius: 14px; padding: 30px; height: 100%; transition: all 0.28s; }
    .who-card:hover { border-color: #ffd447; box-shadow: 0 8px 28px rgba(37,99,235,0.1); transform: translateY(-4px); }
    .who-card .icon-wrap { width: 48px; height: 48px; background: var(--primary-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: var(--primary); margin-bottom: 16px; }
    .who-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 9px; color: var(--navy); }
    .who-card p { color: var(--body-text); font-size: 0.9rem; line-height: 1.7; margin: 0; }

   
    /* HOW IT WORKS */
   /* HOW IT WORKS */
    .how-section { padding: 90px 0; background: #f2f3f3; }
    .step-card {
      background: #fff;
      border-radius: 18px;
      padding: 36px 28px;
      height: 100%;
      position: relative;
      box-shadow: 0 4px 24px rgba(10,37,64,0.07);
      border: 1px solid rgba(10,37,64,0.06);
      transition: all .3s;
    }
    .step-card:hover { box-shadow: 0 12px 40px rgba(0,198,167,0.15); }
    .step-num {
      font-family: 'Syne', sans-serif;
      font-size: 3.5rem;
      font-weight: 800;
      color: rgba(0,198,167,0.15);
      position: absolute;
      top: 16px; right: 24px;
      line-height: 1;
    }
    .step-card h4 { font-weight: 700; color: var(--primary); font-size: 1.15rem; margin-bottom: 12px; }
    .step-card p { color: var(--muted); font-size: .92rem; line-height: 1.65; margin: 0; }

  
    /* METRICS PANEL */
    .metrics-panel { background: var(--navy-2); border-radius: 18px; padding: 38px 34px; height: 100%; }
    .metrics-panel .panel-label { font-size: 0.77rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #64748b; margin-bottom: 26px; }
    .metric-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 20px 18px; margin-bottom: 14px; }
    .metric-box .m-num { font-family: 'Sora', sans-serif; font-size: 1.85rem; font-weight: 800; color: var(--white); }
    .metric-box .m-label { color: #64748b; font-size: 0.82rem; margin-top: 3px; }
    .metric-box .m-bar { height: 5px; background: rgba(255,255,255,0.08); border-radius: 10px; margin-top: 13px; }
    .metric-box .m-fill { height: 100%; border-radius: 10px; background: linear-gradient(90deg, var(--primary), var(--orange)); }
    .metric-box .bi-arrow-up-right { color: #4ade80; }
    .trusted-tag { background: rgba(74,222,128,0.1); border: 1px solid rgba(74,222,128,0.2); border-radius: 10px; padding: 18px; display: flex; align-items: center; gap: 14px; }
    .trusted-tag .bi { color: #4ade80; font-size: 1.4rem; }
    .trusted-tag .t-title { font-family: 'Sora', sans-serif; font-weight: 700; color: var(--white); font-size: 0.92rem; }
    .trusted-tag .t-sub { color: #64748b; font-size: 0.79rem; margin-top: 2px; }

    /* EXPECT */
    .expect-item { display: flex; align-items: flex-start; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--border); }
    .expect-item:last-child { border-bottom: none; }
    .expect-check { width: 32px; height: 32px; min-width: 32px; background: var(--primary-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1rem; }
    .expect-item h3 { font-size: 0.96rem; font-weight: 700; margin-bottom: 4px; color: var(--navy); }
    .expect-item p { color: var(--body-text); font-size: 0.87rem; line-height: 1.65; margin: 0; }

    /* MISSION VISION */
    .mv-section { background: #fff; padding: 86px 0; }
    .mv-card { background: #fffbec; border: 1px solid var(--border); border-radius: 18px; padding: 46px 38px; height: 100%; transition: all 0.28s; position: relative; overflow: hidden; }
    
    .mv-card.mission::before { background: linear-gradient(90deg, var(--primary), #60a5fa); }
    .mv-card.vision::before { background: linear-gradient(90deg, var(--orange), #fbbf24); }
    .mv-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.08); transform: translateY(-4px); }
    .mv-card .mv-tag { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 15px; }
    .mv-card.mission .mv-tag { color: var(--primary); }
    .mv-card.vision .mv-tag { color: var(--orange); }
    .mv-card h3 { font-size: 1.4rem; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
    .mv-card p { color: var(--body-text); line-height: 1.8; margin: 0; }
    .mv-icon { font-size: 2.3rem; margin-bottom: 20px; display: block; }

    /* CTA */
    .cta-section { background: var(--navy-2); padding: 88px 0; text-align: center; position: relative; overflow: hidden; }
    .cta-section::before { content: ''; position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(249,115,22,0.1), transparent 65%); top: -200px; left: 50%; transform: translateX(-50%); }
    .cta-section h2 { color: var(--white); font-size: clamp(1.7rem, 3.5vw, 2.65rem); font-weight: 800; margin-bottom: 14px; position: relative; }
    .cta-section p { color: #94a3b8; font-size: 1.02rem; margin-bottom: 36px; position: relative; }

    /* FOOTER */
    footer { background: var(--navy); padding: 36px 0; text-align: center; }
    footer p { color: #475569; font-size: 0.87rem; margin: 0; }

    @media(max-width:767px){ .step-arrow,.stat-div{display:none;} .solution-box{padding:28px 20px;} .metrics-panel{margin-top:32px;} .mv-card{padding:32px 24px;} }
.about-us-banner{
    margin: 120px auto;
    background-image: url('../images/about-us/about-us-banner.png');
    background-size: cover;
    background-position: center;
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 60px;
}

/* Accordion Styles */
.accordion {
    margin-bottom: 40px;
}

.aboutus-accordion .accordion-item {
    background: #ffffff;
    border: 2px solid #ffd447;
    border-radius: 16px !important;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.aboutus-accordion .accordion-item:hover {
    border-color: #ffd447;
    
  
}

  .section-header h2 {
        font-size: 46px;
    font-weight: 700;
    color: #1a1a2e;
    font-family: 'Google Sans' !important;
  
    margin: 0 auto;
    line-height: 51px;
    }

    .section-header p {
          font-size: 18px !important;
    color: #1a1a2e;
    width: 700px;
    margin: 0 auto;
    line-height: 28px;
    font-family: 'Google Sans' !important;
    }
 /* Expect Accordion Styles */
    .expectaccordion {
     
      overflow: hidden;
      max-width: 960px;
    margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .expectaccordion .accordion-item {
    border: 1px solid #00000021 !important;
    margin-bottom: 0 !important;
    border-radius: 12px !important;
    overflow: hidden;
    background: #ffd4470d;
    }

   

    .expectaccordion .accordion-button {
      background: #fff;
      color: #1a1a2e;
      font-weight: 600;
      font-size: 1.05rem;
      padding: 20px 24px;
      border: none;
      border-radius: 0 !important;
      transition: all 0.3s ease;
      gap: 16px;
      font-family: 'Google Sans' !important;
    }

    .expectaccordion .accordion-button:hover {
      background: #f8f9fa;
    }

    .expectaccordion .accordion-button:not(.collapsed) {
     
      color: #fff;
      box-shadow: none;
    }

    .expectaccordion .accordion-button::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a2e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 15 12 9 18 15'/%3E%3C/svg%3E") !important;
      background-size: 20px;
      width: 20px;
      height: 20px;
      transition: transform 0.3s ease;
      transform: rotate(180deg);
    }

    .expectaccordion .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 15 12 9 18 15'/%3E%3C/svg%3E") !important;
      transform: rotate(0deg);
    }

    .expectaccordion .acc-icon {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      background: linear-gradient(135deg, #7aa361, #7fb85f);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: all 0.3s ease;
    }

    .expectaccordion .accordion-button:not(.collapsed) .acc-icon {
      background: linear-gradient(135deg, #fff, #f8f9fa);
    }

    .expectaccordion .acc-icon svg {
      width: 20px;
      height: 20px;
      fill: #fff;
      stroke: none;
    }

    .expectaccordion .accordion-button:not(.collapsed) .acc-icon svg {
      fill: #6352e8;
    }

    .expectaccordion .accordion-body {
      padding: 0 24px 24px 24px !important;
    color: #3a2038;
    font-size: 18px;
    line-height: 1.7;
    background: #fffdf6;
    padding-left: 5px;
    }

    .expectaccordion .accordion-button:focus {
      box-shadow: none;
      border-color: transparent;
    }

.aboutus-accordion .accordion-header {
    background: linear-gradient(135deg, #ffffff 0%, #fef9f3 100%);
    border-radius: 14px 14px 0 0;
}

.aboutus-accordion .accordion-button {
    background: white !important;
    border: none;
    padding: 18px 30px;
    color: var(--primary);
    font-weight: 700;
    font-size: 1.25rem;
    box-shadow: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.aboutus-accordion .accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
    color: var(--orange) !important;
    box-shadow: none;
}

.aboutus-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.aboutus-accordion .accordion-button span {
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(249, 115, 22, 0.1);
    border-radius: 12px;
    margin-right: 8px;
    flex-shrink: 0;
}

.accordion-button:not(.collapsed)::before {
    background-color: white !important;
    background: var(--orange) !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='18 15 12 9 6 15'%3e%3c/polyline%3e%3c/svg%3e") !important;
    transform: rotate(0deg);
}

.aboutus-accordion .accordion-body {
    padding: 0 30px 30px 30px;
    background: #ffffff;
    border-radius: 0 0 14px 14px;
}

/* CSS-only scroll behavior for about us accordion only */
.aboutus-accordion {
    scroll-margin-top: -80px;
    
}

/* When about us accordion is opened, ensure it scrolls to top */
.aboutus-accordion .accordion-button[aria-expanded="true"] {
    scroll-margin-top: 80px;
}

.aboutus-accordion .accordion-collapse.show {
    scroll-margin-top: 80px;
}

/* PLATFORM STRENGTH AND CREDIBILITY SECTION */
.platform-strength-section {
    padding: 90px 0;
    background: #ffffff;
}

.strength-card {
       background: #fff9e7;
    border: 2px solid #ffd4471f;
    border-radius: 20px;
    padding: 20px 30px;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}



.strength-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(255, 212, 71, 0.2);
    border-color: #ffd447;
}

.strength-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(122 163 97 / 13%);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.strength-card:hover .strength-icon {
    background: rgba(255, 212, 71, 0.25);
    transform: scale(1.1);
}

.strength-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.strength-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #020d11;
    margin-bottom: 12px;
    line-height: 1;
    font-family: 'Google Sans', sans-serif;
}

.strength-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #020d11;
    line-height: 1.4;
}

/* Responsive styles for platform strength section */
@media (max-width: 768px) {
    .platform-strength-section {
        padding: 60px 0;
    }
    
    .strength-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .strength-number {
        font-size: 2.8rem;
    }
    
    .strength-label {
        font-size: 1rem;
    }
    
    .strength-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .strength-icon img {
        width: 40px;
        height: 40px;
    }
}
.reputation-audit-button:hover {
    transform: none !important;
   background-color: #ffffff;
   color: #7aa361 !important;
   border: 2px solid #7aa361 !important;
overflow: hidden;
}
.reputation-audit-button:hover div {
     background-color: #7aa361;
     color: #fff !important;
    transition: transform 0.3s ease;
}
.reputation-audit-button:hover svg {
     color: #fff !important;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}
.svg-icon{
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 50%;
    color: #fff !important;
}
.hero-section{
        background-image: radial-gradient(120% 120% at 50% 0%, rgba(254, 237, 255, 1) 0%, rgba(250, 254, 243, 1) 40%, rgba(255, 255, 255, 0) 55%);
        height: 680px;
    gap:20px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-title{
  margin: 0 auto;
    width: 820px;
    font-size: 66px;
    line-height: 74px;
    color: #020d11;
    font-family: 'Google Sans' !important;
    font-weight: 900 !important;
}

.hero-tagline{
  font-size: 18px;
    line-height: 28px;
    color: #0a1040;
    font-family: 'Google Sans' !important;
    font-weight: 600 !important;
    letter-spacing: 0.2em;
    font-style: italic;
}
.hero-description{
       font-size: 21px !important;
    font-weight: 300 !important; 
    font-family: 'Google Sans' !important;
    width: 900px;
    line-height: 36px;
    color: #0a1040 !important;
    margin: 23px auto;
}
.reputation-audit-button{
       font-family: 'Google Sans' !important;
    background-color: #7aa361;
    padding: 5px 5px 5PX 20PX !important;
    border-radius: 30px !important;
    display: flex;
    align-items: center;
    gap: 40px;
    text-decoration: none;
    color: white !important;
    font-weight: 400;
    width: fit-content;
    margin: 0 auto;
    border: 2px solid #7aa361 !important;
    font-size: 18px !important;
}
 /* CTA */
    .cta-box {
      background: #020d11;
      border-radius: 16px;
      padding: 48px 40px;
      color: #fff;
      text-align: center;
    }

    .cta-box h2 {
        font-family: 'Google Sans' !important;
      font-size: 42px;
      color: #fff;
      font-weight: 700;
    }

    .cta-box p {
      font-size: 18px !important;
    max-width: 683px;
    color: #fff !important;
    margin: 0 auto 28px;
    }
@media (max-width: 992px) {
 .section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    font-family: 'Google Sans' !important;
    width: 100% !important;
    margin: 0 auto;
    line-height: 51px;
}
.section-header p{
   
    font-size: 18px !important;
    color: #1a1a2e;
    width: 100% !important;
    margin: 0 auto;
    line-height: 28px;
    font-family: 'Google Sans' !important;
}
}