body {
    font-family: "Hanken Grotesk", sans-serif !important;
}

header {
    padding: 2rem 0 !important;
    background-color: white !important;
}

.header-content img {
    height: 40px !important;
}

.header-right>a {
    color: #595959 !important;
    font-size: 16px;
}

.cntct-btn {
    background-color: #E94F37;
    font-size: 1.5rem;
    color: #16402B;
    font-weight: 500;
    text-decoration: none;
    transition: 0.35s;
    padding: 12px 25px;
    border-radius: 7px;
    background: #E94F37;
    color: white;
}

.header-mob-body>a:last-child {
    padding: unset;
    font-size: 1.85rem;
    color: var(--dark-green);
    font-weight: 400;
    background-color: unset;
    border-radius: unset;
}

/* .footer-right > h6 {
    font-size: 1.4rem;
    font-weight: 300;
}

.footer-disclaimer {
    font-size: 1.2rem;
    line-height: 1.2;
}

.footer-info {
    line-height: 1.3;
}

.footer-info p {
    margin-bottom: 0px !important;
}

.footer-right p, .footer-right a {
    font-size: 1.75rem;
} */

/* .footer-content {
    width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr) ;
    grid-gap: 2.5rem;
}

.footer-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-img {
    height: 5rem;
    object-fit: contain;
    width: 249px;
}

.footer-right p, .footer-right a {
    padding: 6px 0px;
    font-size: 18px;
    color: #faf9f9;
}

.icon-circle {
    background-color: #262222;
    color: #faf9f9;
    font-size: 14px;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-content h2 {
    font-size: 24px;
    color: #faf9f9;
}

.footer-content h6 {
    color: #faf9f9;
font-size: 18px;
}

.footer-social-grid-right {
    align-items:start;
    justify-content: start;
}

.footer-social-grid-right a {
    color: #faf9f9;
    margin: unset;
    font-size: 14px;
}

.social-circle {
    margin: 0 1.5rem 0 0;
    background: #262222;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-circle:hover  {
    background-color:#41b38f;
}

.footer-social-grid {
    display: block;
}

footer {
    background-color: #1b1213;
    padding: 7.5rem 0 4.5rem 0;
}

.footer-disclaimer {
    margin: 5rem 0 0 0;
    font-size: 14px;
    color: #faf9f9;
    opacity: 1;
    font-weight: 300;
} */

/* .footer-below {
    background-color: #41b38f;
    color: #faf9f9;
    font-size: 16px;
} */

.hero-section1 {
    /*background: linear-gradient(135deg, #1C4D3E 100%, #41B38F 70%, #A8B341 100%);*/
   /*  background: url('../img/bg-hero-sec.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    background: #2a3038;
    background: linear-gradient(180deg, #2a3038 0%, #3a414b 100%);

}

.hero-section1 h1 {
    font-size: 52px;
    line-height: 1em;
    font-family: Poppins;
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
}

.hero-section1 h6 {
    color: white;
    font-size: 48px;
    line-height: 1.5;
    font-weight:600;
}

.function-box {
    /*background: linear-gradient(180deg, #2D6251 0%, #1D4136 100%);*/
    /*background: linear-gradient(180deg,  #376d5c 0%, #1D4136 100%);*/
    /*background: linear-gradient(135deg, #2b5f4f 0%, #1D4136 100%);*/
    /*background-color: #2b5f4f;*/
    background-image: url('../img/box-bg.jpg');
    border-radius: 32px;
    padding: 40px 100px;
    background: #286CB0;
}


