@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&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");


.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Extralight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("/assets-new/fonts/CabinetGrotesk-Extrabold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}

:root {
    --cabinet-font: "Cabinet Grotesk", sans-serif;
    --font-color: "#010C22";
    --poppins-font: "Poppins", serif;
    --main-color: "var(--colorVar)";
}

.content-wrapper {
    padding-top: 96px;
}

/* WELCOME PAGE DESIGN   WELCOME PAGE DESIGN  WELCOME PAGE DESIGN  WELCOME PAGE DESIGN  WELCOME PAGE DESIGN  WELCOME PAGE DESIGN  WELCOME PAGE DESIGN  WELCOME PAGE DESIGN */

.banner {
    position: relative;
    width: 100%;
}

.banner .hero-content {
    width: 100%;
    max-width: 764px;
    margin: 0 auto;
    padding-top: 70px;
}

.banner .hero-content .headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-inline: 30px;
}

.banner .hero-content .headline h1 {
    font-family: var(--cabinet-font);
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    text-decoration-skip-ink: none;
    color: var(--font-color);
}

.banner .hero-content .headline p {
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: var(--font-color);
    width: 466px;
}

.banner .hero-content .headline .cta-button {
    padding: 12px 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background: var(--main-color);
    border-radius: 10px;
    margin-top: 20px;
    border-radius: 30px;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    background: var(--colorVar);
}

.banner .hero-content .headline .cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--colorVar);
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.7s;
}

.banner .hero-content .headline .cta-button:hover::before {
    width: 100%;
    opacity: 1;
}

.banner .hero-content .hero-cert-bg {
    width: 100%;
    margin-top: 80px;
}

.banner {
    position: relative;
}

.banner .decorations .button-left {
    position: absolute;
    content: "";
    top: 120px;
    left: 90px;
}

.banner .decorations .icon-left1 {
    position: absolute;
    content: "";
    top: 280px;
    left: 140px;
}

.banner .decorations .icon-left2 {
    position: absolute;
    content: "";
    bottom: 170px;
    left: 200px;
}

.banner .decorations .arrow {
    position: absolute;
    content: "";
    top: 40%;
    left: 30%;
}

.banner .decorations .icon-right1 {
    position: absolute;
    content: "";
    top: 60px;
    right: 220px;
}

.banner .decorations .icon-right3 {
    position: absolute;
    content: "";
    top: 290px;
    right: 140px;
}

.banner .decorations .button-right {
    position: absolute;
    content: "";
    bottom: 220px;
    right: 120px;
}

.headline span img {
    display: inline-block;
    animation: rotate360 3s linear infinite;
}

@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* General animation timing */
.banner .decorations img {
    animation-duration: 4.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/* Animation for button-left: Move in a diagonal path */
@keyframes diagonalMove {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(20px, 20px);
    }
}

.banner .decorations .button-left img {
    animation-name: diagonalMove;
}

/* Animation for icon-left1: Rotate continuously */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner .decorations .icon-left1 img {
    animation-name: rotate;
}

.banner .decorations .arrow img {
    display: block;
    animation: moveLeftRight 4s ease-in-out infinite;
    /* Smooth horizontal animation */
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
        /* Starting position */
    }

    50% {
        transform: translateX(40px);
        /* Move 20px to the right */
    }

    100% {
        transform: translateX(0);
        /* Return to starting position */
    }
}

/* Animation for icon-left2: Bounce up and down */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.banner .decorations .icon-left2 img {
    animation-name: bounce;
}

@keyframes hexagonalMotion {
    0% {
        transform: translate(0, 0);
    }

    16.6% {
        transform: translate(20px, -40px);
        /* Move to the first point */
    }

    33.2% {
        transform: translate(60px, -40px);
        /* Move to the second point */
    }

    49.8% {
        transform: translate(80px, 0);
        /* Move to the third point */
    }

    66.4% {
        transform: translate(60px, 40px);
        /* Move to the fourth point */
    }

    83% {
        transform: translate(20px, 40px);
        /* Move to the fifth point */
    }

    100% {
        transform: translate(0, 0);
        /* Return to the starting point */
    }
}

