/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 600;
}

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff;
    transform: none !important;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Hero Section ***/
.hero-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
    left: 0;
    right: 0;
    max-width: 100vw;
    background-image: url('../img/nav2.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-section .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    margin: 0 auto;
}

.hero-image {
    display: none !important;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 992px) {
    .hero-section:has(#heroNavCollapse.show) .hero-overlay {
        display: none !important;
    }
}

.hero-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    padding: 10px 0;
    background: transparent;
    margin-top: 0;
}

@media (max-width: 992px) {
    .hero-nav {
        width: 100%;
        left: 0;
        right: 0;
    }
    
    .hero-nav .container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .hero-menu .navbar-collapse.show {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        max-width: 100vw !important;
    }
}

.hero-nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.hero-menu {
    margin-left: -160px;
    transform: translateX(-70px);
}

.hero-nav-links {
    margin-left: -220px;
}

@media (min-width: 993px) {
    .hero-menu {
        margin-left: -180px;
        transform: translateX(-70px);
    }
    
    .hero-nav-links {
        transform: translateX(-70px) !important;
    }
    
    .hero-caption-content {
        margin-left: 70px;
        padding-left: 0;
    }
}

.hero-logo {
    flex-shrink: 0;
    max-width: 400px;
    margin-left: 50px;
}

.hero-menu {
    flex-shrink: 0;
}

.hero-logo h1 {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-logo img {
    max-height: 150px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

.hero-menu {
    display: flex;
    align-items: center;
    position: relative;
}

.hero-menu .navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
}

.hero-menu .navbar-collapse.show {
    display: flex !important;
}

.hero-menu-toggle {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px;
    gap: 5px;
    z-index: 1000;
    transition: all 0.3s ease;
}

.hero-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hero-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-nav-links {
    display: flex !important;
    align-items: center;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    transform: translateX(-70px);
}

@media (max-width: 992px) {
    .hero-nav-links {
        transform: none !important;
        margin-left: 0 !important;
    }
}

.hero-nav-links li {
    position: relative;
}

.hero-nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    padding: 8px 12px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.hero-nav-links a:hover,
.hero-nav-links a.active {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.hero-nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #2A3E5C;
    transition: width 0.3s ease;
}

.hero-nav-links a:hover::after,
.hero-nav-links a.active::after {
    width: 100%;
}

.hero-nav-links .dropdown {
    position: relative;
}

.hero-nav-links .dropdown-toggle {
    cursor: pointer;
}

.hero-nav-links .dropdown-toggle:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

.hero-nav-links .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    display: none;
}

.hero-nav-links .dropdown:hover .dropdown-menu,
.hero-nav-links .dropdown.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}

.hero-nav-links .dropdown-item {
    color: #2c3e50;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    transition: all 0.3s ease;
}

.hero-nav-links .dropdown-item:hover {
    background: rgba(42, 62, 92, 0.1);
    color: #2A3E5C;
    padding-left: 25px;
}

.hero-cta-btn {
    background: #2A3E5C !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    border-radius: 6px;
    font-weight: 700 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-left: 0;
}

.hero-cta-btn:hover {
    background: #2A3E5C !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.hero-cta-btn::after {
    display: none;
}

.hero-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}

@media (max-width: 992px) {
    .hero-section:has(#heroNavCollapse.show) .hero-caption {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
    
    .hero-section:has(#heroNavCollapse.show) .hero-overlay {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
    
    .hero-section:has(#heroNavCollapse.show) .hero-image {
        z-index: 1 !important;
    }
}


.hero-caption .container {
    padding-left: 15px;
}

.hero-caption-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 600px;
    padding-left: 0;
    margin-left: 50px;
}

.hero-caption h1 {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
    margin-bottom: 30px;
}

.hero-caption .btn {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(42, 62, 92, 0.4);
    transition: all 0.3s ease;
}

.hero-caption .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(42, 62, 92, 0.5);
}

