@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&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');

* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Mulish", sans-serif;
}
nav {
    background: #FAF6FF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);   
    position: fixed;
    width: 100%; 
    z-index: 99999999;
}
nav a, .nav-link a {
    text-decoration: none;
    color: black;
    font-family: Mulish;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    transition: .3s ease-in-out;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.602);
    z-index: 99999999;
}
.inner-container {
    max-width: 500px;
    margin: 0 auto;
    width: 90%;
}
.popup-container, .popup-container2 {
    height: 550px;
    background: white;
}
.popup-container2 {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    overflow: auto;
}
.popup-container2 input, .popup-container2 select {
    width: 100%;
    border-radius: 8px;
    padding: 8px 5px;
    border: 1px solid #C2C2C2;
    outline: none;
    font-size: 14px;
}
.pu-text {
    color:  #CD1921;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 32.2px */
}
.popup-btn {
    background: none;
    border: none;
}
.secondRow img {
    width: 40px;
    height: 40px;
}
.bt-text p{
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
}
.faded {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(40%);
    transition: all .8s ease;
} 
.fade-left {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(30%);
    transition: all .8s ease;
}
.fade-right {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-30%);
    transition: all .8s ease;
}
.fade-down {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(-40%);
    transition: all .8s ease;
} 
.show {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}
.reveal {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.delay1 {
    transition-delay: 100ms;
}
.delay2 {
    transition-delay: 200ms;
}
.delay3 {
    transition-delay: 300ms;
}
.delay4 {
    transition-delay: 400ms;
}
.delay5 {
    transition-delay: 500ms;
}
.active a {
    color: #CD1921;
    font-weight: 700;
}
.line {
    width: 100%;
    height: 3px;
    background: #CD1921;
    position: relative;
    visibility: hidden;
}
.line::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent; /* Adjust the width of the triangle */
    border-right: 5px solid transparent; /* Adjust the width of the triangle */
    border-bottom: 3px solid #CD1921; /* Adjust the height and color of the triangle */
    position: absolute;
    top: -2px; /* Move the triangle up */
    left: calc(50% - 5px); /* Center the triangle horizontally */
}
.active .line {
    visibility: visible;
}
.nav-link a:hover {
    color: #CD1921;
}
.nav-link:hover .line {
    visibility: visible;
}
nav button {
    border: none;
    border-radius: 50px;
    padding: 12px 19px;
    background: #CD1921;
}
nav button a {
    color: white;
}
.hero {
    padding-top: 97px;
    padding-bottom: 64px;
    background: #FAF6FF;
}
.main-header {
    font-size: 46px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 64.4px */
}
.main-header span{
    color: #CD1921;
}
.main-sub {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 146%; /* 29.2px */
    color: #666;
}
.prompt {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
}
.storeBtn {
    border-radius: 50px;
    background:#000;
    padding: 9px 23px;  
    width: 177px;  
    border: none;
    transition: .3s ease-in-out;
}
.storeBtn:hover {
    scale: 1.05;
}
.get {
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    color: white;
}
.store {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: white;
}
.plain {
    border-radius: 5px;
    background: #FFE4E6;
    width: 100%;
    height: 140px;
    transform: translate(-50%, -50%);
    bottom: -23%;
    left: 45%;
}
.plain2 {
    width: 100%;
    height: 140px;
    transform: translate(-50%, -50%);
    bottom: -20%;
    left: 43%;
    border-radius: 5px;
    border: 1px solid var(--Link-color-Red, #FC4049);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.serviceBtn {
    border: none;
    border-radius: 10px;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 16.5px */
    width: 100px;
}

.small-head {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    color: #696969;
}
.bnkName {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 32.2px */
    color: black;
}
.headd {
    color: #696969;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.676px; /* 129.222% */
    letter-spacing: -0.32px;
}
.first {
    color: #CD1921;
    background: #CD19211A;
}
.second {
    color: #0147CD;
    background: #0147CD1A;
}
.third {
    color: #009889;
    background: #0098891A;
}
.fourth {
    color: #7F38DB;
    background: #7F38DB1A;
}
.fifth {
    background: #EC73041A;
    color: #EC7304;
}
.rankTap {
    border-top: 1px solid #CD1921;
    max-width: 304px;
}
.section-one, .section-two, .section-three, .section-four, .section-fifth, .section-sixth, footer {
    padding-top: 78px;
    padding-bottom: 78px;
}
.rankTap h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 146%; /* 73px */
}
.rankTap-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}
.rankTap p:last-child {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 153%; /* 22.95px */
    color: #666666;
}
.section-two button {
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 26.6px */
    width: 100%; 
    max-width: 226px;
    height: 180px;
    border-radius: 15px;        
    background: linear-gradient(180deg, #FFF5F5 0%, #FFF 100%);
}
 .product-box button {
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 26.6px */
    width: 100%; 
    max-width: 226px;
    height: 180px;
    border-radius: 15px;        
    /* background: linear-gradient(180deg, #FFF5F5 0%, #FFF 100%); */
    background: white;
    transition: .3s ease-in-out;
}
.product-box button:hover {
    scale: 1.05;
    border: 1px solid grey;
}
.major-body {
    background: url(assets/img/086.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.product-box {
    background: url(assets/img/015.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}
.service-header {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 131%;
    color: #A3A3A3;
    margin-bottom: 30px;
}
.service-header span {
    text-decoration: underline #CD1921;
    color: black;
}
.service-subHeader {
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 153%; /* 32.13px */
    color: #666666;
    max-width: 578px;
}
.section-three h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 131%;
    color: #A3A3A3;
}
.section-three h2 span:first-child {
    text-decoration: underline #CD1921;
    color: black;
}
.section-three h2 span:last-child, .lists span {
    color: #CD1921;
}
.mini-text {
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 148%; /* 31.08px */
    color: #666;
}
.lists span {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 156%; /* 31.2px */
}
.lists p {
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 156%;
    color: #666;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.img-bg {
    background: #CD19210D;
    border-radius: 20px;
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 251px;
}
.section-four h2,.section-fifth h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 131%; /* 57.64px */
}
.section-four h2 span, .section-fifth h2 span {
    text-decoration: underline #CD1921;
}
.sf-subtitle {
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 161%; /* 33.81px */
    color: #666;
    max-width: 946px;
    margin: 0 auto;
}
.sf-tab {
    border-radius: 10px;
    border: 1px solid #ECECEC;
    background: #FFF;
    max-width: 383px;
    width: 100%;
}
.sf-main-tab {
    background: url(assets/img/038.png);
    background-repeat: no-repeat;
    background-position: center;
}
.sf-tab p{
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 161%; /* 24.15px */
    color: #666666;
}
.sf-tab p span:first-child {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 131%; /* 24.89px */
    color: black;
}
.quote {
    transform: translate(-50%, -50%);
    right: 0;
    top: 40%;
}

.ss-image img {
    max-width: 258px;
}
.ss-second-div {
    width: 50%
}
.ss-second-div h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 131%; /* 57.64px */
}
.ss-second-div h2 span {
    color: #CD1921;
}
.ss-sub {
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 151%; /* 31.71px */
    color: #666;
}
.ss-image {
    transform: translate(-50%, -50%);
    z-index: 1;
    top: 50%;
    left: 70%;
}
.ss-image-two {
    transform: translate(-50%, -50%);
    z-index: 0;
    top: 55%;
    left: 42%;
}
.ss-second {
    height: 532px;
}
.section-sixth {
    background: linear-gradient(107deg, #FFF6F6 9.45%, rgba(255, 246, 246, 0.00) 61.88%);
}
footer a, .f-text {
    text-decoration: none;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 131%; /* 24.89px */
    color: #858585;
    transition: .3s ease-in-out
}
footer a:hover {
    color: #CD1921;
}
.f-head {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 131%; /* 30.13px */
}
.f-sub {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 146%; /* 29.2px */
    color: #666;
    max-width: 191px;
}
.bottom {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 23.8px */
}
.nav-child-two {
    gap: 3rem;
}
.merchant.hero-child-one {
    width: 100%;
}
.merchant.section-three h2 {
    color: black;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 131%; /* 41.92px */
}
.merchant.mini-text {
    color: black;
}
.merchant.section-three-image {
    width: 50%;
}
.merchant.section-three-image img {
    width: 100%;
    height: 427px;
}
.section-three-div {
    width: 50%;
}
.merchant.ss-image-two {
    height: 600px;
}
.com-btn {
    border: none;
    color: white;
    padding: 12px 18px;
    border-radius: 50px;
    background:  #CD1921;
}
.sf-tab h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 148%; /* 37px */
}
.aboutHeading h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 131%; /* 47.16px */
    color: #120304;
}
.aboutHeading p {
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%; /* 31.08px */
    color: #4D4D4D;
}
.aboutHead {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 131%; /* 62.88px */
}
.aboutSection h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 131%; /* 47.16px */
    color: #696969;
}
.aboutSection h3 span {
    color: black;
}
.aboutSection .sub-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 175% */
    color: #696969;
}
.contact-hero {
    background: linear-gradient(197deg, #FAD0D2 6.74%, #FDE9F7 43.81%, #F7F0FF 92.5%);
}
.cText {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.fuText {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
    color: black;
}

/* Common radio button container style */
.radio-button {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

/* Hide the actual radio button */
input[type="radio"] {
    display: none;
}

/* Style for unchecked radio buttons */
.radio-button {
    background-color: #f5f5f5;
    color: #aaa;
}

/* Style for checked radio buttons */
input[type="radio"]:checked + .radio-button {
    background-color: #fce3e3;
    color: #d43f3a;
    border-color: #d43f3a;
}

/* Red triangle with checkmark */
input[type="radio"]:checked + .radio-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 40px solid #d43f3a;
    border-right: 40px solid transparent;
    border-radius: 5px 0 0 0;
}

input[type="radio"]:checked + .radio-button::after {
    content: '✔';
    position: absolute;
    top: 5px;
    left: 7px;
    font-size: 12px;
    color: white;
}

/* Style for the text inside the radio button */
.radio-button span {
    display: block;
    margin-top: 4px;
}

.step-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* Adjust width to match the size you want */
    margin: 20px auto;
    gap: 7px;
  }

  .step {
    /* Same red as in your image */
    color: #282828;
    background: #FFF3F4;
    padding: 3px 30px;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 100%; /* Full width for the container */
  }

  .activeStep {
    background-color: #d61f1f;
    color: white;
  }
  .activeStep .arrow-red {
    display: block;
  }

  .arrow-white {
      position: absolute;
      width: 0; 
      height: 0; 
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 10px solid white;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 4%;
  }
  .arrow-red {
      position: absolute;
      width: 0; 
      height: 0; 
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 10px solid #d61f1f;
      top: 50%;
      transform: translate(-50%, -50%);
      right: -10%;
      display: none;
  }
  .pu-head {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 32.2px */
  }
  .form input, .form select {
    color:  #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 18.2px */
    padding: 15px 8px;
  } 
  .form p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
  }
  .form button {
    border: none;
    background: #CD1921;
    color: white;
    padding: 15px;
  }
  .form button:disabled {
    background: #696969;
    color: rgb(181, 181, 181);
    cursor: not-allowed;
  }
  .amount {
    border: 1px solid #C2C2C2;
    border-radius: 8px;
  }
  .amount input {
    border: none;
  }
  .pr {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 140%;
    font-style: normal;
    cursor: pointer;
    background: #E2E2E2;
    border-radius: 50px;
    margin-bottom: 0!important;
    transition: .3s ease-in-out;
  }
  .fixed-price input[type="radio"]:checked + .pr {
    background: #CD1921;
    color: white;
  }

  .chooseBtn button {
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    background: var(--gray-10, #F5F5F5); 
  }
  .tagName {
    color: #696969;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
  }
  .tagRecent {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 27.2px */
  }
  #money {
    font-size: 34px;
    font-weight: 800;
  }
  .downloadApp, .thirdPhase, .payElectricity, .popup, .amountDiv {
    display: none;
  }
  .popup-btn {
    margin-right: 80px;
  }
