@font-face {
    font-family: 'Degular';
    src: url(../fonts/Degular-Regular.otf) format('truetype');
    /* You may need to adjust the format based on the font file type */
}

body {
    font-family: 'Degular';
    padding-top: 104px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100000;
}

.container-fluid {
    width: 75%;
}

.nav-link {
    color: #041C19;
    font-family: Degular;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    padding: 24px !important;
}

.nav-link.active,
.nav-link:hover {
    color: #138F82 !important;
    font-weight: 700;
}

.banner {
    background: url(../img/Hero_Bg.png) no-repeat;
    background-size: 100%;
    padding: 84px 0;
    display: flex;
    align-items: center;
}



.banner-text {
    text-align: left;
    display: block;
}

.banner-text h3 {
    font-size: 43px;
    font-weight: 600;
    line-height: 47px;
    color: #041C19;
}

.banner-text h1 {
    font-size: 114px;
    font-weight: 700;
    line-height: 66px;
    color: #138F82;
    margin: 24px 0;
}

.banner-text h1 span {
    font-size: 75.925px;

    font-weight: 600;
    line-height: 66px;
}

p {
    color: #041C19;
    font-family: Degular;
    font-size: 24px;
    font-weight: 400;
    line-height: 145.8%;
    margin-bottom: 32px;
}