/* Stepper Container */
.stepper {
    flex-wrap: wrap;
    /* Allows wrapping for smaller screens */
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Circle Styles */
.circle {
    width: 50px;
    height: 50px;
    border: 2px solid #205c97;
    border-radius: 50%;
    background-color: #2a3038;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.3s, color 0.3s;
    font-size: 16px;
}

.circle.active {
    background-color: #fff;
    /* White for active step */
    color: #1c493b;
}

.circle.completed {
    background-color: #205c97;
    /* Green for completed steps */
    color: #fff;
}

/* Divider Styles */
.step-divider {
    width: 100%;
    height: 51px;
    transition: filter 0.3s;
}

.continue-btn,
.skip-btn,
.previous-btn {
    background: #E94F37;
    border: unset;
    width: 100%;
    color: white;
    font-size: 16px;
    border-radius: 6px;
    padding: 15px 0px;
}

.skip-btn {
    background: #899d97 !important;
}

.previous-btn {
    background: #fff !important;
    color: #000;
    margin-top: 10px
}

.alert {
    font-size: 17px;
}

.range-slider input[type="range"] {
    width: 100%;
    margin: 10px 0;
    background: transparent;
}

.range-slider p {
    font-size: 40px;
    color: #6FD261;
}

.step-section label,
label {
    font-size: 16px;
}

.clg input,
.clg textarea {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 1rem 15px;
    border-radius: 10px;
    font-size: 16px;
    height: 47px;
    font-weight: 300;
    margin: 0 0 2.5rem 0;
    font-family: "Hanken Grotesk", sans-serif !important;
}

.get {
    padding: 150px 0px 170px 0px;
}

.section-heading {
    width: 100%;
    font-size: 44px;
    line-height: 6rem;
    color: #16402B;
    font-weight: 600;
    margin: 0 0 2rem 0;
    text-align: center;
}

.get .para {
    font-size: 24px;
    text-align: center;
    margin: 0rem 0 7.5rem 0;
    color: #595959;
}

.hero-img {
    height: 500px;
    width: 500px;
    object-fit: cover;
    border-radius: 100%;
}

.circle-icon {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: #41b38f;
}

.circle-icon img {
    height: 60%;
    object-fit: contain;
    width: 100%;
}

.image-circle-section h2 {
    font-size: 28px;
    color: #41b38f;
}

.image-circle-section p {
    font-size: 21px;
    color: #676767;
}

.line::after {
    content: "";
    display: block;
    background-image: url(../img/line-removebg-preview.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 444px;
    width: 20%;
    margin-left: 50px;
    position: absolute;
    z-index: -1;
    top: 1%;
}

.padding-top-section {
    padding-top: 106px;
}

.padding-left-section {
    padding-left: 100px;
}


/* Dropdown styling */
#state-dropdown,
.state-style {
    padding: 10px 10px;
    font-size: 16px;
    font-weight:300;
    border-radius: 10px;
    border: 1px solid #68877d;
    margin: 0 0 2.5rem 0;
}

.step-section h2,
.heading-form {
    font-size: 28px;
    font-weight: 600;
}

.circle-icon-image {
    height: 85px;
    width: 85px;
    position: absolute;
    top: -15%;
    left: -11%;
}

.hero-dotted {
    position: absolute;
    height: 500px;
    width: 500px;
    top: 7%;
    right: -4%;
    z-index: -1;
}

.sub-line {
    font-size: 24px;
    text-align: center;
    margin: 0rem 0 1.5rem 0;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
}

.num-btn {
    font-size: 20px;
    text-decoration: none;
    color: white;
    background: #41b38f;
    padding: 10px 30px;
    border-radius: 7px;
}

.slider-label {
    font-size: 14px;
    color: #8ca79f;
}

.step-head {
    color: #8ca79f;
    font-size: 18px;
}

@media screen and (max-width: 1199px) {

    .line::after {
        height: 366px;
    }
}

@media screen and (max-width: 1500px) {
    .padding-top-section {
        padding-top: 76px;
    }
}

@media screen and (max-width: 992px) {

    .hero-img,
    .hero-dotted {
        height: 400px;
        width: 400px;
    }

    .hero-dotted {
        right: 24%;
    }

    .padding-top-section {
        padding-top: 100px;
    }

    .line::after {
        height: 379px;
        top: 10%;
    }

    .hero-section1 h1,
    .hero-section1 h6 {
        font-size: 40px;
    }

    .function-box {
        padding: 40px 50px;
    }

    .step-section h2,
    .heading-form {
        font-size: 27px;
    }

    .circle-icon-image {
        left: -16%;
    }
}

@media screen and (max-width: 768px) {
    .line::after {
        height: 378px;
        top: 10%;
    }

    .padding-left-section {
        padding-left: 80px;
    }

    .hero-dotted {
        right: 19%;
    }

    .sub-line {
        font-size: 20px;
    }
}

@media screen and (max-width: 576px) {

    .hero-section1 h1,
    .hero-section1 h6 {
        font-size: 30px;
    }

    .function-box {
        padding: 40px 20px;
    }


}

@media screen and (max-width: 575px) {

    .hero-img,
    .hero-dotted {
        height: 300px;
        width: 300px;
    }

    .hero-dotted {
        right: 9%;
    }

    .image-circle-section p {
        font-size: 16px;
    }

    .step-head {
        font-size: 14px;
    }

    .padding-top-section {
        padding-top: 84px;
    }

    .circle-icon-image {
        left: -8%;
    }

    .step-section h2,
    .heading-form {
        font-size: 23px;
    }

    .clg input, .clg textarea {
        padding: 0.7rem 15px;
        height: unset;
        margin: 0 0 1.5rem 0;
    }

    #state-dropdown, .state-style {
        padding: 6px 10px;
        margin: 0 0 1.5rem 0;
    }

    .first-dropdown {
        padding: 8px 10px !important;
    }

    .hero-section1 h1, .hero-section1 h6 {
        font-size: 26px;
    }

}

@media screen and (max-width: 370px) {
    .circle-icon-image {
        left: -13%;
    }

    .padding-top-section {
        padding-top: 69px;
    }
}



/* Responsive Design */
@media (max-width: 768px) {
    /* .stepper {
        flex-direction: column;
    } */

    .step-divider {
        margin: 10px 0;
        /* Adds spacing between steps */
    }
}



/* @media screen and (max-width: 900px) {
    .footer-content {
        grid-template-columns: 1fr !important;
        grid-gap: 4.5rem !important;
    }
}

@media screen and (max-width: 992px) {
    .footer-content {
        grid-template-columns: repeat(3, 1fr) ;
        grid-gap:4.5rem;
    }
} */