.banner .decorations .icon-right1 img {
    display: inline-block;
    animation: hexagonalMotion 15s ease-in-out infinite;
}

@keyframes scaleAnimation {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.3);
    }
}

.banner .decorations .icon-right3 img {
    display: inline-block;
    animation: scaleAnimation 6s ease-in-out infinite;
}

/* BRAND  */
.brand-section {
    background: var(--colorVar);
    padding-top: 30px;
    padding-bottom: 160px;
}

.brand-section.brand-section-for-price-plan {
    padding-bottom: 0px;
    position: relative;
}

.brand-section.brand-section-for-price-plan .price-sectio-abs img {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}

.brand-section .brand-logo-area {
    background-color: var(--colorVar);
    padding: 40px 0;
}

.brand-section .brand-logo-area .brand-logo-item h2 {
    color: #99a5a1;
    font-size: 22px;
}

.brand-section .brand-logo-area .owl-carousel .owl-item {
    width: auto !important;
}

.brand-logo-slider .brand-logo-item {
    justify-content: space-around !important;
    align-items: center;
}

.brand-section .main-content {
    margin-top: 40px;
}

.brand-section .main-content .left h1 {
    font-family: var(--cabinet-font);
    font-size: 38px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    color: #ffffff;
}

.brand-section .main-content .justify-end {
    display: flex;
    justify-content: start;
    align-items: end;
    flex-direction: column;
}

.brand-section .main-content .right {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 345px;
}

.brand-section .main-content .right p {
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
}

.brand-section .main-content .right .pay-plan {
    display: flex;
    justify-content: start;
    align-items: start;
}

.brand-section .main-content .right .cta-button {
    padding: 12px 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: transparent;
    margin-top: 50px;
    border-radius: 30px;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    border: 1.5px solid #ffffff;
}

.brand-section .main-content .right .cta-button:hover {
    transition: 0.7s;
    border: 1.5px solid var(--colorVar);
}

.brand-section .main-content .right img {
    margin-left: 60px;
    margin-top: 30px;
}

/* TESTIMONIAL  */
.deco1 {
    display: inline-block;
    animation: rotateImage 4s linear infinite;
}

