/* HEADER CSS */
/* Full header wrapper */
.header-wrapper {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}
h2 , p{
    font-family: 'Manrope', sans-serif;
}
h1{
  font-family: 'Rubik', sans-serif;  
}
/* Right Blue Box */
.nav-right-box {
    background: #03A9F4;
    padding: 15px 25px;
    display: flex;
    align-items: center;

}

/* Search styling */
.search-container {
    position: relative;
}
.search-container input {
    border-radius: 25px;
    padding-left: 40px;
    width: 220px;
    border: none;
}
.search-container i {
    position: absolute;
    top: 9px;
    left: 13px;
    color: #6b6b6b;
}

/* Menu styling */
.navbar-nav .nav-link {
    color: #0c2940 !important;
    font-weight: 500;
    padding: 10px 16px !important;
    font-size: 16px;
}

/* Mobile adjustments */
@media(max-width:992px){
    .nav-right-box {
        width: 100%;
        margin-top: 15px;
        justify-content: flex-start;
    }
}
.nav-right-box {
    background: #03A9F4;
    padding: 15px 25px;
}

#langLabel {
    font-size: 18px;
    font-weight: 500;
}

.search-container input {
    width: 220px;
}

/* hero section css */
/* Light wave background effect */
        .hero-bg {
             background: #f8f9fa url("img/herobg.png");
            padding: 80px 20px;
            position: relative;
        }

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

        .train-img {
            height: 550px;
            object-fit: cover;
        }
        .text-primary{
            color:rgba(0, 173, 239, 1)!important;
        }
        .btn-outline-primary
        {
            color:rgba(28, 58, 87, 1)!important;
            border: 1px solid rgba(28, 58, 87, 1);
             border-radius: 0px;
        }
        .btn-outline-primary:hover{
            background:rgba(0, 173, 239, 1)!important;
            color:#fff !important;
        }
        .btn-primary{
            background: rgba(0, 173, 239, 1)!important;
            border: 1px solid rgba(0, 173, 239, 1)!important;
             border-radius: 0px;  
        }
        .btn-primary:hover{
             background:#fff!important;
            color:rgba(0, 173, 239, 1) !important;
        }

        /* about css */
        .about-btn ,.service-btn{
            background:rgba(237, 248, 248, 1)!important;
            color:rgba(0, 173, 239, 1)!important;
        }
        .display-1{
            font-size: 2rem !important;
            
        }
        /* our services css */
        .service1 {
            background: #00a9e0;
            background-image: url('img/service1.png');
            background-size: 100%;
            background-repeat: no-repeat;

        }

        .service2 {
            background: #f0f4f7;
            background-image: url('img/service2.png');
            height: 500px;
            background-size: 100%;
            background-repeat: no-repeat;
        }

        .service3 {
            background: #00a9e0;
            background-image: url('img/sevice3.png');
            background-size: 100%;
            background-repeat: no-repeat;
        }
        .service-text{
            margin-top: 10rem;
        }
        /* our client section */

        .testimonial-badge {
            background: #e8f9ff;
            color: #00a6df;
            padding: 8px 24px;
            border-radius: 20px;
            font-size: 16px;
        }

        .testimonial-text {
            font-size: 20px;
            line-height: 1.6;
            color: rgba(28, 58, 87, 1);
            font-weight: 500;
        }

        .testimonial-arrow {
            width: 50px;
            height: 50px;
            border: 3px solid #00a6df;
            border-radius: 50%;
            color: #00a6df;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 26px;
            cursor: pointer;
            position: absolute;
            top: 40%;
            z-index: 10;
            background: white;
            transition: 0.3s ease;
        }

        .testimonial-arrow:hover {
            background: #00a6df;
            color: #fff;
        }

        .prev-arrow {
            left: -40px;
        }

        .next-arrow {
            right: -40px;
        }

        .client-muted-text {
            font-size: 18px;
        }
        /* =======================
   RESPONSIVE DESIGN
======================= */

