
.about-content span, .section-title span {
    text-transform: uppercase
}

.custom-btn, .footer-bottom-links a, .footer-links a, .social-link, a {
    text-decoration: none
}

.custom-btn, .navbar-nav .nav-link {
    display: inline-flex;
    align-items: center
}

.counter-box, .hero-image, .section-title, .service-card, .single-feature, .testimonial-card {
    text-align: center
}

.footer-links, .sidebar-list {
    list-style: none
}

.contact-form-title, .contact-info h2, .page-hero h1, .section-title2, .sidebar-card h3 {
    font-family: 'Playfair Display',serif
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Poppins,sans-serif;
    background: #f8f8f8;
    color: #1b1b1b;
    overflow-x: hidden
}

:root {
    --primary: #0e6da2;
    --secondary: #d9a441;
    --white: #ffffff;
    --light: #f7f7f7
}

.navbar {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.08)
}

.navbar-brand {
    font-size: 32px;
    font-weight: 800;
    color: #0e6da2
}

    .navbar-brand img {
        height: 100px
    }

    .counter-box:hover h2, .footer-bottom-links a:hover, .footer-logo span, .nav-link:hover, .navbar .dropdown-toggle:hover::after, .navbar-brand span, .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
        color: #d6a23c
    }

.navbar-nav .nav-link {
    position: relative;
    color: #0e6da2;
    font-weight: 500;
    margin: 0 14px;
    padding: 10px 0;
    transition: .4s;
    gap: 6px
}

    .navbar-nav .nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background: #d6a23c;
        border-radius: 10px;
        transition: .4s
    }

    .hours-table, .navbar-nav .nav-link.active::before, .navbar-nav .nav-link:hover::before {
        width: 100%
    }

.custom-btn {
    background: #0e6da2;
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    gap: 10px;
    font-weight: 600;
    transition: .3s
}

    .custom-btn:hover {
        background: #d6a23c;
        color: #fff
    }

.navbar .dropdown-toggle {
    background: 0 0 !important
}

    .navbar .dropdown-toggle::after {
        border: none !important;
        content: "\F282";
        font-family: bootstrap-icons !important;
        font-size: 12px;
        margin-left: 5px;
        position: relative;
        top: 1px;
        color: #0e6da2;
        transition: .3s
    }

.dropdown-item::after, .dropdown-item::before {
    display: none !important
}

.dropdown-menu {
    border: none;
    border-radius: 12px;
    padding: 10px 0;
    min-width: 240px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08)
}

.dropdown-item {
    padding: 12px 20px;
    font-weight: 500;
    transition: .3s
}

    .dropdown-item:hover {
        background: #0e6da2;
        color: #fff;
        padding-left: 28px
    }

.cta-btn, .cta-wrapper, .dropdown-submenu, .footer-section, .footer-title, .page-hero, .testimonial-slider {
    position: relative
}

@media(min-width:992px) {
    .sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
        min-width: 240px
    }

    .dropdown-submenu:hover > .sub-menu {
        display: block
    }
}

.hero-section {
    position: relative;
    overflow: hidden;
    color: #fff
}

.hero-carousel, .hero-carousel .carousel-inner {
    position: relative
}

.hero-slide {
    position: relative;
    min-height: min(76vh,720px);
    overflow: hidden;
    color: #fff
}

.hero-carousel .carousel-item.hero-slide.active, .hero-carousel .carousel-item-next.hero-slide, .hero-carousel .carousel-item-prev.hero-slide {
    display: flex;
    align-items: center
}

.hero-slide-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(100deg,rgba(4,29,74,.9) 0%,rgba(4,29,74,.72) 38%,rgba(4,29,74,.35) 62%,rgba(4,29,74,.12) 100%)
}

.hero-slide .container {
    position: relative;
    z-index: 2
}

.hero-carousel .carousel-indicators {
    bottom: 22px;
    margin-bottom: 0;
    z-index: 3
}

    .hero-carousel .carousel-indicators button {
        width: 11px !important;
        height: 11px !important;
        border-radius: 50% !important;
        background: rgba(255,255,255,.5) !important;
        border: none !important;
        margin: 0 6px !important;
        opacity: 1 !important;
        transition: .4s
    }

    .hero-carousel .carousel-indicators .active {
        background: #d6a23c !important;
        transform: scale(1.25)
    }

.hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next {
    width: 52px;
    height: 52px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .35s;
    z-index: 3
}

.hero-carousel .carousel-control-prev {
    left: 24px
}

.hero-carousel .carousel-control-next {
    right: 24px
}

    .hero-carousel .carousel-control-prev:hover, .hero-carousel .carousel-control-next:hover {
        background: #d6a23c;
        border-color: #d6a23c
    }