@keyframes rotateImage {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.testimonial-decoration .deco2 {
    position: absolute;
    content: "";
    top: 100px;
    left: 500px;
}

.testimonial-decoration .deco2 {
    display: inline-block;
    animation: spinClockwiseAntiClockwise 1s ease-in-out infinite;
    /* Adjust duration as needed */
}

@keyframes spinClockwiseAntiClockwise {
    0% {
        transform: rotate(0deg);
        /* Starting position */
    }

    50% {
        transform: rotate(360deg);
        /* Clockwise rotation to 50% */
    }

    100% {
        transform: rotate(360deg);
        /* Clockwise rotation to 50% */
    }
}

.testimonial-decoration .deco3 {
    position: absolute;
    content: "";
    top: 119px;
    left: 518px;
}

.testimonial-decoration .deco3 {
    display: inline-block;
    animation: scaleUpDown 3s ease-in-out infinite;
    /* Adjust duration as needed */
}

@keyframes scaleUpDown {

    0%,
    100% {
        transform: scale(1);
        /* Normal size */
    }

    50% {
        transform: scale(0.3);
        /* Scaled down to 30% */
    }
}

.testimonial-decoration .deco4 {
    position: absolute;
    content: "";
    bottom: 30px;
    left: 300px;
}

.testimonial-decoration .deco5 {
    position: absolute;
    content: "";
    right: 300px;
}

/* PRICING  */
.pricing-section {
    padding: 70px 0px;
    width: 100%;
    padding-bottom: 160px;
    position: relative;
}

.pricing-section .rect-shape img {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: "";
}

.pricing-section .section-title {
    font-family: var(--cabinet-font);
    font-size: 40px;
    font-weight: 700;
    line-height: 49.6px;
    text-align: center;
    color: var(--font-color);
}

.pricing-section .sub-title {
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.pricing-section .pricing-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 80px;
    max-width: 800px;
}

.pricing-section .pricing-cards .option {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    border: 1px solid #aebbb6;
    padding: 46px 24px 24px 24px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 1;
    transition: box-shadow 0.6s ease;
}

.pricing-section .pricing-cards .option:hover {
    box-shadow: rgba(0, 30, 20, 0.4) 0px 2px 4px,
        rgba(0, 30, 20, 0.3) 0px 7px 13px -3px,
        rgba(0, 30, 20, 0.2) 0px -3px 0px inset;
    transition: box-shadow 0.3s ease;
    /* Ensure smooth hover effect */
}

.pricing-section .pricing-cards .option:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.pricing-section .pricing-cards .option .option-badge {
    position: absolute;
    content: "";
    top: 20px;
    right: 20px;
    padding: 4px 8px;
    border-radius: 8px;
    background: #010307;
    color: #fff;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.pricing-section .pricing-cards .option:hover .option-badge {
    background: var(--colorVar);
}

.pricing-section .pricing-cards .option .type {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #010c22;
}

/* .pricing-section .pricing-cards .option:hover .type {
    color: #fff;
} */

.pricing-section .pricing-cards .option .price {
    font-family: var(--cabinet-font);
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: #010c22;
    margin-top: 10px;
}

/* .pricing-section .pricing-cards .option:hover .price {
    color: #fff;
} */

.pricing-section .pricing-cards .option .price .duration {
    font-family: var(--cabinet-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    color: #010c22;
}

/* .pricing-section .pricing-cards .option:hover .duration {
    color: #fff;
} */

.pricing-section .pricing-cards .option .price .currency {
    font-size: 16px;
    font-weight: 500;
}

.pricing-section .pricing-cards .option .payment-info {
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #010c22;
    margin-top: 20px;
}

/* .pricing-section .pricing-cards .option:hover .payment-info {
    color: #fff;
} */

.pricing-section .pricing-cards .option ul {
    padding-left: 0px !important;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
}

.pricing-section .pricing-cards .option ul li {
    display: flex;
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: var(--colorVar);
}

/* .pricing-section .pricing-cards .option:hover ul li {
    color: #fff;
} */

.pricing-section .pricing-cards .option ul li span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--colorVar);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 2px;
}

.pricing-section .pricing-cards .option ul li span i {
    color: #fff;
    font-size: 12px;
}

.pricing-section .pricing-cards .option .choose-plan {
    margin-top: auto;
    align-self: center;
    background: var(--colorVar);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: var(--poppins-font);
}

/* .pricing-section .pricing-cards .option:hover .choose-plan {
    border: 1px solid #fff;
} */

.pricing-section .pricing-cards .option .choose-plan::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--colorVar);
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.7s;
}

.pricing-section .pricing-cards .option .choose-plan:hover::before {
    width: 100%;
    opacity: 1;
}

/* SIGNUP PAGE SINGUP PAGE SIGNUP PAGE SINGUP PAGE SIGNUP PAGE SINGUP PAGE  SIGNUP PAGE SINGUP PAGE SIGNUP PAGE SINGUP PAGE SIGNUP PAGE SINGUP PAGE SIGNUP PAGE SINGUP PAGE SIGNUP PAGE SINGUP PAGE SIGNUP PAGE SINGUP PAGE SIGNUP PAGE SINGUP PAGE SIGNUP PAGE SINGUP PAGE SIGNUP PAGE SINGUP PAGE */
.sign-in-area {
    padding-top: 50px;
    padding-bottom: 40px;
}