/* Large Tablets (max-width: 992px) */
@media (max-width: 992px) {
    .testimonial-text {
        font-size: 18px;
    }

    .client-muted-text {
        font-size: 16px;
    }

    .testimonial-arrow {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .prev-arrow {
        left: -20px;
    }

    .next-arrow {
        right: -20px;
    }
}

/* Tablets & Large Phones (max-width: 768px) */
@media (max-width: 768px) {
    .testimonial-text {
        font-size: 17px;
    }

    .testimonial-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
        top: 45%;
    }

    .prev-arrow {
        left: -10px;
    }

    .next-arrow {
        right: -10px;
    }
}

/* Small Phones (max-width: 576px) */
@media (max-width: 576px) {
    .testimonial-text {
        font-size: 16px;
        padding: 0 10px;
    }

    .client-muted-text {
        font-size: 15px;
    }

    .testimonial-arrow {
        width: 35px;
        height: 35px;
        font-size: 18px;
        top: 50%;
    }

    /* Move arrows INSIDE on small screens */
    .prev-arrow {
        left: 5px;
    }

    .next-arrow {
        right: 5px;
    }
}
/* indsty  */
/* Title Badge */
.industries-badge {
    background: #e8f9ff;
    color: #00a6df;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 16px;
}

.industries-title {
    color: rgba(20, 41, 62, 1);
}

.industries-subtext {
    width: 70%;
    margin: 10px auto 40px;
    color: rgba(28, 58, 87, 0.8);
    font-size: 16px;
}

/* ===== GRID ===== */
.industries-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    position: relative;
}

/* Center Diamond Divider */
.industries-grid::after {
    content: "";
    width: 14px;
    height: 14px;
    background: #00a6df;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* Vertical Line */
.industries-grid::before {
    content: "";
    width: 1px;
    height: 80%;
    background: #d8e6ef;
    position: absolute;
    left: 50%;
    top: 70px;
}
/* Horizontal Line */
.industry-box:nth-child(1)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #d8e6ef;
    position: absolute;
    bottom: -15px;
    left: 300px;
}
.industry-box:nth-child(1)::after {
    transform: translateY(50%);
} 


/* Industry Box */
.industry-box {
    text-align: center;
    padding: 10px 20px;
    position: relative;
}

/* Icon */
.industry-icon {
    background: #e8f9ff;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    margin: 0 auto 20px;
    color: #00a6df;
    font-size: 26px;
}
.industry-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
  
    transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.industry-box:hover {
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.12);
    transform: translateY(-7px);
    border-color: #dcdcdc;
}
.industry-box h4 {
    color: rgba(20, 41, 62, 1);
    font-size: 20px;
    font-weight: 600;
}

.industry-box p {
    width: 85%;
    margin: 0 auto;
    color: rgba(28, 58, 87, 0.85);
    font-size: 15px;
    margin-bottom: 15px;
}

.industry-link {
    text-decoration: none;
    color: rgba(20, 41, 62, 0.7);
    font-size: 15px;
}

.industry-link:hover {
    text-decoration: underline;
}
/* ========================
   RESPONSIVE FIXES ONLY
======================== */

/* Large Tablets (max-width: 992px) */
@media (max-width: 992px) {
    .industries-subtext {
        width: 90%;
    }

    .industries-grid {
        gap: 40px;
    }

    /* Vertical line height adjust */
    .industries-grid::before {
        height: 85%;
        top: 60px;
    }
}

/* Tablets (max-width: 768px) */
@media (max-width: 768px) {

    /* Convert grid to 1 column */
    .industries-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    /* Remove center diamond */
    .industries-grid::after {
        display: none;
    }

    /* Remove vertical line */
    .industries-grid::before {
        display: none;
    }

    /* Remove horizontal line of 1st box */
    .industry-box:nth-child(1)::after {
        display: none;
    }

    .industries-subtext {
        width: 95%;
        font-size: 15px;
    }

    .industry-box p {
        width: 95%;
    }
}