.hero-carousel .carousel-control-prev-icon, .hero-carousel .carousel-control-next-icon {
    width: 18px;
    height: 18px
}

.hero-badge, .hero-title span, .section-title span {
    color: var(--secondary)
}

.outline-btn:hover, .section-title h2 {
    color: var(--primary)
}

.hero-badge {
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: inline-block
}

.hero-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 25px
}

.hero-text {
    font-size: 18px;
    color: #d7d7d7;
    line-height: 1.9;
    margin-bottom: 35px;
    max-width: 650px
}

.hero-image {
    animation: 4s ease-in-out infinite float
}

    .hero-image img {
        width: 100%;
        max-width: 520px;
        filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .4))
    }

@keyframes float {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.custom-btn-outline, .custom-btn-outline:hover {
    padding: 12px 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none
}

.outline-btn {
    border: 1px solid #a9a3a3;
    color: #fff;
    padding: 12px 28px;
    border-radius: 0;
    font-weight: 400;
    transition: .4s
}

    .outline-btn:hover {
        background: #fff;
        transform: translateY(-3px)
    }

.custom-btn-outline {
    background: #d6a23c;
    color: #fff;
    border-radius: 0;
    font-weight: 400;
    transition: .3s;
    border: 1px solid #a9a3a3
}

    .custom-btn-outline:hover {
        background: #0e6da2;
        color: #fff;
        border-radius: 0;
        font-weight: 600;
        transition: .3s;
        border: 1px solid #d6a23c
    }

.contact-section, .services-section {
    padding: 100px 0;
    background: #fff
}

.service-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    transition: .5s;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 5px 25px rgb(0 0 0 / 13%)
}

    .service-card:hover {
        transform: translateY(-12px);
        background: #1264a3; color: #fff;
        box-shadow: 0 20px 40px rgba(0,0,0,.18)
    }

        .service-card:hover a, .service-card:hover h4, .service-card:hover p {
            color: #fff
        }

.service-icon {
    width: 90px;
    height: 90px;
    background: #0e6da2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: .4s
}

.service-card:hover .service-icon {
    background: #ffff;
    transform: rotateY(180deg);
    border: 2px solid #d6a23c
}

.service-icon i {
    font-size: 38px;
    color: var(--secondary)
}


.service-card h4 {
    font-weight: 500;
    margin-bottom: 18px;
    color: var(--primary);
    font-size: 21px
}

.service-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px
}

.service-card a {
    color: #041941;
    font-weight: 500
}

.about-section {
    padding: 150px 0;
    background: #f5f5f5
}

.about-image {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    transition: .4s
}

    .about-image img {
        width: 100%;
        transition: .5s
    }

.counter-box, .cta-btn i, .custom-btn1, .footer-col, .single-feature {
    transition: .4s
}

.about-image:hover img {
    transform: scale(1.05)
}

.about-content span {
    color: #d6a23c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px
}

.about-content h2 {
    font-size: 29px;
    font-weight: 500;
    color: #111;
    line-height: 1.2;
    margin: 15px 0 20px
}

.about-content p {
    color: #555;
    line-height: 1.9;
    font-size: 15px
}

.feature-box {
    margin-top: 20px;
    margin-bottom: 20px
}

.single-feature:hover {
    transform: translateY(-8px)
}

.single-feature i {
    font-size: 42px;
    color: #d4a13c;
    margin-bottom: 15px;
    display: block
}

.single-feature h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.single-feature p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0
}

.custom-btn1 {
    background: #0e6da2;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    margin-top: 0
}

    .custom-btn1:hover {
        background: var(--primary);
        color: #fff;
        transform: translateY(-4px)
    }

.counter-section {
    padding: 80px 0;
    background: #fff
}

.counter-wrapper {
    background: linear-gradient(90deg,#001b4d,#01245f);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,.12)
}

.counter-box {
    padding: 35px 20px;
    position: relative;
    cursor: pointer;
    height: 100%
}

    .counter-box::after {
        content: '';
        position: absolute;
        top: 20%;
        right: 0;
        width: 1px;
        height: 60%;
        background: rgba(255,255,255,.12)
    }

    .counter-box.last::after {
        display: none
    }

    .counter-box:hover {
        background: rgba(255,255,255,.05);
        transform: translateY(-8px)
    }

        .counter-box:hover .icon-box {
            transform: rotateY(180deg) scale(1.1);
            background: #d6a23c
        }

            .counter-box:hover .icon-box i {
                color: #001b4d
            }

.icon-box {
    width: 70px;
    height: 70px;
    border: 2px solid #d6a23c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: .5s
}

    .icon-box i {
        color: #d6a23c;
        font-size: 34px;
        transition: .5s
    }

.counter-box h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
    transition: .4s
}