/* PLAN PAYMENT METHOD PLAN PAYMENT METHOD PLAN PAYMENT METHOD PLAN PAYMENT METHOD PLAN PAYMENT METHOD PLAN PAYMENT METHOD PLAN PAYMENT METHODPLAN PAYMENT METHOD PLAN PAYMENT METHOD  PLAN PAYMENT METHOD */

.CAC-content .content .payment-card {
    max-width: 460px;
}

.CAC-content .content .payment-card .form-content {
    width: 100%;
    padding: 24px 16px;
    border-radius: 8px;
    background: #FBFBFB;
    border: 1px solid #FBFBFB;
    margin-top: 25px;
}


.CAC-content .content .payment-card .form-content .type {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #010c22;
}


.CAC-content .content .payment-card .form-content .price {
    font-family: var(--cabinet-font);
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: #010c22;
    margin-top: 10px;
    margin-bottom: 15px;
}

.CAC-content .content .payment-card .form-content .price .currency {
    font-size: 16px;
    font-weight: 500;
}

.payment-card .form-group {
    margin-bottom: 20px;
    position: relative;
}

.payment-card .form-group .bank-logo {
    position: absolute;
    top: 42px;
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}



.payment-card .form-group .message {
    font-family: var(--cabinet-font);
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 500;
    display: none;
}

.payment-card .form-group .copy-icon {
    position: absolute;
    top: 36px;
    right: 20px;
    cursor: pointer;
    color: var(--colorVar);
    font-size: 20px;
}

.payment-card .form-content .form-group .form-control {
    height: 50px;
    color: #1E1E1E;
    background-color: #ffffff;
    border-radius: 0;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #AEBBB6;
}

.payment-card .form-content .form-group .form-control:focus {
    outline: none;
    border-color: var(--colorVar);
    box-shadow: none;
}




.payment-card .after-payment {
    padding: 12px 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: var(--main-color);
    margin-top: 10px;
    border-radius: 30px;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    background: var(--colorVar);
    width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    margin-top: 20px;
}

.payment-card .after-payment::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--colorVar);
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.7s;
}

.payment-card .after-payment:hover::before {
    width: 100%;
    opacity: 1;
}

.payment-card .timer {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #2D3130;
    margin-bottom: 60px;
    margin-top: 15px;
}

.payment-card .timer span {
    font-weight: 500;
}


/* SUCCESSFUL PAYMENT MODAL  */
.successful-payment-modal .body-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
}

.successful-payment-modal .body-content img {
    width: 400px;
}

.successful-payment-modal .body-content h2 {
    font-family: var(--cabinet-font);
    font-size: 28px;
    font-weight: 700;
    line-height: 34.72px;
    text-align: center;
    color: #010C22;
    margin-top: 20px;
}

.successful-payment-modal .body-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #1E1E1E;
    margin-bottom: 30px;
}




/* LIABILITY PLAN PAGE  */
.liability-plan {
    max-width: 460px;
    margin-top: 30px;
}

.liability-plan .form-group {
    margin-bottom: 20px;
    position: relative;
}

.liability-plan .form-group .form-control {
    height: 50px;
    color: #1E1E1E;
    background-color: #FBFBFB;
    border-radius: 0;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #AEBBB6;
}

.liability-plan .form-group .form-control:focus {
    border: 1px solid var(--colorVar);
    box-shadow: none;
    outline: none;
}

.liability-plan .info-section h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #1E1E1E;
    margin-top: 40px;
    font-family: var(--poppins-font);
}


.liability-plan .info-section p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #2D3130;
    font-family: var(--poppins-font);
}

