.invert-logo {
    filter: invert(1);
}

.header-nav.w3menu .nav>li .sub-menu {
    max-width: 450px !important;
}

.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

/* Info Box */
.info-box {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Check List */
.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.6;
}

.check-list li::before {
    content: "\f058";
    /* Font Awesome check-circle */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--color-primary);
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}


@media only screen and (max-width: 1480px) {
    .dz-bnr-inr.style-1.detail-bx .dz-bnr-bx {
        padding: 30px;
    }
}

/* ===== MEGA MENU ===== */
.header-nav .nav>li.has-mega-menu {
    position: inherit;
}

.header-nav .mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    z-index: 99;
}

/* Show on hover (desktop) */
@media (min-width: 992px) {
    .header-nav .nav>li.has-mega-menu:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.mega-menu-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 10px 50px;
}

.mega-col h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
}

.mega-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-col ul li {
    margin-bottom: 10px;
}

.mega-col ul li a {
    font-size: 14px;
    color: #555;
    transition: all 0.3s ease;
}

.mega-col ul li a:hover {
    color: var(--bs-primary);
    padding-left: 5px;
}



/* Desktop (default grid) */
.mega-menu-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 10px 50px;
}

.mega-col h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
}

.mega-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-col ul li {
    margin-bottom: 10px;
}

.mega-col ul li a {
    font-size: 14px;
    color: #555;
    transition: all 0.3s ease;
    text-decoration: none;
}

.mega-col ul li a:hover {
    color: var(--bs-primary);
    padding-left: 5px;
}


/* ========================
   MOBILE VIEW
======================== */
@media (max-width: 991px) {

    .mega-menu-inner {
        display: block;
        padding: 10px 15px;
    }

    .mega-col {
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }

    .mega-toggle {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mega-toggle::after {
        content: "+";
        font-size: 18px;
        transition: 0.3s;
    }

    .mega-toggle[aria-expanded="true"]::after {
        content: "-";
    }

    .mega-list {
        padding-left: 10px;
    }
}

.content-wrapper.style-3 .item3 {
    bottom: 10px;
    right: 25px;
    width: 320px;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .hero-banner.style-1 .hero-thumbnail {
        width: 100%;
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    .header-nav .nav>li.has-mega-menu:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        padding-top: 0px !important;
    }
}

#appointmentModal .form-control {

    border: 1px solid #ddd;

}

.logo-header img {
    max-width: 250px;
}
@media (max-width: 991px) {
  .py-100 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
}


.how-work-img{
    max-height: 500px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.375rem;
}
.object-fit-cover{
    border-radius:0.375rem;
}


@media (max-width: 576px) {
    textarea {
        height: 100px !important;
    }

    .py-100 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .dz-card.style-1 .dz-media img {
        height: 350px !important;
    }

    .site-header .extra-nav {

        padding: 0 10px;

    }

    .info-widget.style-3 {

        gap: 10px;
    }

    .site-header.style-2 .extra-nav .extra-cell>* {
        gap: 10px;
        align-items: center;
    }

    .info-widget.style-3 .widget-media i {
        font-size: 35px;
    }

    .info-widget.style-3 .widget-content .title {
        font-size: 12px;

    }

    .site-header .extra-nav .extra-cell ul li .btn {
        font-size: 12px;
        padding: 10px 10px;
        border-radius: 10px;
    }
    /* body{
        text-align: justify !important;
    } */
    p{
        text-align: justify !important;
    }
        .logo-header {
        width: 200px;
    }

        .site-header.style-2.header-toggle .container-fluid, .site-header.style-2.header-toggle .container-sm, .site-header.style-2.header-toggle .container-md, .site-header.style-2.header-toggle .container-lg, .site-header.style-2.header-toggle .container-xl, .site-header.style-2.header-toggle .container-xxl {
        padding-left: 0px !important;
    }

}

/* Feature Cards Grid */
.about-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.about-feature-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    border: 1px solid #f0ebe4;
    border-radius: 12px;
    padding: 16px 14px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.about-feature-card:hover {
    box-shadow: 0 6px 20px rgba(200, 131, 74, 0.12);
    transform: translateY(-2px);
}

.about-feature-icon {
    width: 46px;
    height: 46px;
    background: #fdf5ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-feature-text h6 {
    font-size: 13px;
    font-weight: 700;
    color: #0A3366;
    margin: 0 0 4px;
    line-height: 1.3;
}

.about-feature-text p {
    font-size: 11.5px;
    color: #888;
    margin: 0;
    line-height: 1.4;
}

/* Service Tag Pills */
.about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1.5px solid #e8ddd3;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #3a3a3a;
    background: #fff;
    cursor: default;
    transition: border-color 0.2s, background 0.2s;
}

.about-tag:hover {
    border-color: #C8834A;
    background: #fdf5ee;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .about-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .about-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .about-feature-card {
        padding: 14px 12px;
    }

    .about-feature-text h6 {
        font-size: 12px;
    }

    .about-feature-text p {
        font-size: 11px;
    }

    .about-tag {
        font-size: 12px;
        padding: 7px 13px;
    }
}