.counter-box p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500
}

.testimonial-section {
    position: relative;
    padding: 150px 0;
    width: 100%;
    overflow: hidden;
    background: url('../img/testimonial-bg.webp') center center/cover no-repeat fixed
}

    .testimonial-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgb(255 255 255 / 9%)
    }

    .cta-content, .testimonial-section .container {
        position: relative;
        z-index: 2
    }

@media (max-width:768px) {
    .testimonial-section {
        background-attachment: scroll
    }
}

.section-title {
    margin-bottom: 50px
}

    .section-title span {
        font-size: 15px;
        letter-spacing: 2px
    }

.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 50px 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    max-width: 760px;
    margin: auto;
    transition: .4s
}

    .testimonial-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,.12)
    }

.quote-icon {
    color: #d6a23c;
    font-size: 65px;
    margin-bottom: 20px;
    display: block;
    line-height: 1
}

.testimonial-text {
    font-size: 20px;
    color: #444;
    line-height: 1.9;
    margin-bottom: 35px
}

.client-name {
    font-size: 22px;
    font-weight: 700;
    color: #0a1736;
    margin-bottom: 6px
}

.client-designation {
    color: #777;
    font-size: 15px
}

.carousel-control-next, .carousel-control-prev {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    transition: .4s
}

.carousel-control-prev {
    left: 8%
}

.carousel-control-next {
    right: 8%
}

    .carousel-control-next:hover, .carousel-control-prev:hover {
        background: #d6a23c
    }

        .carousel-control-next:hover .carousel-control-next-icon, .carousel-control-prev:hover .carousel-control-prev-icon {
            filter: brightness(0) invert(1)
        }

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 22px;
    height: 22px;
    filter: invert(8%) sepia(31%) saturate(1260%) hue-rotate(197deg) brightness(93%) contrast(99%)
}

.carousel-indicators {
    bottom: -60px
}

    .carousel-indicators button {
        width: 10px !important;
        height: 10px !important;
        border-radius: 50% !important;
        background: #d6d6d6 !important;
        border: none !important;
        margin: 0 6px !important;
        opacity: 1 !important;
        flex: 0 0 auto;
        transition: .4s
    }

.cta-btn, .footer-logo {
    align-items: center;
    gap: 12px
}

.carousel-indicators .active {
    background: #d6a23c !important;
    transform: scale(1.2)
}

@media(max-width:1199px) {
    .carousel-control-prev {
        left: 0
    }

    .carousel-control-next {
        right: 0
    }
}

.cta-section {
    padding: 70px 0
}

.cta-wrapper {
    background: #0e6da2;
    border-radius: 16px;
    padding: 30px 40px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.12)
}

    .cta-wrapper::before {
        content: '';
        position: absolute;
        left: -40px;
        top: -20px;
        width: 220px;
        height: 220px;
        background: url('https://www.transparenttextures.com/patterns/arabesque.png') 0 0/cover;
        opacity: .12
    }

.cta-content h2 {
    color: #fff;
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 10px
}

.cta-content p {
    color: #d8d8d8;
    font-size: 17px;
    margin-bottom: 0
}

.cta-btn {
    background: #d6a23c;
    color: #111;
    padding: 18px 38px;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 400;
    display: inline-flex;
    transition: .4s;
    box-shadow: 0 8px 20px rgba(214,162,60,.3);
    z-index: 2
}

    .cta-btn:hover {
        background: #fff;
        color: #00133f;
        transform: translateY(-5px)
    }

        .cta-btn:hover i {
            transform: translateX(5px)
        }

.footer-section {
    background: #0e6da2;
    color: #d7d7d7;
    overflow: hidden
}

.footer-top {
    padding: 70px 0 40px
}

.footer-logo {
    display: flex;
    margin-bottom: 25px
}

    .footer-logo img {
        width: 104px
    }

    .footer-logo h3 {
        color: #fff;
        font-size: 34px;
        font-weight: 800;
        margin-bottom: 0;
        line-height: 1
    }

.footer-about {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 25px
}

.footer-social {
    display: flex;
    gap: 12px
}

    .footer-social a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        transition: .4s
    }

        .footer-social a:hover {
            background: #d6a23c;
            transform: translateY(-5px)
        }

.footer-title {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 28px
}

    .footer-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 2px;
        background: #d6a23c
    }