/* Mobile Phones (max-width: 576px) */
@media (max-width: 576px) {

    .industries-title {
        font-size: 24px;
    }

    .industries-badge {
        font-size: 14px;
        padding: 6px 18px;
    }

    .industry-icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .industry-box h4 {
        font-size: 18px;
    }

    .industry-box p {
        font-size: 14px;
        width: 100%;
    }

    .industry-link {
        font-size: 14px;
    }
}
/* experties css */
/* Title */
.expertise-title {
    font-size: 32px;
    font-weight: 700;
    color: #14293e;
}

/* Subtitle */
.expertise-subtext {
    max-width: 620px;
    color: rgba(20, 41, 62, 0.7);
    font-size: 16px;
}

/* View All Button */
.view-all-btn {
    border: 2px solid #14293e;
    padding: 10px 32px;
    text-decoration: none;
    color: #14293e;
    font-weight: 500;
    transition: 0.3s ease;
}
.view-all-btn:hover {
    background: #14293e;
    color: #fff;
}

/* Cards */
.expertise-card {
    background: white;
}

.expertise-img {
    width: 100%;
    height: 280px;
    object-fit: cover;

}
.swiper-pagination-bullets{
    display:none;
}
.expertise-card-title {
    font-size: 18px;
    margin: 14px 0 6px;
    color: #14293e;
    font-weight: 600;
}

.expertise-card-text {
    font-size: 15px;
    color: rgba(20, 41, 62, 0.7);
}

.expertise-read {
    color: #14293e;
    
    font-weight: 500;
}
.expertise-read:hover {
    text-decoration: underline;
}

/* Swiper Navigation Styling */
.expertise-next,
.expertise-prev {
    color: #14293e;
    font-weight: bold;
}

/* Pagination Dots */
.swiper-pagination-bullet-active {
    background: #14293e;
}

/* Responsive Fixes */

@media (max-width: 992px) {
    .expertise-img {
        height: 240px;
    }
}

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

    .expertise-img {
        height: 230px;
    }
}

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

    .expertise-subtext {
        font-size: 14px;
    }

    .view-all-btn {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .expertise-img {
        height: 210px;
    }
}
/* digital section */
.digital-section {
    background-color: #03A9F4; 
}
.btn-light:hover {
    background-color: transparent !important;
    color: white !important;
    border-color: white !important;
}
.digital-btn{
        border-radius: 0px;
}
/* footer section */
.footer-section {
    background-color: #f8f9fa;
}
.footer-section h5{
     font-family: 'Lato', sans-serif;
}

.footer-links li {
    margin-bottom: 8px;
    color: #4e5a67;
    cursor: pointer;
       font-family: 'Lato', sans-serif;
}

.footer-links li:hover {
    color: #00b0eb;
}

.footer-section input {
    border: 1px solid #d1d9e0;
    border-radius: 6px 0 0 6px;
}

.footer-section .btn-primary {
    background-color: #06a5f5;
    border: none;
}

.footer-section .btn-primary:hover {
    background-color: #048cd2;
}

.footer-section button.btn-light,
.footer-section .button.btn-dark{
    width: 45px;
    height: 45px;
    font-weight: bold;
    border-radius: 4px;

    color: #00b0eb !important;
}
.search-container {
    display: flex;
    align-items: center;
    gap: 10px; /* space between icon and input */
    max-width: 400px; /* optional max width */
    width: 100%; /* responsive */
}

.search-container i {
    font-size: 1.2rem;
    color: #555;
}

.search-container input {
    flex: 1; /* takes remaining width */
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .search-container {
        flex-direction: column; /* stack on small screens */
        gap: 5px;
    }
    .search-container input {
        width: 100%;
    }
    .search-container i {
        align-self: flex-start; /* align icon to left */
    }
    .form-control{
        width:auto !important;
    }
}

