.color-primary {
    color: #1b3a6b;
}

.maps iframe {
    width: 100%;
    border-radius: 10px;
}

:root {
    --accent-color: #1b3a6b;
    --nav-hover-color: #ffffff;
    --nav-dropdown-hover-color: #ffffff;
}

.header .logo h1 {
    color: #ffffff;
}

.navmenu a {
    color: #ffffffc0;
}

.navmenu .active {
    color: #fff;
    font-weight: bold;
}

.navmenu .dropdown ul a:hover,
.navmenu .dropdown ul .active:hover,
.navmenu .dropdown ul li:hover>a {
    color: #1b3a6b;
}

.services .service-item.item-cyan i {
    color: #1b3a6b;
}

.services .service-item.item-cyan:hover .icon path {
    fill: #1b3a6b;
}

@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: #ffff;
    }

    .navmenu ul {
        background-color: #1b3a6b;
    }
}

/*--------------------------------------------------------------
        # Widgets
        --------------------------------------------------------------*/
.widgets-container {
    background-color: var(--surface-color);
    padding: 30px;
    margin: 30px 0 30px 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.widget-title {
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

.widget-item {
    margin-bottom: 40px;
}

.widget-item:last-child {
    margin-bottom: 0;
}

.search-widget form {
    background: var(--background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
    padding: 3px 10px;
    position: relative;
}

.search-widget form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
    background-color: var(--background-color);
    color: var(--default-color);
}

.search-widget form input[type="text"]:focus {
    outline: none;
}

.search-widget form button {
    background: var(--accent-color);
    color: var(--contrast-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.search-widget form button i {
    line-height: 0;
}

.search-widget form button:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.categories-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-widget ul li {
    padding-bottom: 10px;
}

.categories-widget ul li:last-child {
    padding-bottom: 0;
}

.categories-widget ul a {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    transition: 0.3s;
}

.categories-widget ul a:hover {
    color: var(--accent-color);
}

.categories-widget .active {
    color: var(--accent-color);
}

.categories-widget ul a span {
    padding-left: 5px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 14px;
}

.recent-posts-widget .post-item {
    /* display: flex; */
    margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
    margin-bottom: 0;
}

.recent-posts-widget .post-item img {
    width: 80px;
    margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
    color: var(--default-color);
    transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
    color: var(--accent-color);
}

.recent-posts-widget .post-item time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title-second {
    text-align: center;
    position: relative;
}

.section-title-second h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title-second h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-title-second p {
    margin-bottom: 0;
}

.header {
    color: var(--default-color);
    background-color: rgba(27, 58, 107, 0.8);
    padding: 10px 0;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: none;
    position: fixed;
    top: 0;
    width: 100%;
}

.header.scrolled {
    background-color: #1b3a6b;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.hero .carousel {
    min-height: 100vh;
}

.hero .btn-get-started {
    background-color: #1b3a6b;
    transition: background-color 0.3s ease;
}

.hero .btn-get-started:hover {
    background-color: #152e55;
}

@media (max-width: 768px) {
    .hero .carousel {
        min-height: 55vh;
    }

    .hero h2 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 700;
    }

    .hero p {
        display: none;
    }

    .hero .btn-get-started {
        font-size: 13px;
        padding: 4px 16px;
    }

    .hero .container {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 35px;
    }
}

.bg-theme {
    background: linear-gradient(135deg,
            rgba(27, 58, 107, 0.08) 0%,
            rgba(27, 58, 107, 0.12) 100%);
    border-top: 3px solid rgba(27, 58, 107, 0.2);
}

.page-title .container {
    padding: 80px 0;
}

.footer {
    background: linear-gradient(180deg,
            rgba(27, 58, 107, 0.95) 0%,
            #1b3a6b 100%);
    color: #ffffff;
    padding: 40px 0;
}

.footer .copyright {
    border-top: none;
    padding: 0;
}

.footer .copyright .fw-bold {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}

/* Clean Corporate profile Section Styles */
#profile {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0;
    overflow: hidden;
    margin-top: 80px;
}

/* Decorative Background Elements */
#profile::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 320px;
    height: 320px;
    background: linear-gradient(135deg,
            rgba(27, 58, 107, 0.04) 0%,
            transparent 100%);
    border-radius: 50%;
    z-index: 0;
}

#profile::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -90px;
    width: 380px;
    height: 380px;
    background: linear-gradient(135deg,
            rgba(27, 58, 107, 0.03) 0%,
            rgba(27, 58, 107, 0.01) 100%);
    border-radius: 50%;
    z-index: 0;
}


/* =============================================
               UNIFIED MODERN SECTION HEADER SYSTEM (Global)
            ============================================= */
.section-header {
    text-align: center;
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
}

/* Badge */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 22px;
    background: rgba(27, 58, 107, 0.07);
    border: 1.5px solid rgba(27, 58, 107, 0.18);
    color: #1B3A6B;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 22px;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.section-badge:hover {
    background: rgba(27, 58, 107, 0.12);
    border-color: rgba(27, 58, 107, 0.3);
}

.section-badge-dot {
    width: 6px;
    height: 6px;
    background: linear-gradient(135deg, #1B3A6B, #4a90d9);
    border-radius: 50%;
    display: inline-block;
    animation: pulse-dot 2s ease-in-out infinite;
}

.section-badge-dot:last-child {
    animation-delay: 0.5s;
}

@keyframes pulse-dot {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.7);
    }
}

/* Title — override main.css .section-title */
.section-header h2.section-title,
h2.section-title {
    font-size: 46px !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #0d2150 0%, #1B3A6B 45%, #2c6fad 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    margin-bottom: 20px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.5px !important;
    padding-bottom: 0 !important;
    text-align: center !important;
}