.footer-links {
    padding: 0;
    margin: 0
}

    .footer-links li {
        margin-bottom: 16px
    }

    .footer-links a {
        color: #d7d7d7;
        transition: .4s;
        font-size: 15px
    }

        .footer-links a:hover {
            color: #d6a23c;
            padding-left: 8px
        }

.footer-contact p {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.8;
    font-size: 15px
}

.footer-contact i {
    color: #d6a23c;
    font-size: 18px;
    margin-top: 4px
}

.footer-bottom {
    border-top: 1px solid;
    padding: 22px 0
}

    .footer-bottom p {
        margin-bottom: 0;
        font-size: 14px
    }

.footer-bottom-links {
    display: flex;
    justify-content: end;
    gap: 20px
}

    .footer-bottom-links a {
        color: #d7d7d7;
        transition: .4s;
        font-size: 14px
    }

.footer-col:hover {
    transform: translateY(-6px)
}

@media(max-width:991px) {
    .counter-box::after, .sub-menu {
        display: none
    }

    .cta-wrapper, .footer-bottom {
        text-align: center
    }

    .sub-menu {
        position: static !important;
        margin-top: 8px;
        margin-left: 15px;
        background: #f5f7fb;
        border: none;
        box-shadow: none
    }

    .dropdown-submenu.show .sub-menu {
        display: block
    }

    .submenu-toggle i {
        transition: .3s
    }

    .dropdown-submenu.show .submenu-toggle i {
        transform: rotate(90deg)
    }

    .about-content {
        margin-top: 40px
    }

        .about-content h2 {
            font-size: 36px
        }

    .counter-box {
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

    .section-title h2 {
        font-size: 40px
    }

    .testimonial-card {
        padding: 40px 30px
    }

    .testimonial-text {
        font-size: 17px
    }

    .cta-wrapper {
        padding: 40px 25px
    }

    .cta-content h2 {
        font-size: 34px
    }

    .cta-btn {
        margin-top: 25px
    }

    .footer-col {
        margin-bottom: 40px
    }

    .footer-bottom-links {
        justify-content: center;
        margin-top: 12px
    }
}

.page-hero-label, .section-label2 {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px
}

@media(max-width:576px) {
    .about-content h2, .section-title h2 {
        font-size: 30px
    }

    .single-feature {
        margin-bottom: 30px
    }

    .counter-box h2 {
        font-size: 34px
    }

    .testimonial-section {
        padding: 70px 0
    }

    .testimonial-card {
        padding: 35px 20px
    }

    .testimonial-text {
        font-size: 15px;
        line-height: 1.8
    }

    .quote-icon {
        font-size: 50px
    }

    .carousel-control-next, .carousel-control-prev {
        width: 45px;
        height: 45px
    }

    @media (max-width:991px) {
        .navbar-brand img {
            height: 60px
        }
    }

    .cta-content h2 {
        font-size: 28px;
        line-height: 1.4
    }

    .cta-content p {
        font-size: 15px
    }

    .cta-btn {
        width: 100%;
        justify-content: center;
        padding: 16px 20px;
        font-size: 16px
    }

    .footer-logo h3 {
        font-size: 28px
    }

    .footer-title {
        font-size: 20px
    }

    .footer-social {
        flex-wrap: wrap
    }
}

@media(max-width:991px) {
    .cta-wrapper {
        text-align: center
    }

    .hero-slide {
        min-height: min(64vh,560px);
        text-align: center
    }

    .hero-slide-overlay {
        background: linear-gradient(180deg,rgba(4,29,74,.82) 0%,rgba(4,29,74,.72) 100%)
    }

    .hero-slide .row {
        justify-content: center
    }

    .hero-title {
        font-size: 48px
    }

    .hero-buttons {
        justify-content: center
    }

    .about-content {
        margin-top: 50px
    }

        .about-content h2, .section-title h2 {
            font-size: 38px
        }
}

@media(max-width:576px) {
    .hero-slide {
        min-height: min(58vh,460px)
    }

    .hero-title {
        font-size: 28px
    }

    .hero-text {
        font-size: 15px;
        margin-bottom: 24px
    }

    .hero-buttons .custom-btn-outline {
        width: 100%;
        justify-content: center;
        padding: 12px 20px
    }

    .hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next {
        width: 38px;
        height: 38px
    }

    .hero-carousel .carousel-control-prev {
        left: 10px
    }

    .hero-carousel .carousel-control-next {
        right: 10px
    }

    .hero-carousel .carousel-control-prev-icon, .hero-carousel .carousel-control-next-icon {
        width: 14px;
        height: 14px
    }

    .hero-carousel .carousel-indicators {
        bottom: 12px
    }

    .cta-wrapper h2, .section-title h2 {
        font-size: 30px
    }

    .testimonial-card {
        padding: 30px 20px
    }

    .cta-wrapper {
        padding: 35px 20px
    }
}

.contact-section {
    background: #f8f9fc
}

.section-title span {
    color: #d6a23c;
    font-weight: 600;
    letter-spacing: 1px
}

.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #0e6da2;
    margin-top: 10px
}