.liability-plan .info-section .payment-plans {
    background: #E6F9F2;
    border: 1.5px solid #007A4F;
    padding: 16px;
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.liability-plan .info-section .payment-plan h3 {
    font-size: 14px;
    font-family: var(--poppins-font);
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    color: #010C22;
}

.liability-plan .info-section .payment-plan ul {
    padding-left: 15px !important;
    display: flex;
    flex-direction: column;
    list-style-type: disc;
    margin-bottom: 0px;
}

.liability-plan .info-section .payment-plan ul li {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #010c22;
}

.liability-plan .continue-btn {
    width: 100%;
    margin-bottom: 60px !important;
}

/* CAC PLAN REGIGRATION  CAC PLAN REGIGRATION CAC PLAN REGIGRATION CAC PLAN REGIGRATION CAC PLAN REGIGRATION CAC PLAN REGIGRATION CAC PLAN REGIGRATION CAC PLAN REGIGRATION CAC PLAN REGIGRATION CAC PLAN REGIGRATION CAC PLAN REGIGRATION CAC PLAN REGIGRATION CAC PLAN REGIGRATION */
.CAC-content .content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}

.CAC-content .content .right {
    background: var(--colorVar3);
    padding: 94px 48px;
}

.CAC-content .content .right .section-title span {
    font-family: var(--cabinet-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 24.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #010c22;
}

.CAC-content .content .right .faq-content {
    margin-top: 30px;
}

.CAC-content .content .left {
    padding-inline: 94px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.CAC-content .content .left .left-title h2 {
    font-family: var(--cabinet-font);
    font-size: 28px;
    font-weight: 700;
    line-height: 34.72px;
    text-align: left;
    color: #010c22;
}

.CAC-content .content .left .left-title .sub-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #1E1E1E;
}

.CAC-content .steps-container {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 25px;
}

.CAC-content .steps-container .step {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #99a5a1;
}

.CAC-content .steps-container .step.active {
    color: #010307;
}

.CAC-content .steps-container .step-number {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #99a5a1;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.CAC-content .steps-container .step.active .step-label {
    color: #010307;
}

.CAC-content .steps-container .step.active .step-number {
    background-color: var(--colorVar2);
    color: #fff;
}

.CAC-content .steps-container .step-label {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.CAC-content .plan-card {
    width: 100%;
    max-width: 600px;
    background: #fbfbfb;
    border-radius: 8px;
    padding: 20px;
    font-family: "Poppins", serif;
    margin-top: 30px;
}

.CAC-content .plan-card .plan-header h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #010c22;
    margin-bottom: 0px;
}

p {
    margin-bottom: 0px;
}

.CAC-content .plan-card .plan-subheader {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.CAC-content .plan-card .plan-subheader .plan-type {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #010c22;
    margin-bottom: 0px !important;
}

.CAC-content .plan-card .plan-subheader .next-pay-btn {
    background-color: var(--colorVar2);
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

.CAC-content .plan-card .progress-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 290px;
    margin-block: 35px;
}

.CAC-content .plan-card .progress-container .progress-bar {
    width: 100%;
    height: 6px;
    background-color: #d9d9d9;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 10px;
}

.CAC-content .plan-card .progress-container .progress-fill {
    height: 100%;
    background-color: var(--colorVar2);
    /* Blue color */
    border-radius: 20px 0 0 20px;
    /* Round the left side */
    transition: width 0.3s ease-in-out;
}

.CAC-content .plan-card .progress-container .progress-text {
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #99a5a1;
}

.CAC-content .plan-card .amount-details {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.CAC-content .plan-card .amount-details:last-child {
    padding-right: 50px;
}

.CAC-content .plan-card .amount-details .amount-item p:first-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 5px;
    color: #2d3130;
}

.CAC-content .plan-card .amount-details .amount-item p:last-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.84px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #010c22;
}

.CAC-content .payment-breakdown-card {
    width: 100%;
    max-width: 600px;
    background-color: #fbfbfb;
    border-radius: 8px;
    padding: 20px;
    padding-block: 30px;
    padding-bottom: 0px;
}

.CAC-content .payment-title {
    color: #2d3130;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 30px;
}

.CAC-content .payment-breakdown-card .payment-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.CAC-content .payment-table th {
    text-align: left;
    color: #2d3130;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-right: 60px;
}

.CAC-content .payment-table td {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #99a5a1;
}

.CAC-content .payment-table td.active {
    color: #010307;
}

.CAC-content .payment-table td .circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 12px;
    background: #99a5a1;
}