@media (max-width: 992px) {
    .hero-section {
        min-height: 100vh;
        height: 100vh;
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }
    
    .hero-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-position: center center;
        object-fit: cover;
        display: block;
    }
    
    .hero-nav {
        padding: 15px 0;
        background: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .hero-logo h1 {
        font-size: 22px;
        letter-spacing: 1px;
        color: #2A3E5C;
    }
    
    .hero-logo img {
        max-height: 220px;
    }
    
    .hero-menu-toggle {
        display: flex !important;
        z-index: 10000;
        position: relative;
    }
    
    .hero-menu .navbar-collapse {
        display: none !important;
    }
    
    .hero-menu .navbar-collapse.show,
    .hero-menu .navbar-collapse.collapsing {
        display: flex !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        flex-direction: column !important;
        background: #ffffff !important;
        padding: 80px 20px 20px 20px !important;
        border-radius: 0;
        min-width: 100vw !important;
        box-shadow: none;
        z-index: 999999 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0 !important;
        transform: translateX(0) !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .hero-menu .navbar-collapse.show ul,
    .hero-menu .navbar-collapse.show .hero-nav-links {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    
    .hero-menu .navbar-collapse:not(.show) {
        display: none !important;
    }
    
    .hero-menu .navbar-collapse.show .hero-nav-links {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        transform: translateX(0) !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        left: 0 !important;
        position: relative !important;
        display: flex !important;
    }
    
    .hero-menu .navbar-collapse.show .container,
    .hero-menu .navbar-collapse.show .hero-nav-content {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
    }
    
    .hero-menu .navbar-collapse.show * {
        transform: none !important;
        max-width: 100% !important;
    }
    
    .hero-menu .navbar-collapse.show ul.hero-nav-links {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        left: 0 !important;
        right: 0 !important;
        position: relative !important;
    }
    
    .hero-menu .navbar-collapse.show {
        left: 0 !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .hero-menu .navbar-collapse.show ~ .hero-caption,
    .hero-section:has(#heroNavCollapse.show) .hero-caption {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        z-index: 1 !important;
    }
    
    .hero-section:has(#heroNavCollapse.show) .hero-overlay {
        display: none !important;
        z-index: 1 !important;
    }

    .hero-nav-links {
        flex-direction: column !important;
        gap: 15px !important;
        align-items: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        visibility: visible !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        transform: none !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    
    .hero-nav-links li {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .hero-nav-links a {
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px 0 !important;
        font-size: 16px !important;
        color: #2c3e50 !important;
        text-shadow: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: block !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        text-align: left !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        transform: none !important;
        box-sizing: border-box !important;
    }
    
    .hero-nav-links a:hover {
        color: #2A3E5C;
        background: rgba(42, 62, 92, 0.1);
        text-shadow: none;
    }
    
    .hero-nav-links .dropdown-menu {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        background: #f8f9fa !important;
        margin-top: 10px !important;
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-shadow: none;
        border-radius: 8px;
        display: block !important;
    }
    
    .hero-nav-links .dropdown-item {
        color: #2c3e50 !important;
        padding: 12px 25px !important;
        display: block !important;
        width: 100% !important;
        white-space: normal !important;
    }
    
    .hero-nav-links .dropdown-item:hover {
        color: #2A3E5C !important;
        background: rgba(42, 62, 92, 0.1) !important;
    }
    
    .hero-cta-btn {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        margin-top: 15px !important;
        display: block !important;
        padding: 15px 20px !important;
    }
    
    .hero-caption {
        top: 50%;
        padding: 0 20px;
        transform: translateY(-50%);
        z-index: 1;
        position: absolute;
        width: 100%;
    }
    
    .hero-section:has(#heroNavCollapse.show) .hero-caption {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    
    .hero-caption h1 {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 20px;
        color: #ffffff;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
    }
    
    .hero-caption-content {
        max-width: 100%;
    }
    
    .hero-caption .btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 100vh;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }
    
    .hero-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-position: center center;
        object-fit: cover;
        display: block;
    }
    
    .hero-nav {
        padding: 12px 0;
    }
    
    .hero-logo h1 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }
    
    .hero-logo img {
        max-height: 180px;
    }
    
    .hero-caption {
        top: 50%;
        padding: 0 15px;
        transform: translateY(-50%);
        z-index: 2;
        position: absolute;
        width: 100%;
    }
    
    .hero-caption h1 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
        color: #ffffff;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
    }
    
    .hero-caption .btn {
        padding: 10px 25px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        min-height: 100vh;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }
    
    .hero-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-position: center center;
        object-fit: cover;
        display: block;
    }
    
    .hero-logo h1 {
        font-size: 18px;
    }
    
    .hero-logo img {
        max-height: 150px;
    }
    
    .hero-nav {
        padding: 10px 0;
    }
    
    .hero-caption {
        top: 50%;
        padding: 0 15px;
        transform: translateY(-50%);
        z-index: 2;
        position: absolute;
        width: 100%;
    }
    
    .hero-caption h1 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 12px;
        color: #ffffff;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
    }
    
    .hero-caption .btn {
        padding: 8px 20px;
        font-size: 12px;
    }
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-xl-square {
    width: 60px;
    height: 60px;
}

.btn-xxl-square {
    width: 75px;
    height: 75px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Topbar ***/
.container-fluid.bg-dark.footer {
    background-color: #2A3E5C !important;
}

.footer h5,
.footer p,
.footer .text-light {
    color: #ffffff !important;
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

html {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

body {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
    overflow-x: hidden;
}


.container-fluid.topbar {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.container-fluid.bg-dark {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.container-fluid.sticky-top {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

body > #spinner + .container-fluid {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


.navbar.sticky-top {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Services and Industries Dropdown - Hover and Click */
.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown.show .dropdown-menu {
    display: block;
    margin-top: 0;
}

.nav-item.dropdown .dropdown-menu {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    padding: 0.5rem 0;
    min-width: 200px;
}

.nav-item.dropdown .dropdown-item {
    padding: 0.75rem 1.5rem;
    color: #333;
    transition: all 0.3s;
}

.nav-item.dropdown .dropdown-item:hover {
    background-color: #2A3E5C;
    color: white;
}

/* Mobile Navbar Toggler - Blue Color */
.navbar-toggler {
    border-color: #2A3E5C;
}

.navbar-toggler .fa-bars {
    color: #2A3E5C;
    font-size: 1.5rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(42, 62, 92, 0.25);
}

/* Services Modal Styles */
.service-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.service-card .card-title {
    color: #2A3E5C;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand h1 {
    font-size: 2rem;
    letter-spacing: 2px;
    color: white;
    font-weight: bold;
}

.navbar-brand img {
    max-height: 80px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.white-toggler {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
    min-height: 80px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 15px 0;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: white;
    opacity: 0.8;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item.show .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
    background: rgba(0, 0, 0, .7);
    padding: 3rem;
    padding-left: 11rem;
    z-index: 1;
}

.carousel .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 80px;
    flex-direction: column;
    margin: 0;
    margin-left: 3rem;
}

.carousel .carousel-indicators [data-bs-target] {
    width: 70px;
    height: 70px;
    text-indent: 0;
    margin: 5px 0;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

.carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-item {
    height: 1200px;
    overflow: hidden;
}

.carousel .carousel-item img {
    width: 100%;
    height: 1200px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel .carousel-item {
        height: 800px;
    }
    
    .carousel .carousel-item img {
        height: 800px;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .carousel .carousel-caption {
        padding-left: 10rem;
    }
}

@media (max-width: 768px) {
    .carousel .carousel-item {
        height: 600px;
    }

    .carousel .carousel-item img {
        height: 600px;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }

    .carousel .carousel-caption {
        padding-left: 9rem;
    }
}

@media (min-width: 1200px) {
    .carousel .carousel-item .display-1 {
        font-size: 7rem;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


/*** About ***/
.about-img {
    position: relative;
    padding-left: 45px;
}

.about-img::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: 0;
    left: 0;
    border: 5px solid var(--bs-primary);
    animation: animateUpDown 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes animateUpDown { 
    0% { 
        top: -25px;
    }
    50% { 
        top: -45px;
    }
    100% { 
        top: -25px;
    } 
}

.about-image-container {
    overflow: hidden;
}

.about-image {
    transition: transform 0.5s ease;
}

.about-image:hover {
    transform: scale(1.1);
}

/*** How It Works - Professional Design ***/
.process-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.process-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.process-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(42, 62, 92, 0.15);
    border-color: rgba(42, 62, 92, 0.3);
}

.process-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #2A3E5C 0%, #2A3E5C 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(42, 62, 92, 0.25);
    transition: all 0.3s ease;
}

.process-card:hover .process-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 30px rgba(42, 62, 92, 0.35);
}

.process-icon i {
    font-size: 36px;
}

.process-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    letter-spacing: 0.8px;
}

.process-card p {
    color: #6b7280;
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
}


/*** Features ***/
.feature {
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../img/carousel-1.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.feature-icon {
    position: relative;
    transition: .5s;
}

.feature-item:hover .feature-icon {
    margin-left: 3rem;
}

.feature-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-secondary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.feature-item a:hover {
    color: var(--bs-primary) !important;
}

.feature-item a:hover::after {
    background: var(--bs-primary);
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Service ***/
.service .service-item {
    position: relative;
    margin-top: 45px;
    margin-bottom: 6rem;
}

.service .service-inner {
    position: relative;
    height: 100%;
    margin-top: 45px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service .service-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: 1s;
    background: #2A3E5C;
}

.service .service-inner:hover::before {
    height: 100%;
    top: 0;
}

.service .service-item img {
    margin-top: -45px;
    padding-left: 45px;
}

.service .service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service .service-item:hover h5,
.service .service-item:hover p {
    color: var(--bs-white);
}

.service .service-item:hover a {
    padding-left: 45px !important;
}


/*** Appoinment ***/
.appoinment {
    background: url(../img/CONTACT.jpeg) left center no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .appoinment {
        background-position: center center;
    }
}


/*** Team ***/
.team .team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team .team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team .team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team .team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.testimonial-img div {
    position: absolute;
    width: 100px;
    height: 100px;
    animation-duration: 5s;
}

.testimonial-img div:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: .1s;
}

.testimonial-img div:nth-child(2) {
    top: 60%;
    left: 20%;
    animation-delay: .4s;
}

.testimonial-img div:nth-child(3) {
    top: 20%;
    left: 60%;
    animation-delay: .7s;
}

.testimonial-img div:nth-child(4) {
    bottom: 10%;
    right: 10%;
    animation-delay: 1s;
}

.testimonial-img div::after {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    box-shadow: 0 0 10px 10px var(--bs-white) inset;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 15px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    color: #2A3E5C;
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Appoinment ***/
.newsletter {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-3.jpg) left center no-repeat;
    background-size: cover;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #ffffff;
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #2A3E5C;
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}

/* Terms of Use and Privacy Policy Pages */
.bg-white.shadow-sm {
    border-radius: 0.5rem;
}

.bg-white.shadow-sm h1 {
    border-bottom: 3px solid #2A3E5C;
    padding-bottom: 1rem;
}

.bg-white.shadow-sm h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
}

.bg-white.shadow-sm h4 {
    font-size: 1.2rem;
    color: #333;
    margin-top: 1.5rem;
}

.bg-white.shadow-sm ul li {
    line-height: 1.8;
}

.bg-white.shadow-sm p {
    line-height: 1.8;
    color: #555;
}

/* Topbar (white, compact) */
.topbar-wrapper {
    background: #2A3E5C;
    padding: 6px 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
    position: relative;
}

.topbar-wrapper::before {
    content: none;
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
    z-index: 1;
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 35px;
}

.topbar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 4px 10px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.topbar-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: left 0.4s ease;
    z-index: -1;
}

.topbar-item:hover::before {
    left: 0;
}

.topbar-item i {
    color: #ffffff;
    font-size: 12px;
    width: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.topbar-item:hover {
    color: rgba(255, 255, 255, 1);
    transform: translateY(-1px);
}

.topbar-item:hover i {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

/* Navbar (white, compact) */
.navbar-wrapper {
    background: #ffffff;
    padding: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: none;
}

.navbar-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.navbar-wrapper:hover::after {
    opacity: 0.3;
}

.navbar-wrapper .container {
    padding: 0 18px;
}

.navbar-logo {
    text-decoration: none;
    padding: 8px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.navbar-logo::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: #2A3E5C;
    border-radius: 2px;
    transition: height 0.4s ease;
}

.navbar-logo:hover::before {
    height: 60%;
}

.navbar-logo h1 {
    font-size: 26px;
    font-weight: 800;
    color: #2A3E5C;
    margin: 0;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-shadow: none;
}

.navbar-logo:hover h1 {
    transform: scale(1.05);
    letter-spacing: 2px;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: auto;
    padding: 0;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-link {
    color: #2c3e50;
    font-weight: 600;
    font-size: 13.5px;
    padding: 10px 10px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.3px;
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(42, 62, 92, 0.05), rgba(42, 62, 92, 0.05));
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 8px;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
    opacity: 1;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #2A3E5C, #2A3E5C);
    border-radius: 3px 3px 0 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 -2px 10px rgba(42, 62, 92, 0.4);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #2A3E5C;
    transform: translateY(-2px);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 70%;
}

/* Remove underline for dropdown toggles */
.navbar-nav .dropdown .nav-link::after {
    display: none;
}

.navbar-nav .nav-link i {
    font-size: 9px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 2px;
}

.navbar-nav .dropdown:hover .nav-link i,
.navbar-nav .dropdown.show .nav-link i {
    transform: rotate(180deg) scale(1.2);
}

/* Premium Dropdown Menu Styles */
.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(42, 62, 92, 0.1);
    border-radius: 12px;
    padding: 8px 0;
    margin-top: 15px;
    min-width: 240px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: fadeInDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.navbar-nav .dropdown-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2A3E5C, #2A3E5C);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-15px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.navbar-nav .dropdown-item {
    padding: 14px 24px;
    color: #2c3e50;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 3px solid transparent;
    position: relative;
    margin: 2px 8px;
    border-radius: 6px;
}

.navbar-nav .dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(42, 62, 92, 0.1), transparent);
    transition: width 0.3s ease;
}

.navbar-nav .dropdown-item:hover::before {
    width: 100%;
}

.navbar-nav .dropdown-item:hover {
    background: linear-gradient(90deg, rgba(42, 62, 92, 0.08), rgba(42, 62, 92, 0.05));
    color: #2A3E5C;
    border-left-color: #2A3E5C;
    padding-left: 28px;
    transform: translateX(5px);
}

/* Premium CTA Button */
.navbar-cta {
    margin-left: 15px;
}

.btn-cta {
    background: #2A3E5C;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 14px rgba(42, 62, 92, 0.25);
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn-cta::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-cta:hover::before {
    width: 300px;
    height: 300px;
}

.btn-cta:hover {
    background-position: 100% 0;
    color: #ffffff;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 30px rgba(42, 62, 92, 0.5), 0 0 0 4px rgba(42, 62, 92, 0.1);
}

.btn-cta:active {
    transform: translateY(-1px) scale(0.98);
}

/* Navbar Toggler */
.navbar-toggler {
    border: 2px solid #2A3E5C;
    padding: 8px 12px;
    border-radius: 5px;
    background: transparent;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 62, 92, 0.25);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(42, 62, 92, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Navbar Scroll Effect */
.navbar-wrapper.scrolled {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.99);
}

.navbar-wrapper.scrolled .navbar-logo h1 {
    font-size: 24px;
}

.navbar-wrapper.scrolled .navbar-nav .nav-link {
    padding: 8px 10px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .topbar-wrapper {
        display: block;
        padding: 10px 0;
    }
    
    .topbar-content {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    
    .topbar-left,
    .topbar-right {
        flex-direction: column;
        gap: 8px;
        width: 100%;
        align-items: flex-start;
    }
    
    .topbar-item {
        font-size: 12px;
        padding: 6px 8px;
        width: 100%;
        justify-content: flex-start;
    }
    
    .topbar-item span {
        flex: 1;
    }
    
    .navbar-wrapper {
        background: rgba(255, 255, 255, 1);
    }
    
    .navbar-nav {
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    
    .navbar-nav .nav-link {
        padding: 15px 0;
        width: 100%;
    }
    
    .navbar-nav .nav-link::after,
    .navbar-nav .nav-link::before {
        display: none;
    }
    
    .navbar-cta {
        margin: 20px 0 0 0;
        width: 100%;
    }
    
    .btn-cta {
        width: 100%;
        text-align: center;
    }
    
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        box-shadow: none;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        background: #f8f9fa;
    }
}

@media (max-width: 576px) {
    .navbar-logo h1 {
        font-size: 22px;
    }
    
    .navbar-wrapper .container {
        padding: 0 15px;
    }
    
    .topbar-content {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    
    .topbar-left,
    .topbar-right {
        flex-direction: column;
        gap: 8px;
        width: 100%;
        align-items: flex-start;
    }
    
    .topbar-item {
        font-size: 11px;
        padding: 5px 8px;
    }
}

/* Mobile Navigation */
.mobile-nav {
    display: none;
}

@media (max-width: 992px) {
    /* Hide topbar on mobile */
    .topbar-wrapper {
        display: none !important;
    }
    
    /* Hide desktop nav on mobile */
    .desktop-nav {
        display: none !important;
    }
    
    /* Show mobile nav */
    .mobile-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000;
        background: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .mobile-nav-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        background: #ffffff;
    }
    
    .mobile-logo {
        flex-shrink: 0;
    }
    
    .mobile-logo img {
        max-height: 70px;
        width: auto;
        height: auto;
        object-fit: cover;
    }
    
    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 8px;
        gap: 5px;
        z-index: 10001;
        transition: all 0.3s ease;
    }
    
    .mobile-menu-toggle span {
        width: 25px;
        height: 3px;
        background: #2A3E5C;
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }
    
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }
    
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        z-index: 9999;
        overflow-y: auto;
        overflow-x: hidden;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        padding-top: 80px;
    }
    
    .mobile-menu-overlay.active {
        transform: translateX(0);
    }
    
    .mobile-menu-content {
        padding: 20px;
        max-width: 100%;
    }
    
    .mobile-contact-info {
        padding: 20px 15px;
        background: #2A3E5C;
        margin-bottom: 20px;
        border-radius: 8px;
    }
    
    .mobile-contact-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        color: #ffffff;
        text-decoration: none;
        padding: 12px 0;
        font-size: 14px;
        line-height: 1.5;
        transition: all 0.3s ease;
    }
    
    .mobile-contact-item:first-child {
        padding-top: 0;
    }
    
    .mobile-contact-item:last-child {
        padding-bottom: 0;
    }
    
    .mobile-contact-item i {
        color: #ffffff;
        font-size: 16px;
        margin-top: 2px;
        flex-shrink: 0;
    }
    
    .mobile-contact-item span {
        color: #ffffff;
        flex: 1;
    }
    
    .mobile-contact-item:hover {
        opacity: 0.9;
    }
    
    .mobile-nav-links {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    
    .mobile-nav-links li {
        border-bottom: 1px solid #e0e0e0;
    }
    
    .mobile-nav-links li:last-child {
        border-bottom: none;
    }
    
    .mobile-nav-links a {
        display: block;
        padding: 18px 15px;
        color: #2A3E5C;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
    }
    
    .mobile-nav-links a:hover,
    .mobile-nav-links a.active {
        background: rgba(42, 62, 92, 0.1);
        color: #2A3E5C;
        padding-left: 20px;
    }
    
    .mobile-dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .mobile-dropdown-toggle i {
        transition: transform 0.3s ease;
    }
    
    .mobile-dropdown.active .mobile-dropdown-toggle i {
        transform: rotate(180deg);
    }
    
    .mobile-dropdown-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        background: rgba(42, 62, 92, 0.05);
    }
    
    .mobile-dropdown-menu li {
        border-bottom: 1px solid rgba(42, 62, 92, 0.1);
    }
    
    .mobile-dropdown-menu a {
        padding: 15px 15px 15px 35px;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
    }
    
    .mobile-cta-btn {
        background: #2A3E5C !important;
        color: #ffffff !important;
        text-align: center;
        border-radius: 6px;
        margin-top: 10px;
    }
    
    .mobile-cta-btn:hover {
        background: #1e2d42 !important;
        color: #ffffff !important;
    }
}