.contact-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08)
}

    .contact-form-box h3 {
        font-size: 30px;
        font-weight: 700;
        color: #1077bd;
        margin-bottom: 25px
    }

    .contact-form-box .form-control {
        height: 55px;
        border-radius: 12px;
        border: 1px solid #ddd;
        padding: 10px 18px;
        box-shadow: none;
        transition: .3s
    }

    .contact-form-box textarea.form-control {
        height: auto
    }

    .contact-form-box .form-control:focus {
        border-color: #d6a23c;
        box-shadow: none
    }

.contact-btn {
    border: none;
    background: #d6a23c;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: .4s
}

    .contact-btn:hover {
        background: #0e6da2
    }

.contact-image img {
    width: 100%;
    object-fit: cover
}

@media(max-width:991px) {
    .section-title h2 {
        font-size: 32px
    }

    .contact-form-box {
        padding: 30px
    }
}

@media(max-width:576px) {
    .contact-section {
        padding: 70px 0
    }

    .section-title h2 {
        font-size: 28px
    }

    .contact-form-box {
        padding: 25px
    }
}

.page-hero {
    background: #0e6da2;
    padding: 60px 0 50px;
    overflow: hidden
}

    .page-hero::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg,var(--gold) 0,transparent 60%)
    }

.page-hero-label {
    font-size: 15px;
    font-weight: 600;
    color: #c8993a
}

.page-hero h1 {
    font-size: clamp(32px, 4.5vw, 54px);
    font-weight: 700;
    color: var(--white);
    line-height: 1.15;
    margin-bottom: 16px
}

.page-hero p {
    font-size: 17px;
    color: rgba(255,255,255,.65);
    line-height: 1.8;
    max-width: 720px
}

.contact-section, .service-detail2, .team-section, .values-full {
    padding: 96px 0
}

.service-detail2-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 64px
}

.service-overview p {
    font-size: 16px;
    color: var(--text-mid);
    line-height: 1.85
}

    .service-overview p + p {
        margin-top: 16px
    }

.included-section {
    padding: 72px 0;
    background: #f8f6f0
}

.included-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 36px
}

.included-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: var(--white);
    padding: 18px 20px;
    border-radius: 8px;
    border: 1px solid #e2ddd5
}

.Why, .sidebar-card {
    border-radius: 12px
}

.included-check {
    color: #c8993a;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px
}

.included-item div h4 {
    font-size: 14px;
    font-weight: 600;
    color: #0e6da2;
    margin-bottom: 2px
}

.included-item div p {
    font-size: 13px;
    color: var(--text-mid)
}

.sidebar-card {
    background: #0e6da2;
    padding: 32px
}

    .sidebar-card h3 {
        font-size: 20px;
        color: var(--white);
        margin-bottom: 20px
    }

.sidebar-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.65);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px
}

    .sidebar-list li::before {
        content: '→';
        color: #c8993a;
        font-size: 12px
    }

.section-title2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: #0e6da2;
    line-height: 1.2
}

.section-label2 {
    font-family: 'DM Sans',sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #c8993a;
    text-align: left
}

.mv-card.mission h3, .section-title2 span {
    color: #c8993a
}

.sidebar-card ol, ul {
    padding-left: 1rem
}

.Why {
    margin-top: 24px;
    padding: 28px;
    background: #e2ddd547;
    border: 1px solid #dcc093
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 72px
}

.contact-info h2 {
    font-size: 28px;
    color: #0e6da2;
    margin-bottom: 32px
}

.contact-detail {
    display: flex;
    gap: 16px;
    margin-bottom: 28px
}

.contact-detail-icon {
    width: 44px;
    height: 44px;
    background: #0e6da2;
        border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0
}

.map-placeholder, .social-link {
    align-items: center;
    display: flex
}

.contact-detail h4 {
    font-size: 14px;
    font-weight: 600;
    color: #0e6da2;
    margin-bottom: 4px
}

.contact-detail p {
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.6
}

.contact-form-title {
    font-size: 28px;
    color: #0e6da2;
    margin-bottom: 28px
}