.input-group{
    gap: 15px;
}
.accessibility:hover{
    background: rgb(48, 46, 46) !important;
    color: #fff!important;

}
.button.btn-dark{
      width: 60px;
    height: 45px;
    font-weight: bold;
    border-radius: 4px;

    color: #fff !important;
}
/* footer mobile resposnsive */
/* --- Responsive Footer --- */
@media (max-width: 992px) { /* Tablet */
    .footer-section .input-group {
        flex-direction: column;
        gap: 10px;
    }
    .footer-section input {
        width: 100%;
        border-radius: 6px;
    }
    .footer-section .btn-primary {
        width: 100%;
        border-radius: 6px;
    }
    .footer-section .d-flex.gap-3 {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) { /* Small Tablets / Large Phones */
    .footer-section .row {
        text-align: center;
    }
    .footer-section .d-flex.gap-3 {
        justify-content: center;
    }
    .footer-section button.btn-light,
    .footer-section .button.btn-dark {
        margin: 0 auto;
    }
}

@media (max-width: 576px) { /* Mobile */
    .footer-section .row > div {
        margin-bottom: 20px;
    }
    .footer-section .input-group {
        width: 100%;
    }
}

/* Search Bar */
.searchbar {
    /*width: 260px;*/
    background: #ffffff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.12);
    gap: 12px;
}

.searchbar i {
    font-size: 18px;
    color: #00aaff;
}

.searchbar input {
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
    background: none;
}

.searchbar input::placeholder {
    color: #80cfff;
    font-weight: 500;
}

/* mega menu css */
        /* Full-width Mega Menu */
        .mega-menu {
            position: absolute !important;
            left: 0 !important;
            right: 0 !important;
            top: 100%;
            width: 100vw !important;
            transform: translateX(calc(-50vw + 50%));
            background:
                url('img/nav-bg.png') bottom/cover no-repeat,
                linear-gradient(90deg, #009cde, #02b0f0);
            height: 445px;
            padding: 40px 60px !important;
            border-radius: 0;
            border: none;
            color: white;
            z-index: 9999;
        }
        .mega-menu a{
           font-family: 'Rubik', sans-serif;
         
        }
        .mega-menu .nav-heading{
           font-family: 'Rubik', sans-serif !important;
           font-size: 24px !important;
        }
        /* Fix parent li so dropdown positions at header bottom */
        .nav-item.mega-dropdown {
            position: static !important;
        }

        /* Image section */
        .mega-menu img {
            width: 100%;
            height: 77%;
            object-fit: cover;

        }

        /* Columns */
        .mega-links li a {
            color: #e6f7ff;
            text-decoration: none;
            font-size: 16px;
                line-height: 32px;
                font-weight: 500;
        }

        .mega-links li a:hover {
            color: #fff;
        }

        /* Bottom Buttons */
        .mega-btn {
            
            color: #000;
            font-weight: 600;
            padding: 10px 0px;

            text-decoration: none;
        }

        .mega-btn:hover {
            background: #eee;
        }

        .nev-item {
            padding: 10px 40px !important;
        }

        /* Mobile version */
        @media (max-width: 992px) {
            .mega-menu {
                position: static !important;
                transform: none !important;
                width: 100% !important;
                padding: 20px !important;
            }
        }
        /* --- RESPONSIVE ONLY, DESIGN UNCHANGED --- */

/* Tablet screens */
@media (max-width: 992px) {

    .mega-menu {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        height: auto !important;
        padding: 20px !important;
        text-align: left;
    }

    .mega-menu img {
        height: 180px; /* reduced for tablets */
        object-fit: cover;
    }

    .mega-menu .row > div {
        margin-bottom: 20px;
    }
}

/* Mobile screens */
@media (max-width: 768px) {

    .mega-menu {
        background:
            url('img/nav-img.png') center/cover no-repeat,
            linear-gradient(90deg, #009cde, #02b0f0);
        padding: 20px 15px !important;
        text-align: left !important;
    }

    .mega-menu img {
        height: 150px;
        border-radius: 6px;
    }

    .mega-links li a {
        font-size: 15px;
        line-height: 28px;
    }

    .mega-menu .nav-heading {
        font-size: 20px !important;
        margin-bottom: 10px;
    }

    /* Stack columns */
    .mega-menu .row {
        display: block !important;
    }

    .mega-menu .row > div {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* Extra small mobile */
@media (max-width: 576px) {

    .mega-menu img {
        height: 130px;
    }

    .mega-links li a {
        font-size: 14px;
    }
}