.CAC-content .payment-table td .paid.circle {
    background: var(--colorVar2)!important;
}

.CAC-content .payment-table td .status-paid {
    color: var(--colorVar);
}

.CAC-content .continue-btn {
    padding: 12px 20px;
    border-radius: 30px;
    margin-top: 30px;
    background: var(--colorVar2);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.CAC-content .continue-btn::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--colorVar);
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.7s;
}

.CAC-content .continue-btn:hover::before {
    width: 100%;
    opacity: 1;
}

/* SELECT PLAN  */

.pricing-container {
    margin-top: 40px;
}

.pricing-container .pricing-header {
    font-family: var(--poppins-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #1e1e1e;
    margin-bottom: 30px;
}

.pricing-container .pricing-options {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    width: 100%;
    max-width: 500px;
}

.pricing-container .pricing-options .pricing-option {
    width: 100%;
    display: flex;
    gap: 15px;
}

.pricing-container .pricing-options .pricing-option .pricing-content {
    background: #fff;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    border: 1px solid #aebbb6;
    padding: 46px 24px 24px 24px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    transition: background-color 0.5s ease;
}

.pricing-container .pricing-options .pricing-option .pricing-content {
    transition: background-color 0.5s ease;
}

.pricing-container .pricing-options .pricing-option .pricing-content.active {
    background-color: var(--colorVar2);
    border: 1.5px solid var(--colorVar);
    transition: background-color 0.3s ease;
}

.pricing-container .pricing-options .pricing-content .tag {
    position: absolute;
    content: "";
    top: 20px;
    right: 20px;
    padding: 4px 8px;
    border-radius: 8px;
    background: #010307;
    color: #fff;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.pricing-container .pricing-options .pricing-content .type {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #010c22;
}

.pricing-container .pricing-options .pricing-content .price {
    font-family: var(--cabinet-font);
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: #010c22;
    margin-top: 10px;
}

.pricing-container .pricing-options .pricing-content .price .currency {
    font-size: 16px;
    font-weight: 500;
}

.pricing-container .pricing-options .pricing-content .price .duration {
    font-family: var(--cabinet-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    color: #010c22;
}

.pricing-container .pricing-options .pricing-content .payment-info {
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #010c22;
    margin-top: 8px;
}

.pricing-container .pricing-options .pricing-content hr {
    margin: 0.5rem 0;
}

.pricing-container .pricing-options .pricing-content ul {
    padding-left: 15px !important;
    display: flex;
    flex-direction: column;
    list-style-type: disc;
    margin-top: 10px;
    margin-bottom: 0px;
}

.pricing-container .pricing-options .pricing-content ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #010c22;
}

.pricing-container .pricing-option .radio-btn {
    margin-top: 25px;
}

.pricing-container .pricing-option .radio-btn {
    margin-top: 25px;
}

.pricing-container .pricing-option .radio-btn input[type="radio"] {
    width: 18px;
    height: 18px;
}

.radio-btn input[type="radio"] {
    display: none;
    /* Hide the default radio button */
}

.radio-btn label {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    /* Border color for unselected state */
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.radio-btn input[type="radio"]:checked+label {
    background-color: var(--colorVar);
    /* Green background for selected state */
    border-color: var(--colorVar);
    /* Match the border with the background */
}

.radio-btn label::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    /* Inner circle color */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
}

.radio-btn input[type="radio"]:checked+label::after {
    transform: translate(-50%, -50%) scale(1);
}















/* PERSONAL DETAILS PERSONAL DETAILS PERSONAL DETAILS PERSONAL DETAILS PERSONAL DETAILS PERSONAL DETAILS PERSONAL DETAILS PERSONAL DETAILS PERSONAL DETAILS PERSONAL DETAILSPERSONAL DETAILS PERSONAL DETAILS PERSONAL DETAILS PERSONAL DETAILS PERSONAL DETAILS */

.personal-details {
    width: 100%;
    margin-top: 55px;
    padding-bottom: 60px;
}

.personal-details .title h2 {
    font-family: var(--cabinet-font);
    font-size: 28px;
    font-weight: 700;
    line-height: 34.72px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #010c22;
}

.personal-details .steps-container {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 25px;
}

.personal-details .steps-container .step {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #99a5a1;
}

.personal-details .steps-container .step.active {
    color: #010307;
}

.personal-details .steps-container .step.active .step-number {
    background-color: var(--colorVar2);
    color: #fff;
}

.personal-details .steps-container .step-number {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #99a5a1;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.personal-details .steps-container .step.active .step-label {
    color: #010307;
}



.personal-details .steps-container .step-label {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}


.personal-details .save-to-continue-later {
    padding: 12px 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 30px;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    background: var(--colorVar2);
    border: none;
    box-shadow: none;
    outline: none;
    margin-left: 80px;
}

.personal-details .save-to-continue-later::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--colorVar);
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.7s;
}