.form-group {
    margin-bottom: 20px
}

    .form-group label {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #0e6da2;
        margin-bottom: 8px;
        letter-spacing: .3px
    }

    .form-group input, .form-group select, .form-group textarea {
        width: 100%;
        padding: 12px 16px;
        border: 1px solid var(--border);
        border-radius: 6px;
        font-family: 'DM Sans',sans-serif;
        font-size: 14px;
        color: var(--text-dark);
        background: var(--white);
        transition: border-color .2s,box-shadow .2s;
        outline: 0
    }

.mv-card h3, .team-avatar, .team-card h3, .value-full-card h3 {
    font-family: 'Playfair Display',serif
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(200,153,58,.1)
}

.form-group textarea {
    min-height: 120px;
    resize: vertical
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.business-hours {
    margin-top: 0;
    padding-top: 0;
    border-top: 1px solid var(--border)
}

    .business-hours h3 {
        font-size: 16px;
        font-weight: 600;
        color: #0e6da2;
        margin-bottom: 16px
    }

.mv-card h3, .value-full-card h3 {
    font-weight: 700
}

.hours-table tr td {
    padding: 8px 0;
    font-size: 14px;
    color: var(--text-mid);
    border-bottom: 1px solid var(--border)
}

    .hours-table tr td:last-child {
        text-align: right;
        font-weight: 500;
        color: #0e6da2
    }

.map-section {
    padding: 40px 0 96px
}

.map-placeholder {
    background: #f8f6f0;
    border-radius: 12px;
    height: 320px;
    justify-content: center;
    border: 1px solid #8a7a4c;
    flex-direction: column;
    gap: 12px
}

    .map-placeholder .map-icon {
        font-size: 48px
    }

    .map-placeholder p {
        font-size: 15px;
        color: var(--text-mid)
    }

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 24px
}

.social-link {
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 13px;
    color: var(--text-mid);
    transition: .2s
}

    .social-link:hover {
        border-color: var(--gold);
        color: var(--gold)
    }

.team-grid, .values-full-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-top: 48px
}

.value-full-card {
    padding: 32px;
    border: 1px solid #e2ddd5;
    border-radius: 12px;
    transition: border-color .3s,box-shadow .3s
}

    .value-full-card:hover {
        border-color: #c8993a;
        box-shadow: 0 8px 32px rgba(13,27,62,.08)
    }

    .value-full-card .icon {
        font-size: 28px;
        margin-bottom: 16px
    }

    .value-full-card h3 {
        color: #12387d;
        margin-bottom: 10px
    }

    .team-card p, .value-full-card p {
        font-size: 14px;
        color: var(--text-mid);
        line-height: 1.7
    }

.mv-card.vision h3, .team-card h3 {
    color: #12387d
}

.mission-vision, .why-section {
    padding: 96px 0;
    background: #f8f6f0
}

.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.mv-card {
    padding: 40px;
    border-radius: 12px;
    border: 1px solid var(--border)
}

    .mv-card.mission {
        background: #0e6da2;
    }

    .mv-card.vision {
        background: var(--white);
        border: 1px solid #e2ddd5
    }

    .mv-card h3 {
        font-size: 24px;
        margin-bottom: 16px
    }

    .mv-card p {
        font-size: 15px;
        line-height: 1.8
    }

    .mv-card.mission p {
        color: rgba(255,255,255,.7)
    }

    .mv-card.vision p {
        color: var(--text-mid)
    }

.team-card {
    text-align: center;
    padding: 40px 24px;
    border: 1px solid #e2ddd5;
    border-radius: 12px
}

.team-avatar {
    width: 80px;
    height: 80px;
    background: #0e6da2;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #c8993a
}

.team-card h3 {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 600
}

.team-card .role {
    font-size: 13px;
    font-weight: 600;
    color: #c8993a;
    margin-bottom: 12px;
    letter-spacing: .5px
}

/* ==========================================================
   CONTACT / CONSULTATION FORM (shared)
   Moved here from Views/ContactUs/Index.cshtml so the same
   markup/classes can be reused by the Home page consultation
   form without duplicating this CSS block on two pages.
   Note: the actual form wrapper class used in markup is the
   pre-existing global ".contact-form-box" rule (already defined
   elsewhere in this file); ".contact-form-wrapper" from the old
   inline block was never referenced by any view, so it has been
   dropped rather than carried forward as dead CSS.
   ========================================================== */
:root {
    --primary-color: #0b1f4d;
    --secondary-color: #d4a437;
    --white-color: #ffffff;
    --text-color: #1f2937;
    --light-bg: #f5f7fb;
    --border-color: #e5e7eb
}

