@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
    overflow-x: hidden;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.gaping {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 60px 0 52px 0;
    margin: 0;
}

.navbar-expand-lg {
    background-color: #010029 !important;
}

.topbar {
    background: linear-gradient(135deg, #7bf6ff, #93fefe, #05a6ff, #6ef3ff);
    background-size: 400% 400%;
    animation: gradientMove 10s ease infinite;
    color: #000255;
    font-size: .95rem;
    padding: 6px 0;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.topbar a {
    color: #000255 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.info-item span {
    color: #000255 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.bi-clock-fill::before {
    font-size: 28px;
    margin-top: 5px;
}

.moblie__colm1 {
    display: flex;
}

.topbar .info-item {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.navbar {
    padding: 0 !important;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.info-item img {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
}

.navbar-brand img {
    width: 100%;
    height: 74px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0 10px;
}

.header-slider {
    width: 100%;
    padding: 0;
    margin: 0
}

    .header-slider img {
        width: 100%;
        box-sizing: border-box;
        object-fit: cover;
        object-fit: contain;
        object-position: center;
    }

.carousel-indicators [data-bs-target] {
    width: 15px !important;
    height: 15px !important;
    background-color: #fff !important;
    border: 2px solid #000c32 !important;
}

.carousel-indicators .active {
    background-color: rgb(147, 254, 254) !important;
}

.carousel-caption {
    width: 90% !important;
    left: 6% !important;
    right: 6% !important;
}

.carousel-control-next, .carousel-control-prev {
    width: 4% !important;
}

.carousel-caption h1 {
    text-align: left;
    color: #000 !important;
    font-size: 45px !important;
    font-weight: 900 !important;
    padding: 0 0 0 39px;
}

.carousel-caption h3 {
    text-align: left;
    color: red;
    font-size: 25px;
    font-weight: 600;
    padding: 0 0 0 39px;
}

.carousel-caption p {
    padding: 0;
    margin-top: 40px;
    text-align: center;
    float: left;
    padding: 0 0 0 39px;
}

    .carousel-caption p a {
        width: 100%;
        height: 53px;
        padding: 8px;
        margin: 0;
        text-align: center;
        text-decoration: none;
        color: #fff;
        background-color: #000;
        border-radius: 5px;
        box-shadow: none;
        font-size: 23px;
        font-weight: 600;
    }

.mission_companyImg {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

    .mission_companyImg img {
        width: 100%;
        box-sizing: border-box;
        object-fit: cover;
        object-fit: contain;
        object-position: center;
    }

.companytext {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

    .companytext h2 {
        font-size: 37px !important;
        font-weight: 700 !important;
        color: #000376;
    }

    .companytext p.about__text {
        font-size: 17px !important;
        font-weight: 500 !important;
        color: #000;
        text-align: left;
    }

.bg-light {
    background: linear-gradient(135deg, #7bf6ff, #93fefe, #05a6ff, #6ef3ff);
    color: #fff;
    font-size: .95rem;
}

.feature-card {
    border-radius: 12px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(50,22,59,0.06);
    height: 100%;
    border: 4px solid;
    border-image: -webkit-linear-gradient(left, #ff4513 0%,#fe253f 33%, #fe0662 33%, #fe5700 66%, #ff036a 66%, #fe293a 100%) 1 stretch repeat;
    border-image: -moz-linear-gradient(left, #00b749 0%, #e63841 33%, #5ed6fd 33%, #5ed6fd 66%, #1172c0 66%, #1172c0 100%) 1 stretch repeat;
    border-image: linear-gradient(to right, #e63841 0%, #e63841 33%, #5ed6fd 33%, #5ed6fd 66%, #1172c0 66%, #1172c0 100%) 1 stretch repeat;
}

    .feature-card h5 {
        font-size: 25px;
        font-weight: 600;
        color: #000;
    }

    .feature-card p.text-muted {
        font-size: 18px !important;
        font-weight: 500;
        color: #000;
    }

h2 {
    font-size: 37px;
    font-weight: 800;
    color: #000376;
    text-transform: uppercase;
}

#services h2 {
    font-size: 37px;
    font-weight: 700;
    color: #000376;
}

.counter-main {
    width: 100%;
    display: block;
    padding-top: 35px;
    margin: 0;
    box-sizing: border-box;
}

#testimonials {
    padding-bottom: 25px;
    text-align: center !important;
    background-color: #8adcff0a;
}

    #testimonials h2 {
        font-size: 37px;
        font-weight: 700;
        color: #000376;
        padding-bottom: 15px
    }

.customer-reviews {
    width: 100%;
    margin: 0;
    padding: 20px;
}

    .customer-reviews p {
        font-size: 15px !important;
        text-align: justify;
        color: #000;
        font-weight: 400 !important;
        height: 150px;
    }

    .customer-reviews strong {
        color: #000;
        font-size: 20px;
    }

.testi {
    background: #ffffff;
    border-radius: 1px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    height: 250px;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 15px;
}

    .carousel-controls button {
        width: 23px;
        height: 10px;
        border-radius: 0;
        border: 1px solid #000;
        background-color: #07a8ff;
        transition: 0.3s;
    }

        .carousel-controls button:hover {
            background-color: #000;
        }

.bg-light {
    padding-bottom: 42px
}

    .bg-light h2 {
        font-size: 37px;
        font-weight: 700;
        color: #000376;
    }

    .bg-light p {
        font-size: 21px;
        font-weight: 600;
        color: #000;
    }

.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

    .owl-nav button {
        pointer-events: all;
        background-color: #fff !important;
        color: #007bff !important;
        border: 2px solid #007bff !important;
        width: 45px;
        height: 45px;
        border-radius: 8px;
        font-size: 22px !important;
        transition: all 0.3s;
    }

        .owl-nav button:hover {
            background-color: #007bff !important;
            color: #fff !important;
        }

.owl-dots {
    margin-top: 20px;
    text-align: center;
}

.owl-theme .owl-nav [class*="owl-"] {
    width: 35px;
    height: 38px;
    overflow: hidden;
    background: none;
    border: none;
    outline: none;
    transition: all 0.3s ease;
}

    .owl-theme .owl-nav [class*="owl-"] .arrow img {
        width: 35px;
        height: 74px;
        display: block;
        transition: transform 0.3s ease;
    }

    .owl-theme .owl-nav [class*="owl-"]:hover .arrow img {
        transform: translateY(-38px);
    }

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

    .owl-theme .owl-nav button {
        pointer-events: all;
    }

.map__frame {
    width: 100%;
}

    .map__frame iframe {
        width: 100%;
        height: 400px
    }

#contact h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

#contact .form-label {
    color: #000;
}

.form_img {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .form_img img {
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

.form_container {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 20px 10px 20px;
    background-color: #ffffff;
    border-radius: 11px;
    box-shadow: 0px 106px 42px rgba(0, 0, 0, 0.01), 0px 59px 36px rgba(0, 0, 0, 0.05), 0px 26px 26px rgba(0, 0, 0, 0.09), 0px 7px 15px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

#Blogs {
    margin-bottom: 15px;
}

    #Blogs a {
        text-decoration: none;
    }

.blogs {
    width: 100%;
    padding: 0;
}

    .blogs h2 {
        font-size: 37px;
        font-weight: 700;
        color: #000376;
        padding-bottom: 15px;
    }

    .blogs p {
        width: 89%;
        float: left;
        font-size: 16px;
        margin-top: 10px;
        font-weight: 400;
    }

    .blogs a {
        width: auto;
        padding: 10px 22px;
        margin: 0;
        background-color: #4cdaff;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        color: #000376;
    }

.blogs-inner {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #c3c3c3;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

    .blogs-inner img {
        width: 100%;
        box-sizing: border-box;
    }

    .blogs-inner h4 {
        font-size: 22px;
        font-weight: 700;
        color: #000;
        padding: 12px 25px 0 25px;
    }

p.blog-subtitle {
    margin: 0;
    padding: 0;
    text-align: center;
}

.blog-subtitle span.subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #000;
}

.blogs-inner:hover {
    background-color: #fff;
    transition: all 3s cubic-bezier(.25,.8,.25,1);
    transform: scale(1.02);
}

.insurance h2 {
    font-size: 37px;
    font-weight: 700;
    color: #000376;
}

.insurance p {
    font-size: 25px;
    font-weight: 600;
    color: #000 !important;
}

.number-sec {
    font-size: 21px !important;
}

.insurance__one p {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.insurance__one img {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    margin-right: 15px;
}

.insurance__one ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .insurance__one ul li {
        display: flex;
        padding: 14px 0;
        margin: 0;
        font-size: 23px;
        font-weight: 600;
        color: #000;
    }

.insurance__number {
    margin-top: 40px;
}

    .insurance__number strong {
        width: 75px;
        height: 75px;
        background-color: #0eab9f;
        color: #000;
        font-size: 38px;
        padding-top: 6px;
        margin-right: 14px;
        float: left;
        text-align: center;
        align-items: center;
        line-height: 60px;
        border-radius: 50px;
        font-weight: 800;
    }

    .insurance__number p {
        font-size: 18px;
        font-weight: 500;
        color: #000;
        align-items: center;
        padding: 10px;
        margin: 0;
        border: 1px solid #0eab9f;
        border-radius: 38px;
    }

.idmg h2, .idmo h2, .elmb h2 {
    font-size: 37px;
    font-weight: 700;
    color: #000376;
}

.idmo p, .elmb p, .idmg p {
    font-size: 25px;
    font-weight: 600;
    color: #000 !important;
}

.insur_img {
    width: 100%;
    padding: 0;
    margin: 0;
}

.insur-one img {
    width: 100%;
    box-sizing: border-box;
    float: left;
}

#idmo ul {
    margin-top: 25px;
}

.process-step {
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .process-step.reverse {
        flex-direction: row-reverse;
    }

.step-number {
    width: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    font-weight: 700;
    height: 124px;
    border-radius: 19%;
    box-sizing: border-box;
}

.step-content {
    flex: 1;
    padding: 21px 0 21px 0;
    align-items: center;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    height: 124px;
}

.process-step.reverse .step-content {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}

.step-content h6 {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.step-content p {
    width: 100%;
    font-size: 21px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.step-icon {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 19%;
}

    .step-icon img {
        width: 100px;
        height: 100px;
        box-sizing: border-box;
    }

.step-blue .step-number,
.step-blue .step-content,
.step-blue .step-icon {
    background: #1f6d96;
}

.step-green .step-number,
.step-green .step-content,
.step-green .step-icon {
    background: #16a085;
}

.step-red .step-number,
.step-red .step-content,
.step-red .step-icon {
    background: #c0392b;
}

.step-orange .step-number,
.step-orange .step-content,
.step-orange .step-icon {
    background: #f39c12;
}

.insur-one {
    display: flex;
    flex-direction: column;
}

    .insur-one .btnCallback {
        margin-top: 1.3rem;
        font-weight: 500;
        vertical-align: middle
    }

.btnCallback {
    display: inline-block;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

    .btnCallback span {
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .btnCallback span:after {
            content: "\f5c1";
            font-family: "bootstrap-icons";
            font-style: normal;
            font-weight: normal;
            position: absolute;
            opacity: 0;
            right: -20px;
            transition: 0.5s;
        }

    .btnCallback:hover span {
        padding-right: 25px;
    }

        .btnCallback:hover span:after {
            opacity: 1;
            right: 0;
        }
/* animations */
@keyframes borderTopAnimation {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes borderRightAnimation {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes borderBottomAnimation {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes borderLeftAnimation {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}


.insur-one p {
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
}

.plans {
    width: 100%;
    text-align: center;
    background-color: #0b5ed7;
    padding: 30px 10px 0 10px;
    margin-bottom: 15px;
    height: 210px;
    border-radius: 15px;
}

.plans-bg-colr {
    background-color: #039ea4;
}

.plans-bg-clor {
    background-color: #0b5ed7;
}

.plans-img {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

    .plans-img img {
        width: 100%;
        box-sizing: border-box;
    }

.plans-text {
    width: 100%;
    padding: 12px 0;
    margin-bottom: 12px;
}

    .plans-text p {
        font-size: 21px;
        font-weight: 600;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 25px;
    }

.service-images {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    margin: 12px 0 30px 0;
    border-radius: 25px;
}

    .service-images img {
        width: 25%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .service-images p {
        font-size: 25px;
        font-weight: 600;
        color: #fff;
    }

.counter-main {
    width: 100%;
    padding: 0 0 32px 0;
    margin-top: 45px;
    box-sizing: border-box;
}

.data-target {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}

.counter {
    font-size: 2.2rem;
    font-weight: 800;
    color: #000376;
}

.counter-label {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}
/*.counter-data {width:100%; text-align:center; background-color:#0b5ed7; box-sizing:border-box; padding:40px 0; margin:2px 0 30px 0; border-radius:25px;} */


.counter-data {
    border: 4px solid #0090a6;
    padding: 17px 10px;
    border-radius: 5px;
}

    .counter-data img {
        width: 25%;
        margin: 0 auto;
        text-align: center;
        box-sizing: border-box;
    }

.service-sec {
    width: 100%;
    padding: 0;
    margin-top: 30px;
}

    .service-sec img {
        width: 24px;
        height: 24px;
        box-sizing: border-box;
        margin-right: 15px;
    }

    .service-sec button {
        width: 31%;
        margin: 0 auto;
        display: block;
        font-size: 19px;
        font-weight: 600;
        color: #fff;
        background-color: #0b5ed7;
        padding: 10px 22px;
        border-radius: 25px;
        box-shadow: none;
    }

        .service-sec button:hover {
            background-color: #000376;
            color: #fff;
            transition: 1s
        }

.multiple-service {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .multiple-service p {
        font-size: 21px;
        font-weight: 600;
        color: #000;
        padding: 0;
        margin: 0;
    }

    .multiple-service h5 {
        color: #000376;
        font-size: 18px;
        font-weight: 600;
        padding-top: 12px;
    }

    .multiple-service h4 {
        display: flex;
        align-content: center !important;
        text-align: center;
        width: 100%;
    }

        .multiple-service h4 button {
            width: 33.3333%;
            font-size: 19px;
            font-weight: 600;
            color: #fff;
            background-color: #000376;
            padding: 15px 30px;
            border: none;
            margin: 20px 20px 0 0;
            border-radius: 25px;
            box-shadow: none;
        }

            .multiple-service h4 button:hover {
                background-color: #029ba7;
                color: #fff;
                transition: 1s
            }

.title_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #212121;
}

.subtitle {
    font-size: 0.725rem;
    max-width: 80%;
    text-align: center;
    line-height: 1.1rem;
    color: #8B8E98
}

.input_container {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.icon {
    width: 20px;
    position: absolute;
    z-index: 99;
    left: 12px;
    bottom: 9px;
}

.input_label {
    font-size: 0.75rem;
    color: #8B8E98;
    font-weight: 600;
}

.input_field {
    width: auto;
    height: 40px;
    padding: 0 0 0 40px;
    border-radius: 7px;
    outline: none;
    border: 1px solid #e5e5e5;
    filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
    transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
}

    .input_field:focus {
        border: 1px solid transparent;
        box-shadow: 0px 0px 0px 2px #242424;
        background-color: transparent;
    }

.sign-in_btn {
    width: 100%;
    height: 40px;
    border: 0;
    background: #115DFC;
    border-radius: 7px;
    outline: none;
    color: #ffffff;
    cursor: pointer;
}

.sign-in_ggl {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 7px;
    outline: none;
    color: #242424;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
}

.sign-in_apl {
    width: 100%;
    height: 40px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #212121;
    border-radius: 7px;
    outline: none;
    color: #ffffff;
    border: 1px solid #e5e5e5;
    filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
}

.separator {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: #8B8E98;
}

    .separator .line {
        width: 100%;
        height: 1px;
        display: block;
        border: 0;
        background-color: #e8e8e8;
    }

.note {
    font-size: 0.75rem;
    color: #8B8E98;
    text-decoration: underline;
}

.text-mutee {
    font-size: 19px;
    color: #000 !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
/* .footer-top h5 {font-size:25px; color:#000; font-weight:600;} */
/* .footer-top P.text-muted {font-size:18px; color:#000 !important; font-weight:600;} */

/* .footer .footer-top {background:#042a3a; color:#fff; padding:40px 0; display:block;} */
/* .footer a { color: #fff; text-decoration:none;}  */

/* .social a img {width:40px; height:40px; border-radius:50%;} */
/* .social a {display:inline-flex; align-items:center; justify-content:center; margin-right:1px;} */
/* .social a img:hover {transform:translate(0, -6%);} */
/* .footer-top ul {list-style-type:none; padding:0; margin:0;} */
/* .footer-top ul li {display:block; padding:0; margin-bottom:5px;} */
/* .footer-top ul li a {font-size:18px; padding:5px 5px; font-weight:600; color:#000;text-decoration:none; line-height:normal; border-radius:5px;} */
/* .footerD {margin-bottom:5px;} */
/* .footerD a {color:#fff; margin-right:7px; font-size:20px; font-weight:600; text-decoration:none;} */
/* .copyright span {color:#000; font-size:16px; font-weight:500; line-height:normal;} */

.social a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
}

    .social a img:hover {
        transform: translate(0, -6%);
    }

footer {
    background: linear-gradient(to bottom, #0f172a, #020617);
    color: #e2e8f0;
    padding: 40px 0 40px;
    font-family: 'Segoe UI', Arial, sans-serif;
    overflow: hidden;
}

    footer h5 {
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 30px;
        font-size: 1.2rem;
        position: relative;
        transition: transform 0.4s ease, color 0.4s ease;
    }

        footer h5::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 40px;
            height: 3px;
            background: #3b82f6; /* Accent blue */
            border-radius: 2px;
            transition: width 0.4s ease;
        }

        footer h5:hover {
            color: #ffffff;
        }

            footer h5:hover::after {
                width: 60px;
            }

    footer a {
        color: #cbd5e1;
        text-decoration: none;
        display: block;
        margin-bottom: 12px;
        transition: all 0.3s ease;
    }

        footer a:hover {
            color: #ffffff;
            transform: translateX(8px);
        }

    footer p {
        line-height: 1.7;
        margin-bottom: 20px;
    }

    footer .social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-right: 6px;
        font-size: 1.4rem;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
        transition: all 0.4s ease;
    }

        footer .social-icons a:hover {
            transform: translateY(-1px) scale(1.0);
            background: #3b82f6;
            box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3);
        }

    footer .contact-info a {
        display: flex;
        align-items: center;
        margin-bottom: 14px;
        opacity: 0.9;
        transition: all 0.3s ease;
    }

        footer .contact-info a i {
            margin-right: 12px;
            font-size: 1.3rem;
            color: #3b82f6;
        }

        footer .contact-info a:hover {
            opacity: 1;
            transform: translateX(8px);
        }

    footer .copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 25px;
        margin-top: 40px;
        font-size: 0.9rem;
        color: #94a3b8;
    }

.policy-colm.gaping {
    padding: 20px 0 52px 0 !important;
}

.policy-colm .header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 20px;
}

    .policy-colm .header h1 {
        font-size: 2.5rem;
        color: #2c3e50;
        margin-bottom: 10px;
    }

.policy-colm h2 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}

.policy-colm p {
    margin-bottom: 15px;
}

.policy-colm ul {
    padding-left: 25px;
    margin-bottom: 20px;
}

.policy-colm li {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .policy-colm .container {
        margin: 20px;
        padding: 20px;
    }

    .policy-colm .header h1 {
        font-size: 2rem;
    }

    .policy-colm h2 {
        font-size: 1.6rem;
    }
}

.product-card-slider {
    padding-top: 60px;
}

.product-card {
    width: 89%;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: 0 auto;
}

    .product-card img {
        width: 100%;
        height: 240px;
        background-size: cover;
        object-fit: contain;
    }

.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

    .owl-nav button {
        position: absolute;
        width: 42px;
        height: 42px;
        background: #fff !important;
        border-radius: 50% !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }

.owl-prev {
    left: -25px;
}

.owl-next {
    right: -25px;
}

.owl-carousel {
    position: relative;
}

.owl-nav {
    display: block !important;
}

.owl-prev span img, .owl-next span img {
    width: 46px;
    height: 46px;
    margin: -8px 0 0 0;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #0000 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 9999;
    border: none !important;
}

.item-carousel h6 {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}

.owl-nav button:hover {
    border: none !important;
    background: #0000 !important;
}

.navbar-toggler {
    background-color: #fff !important;
}







@media (max-width:767px) {
    .hero {
        min-height: 52vh
    }

    .navbar-collapse {
        padding: 1rem;
    }

    .carousel-item .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .process-step, .process-step.reverse {
    }
}


@media (min-width: 320px) and (max-width: 480px) {

    .navbar-collapse.collapse.show {
        background: #010029 !important;
    }

    .topbar {
        display: none;
    }

    .companytext h2 {
        font-size: 30px !important
    }

    .bg-light h2 {
        font-size: 30px !important;
    }

    #testimonials h2 {
        font-size: 30px !important;
    }

    #contact h3 {
        margin-top: 30PX;
    }

    .carousel-caption {
        display: none;
    }

    .carousel-indicators {
        bottom: 0;
        margin-bottom: 0 !important;
    }

    .testi {
        height: auto;
    }

    .form_container {
        width: auto;
        margin-top: 20px;
    }

    .insurance__number strong {
        width: 40px;
        height: 83px;
        margin-right: 5px;
    }

    .insurance__number p {
        height: 83px;
        padding: 0 5px;
    }

    #services p {
        font-size: 20px;
    }

    .number-sec {
        font-size: 18px !important;
    }

    .service-sec {
        margin-top: 0;
    }

    .insurance__one ul li {
        padding: 4px;
        font-size: 17px;
    }

    .idmo h2 {
        font-size: 32px;
    }

    .idmo p {
        font-size: 18px;
    }

    .insurance__one p {
        font-size: 19px;
        margin-top: 20px;
        text-align: center;
    }

    .idmg h2 {
        font-size: 32px;
    }

    .idmg p {
        font-size: 21px;
    }

    .elmb h2 {
        font-size: 32px;
    }

    .elmb p {
        font-size: 18px;
        margin: 0 !important;
    }

    .text-mutee {
        font-size: 18px;
    }

    .plans {
        margin-bottom: 17px;
        height: auto;
        padding: 15px 10px 20px 10px;
    }

    .plans-img {
        width: 50%;
    }

    .plans-text p {
        font-size: 25px;
        font-weight: 600;
    }

    .service-images {
        margin-bottom: 17px;
    }

        .service-images img {
            width: 50%;
        }

    .counter-data img {
        width: 50%;
    }

    .counter-data {
        border: 2px solid #0090a6;
        padding: 17px 10px;
    }

    .multiple-service h4 {
        display: block;
    }

        .multiple-service h4 button {
            width: 100%;
            margin: 10px 0 0 0;
        }

    .service-sec button {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .step-number {
        margin: 0 auto -18px auto;
    }

    .step-number2 {
        margin: -18px auto 0 auto;
    }

    .step-icon {
        width: 140px;
        height: 140px;
        margin: 0 auto 0 auto;
        border-radius: 50%;
        padding: 15px;
    }

    .step-content {
        clip-path: none;
        padding: 6px 5px;
    }

    .process-step.reverse .step-content {
        clip-path: none;
        padding: 6px 10px;
    }

    .step-content h6 {
        font-size: 25px;
    }

    .step-content p {
        font-size: 17px;
        padding-bottom: 18px;
        margin: 0;
    }

    .step-number {
        border-radius: 0;
    }

    .process-step,
    .process-step.reverse {
        flex-direction: column;
    }
}




@media (min-width: 481px) and (max-width: 767px) {

    .moblie__colm1 {
        width: 100%;
        display: block !important;
    }

    .carousel-indicators {
        bottom: 0;
        margin-bottom: 0 !important;
    }

    .carousel-caption h1 {
        font-size: 19px !important;
        font-weight: 500 !important;
    }

    .carousel-caption h3 {
        font-size: 15px;
    }

    .carousel-caption p {
        width: 30%;
        background-color: black;
        text-align: center;
        padding: 4px 6px;
    }

        .carousel-caption p a {
            height: 30px;
            font-size: 19px;
            padding: 0;
        }

    .testi {
        height: auto;
    }

    .form_container {
        width: auto;
        margin-top: 20px;
    }

    .insurance__number p {
        padding: 10px 0;
    }

    .plans {
        margin-bottom: 35px;
        height: auto;
        padding: 20px 0 10px 0;
    }

    .plans-img {
        width: 33%;
    }

    .plans-text p {
        font-weight: 600;
    }

    .elmb p {
        margin-top: 0 !important;
    }

    .service-sec p {
        line-height: 30px;
    }

    .service-sec ul li {
        padding: 4px 0;
    }

    .service-sec ul {
        margin-bottom: 25px;
    }

    .service-sec button {
        width: 54%;
        margin: 0 auto;
    }

    .multiple-service h4 {
        display: block;
    }

        .multiple-service h4 button {
            width: 48%;
            margin: 19px 11px 0 0;
        }

    .service-sec ul {
        display: block;
    }

        .service-sec ul li {
            display: block;
            padding: 4px;
            font-size: 17px;
        }

    .multiple-service h4 {
        display: block;
    }

        .multiple-service h4 button {
            width: 100%;
            margin: 10px 0 0 0;
        }

    .service-sec button {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .step-number {
        width: 65px;
        height: 100px;
        font-size: 43px;
        border-radius: 0;
    }

    .step-icon {
        width: 65px;
        height: 100px;
        font-size: 43px;
        border-radius: 0;
    }

        .step-icon img {
            width: 55px;
            height: 55px;
            box-sizing: border-box;
        }

    .step-content {
        height: 100px;
        padding: 7px 0 0 0;
    }

        .step-content h6 {
            font-size: 23px;
            padding: 0;
            margin: 0;
        }

        .step-content p {
            font-size: 17px;
            padding: 5px 10px;
        }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .carousel-caption {
        top: 5%;
    }

    .moblie__colm1 {
        width: 100%;
        display: flex;
    }

    .moblie__item img {
        width: 21px;
        height: 21px;
    }

    .topbar a {
        font-size: 15px;
    }

    .bi-clock-fill::before {
        font-size: 21px;
    }

    .info-item span {
        font-size: 15px;
    }

    .moblie__colm4 a img {
        width: 25px;
        height: 25px;
    }

    .carousel-indicators {
        bottom: 0;
        margin-bottom: 0 !important;
    }

    .carousel-caption h1 {
        width: 80%;
        font-size: 25px !important;
        font-weight: 500 !important;
        padding: 0;
    }

    .carousel-caption h3 {
        font-size: 20px;
        padding: 0;
    }

    .carousel-caption p {
        width: 25%;
        display: block;
        padding: 0;
        margin: 0;
    }

        .carousel-caption p a {
            height: 30px;
            font-size: 19px;
            padding: 0;
            display: block;
            width: 100%;
            padding: 10px;
            height: 50px;
        }

    .companytext p.about__text {
        font-size: 15px !important;
    }

    .footerD a {
        font-size: 17px;
    }

    .testi {
        height: auto;
    }

    .form_container {
        width: auto;
        margin-top: 0;
    }

    .subtitle {
        font-size: 12px;
        width: 100%;
    }

    .input_container {
        top: -15px;
    }

    .input_label {
        text-align: left;
    }

    .customer-reviews {
        padding: 10px;
    }

        .customer-reviews p {
            height: 210px;
            text-align: left;
        }

    .insurance__one p {
        font-size: 18px;
    }

    .plans {
        padding: 15px 10px 0 10px;
        height: 220px;
    }

    .elmb p {
        margin: 0 !important;
    }

    .plans-img {
        width: 100%;
    }

    .plans-text p {
        font-size: 18px;
    }

    .blogs-inner h4 {
        padding: 12px 10px 0 10px;
        font-size: 17px;
    }

    .sign-in_ggl {
        gap: 0;
        height: 52px;
    }

    .service-images {
        padding: 20px 10px;
    }

        .service-images img {
            width: 50%;
        }

    .service-sec button {
        width: 50%;
    }

    .counter-data img {
        width: 50%;
    }

    .step-number {
        width: 85px;
        height: 85px;
        font-size: 43px;
        border-radius: 0;
    }

    .step-icon {
        width: 85px;
        height: 85px;
        font-size: 43px;
        border-radius: 0;
    }

        .step-icon img {
            width: 75px;
            height: 75px;
            box-sizing: border-box;
        }

    .step-content {
        height: 86px;
        padding: 7px 0 0 0;
    }

        .step-content h6 {
            font-size: 25px;
            padding: 0;
            margin: 0;
            color: #fff;
        }

        .step-content p {
            font-size: 18px;
            padding: 5px 10px;
            color: #fff;
        }
}



@media screen and (min-width:992px) and (max-width:1100px) {

    .carousel-caption {
        top: 5%;
    }

        .carousel-caption h1 {
            padding: 0;
            font-size: 35px;
            width: 85%;
        }

        .carousel-caption h3 {
            padding: 0;
        }

        .carousel-caption p {
            padding: 0;
            width: 18%;
            margin: 5px 0 0 0;
        }

            .carousel-caption p a {
                display: block;
            }

    .blogs p {
        width: 85%;
    }

    .blogs-inner {
        height: 100%;
        padding: 10px 10px 0 10px;
        margin-top: 20px;
    }

        .blogs-inner h4 {
            padding: 12px 10px 0 10px
        }
}

.modal-body button[type=submit] {
    background: #0b5ed7;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    width: 10vw;
}
.modal-body button[type=reset] {
    background: #fe293a;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    width: 10vw;
}

    .modal-body button[type=reset]:hover {
        background: #d74a56;
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 15px;
        width: 10vw;
    }
.modern-faq {
    background: linear-gradient(180deg, #f7f4fb, #ffffff);
    padding: 80px 20px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #2f1747;
    margin-bottom: 40px;
}

.faq-item {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 24px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #3b1d5a;
    text-align: left;
    cursor: pointer;
    position: relative;
}

    .faq-question::after {
        content: "\002B";
        position: absolute;
        right: 24px;
        font-size: 1.5rem;
        transition: transform 0.3s ease;
    }

.faq-item.active .faq-question::after {
    content: "\002D";
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    font-size: 0.98rem;
    color: #555;
    line-height: 1.7;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 24px 24px;
}

.faq-answer ul {
    padding-left: 18px;
    margin-top: 10px;
}

.faq-answer li {
    margin-bottom: 6px;
}

/* Mobile */
@media (max-width: 768px) {
    .faq-title {
        font-size: 2rem;
    }
}

