:root {
    --brand-dark-blue: #003399;   
    --brand-cyan-blue: #007BFF;  
    --brand-text: #212529;
    --brand-white: #ffffff;
    --brand-font: 'Poppins', sans-serif;
}

.bg-gradient-blue {
    background: linear-gradient(90deg, var(--brand-dark-blue), var(--brand-cyan-blue));
}
.text-cyan { color: var(--brand-cyan-blue); }

body, 
.navbar, 
.nav-link, 
.navbar-nav .nav-item, 
.mega-menu-box, 
.mega-item, 
.mega-title, 
.mega-subtitle {
    font-family: 'Poppins', sans-serif !important;
}
body {
    margin: 0;
    padding: 0;
}


/* Header Changes */

@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    
    .dropdown-mega { position: static; } 

    .mega-menu-box {
        width: 950px; 
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin-top: 10px !important;
        padding: 40px !important; 
        border-radius: 16px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.08);
        border: 1px solid #f0f0f0;
    }
}

@media (max-width: 991px) {

    .btn-close {
        opacity: 1 !important;
        background-color: transparent !important;
        width: 30px !important;
        height: 30px !important;
        display: block !important;
        background-size: 50% !important; 
        filter: invert(1) !important; 
    }
    .offcanvas {
        background: linear-gradient(135deg, #003399, #007BFF) !important;
        color: #ffffff !important;
    }

    .offcanvas .offcanvas-header, 
    .offcanvas .offcanvas-title {
        color: #ffffff !important;
    }

    .offcanvas .nav-link {
        color: #ffffff !important;
        font-size: 1.3rem !important;
        font-weight: 500 !important;
        padding: 15px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .offcanvas .dropdown-menu {
        position: static !important; 
        float: none !important;
        width: 100% !important;
        background-color: rgba(0, 0, 0, 0.1) !important;
        border: none !important;
        margin-top: 10px !important;
        padding-left: 20px !important;
        box-shadow: none !important;
    }
    .offcanvas .dropdown-item {
        color: #ffffff !important;
        font-size: 1.1rem !important;
        padding: 10px 20px !important;
    }

    .offcanvas .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

.navbar-nav .nav-item {
    margin-right: 30px; 
}
.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.mega-subtitle {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #007BFF; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.mega-menu-title {
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 25px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mega-item {
    display: flex;
    align-items: center;
    padding: 18px 0;
    color: var(--brand-text);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500 !important;
    color: var(--brand-text) !important;
    font-size:15px;
    border-bottom: 1px solid #f8f9fa;
}

.mega-item:hover {
    color: var(--brand-dark-blue);
    padding-left: 8px; 
}

/* Icon & Arrow */
.mega-icon {
    font-size: 32px;
    color: #007BFF; 
    margin-right: 15px;
    width: 30px;
}

.mega-arrow {
    margin-left: auto;
    color: #007BFF; 
    font-weight: bold;
}

.mega-menu-box {
    width: 950px;
    padding: 40px !important;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}
.mega-col {
    border-right: 1px solid #e0e0e0;
    padding-right: 20px;
}
.mega-col:last-child {
    border-right: none;
}

.mega-item:hover .mega-arrow {
    color: #007BFF;
    transform: translateX(5px);
}

.dropdown-toggle::after { display: none; }
.navbar .nav-link {
    font-weight: 500 !important; 
    color: var(--brand-dark-blue) !important; 
    font-size: 15px;
    transition: 0.3s;
}

.navbar .nav-link:hover {
    color: #007BFF !important;
}

/* Footer Changes */

.site-footer {
    background-color: #001f3f; 
    color: #e0e0e0 !important; 
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff !important; 
}

.site-footer ul li a {
    text-decoration: none !important;
    color: #cccccc !important; 
    transition: 0.3s ease;
}

.site-footer ul li a:hover {
    color: #ffffff !important; 
}

.site-footer p.text-muted.small {
    color: #b0b0b0 !important; 
}

.site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; /* Subtle border */
}

/* Home Banner Css  */
.hero-slider-wrapper {
    width: 100%;
    min-height: 70vh !important;
    height: auto;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    display: block; 
}

.hero-slide {
    width: 100%;
    min-height: 70vh !important;
    display: flex !important;
    flex-direction: column;    
    justify-content: center;   
    align-items: flex-start;   
    
    background-size: cover !important;
    background-position: center !important;
    background-color: #00c2cb; 
    background-blend-mode: multiply; 
}

.hero-slide .container {
    width: 100% !important;
}

/* Text & CTA */
.hero-text { color: #ffffff; font-size: 4rem; font-weight: 300; line-height: 1.1; margin-bottom: 30px; }
.hero-text strong { font-weight: 800; }
.hero-cta { color: #ffffff; text-decoration: none; font-size: 1.1rem; border-bottom: 2px solid #ffffff; padding-bottom: 5px; }

@media (max-width: 767px) {
    .hero-slider-wrapper, .hero-slide {
        min-height: 400px !important;
        height: 400px !important;
    }
    .hero-text { font-size: 2.2rem !important; margin-bottom: 15px; }
}


/* Blog Card Styling */
.blog-card {
    background: #f8f9fa; 
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.blog-img-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.author-badge i { font-size: 0.5rem; color: #4CAF50; } 

/* Testimonial Section */
.testimonial-slider { 
    padding-bottom: 50px; 
    overflow: hidden; 
    width: 100%;
}

.testimonial-slider {
    padding-bottom: 50px !important; 
    position: relative;
}

.testimonial-slider .swiper-pagination {
    bottom: 0px !important; 
}

.swiper-pagination-bullet {
    width: 30px !important;
    height: 4px !important;
    border-radius: 0 !important;
    background: #ccc !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #dc3545 !important;
}

.testimonial-section .row {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin: 0 10px; 
    padding: 20px; 
}

.industry-slider .swiper-wrapper {
    display: flex;
    align-items: stretch; 
}

.industry-slider .swiper-slide {
    height: auto; 
}

.industry-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.industry-slider {
    padding-bottom: 60px !important; 
}

.swiper-pagination {
    bottom: 0 !important;
}

/* Service Card Styling */
.service-card {
    border: 1px solid #e9ecef;
    border-radius: 5px;
    height: 100%;
    transition: all 0.3s ease;
    background: #ffffff;
}

.service-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: #00c2cb;
    transform: translateY(-5px);
}

.service-card i {
    transition: color 0.3s ease;
}

.service-card:hover i {
    color: #00c2cb !important;
}

@media (max-width: 767px) {
    .service-card { padding: 20px !important; }
}

/* Page Banner Style */
.page-banner {
    width: 100%;
    min-height: 250px; 
    padding: 40px 20px; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    background-size: cover;
    background-position: center;
    background-color: #00c2cb; 
    background-blend-mode: multiply;
    color: #ffffff;
}

.banner-title {
    font-size: 2.5rem; 
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.banner-subtitle {
    font-size: 1rem;
    opacity: 0.9;
    max-width: 600px; 
    margin: 0 auto;
}

/* Contact Page */
.info-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.text-info { color: #00c2cb !important; } 
.contact-form-section .wpcf7-form-control {
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
}

.contact-form-section input[type="submit"] {
    background: #001f3f !important; 
    color: #fff;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
}

.contact-form-section{
    margin-top:-300px;
    position: relative;
    z-index: 99 !important;
}

.contact-info {
    background-color: #f8f9fa !important;
    position: relative;
    clip-path: polygon(100% 0, 100% 100%, 0% 71%, 0% 0%);
    padding-top: 80px !important; 
    padding-bottom: 300px !important; 
    z-index: 1;
}

.contact-form-section .container {
    background: transparent !important; 
    padding: 0 !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05); 
    border-radius: 20px;
    overflow: hidden; 
    border: 1px solid rgba(0,0,0,0.05);
}

.contact-form-section .row .col-lg-6:nth-child(1) {
    background-color: #ffffff !important;
    padding: 60px !important;
}

.contact-form-section .row .col-lg-6:nth-child(2) {
    background-color: #f3f6f9 !important;
    padding: 60px !important;
}

.wpcf7-form-control {
    background-color: transparent !important; 
    border: 1px solid #ced4da !important; 
    border-radius: 8px !important;
    padding: 15px !important;
    color: #333;
}

.wpcf7-submit {
    background: #001f3f !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 15px !important;
    font-weight: 600;
}

/* WordPress paginate_links */
.page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 8px;
}
.page-numbers li span, 
.page-numbers li a {
    position: relative;
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #001f3f;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}
.page-numbers li span.current {
    background-color: #00c2cb;
    color: #fff;
    border-color: #00c2cb;
}
.page-numbers li a:hover {
    background-color: #f8f9fa;
    color: #007BFF;
}

@media (max-width: 991px) {
    .navbar-nav .dropdown-menu.show, 
    .navbar-nav .dropdown-menu {
        position: static !important;
        transform: none !important;
        inset: auto !important;
        float: none !important;
        width: 100% !important;
        max-height: none !important;
        overflow-y: visible !important;
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding-left: 15px;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        padding: 10px 15px !important;
        color: #ffffff !important;
        white-space: normal !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
}

/* career Page */
    .job-card {
        transition: all 0.3s ease;
        border-left: 4px solid transparent !important;
    }
    .job-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.08)!important;
        border-left: 4px solid #0d6efd !important;
    }

    .benefits-card {
        transition: all 0.3s ease;
    }
    .benefits-card:hover {
        background-color: rgba(255, 255, 255, 0.1) !important;
        transform: translateY(-3px);
    }

    .border-dashed {
        border: 2px dashed #cbd5e1 !important;
        background-color: #f8f9fa;
        transition: all 0.3s ease;
    }
    .border-dashed:hover {
        border-color: #0d6efd !important;
        background-color: #f1f5f9;
    }
    .cursor-pointer {
        cursor: pointer;
    }