.contact-input-group {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(11,31,77,.10);
    background: #fff;
    transition: all .3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,.03)
}

    .contact-input-group:hover {
        border-color: rgba(212,164,55,.5)
    }

    .contact-input-group:focus-within {
        border-color: var(--secondary-color);
        box-shadow: 0 0 0 4px rgba(212,164,55,.15)
    }

    .contact-input-group .input-group-text {
        background: #0e6da2;
        color: var(--white-color);
        border: none;
        padding: 0 18px;
        font-size: 16px
    }

    .contact-input-group .form-control {
        border: none;
        padding: 15px 18px;
        font-size: 15px;
        color: var(--text-color);
        background: #fff;
        box-shadow: none
    }

        .contact-input-group .form-control::placeholder {
            color: #9ca3af;
            font-weight: 400
        }

        .contact-input-group .form-control:focus {
            box-shadow: none;
            background: #fff
        }

.form-label {
    font-weight: 600;
    font-size: 15px;
    color: var(--primary-color);
    margin-bottom: 10px
}

textarea.form-control {
    resize: none
}

.contact-btn {
    background: linear-gradient(135deg,var(--secondary-color),#e0b84d);
    color: var(--white-color);
    border: none;
    padding: 15px 34px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(212,164,55,.25);
    cursor: pointer
}

    .contact-btn:hover {
        transform: translateY(-3px);
        background: linear-gradient(135deg,#c89422,#e0b84d);
        box-shadow: 0 12px 28px rgba(212,164,55,.35)
    }

    .contact-btn:focus-visible, .contact-input-group .form-control:focus-visible {
        outline: 3px solid #0d6efd;
        outline-offset: 2px
    }

    .contact-btn:disabled {
        opacity: .7;
        cursor: not-allowed;
        transform: none
    }

@media (max-width:768px) {
    .contact-form-box {
        padding: 25px
    }

    .contact-btn {
        width: 100%;
        justify-content: center
    }
}

/* Home page "Get a Consultation" section benefit list */
.consult-benefits {
    list-style: none;
    padding: 0;
    margin: 24px 0 0
}

    .consult-benefits li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
        color: #444;
        font-size: 15px;
        line-height: 1.6
    }

/* ==========================================================
   HOME PAGE "WHY ADVAIT" SECTION (dark, centered)
   Scoped to .why-advait-section only. The old shared light
   ".why-section"/".mission-vision" rule (background:#f8f6f0) is
   no longer referenced by ".why-section" anywhere in the Views
   (the About Us "What Sets Us Apart" section below now uses its
   own ".what-sets-apart-section" instead) but is left in place
   since ".mission-vision" still uses it on the About Us page.
   Colors reuse the site's existing navy (#0e6da2, already used
   by .page-hero/.sidebar-card/.team-avatar) and gold
   (#d6a23c/#c8993a, already used throughout) palette.
   ========================================================== */
.why-advait-section {
    background: #0e6da2;
    padding: 96px 0;
    text-align: center
}

.why-advait-label {
    color: #c8993a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px
}

.why-advait-rule {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #c8993a
}

.why-advait-title {
    color: #fff;
    font-weight: 700;
    font-size: clamp(28px,4vw,42px);
    line-height: 1.25;
    max-width: 820px;
    margin: 0 auto 20px
}

.why-advait-text {
    color: rgba(255,255,255,.7);
    font-size: 16px;
    line-height: 1.8;
    max-width: 760px;
    margin: 0 auto
}

.why-advait-item {
    padding: 0 8px
}

.why-advait-icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px
}

    .why-advait-icon i {
        color: #d6a23c;
        font-size: 28px
    }

.why-advait-item h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3
}

.why-advait-item p {
    color: rgba(255,255,255,.65);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0
}

@media (max-width:576px) {
    .why-advait-section {
        padding: 70px 0
    }
}

/* ==========================================================
   ABOUT US "WHAT SETS US APART" SECTION (dark, two-column)
   Scoped to .what-sets-apart-section only. Same navy/gold
   palette as .why-advait-section above, but a left-aligned
   checklist + decorative graphic layout instead of a centered
   4-column icon grid.
   ========================================================== */
.what-sets-apart-section {
    background: #0e6da2;
    padding: 96px 0
}

.what-sets-apart-label {
    color: #c8993a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px
}

.what-sets-apart-rule {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #c8993a
}

.what-sets-apart-title {
    color: #fff;
    font-weight: 700;
    font-size: clamp(28px,4vw,42px);
    line-height: 1.25;
    margin-bottom: 36px
}