/* Remove the ::after pseudo-element from main.css */
.section-header h2.section-title::after,
h2.section-title::after {
    display: none !important;
}

/* Decorative Divider */
.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 20px;
}

.section-divider-line {
    display: block;
    height: 2px;
    width: 64px;
    background: linear-gradient(90deg, transparent, #1B3A6B);
    border-radius: 2px;
}

.section-divider-line:last-child {
    background: linear-gradient(90deg, #1B3A6B, transparent);
}

.section-divider-icon {
    color: #1B3A6B;
    font-size: 10px;
    opacity: 0.7;
    animation: spin-icon 6s linear infinite;
}

@keyframes spin-icon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Subtitle */
.section-subtitle {
    font-size: 16px;
    color: #6c757d;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.75;
}

/* Responsive */
@media (max-width: 991px) {

    .section-header h2.section-title,
    h2.section-title {
        font-size: 34px !important;
    }

    .section-header {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {

    .section-header h2.section-title,
    h2.section-title {
        font-size: 28px !important;
    }

    .section-badge {
        font-size: 10px;
        letter-spacing: 1.5px;
        padding: 6px 16px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .section-divider-line {
        width: 40px;
    }
}

/* Content Card */
.profile-content-card {
    background: white;
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(27, 58, 107, 0.1);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.profile-content-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1b3a6b 0%, #2c5282 100%);
    border-radius: 16px 16px 0 0;
}

.profile-content-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    width: 4px;
    background: linear-gradient(180deg, #1b3a6b 0%, #2c5282 100%);
    border-radius: 0 2px 2px 0;
}

.profile-content-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(27, 58, 107, 0.15);
}

.profile-content-card h1,
.profile-content-card h2,
.profile-content-card h3,
.profile-content-card h4 {
    color: #1b3a6b;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
}

.profile-content-card h1:first-child,
.profile-content-card h2:first-child,
.profile-content-card h3:first-child,
.profile-content-card h4:first-child {
    margin-top: 0;
}

.profile-content-card p {
    color: #495057;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.profile-content-card ul,
.profile-content-card ol {
    color: #495057;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.profile-content-card ul li,
.profile-content-card ol li {
    margin-bottom: 10px;
}

.profile-content-card strong {
    color: #1b3a6b;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 991px) {
    .profile-title {
        font-size: 32px;
    }

    #profile {
        padding: 60px 0;
    }

    .profile-content-card {
        padding: 35px;
    }
}

@media (max-width: 576px) {
    .profile-title {
        font-size: 28px;
    }

    .profile-badge {
        font-size: 12px;
        padding: 6px 18px;
    }

    .profile-content-card {
        padding: 25px;
    }

    .profile-content-card h1,
    .profile-content-card h2,
    .profile-content-card h3,
    .profile-content-card h4 {
        font-size: 20px;
    }
}

/* Clean Corporate Contact Section Styles */
#contact {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 80px 0;
    overflow: hidden;
}

/* Decorative Background Elements */
#contact::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -60px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg,
            rgba(27, 58, 107, 0.04) 0%,
            transparent 100%);
    border-radius: 50%;
    z-index: 0;
}

#contact::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 350px;
    height: 350px;
    background: linear-gradient(135deg,
            rgba(27, 58, 107, 0.03) 0%,
            rgba(27, 58, 107, 0.01) 100%);
    border-radius: 50%;
    z-index: 0;
}




/* Contact Info Container */
.contact-info-container {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(27, 58, 107, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    height: 100%;
}

.contact-info-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1b3a6b 0%, #2c5282 100%);
    border-radius: 16px 16px 0 0;
}

.contact-info-container:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(27, 58, 107, 0.15);
}

.contact-info-title {
    font-size: 24px;
    font-weight: 700;
    color: #1b3a6b;
    margin-bottom: 30px;
    text-align: center;
}

/* Contact Info Item */
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background: linear-gradient(135deg,
            rgba(27, 58, 107, 0.02) 0%,
            rgba(27, 58, 107, 0.05) 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-item:hover {
    background: linear-gradient(135deg,
            rgba(27, 58, 107, 0.05) 0%,
            rgba(27, 58, 107, 0.08) 100%);
    transform: translateX(5px);
}

/* Icon Container */
.contact-icon-container {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1b3a6b 0%, #2c5282 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(27, 58, 107, 0.2);
    transition: all 0.3s ease;
}

.contact-info-item:hover .contact-icon-container {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(27, 58, 107, 0.3);
}

.contact-icon-container i {
    font-size: 28px;
    color: white;
}

/* Contact Info Content */
.contact-info-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1b3a6b;
    margin-bottom: 8px;
}

.contact-info-content p {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Map Container */
.map-container {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(27, 58, 107, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    height: 100%;
}

.map-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1b3a6b 0%, #2c5282 100%);
    z-index: 2;
}

.map-container:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(27, 58, 107, 0.15);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
    display: block;
}

/* Responsive Design */
@media (max-width: 991px) {
    .contact-title {
        font-size: 32px;
    }

    #contact {
        padding: 60px 0;
    }

    .contact-info-container {
        padding: 30px 25px;
        margin-bottom: 30px;
    }

    .map-container iframe {
        min-height: 400px;
    }
}

@media (max-width: 576px) {
    .contact-title {
        font-size: 28px;
    }

    .contact-badge {
        font-size: 12px;
        padding: 6px 18px;
    }

    .contact-info-container {
        padding: 25px 20px;
    }

    .contact-info-item {
        padding: 15px;
    }

    .contact-icon-container {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .contact-icon-container i {
        font-size: 24px;
    }

    .contact-info-content h4 {
        font-size: 16px;
    }

    .map-container iframe {
        min-height: 300px;
    }
}