/* .hero-child-one {
    max-width: 529px;
} */
 .footer-social-icons a svg {
    transition: .3s ease-in-out;
 }
 .footer-social-icons a:hover svg {
    fill: #CD1921;
 }
 @media only screen and (max-width: 1199px) {
    .img-bg {
        width:100%;
    }
    .nav-child-two {
        gap: 1.5rem;
    }
 }
@media only screen and (max-width: 991px) {
    .section-one, .section-two, .section-three, .section-four, .section-fifth, .section-sixth, footer {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .nav-child-one, .nav-child-two {
        width: 100%;
    }

    .nav-child-two {
        animation: slideInFromTop 0.5s forwards;
    }
    @keyframes slideInFromTop {
        from {
          transform: translateY(-100%);
        }
        to {
          transform: translateY(0);
        }
    }
    @keyframes slideOutToTop {
        from {
          transform: translateY(0);
        }
        to {
          transform: translateY(-100%);
        }
    }
    .pu-text {
        font-size: 19px;
    }
    .popup-container {
        height: 470px;
    }
    .mockup {
        height: 250px;
    }
    .bt-text p{
        font-size: 14px;
    }
    .bar {
        display: none;
        width: 100%;
    }
    .openBar {
        display: block;
    }
    .divider {
        width: 100%;
        height: 2px;
        background: #DADADA;
    }
    .section-three-image img {
        width: 100%;
        height: 400px;
        object-fit: contain;
    }
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
    .img-bg {
        width: 100%;
    }
    .ss-image {
        transform: translate(-50%, -50%);
        z-index: 1;
        top: 50%;
        left: 70%;
    }
    .ss-image-two {
        transform: translate(-50%, -50%);
        z-index: 0;
        top: 55%;
        left: 29%;
    }
    .sf-tab {
        max-width: 288px;
        width: 100%;
    }
    .flex-child {
        width: 40%;
    }
    .plain2, .plain {
        width: auto;
        left: 50%;
    }
    .plain {
        width: 90%;
    }
    .main-header {
        margin-top: 3rem;
    }
    .contact.main-header {
        margin-top: 0;
    }
    .main-header {
        font-size: 28px;
        margin-top: 3rem;
    }
    .main-sub {
        font-size: 16px;
    }
    .prompt {
        font-size: 16px;
    }
    .rankTap h2 {
        font-size: 40px;
    }
    .rankTap-text {
        font-size: 20px;
    }
    .rankTap p:last-child {
        font-size: 13px;
    }
    .service-header, .section-three h2, .section-four h2, .section-fifth h2, .ss-second-div h2 {
        font-size: 34px;
    }
    .service-subHeader, .mini-text, .sf-subtitle, .ss-sub {
        font-size: 17px;
    }
    .lists span {
        font-size: 16px;
    }
    .lists p {
        font-size: 15px;
    }
    .f-sub {
        font-size: 16px;
        max-width: 250px;
    }
    .f-head {
        font-size: 19px;
    }
    footer a, .f-text {
        font-size: 16px
    }
    .bottom {
        font-size: 14px;
    }
    .sf-tab h2 {
        font-size: 21px;
    }
    .aboutHeading h2 {
        font-size: 30px;
        line-height: 121%; /* 47.16px */
    }
    .aboutHeading p {
        font-size: 19px;
    }
    .aboutHead {
        font-size: 38px;
        line-height: 121%; /* 62.88px */
    }
    .aboutSection h3 {
        font-size: 30px;
    }
    .aboutSection .sub-text {
        font-size: 18px;
    }
    .cText, .fuText {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .bt-text p{
        font-size: 12px;
    }
    .ss-second-div {
        width: 100%
    }
    .small-head {
        font-size: 14px;
    }
    .bnkName {
        font-size: 19px;
    }
    .merchant.section-three-image {
        width: 100%;
    }
    .section-three-div {
        width: 100%;
    }
    .sf-tab h2 {
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 148%; /* 37px */
    }
    .aboutHeading h2 {
        font-size: 26px;
        line-height: 121%; /* 47.16px */
    }
    .aboutHeading p {
        font-size: 17px;
    }
    .aboutHead {
        font-size: 28px;
        line-height: 121%; /* 62.88px */
    }

    .aboutSection h3 {
        font-size: 24px;
    }
    .aboutSection .sub-text {
        font-size: 16px;
    }
    .cText, .fuText {
        font-size: 16px;
    }
    .form p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 500px) {
    .hero {
        padding-top: 67px;
        padding-bottom: 64px;
        background: #FAF6FF;
    }
    .section-one, .section-two, .section-three, .section-four, .section-fifth, .section-sixth, footer {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .ss-image {
        top: 50%;
        left: 65%;
    }
    .ss-image-two {
        top: 55%;
        left: 29%;
    }
    .plain {
        display: none;
    }
    .plain2 {
        left: 50%;
        width: 100%;
    }
    .plain2 button {
        font-size: 10px;
    }
    .step {
        padding: 3px 5px;
    }
    .popup-btn {
        margin-right: 10px;
    }
}