.what-sets-apart-list {
    list-style: none;
    padding: 0;
    margin: 0
}

    .what-sets-apart-list li {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 28px
    }

        .what-sets-apart-list li:last-child {
            margin-bottom: 0
        }

    .what-sets-apart-list i {
        color: #d6a23c;
        font-size: 22px;
        flex-shrink: 0;
        margin-top: 2px
    }

    .what-sets-apart-list span {
        color: #fff;
        font-size: 17px;
        line-height: 1.5
    }

.what-sets-apart-art {
    width: 100%;
    max-width: 340px;
    height: auto
}

@media (max-width:576px) {
    .what-sets-apart-section {
        padding: 70px 0
    }

    .what-sets-apart-list li {
        margin-bottom: 20px
    }
}

.consult-benefits i {
    color: #d6a23c;
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px
}

/* ==========================================================
   CONTACT US PAGE — icon badges + embedded map
   ========================================================== */
.contact-detail-icon i {
    color: #fff;
    font-size: 19px
}

.map-embed-wrapper {
    position: relative;
    width: 100%;
    padding-top: 42%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2ddd5;
    box-shadow: 0 8px 24px rgba(0,0,0,.06)
}

    .map-embed-wrapper iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

/* ==========================================================
   NAVBAR — SERVICES DROPDOWN (icon + title + description)
   ========================================================== */
.navbar .nav-item.dropdown.show > .dropdown-toggle {
    color: #d6a23c !important;
    border: 1.5px solid #d6a23c;
    border-radius: 999px;
    padding: 6px 16px !important;
    margin: 0 14px
}

.navbar .nav-item.dropdown:not(.show) > .dropdown-toggle {
    padding: 10px 0
}

.navbar .dropdown-toggle::after {
    transition: transform .25s ease
}

.navbar .nav-item.dropdown.show > .dropdown-toggle::after {
    transform: rotate(180deg)
}

.services-menu {
    min-width: 360px;
    max-width: 92vw;
    padding: 12px;
    border-radius: 16px
}

.services-menu-item {
    display: flex !important;
    align-items: flex-start;
    gap: 14px;
    padding: 10px 10px !important;
    border-radius: 12px;
    white-space: normal
}

    .services-menu-item:hover, .services-menu-item:focus {
        background: #f4f6fb !important;
        color: inherit !important;
        padding-left: 10px !important
    }

        .services-menu-item:hover .services-menu-title, .services-menu-item:focus .services-menu-title {
            color: #d6a23c
        }

.services-menu-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #eaf0fb;
    display: flex;
    align-items: center;
    justify-content: center
}

    .services-menu-icon i {
        color: #12387d;
        font-size: 18px
    }

.services-menu-text {
    display: flex;
    flex-direction: column;
    gap: 3px
}

.services-menu-title {
    font-weight: 700;
    font-size: 15px;
    color: #0e6da2;
    line-height: 1.3;
    transition: color .2s ease
}

.services-menu-desc {
    font-size: 13px;
    color: #8a95a5;
    line-height: 1.4
}

@media (max-width:991px) {
    .services-menu {
        min-width: 100%;
        box-shadow: none;
        border: 1px solid #eee
    }

    .navbar .nav-item.dropdown.show > .dropdown-toggle {
        margin: 0
    }
}

@media (max-width:768px) {
    .map-embed-wrapper {
        padding-top: 70%
    }
}

/* ==========================================================
   HOME PAGE — SERVICES CAROUSEL
   Layout-only: does not touch .service-card's own background,
   border, shadow, icon, heading, paragraph, "Learn More" or
   hover styling (all defined elsewhere, untouched). This only
   reserves gutter space so the prev/next controls sit beside
   the cards instead of overlapping their content, and keeps
   the generic .carousel-control-prev/next rule (sized/positioned
   for the testimonial slider) from bleeding into this carousel.
   ========================================================== */
.services-carousel {
    position: relative;
    padding: 0 46px
}

    .services-carousel .carousel-control-prev,
    .services-carousel .carousel-control-next {
        width: 44px;
        height: 44px;
        top: 50%
    }

    .services-carousel .carousel-control-prev {
        left: -6px
    }

    .services-carousel .carousel-control-next {
        right: -6px
    }

    .services-carousel .carousel-control-prev-icon,
    .services-carousel .carousel-control-next-icon {
        width: 16px;
        height: 16px
    }

    .services-carousel .carousel-item {
        transition: transform .6s ease-in-out
    }

@media (max-width:576px) {
    .services-carousel {
        padding: 0 34px
    }

        .services-carousel .carousel-control-prev,
        .services-carousel .carousel-control-next {
            width: 36px;
            height: 36px
        }

        .services-carousel .carousel-control-prev {
            left: -4px
        }

        .services-carousel .carousel-control-next {
            right: -4px
        }
}