.personal-details .save-to-continue-later:hover::before {
    width: 100%;
    opacity: 1;
}

.personal-details .form-details {
    margin-top: 40px;
    display: flex;
    gap: 40px;
    flex-direction: column;
    max-width: 930px;
}


.personal-details .form-details .information h5 {
    font-family: var(--poppins-font);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #99A5A1;
}

.personal-details .form-details .information .content {
    padding: 24px;
    border-radius: 12px;
    background: #FBFBFB;
}

.personal-details .form-details .information .content .form-group label {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #1E1E1E;
}

.personal-details .form-details .information .content .form-group .form-control {
    height: 50px;
    color: #1E1E1E;
    background-color: #ffffff;
    border-radius: 0;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #AEBBB6;
}

.personal-details .form-details .information .content .form-group .form-control:focus {
    box-shadow: none;
    border-color: var(--colorVar);
    outline: none;
}

.upload-section .label {
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #1E1E1E;
    margin-bottom: 4px;
}

.upload-section small {
    font-family: var(--poppins-font);
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: #1E1E1E;
}

.custom-file-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5f8ef;
    background: var(--colorVar)1A;
    color: var(--colorVar);
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    gap: 10px;
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    border: 1px solid #AEBBB6;
    height: 50px;
}

.upload-section .progress-bar-container label {
    font-family: var(--poppins-font);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #1E1E1E;
}

.upload-section .progress-bar-container p {
    font-family: var(--poppins-font);
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #1E1E1E;
    margin-bottom: 10px;
}


.progress-bar-container {
    position: relative;
}



.progress-bar-container .progress {
    flex: 1;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.progress-bar-container .progress-fill {
    height: 100%;
    background-color: var(--colorVar2);
    transition: width 0.3s ease;
}

.progress-bar-container .progress-percentage {

    font-family: var(--poppins-font);
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #1E1E1E;
}

.progress-bar-container .delete-btn {
    background: none;
    border: none;
    color: #292D32;
    cursor: pointer;
    line-height: 10px;
    position: absolute;
    right: 10px;
    top: 20px;

}

.progress-bar-container .delete-btn i {
    font-size: 17px;
}


.custom-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}


.custom-select-icon {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    cursor: pointer;
}

.custom-select-wrapper i {
    position: absolute;
    right: 15px;
    pointer-events: none;
    font-size: 18px;
    color: #010C22;
}

.personal-details .btn-continue {
    padding: 12px 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: var(--colorVar2);
    border-radius: 30px;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.7s;
    width: 200px;
    text-align: center;
}


.personal-details .btn-continue:hover {
    opacity: 1;
    background: var(--colorVar);
}










/* SERVICES PAGE CSS  */
.service-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 25px;
    row-gap: 25px;
}

.my-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}
