
@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
}
.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;
}
/* .section-ai {
      background: #f2f2f2 !important;
      padding: 80px;
    } */
    .section-ai .eyebrow {
      font-size: 0.7rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #020d11;
      font-weight: 600;
      margin-bottom: 16px;
    }
    .section-ai h2 {
    font-family: 'Google Sans' !important;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.6;
      

    }
    .section-ai .subtitle {
    font-family: 'Google Sans' !important;
    font-size: 18px !important;
    color: #0a1040;
    max-width: 700px;
    /* margin: 0 auto 56px; */
    line-height: 1.6 !important;
    text-align: center;
    margin: 20px auto;
    font-weight: 400 !important;
    }

    /* Inbox mock */
    .inbox-mock {
      background: #ede8e2;
      border-radius: 16px 16px 0 0;
      padding: 20px 16px 0;
      max-width: 300px;
    }
    .inbox-header {
      font-size: 0.8rem;
      font-weight: 700;
      color: var(--dark);
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .inbox-badge {
      background: var(--dark);
      color: #fff;
      border-radius: 4px;
      padding: 1px 7px;
      font-size: 0.7rem;
      font-weight: 700;
    }
    .inbox-card {
      background: #fff;
      border-radius: 10px;
      padding: 12px 14px;
      margin-bottom: 8px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.07);
    }
    .inbox-avatar {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
      background: #ddd;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.6rem;
      font-weight: 700;
      color: #888;
    }
    .inbox-avatar.fb { background: #1877f2; color: #fff; font-size: 1rem; }
    .inbox-avatar.wc { background: #f5a623; color: #fff; font-size: 1rem; }
    .inbox-avatar.wp { background: #21759b; color: #fff; font-size: 1rem; }
    .inbox-name { font-size: 0.72rem; font-weight: 700; color: var(--dark); }
    .inbox-msg { font-size: 0.67rem; color: #888; line-height: 1.4; margin-top: 2px; }

    /* Accordion-style feature list */
    .feature-list { border-top: 1px solid #ddd; }
    .feature-item {
      border-bottom: 1px solid #ddd;
      padding: 20px 0;
    }
    .feature-icon {
      width: 40px;
      height: 40px;
     
      
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      flex-shrink: 0;
    }
    .feature-title {
    font-family: 'Google Sans', sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}
    .feature-desc {
      font-size: 0.88rem;
      color: #0a1040 ;
      line-height: 1.6;
      margin-top: 8px;
    }

    /* Custom Accordion Styling */
    .accordion-button {
        box-shadow: none !important;
        background-color: transparent !important;
        padding: 20px 0;
        border: none;
    }
    
    .accordion-button:focus {
        box-shadow: none !important;
        border-color: transparent;
    }
    
    .accordion-button:not(.collapsed) {
        background-color: transparent !important;
        box-shadow: none !important;
    }
    
    .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;
      width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        content: "";
        color: #ffd447;
        font-size: 12px;
        flex-shrink: 0;
        background-size: 28px;
        transform: rotate(180deg);
    }
    
    .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='%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-color: transparent;
        transform: rotate(0deg);
           background-size: 28px;
    }
    
    .accordion-item {
        border: none !important;
        border-bottom: 1px solid #020d1112 !important;
        background: transparent;
    }
    
    .accordion-body {
    padding: 0 0 20px 35px;
    font-size: 16px;
    color: #142038;
    line-height: 28px;
    margin: 0px 20px;
    font-weight: 300;
       
    }

    /* ── SECTION 2: AI Employee ── */
    .section-employee {
      padding: 90px 0;
      background: #fff;
    }
    .section-employee h2 {
     font-family: 'Google Sans' !important;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.6;
    }
    .emp-card {
     background: #ffd44703;
    border: 1px solid #7aa3612e;
    border-radius: 16px;
    padding: 36px 28px 28px;
    height: 100%;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    /* .emp-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); } */
    .emp-icon-wrap {
     
         display: flex;
    align-items: center;
    justify-content: start;
    width: 80px;
    background: #7aa36117;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    }
    .emp-icon-wrap svg { width: 80px; height: 80px; }
    .emp-card h3 {
     font-family: 'Google Sans' !important;
         font-size: 24px;
      font-weight:500;
      margin-bottom: 12px;
    }
    .emp-card h4 {
    font-family: 'Google Sans' !important;
         font-size: 20px;
      font-weight:500;
      margin-bottom: 12px;
    }
    .emp-card p { 
          font-family: 'Google Sans' !important;
    font-size: 16px !important;
    color: #212529;
    line-height: 1.75;
    font-weight: 300 !important;
    }
    .emp-card ul li {
         font-family: 'Google Sans' !important;
    font-size: 16px !important;
    color: #212529 !important;
    line-height: 26px;
    font-weight: 300 !important;
    margin-bottom: 12px;
    margin-left: 3px;
    display: list-item;
    align-items: center;
    gap: 5px;
    list-style-position: inside;
    }
    .emp-card a {
      color: WHITE;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
    background: #7aa361;
    padding: 6px 20px;
    border-radius: 50PX;
    width: fit-content;
    }
    .emp-card a:hover { text-decoration: underline; }

    /* ── SECTION 3: How It Works ── */
    .section-hiw {
    
      padding: 90px 0;
    }
    .section-hiw .eyebrow {
      font-size: 0.7rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #666;
      font-weight: 600;
      margin-bottom: 14px;
    }
    .section-hiw h2 {
   font-family: 'Google Sans' !important;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.6;
    }
    .section-hiw .subtitle {
      font-size: 0.95rem;
      color: #0a1040 ;
      margin-bottom: 60px;
    }
    .hiw-item {
      display: flex;
      gap: 20px;
      margin-bottom: 44px;
          background: #f3f6ef;
    padding: 24px;
    }
    .hiw-num {
    justify-content: center;
    align-items: center;
    font-family: 'Google Sans' !important;
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--dark);
    line-height: 1;
    min-width: 70px;
    letter-spacing: -2px;
    opacity: 0.85;
    background: white;
    text-align: center;
    display: flex;
    border-radius: 15%;
    }
    .hiw-content h4 {
        font-family: 'Google Sans' !important;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 6px;
    }
    .hiw-content p {
           font-family: 'Google Sans' !important;
    font-size: 14.7px !important;
    color: #0a1040;
    line-height: 28px;
    margin: 0;
    }
    
/* Steps Section Styles */
.steps-container {
    padding: 40px 0;
    position: relative;
    background: linear-gradient(to bottom, #f9f9f9, #f0f0f0);
}
.steps-container h2 {
 font-family: 'Google Sans' !important;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.6;
}
.steps-container p {
    font-family: 'Google Sans' !important;
        font-size: 18px !important; 
        color: #0a1040 ; 
        line-height: 1.65; 
        text-align: center;
}
.step-card {
   
   
    padding: 40px 20px 30px;
    height: 100%;
    position: relative;
  
}


.step-number {
        width: 30px;
    height: 30px;
    background: #0f3c55;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'Google Sans';
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 28%;
    z-index: 2;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: transparent !important;
    margin: 0 auto 20px;
}



.step-title {
      color: #103d56;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    font-family: 'Google Sans' !important;
}

.step-description {
       color: black;
    line-height: 22px;
    margin: 0;
    width: 100% !important;
    font-size: 14px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
}

.step-connector {
        position: relative;
      width: 200px;
    height: 90px;
    z-index: 1;
    overflow: visible
}

.step-connector svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.connector-path {
    fill: none;
    stroke: #0f3c55;
    stroke-width: 2;
    stroke-dasharray: 6, 6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.connector-path {
    fill: none;
    stroke: #0f3c55;  /* Updated from #4CAF50 to #0f3c55 */
    stroke-width: 2;
    stroke-dasharray: 6, 6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* Responsive styles */
@media (max-width: 991.98px) {
    h2 span{
    color: #020d11 !important;
}
.step-number{
        width: 45px;
    height: 45px;
    background: #0f3c55;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    top: 50px;
    left: 35%;
    z-index: 2;
}
    .section-header h2 {
    font-size: 27px !important;
    font-weight: 700;
    color: #1a1a2e;
    font-family: 'Google Sans' !important;
    width: auto !important;
    margin: 0 auto;
    line-height: 43px;
}
.section-header p {
    font-size: 18px !important;
    color: #1a1a2e;
    width: auto !important;
    margin: 0 auto;
    line-height: 28px;
    font-family: 'Google Sans' !important;
}
    .hero-title {
    margin: 0 auto;
    width: auto !important;
    font-size: 30px !important;
    line-height: 44px !important;
    color: #020d11;
    font-family: 'Google Sans' !important;
    font-weight: 900 !important;
}
.hero-description {
    font-size: 21px !important;
    font-weight: 300 !important;
    font-family: 'Google Sans' !important;
    width: auto !important;
    line-height: 36px;
    color: #0a1040 !important;
    margin: 23px 0px;
}
    .step-connector {
        display: none;
    }
    
    .step-card {
        margin-bottom: 60px;
    }
    
    .step-card:last-child {
        margin-bottom: 0;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


  .section-header h2 {
        font-size: 39px;
    font-weight: 700;
    color: #1a1a2e;
    font-family: 'Google Sans' !important;
    width: 600px;
    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;
    }

   

    .acc-icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      background: linear-gradient(135deg, #6352e8, #a78bfa);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .acc-icon svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: #fff;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

 

    /* 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;
      font-weight: 700;
    }

    .cta-box p {
      font-size: 18px !important;
    max-width: 683px;
    color: #fff !important;
    margin: 0 auto 28px;
    }

    .cta-btn {
      background: #fff;
      color: #6352e8;
      font-weight: 700;
      padding: 14px 32px;
      border-radius: 50px;
      text-decoration: none;
      display: inline-block;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 4px 18px rgba(0,0,0,0.15);
    }

    .cta-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 24px rgba(0,0,0,0.2);
      color: #6352e8;
    }

    /* 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 84px;
    color: #3a2038;
    font-size: 18px;
    line-height: 1.7;
    background: #fffdf6;
    padding-left: 5px;
    }

    .expectaccordion .accordion-button:focus {
      box-shadow: none;
      border-color: transparent;
    }
     .reputation-form-section {
    padding: 90px 0px !important;
}

.p-5.audit-card {
       background: #feca5c17;
    border: 0px solid #e5e7eb;
    border-radius: 50px 0px 0px 50px;
    border-right: none;
    padding: 30px 40px !important;
}
.form-audit-card {
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    background: #fbf5ee;
}
/* Form Container Styles */
.form-title {
    color: #142038;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.form-container {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 12px !important;
    font-size: 14px;
    background: white;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #93cc70;
    box-shadow: 0 0 0 3px rgba(147, 204, 112, 0.1);
}

.input-group-text {
position: absolute;
top: 9px;
    right: 15px;
    color: #505595;
    background: #93cc7040;
    border: none;
    font-size: 14px;
    padding: 8px;
    border-radius: 13px !important;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-control {
    width: 100%;
    padding: 12px 15px !important;
    border: 1px solid #e0e0e0;
    border-radius: 12px !important;
    font-size: 14px;
    background: white;
    transition: all 0.3s ease;
}
/* .input-group-prepend .input-group-text {
    position: relative;
    right: auto;
    left: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px 0 0 8px;
    padding: 12px 15px;
} */

.country-code-picker {
    cursor: pointer;
    font-weight: 500;
    color: #142038;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-check-input {
    margin-top: 2px;
    margin-right: 8px;
}
label.form-check-label {
    color: #142038;
    font-weight: 600;
    font-size: 10px;
    font-style: italic;
}
.form-check-label {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.4;
}

.book-trial-button {
    background: #ffc107 !important;
    color: #142038 !important;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.book-trial-button:hover {
    background: #e0a800 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}
/* .input-group-text {
    position: absolute;
    right: 15px;
    color: #505595;
    background: #93cc7040;
    border: none;
    font-size: 14px;
    padding: 8px;
    border-radius: 13px !important;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;} */