.quote_button {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #138F82;
    border: 0px;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.get_started {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #138F82;
    border: 0px;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.about-head {
    color: #041C19;
    font-size: 48px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 64px;
}

.about {
    margin: 64px 0;
}

.about-head span {
    color: #138F82;
}

.about p {
    color: #2B2F2F;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.about p span {
    color: #041C19;
    font-weight: 500;
}

.main-head {
    color: #138F82;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 47px;
    text-transform: uppercase;
}

.sub-head {
    color: #041C19;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 47px;
}

.features,
.features h3 {
    margin-bottom: 64px;
}

.features .card {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 26.6px 0px rgba(94, 94, 94, 0.13);
    border: inherit;
    min-height: 340px;
    transition: transform .6s;
}

.features .card:hover {
    transform: scale(1.05);
}

.features .card-body {
    padding: 0;
}

.features .card-title,
.about-me .card-title {
    color: #041C19;
    font-size: 24px;
    font-weight: 600;
    line-height: 47px;
}

.features .card-text,
.about-me .card-text {
    color: #2B2F2F;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.about-me {
    background: #F8F8F8;
    padding: 96px 0;
}

.card-horizontal {
    display: flex;
    padding: 24px 16px;
    align-items: flex-start;
    gap: 24px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 26.6px 0px rgba(94, 94, 94, 0.13);
    margin-bottom: 16px;
    align-items: center;
    transition: transform .6s;
}

.card-horizontal:hover {
    transform: scale(1.05);
}

.card-horizontal img {
    width: 64px;
    height: 64px;
}

.about-me .main-head,
.about-me .sub-head {
    text-align: left;
}

.about-me .card-title {
    line-height: inherit;
}

.right-section {
    padding-left: 20px;
    display: flex;
    gap: 24px;
}

.image-collage img {
    width: 294px;
    height: 452px;
}

.colored-div {
    background: #D9D9D9;
    width: 294px;
    height: 135px;
    margin: 24px 0;
}

.about-me .sub-head,
.services .sub-head {
    margin-bottom: 48px;
}

.services {
    padding: 64px 0;
}

.services .card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 0;
    border: none;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 26.6px 0px rgba(94, 94, 94, 0.13);
    margin-bottom: 24px;
    transition: transform .6s;
}

.services .card:hover {
    transform: scale(1.05);
}

.insure-type {
    color: #138F82;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 47px;
    border-radius: 2px;
    background: rgba(0, 169, 151, 0.15);
    display: flex;
    padding: 8px 24px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 32px;
}

.badges {
    color: #FFF;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    border-radius: 34px;
    height: 27px;
    float: right;
    padding: 0px 8px;
    margin-bottom: 10px;
    line-height: 27px;
}

.hot-seller {
    background: #EF5C5C;
}

.new-product {
    background: #138F82;
}

.why-choose {
    gap: 24px;
    margin-bottom: 24px;
}

.services-cards {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    color: #2B2F2F;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 26.6px 0px rgba(94, 94, 94, 0.13);
}

.find-on {
    padding: 40px 0;
}

.contact-us {
    /* background: #F8F8F8; */
    padding: 60px 0;
}

.contact-us .card {
    border: none;
}

.contact-left {
    background: #041C19;
    padding: 40px;
    border-radius: 10px;
}

.contact-left .sub-head {
    color: #fff;
    position: relative;
    margin-bottom: 60px !important;
}

.contact-left .sub-head::after {
    content: "";
    position: absolute;
    bottom: -30px;
    /* Adjust if needed */
    left: 0;
    width: 50px;
    height: 2px;
    /* Thickness of the line */
    background-color: rgb(19, 143, 130);
}

.contact-right form label {
    font-weight: 700;
    color: rgb(19, 143, 130) !important;
}

.contact-left .contact-details p {
    color: #fff;
}

.contact-left .contact-details p a {
    color: #fff;
    text-decoration: none;
}

.contact-right {
    padding: 0 40px;
}


.contact-us .sub-head {
    text-align: left;
    margin-bottom: 25px;
}


.contact-us .contact-details h3 {
    color: rgb(19, 143, 130) !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.contact-details p {
    color: #041C19;
    font-family: Degular;
    font-size: 24px;
    font-weight: 400;
    line-height: 145.8%;
    margin-bottom: 32px;
}


.contact-us form input {
    color: #8F8F8F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 6px;
    background: #FFF;
    padding: 16px;
    margin: 0px 0 16px 0;
    width: 100%;
    font-family: "Archivo", sans-serif;
}

.contact-us form button {
    background: #138F82;
    border: none;
    padding: 15px 20px;
    margin-top: 15px;
    border-radius: var(--bs-border-radius);
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.contact-us form button:hover,
.contact-us form button:focus,
.contact-us form button:active,
.contact-us form button:focus-visible {
    background: #138F82 !important;
    box-shadow: inherit;
}

.contact-us .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #138F82;
    outline: 0;
    box-shadow: inherit;
}

.social-head {
    color: #041C19;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.text-1 {
    color: #041C19;
    font-weight: 700;
}

.text-2 {
    color: #138F82;
    font-weight: 700;
}

.social-link {
    margin-top: 56px;
}

.social-link a {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #041C19;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.testimonial {
    padding: 110px 0;
    background: #497774;
}

.Thead {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.Thead h5 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.Thead a {
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Thead a:hover {
    text-decoration: underline;
}

.Tblock {
    display: flex;
    gap: 24px;
}

.test-txt p {
    color: #FFF;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 170.3%;
    margin-bottom: 24px;
}

.author {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.author span {
    font-weight: 600;
}

footer {
    padding: 40px 0;
    background: #041C19;
}

.footer-1 {
    margin-top: 56px;
}

.footer-1 p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170.3%;
}

.footer-1 h6 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 170.3%;
}

.footer-1 h6 span {
    font-weight: 600;
}

.FLhead {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}

.footer-2 ul li {
    list-style: none;
    margin-bottom: 16px;
}

.footer-2 ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.footer-3 p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 28px;
}

.SubS-head {
    color: #FFF;
    font-family: "Rozha One", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 77.5%;
}

.footer-4 input {
    color: #8F8F8F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 6px;
    background: #FFF;
    padding: 16px;
    margin: 16px 0;
    width: 100%;
    font-family: "Archivo", sans-serif;
}

.footer-4 button {
    background: inherit;
    border: inherit;
    color: #138F82;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.copyright {
    background: #138F82;
    padding: 40px 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 170.3%;
    text-align: center;
    font-family: "Archivo", sans-serif;
}

.copyright a {
    text-decoration: none;
    font-weight: 600;
    color: #FFF;
    font-size: 16px;
}

.quote_button:hover,
.get_started:hover {
    background: #041C19;
}

.arrow-icon {
    position: absolute;
    transition: transform 0.3s ease;
    /* Transition property for smooth animation */
}

.subscribe-button:hover .arrow-icon {
    transform: translateX(5px);
    /* Move the image 10 pixels to the right */
}

.subscribe-button:hover {
    text-decoration: underline;
}

#messageBox {
    font-size: 16px;
    border: 1px solid;
}

@media screen and (max-width: 1024px) and (min-width: 320px) {
    .container-fluid {
        width: 100%;
    }

    body {
        padding-top: 88px;
    }

    .navbar-brand img {
        width: 80%;
    }

    .right-section {
        display: block;
    }

    .choose-img {
        width: 100%;
    }

    .banner-text h1 {
        font-size: 76px;
        line-height: 50px;
    }

    .banner-text h1 span {
        font-size: 54.925px;
        line-height: 37px;
    }

    .banner-text h3 {
        font-size: 37px;
        line-height: 35px;
    }

    .banner {
        background-size: cover;
        padding: 24px 0;
    }

    .get_started {
        margin-bottom: 30px;
    }

    .Tblock {
        display: block;
        margin-bottom: 24px;
        text-align: center;
    }

    .insure-type {
        font-size: 17px;
        line-height: 21px;
    }

    .about p,
    p {
        font-size: 16px;
        line-height: 27px;
    }

    .about-head {
        margin-bottom: 24px;
        font-size: 40px;
        line-height: 30px;
    }

    .about {
        margin: 24px 0;
    }

    .about-me .main-head {
        margin-top: 16px;
    }

    .sub-head {
        font-size: 28px;
        line-height: 32px;
    }

    .features .card {
        text-align: center;
        margin-bottom: 24px;
        align-items: center;
    }

    .about-me,
    .services,
    .testimonial {
        padding: 24px 0;
    }

    .about-me .sub-head,
    .services .sub-head {
        margin-bottom: 24px;
    }

    .colored-div {
        display: none;
    }

    .image-collage img {
        margin-bottom: 24px;
        width: 100%;
        height: auto;
    }

    .badges {
        font-size: 14px;
    }

    .why-choose {
        display: block !important;
        margin-bottom: 0 !important;
    }

    .services-cards {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .banner-text {
        text-align: center;
        display: ruby;
    }

    .social-head,
    .Thead h5 {
        font-size: 24px;
    }

    .footer-1,
    .footer-2,
    .footer-3,
    .footer-4 {
        text-align: center;
    }

    .contact-left {
        padding: 15px;
    }

    .contact-right {
        padding: 0px;
        margin-top: 20px;
    }

    .contact-details p {
        font-size: 14px;
    }

    .contact-left .sub-head {
        margin-bottom: 20px !important;
    }

    .contact-left .sub-head::after {
        bottom: -10px;
    }

}

@media screen and (max-width: 1400px) and (min-width: 990) {}