/* HEADER CSS */
body {
    background: #fff !important;
    color: #000;
}

/* 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;
}
i {
    font-style: normal;
}
.coming-soon {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    padding: 40px 20px;
}

.coming-soon-content h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.coming-soon-content p {
    font-size: 1.2rem;
    opacity: 0.9;
}



/* dark light mood css*/
/* Round Theme Button */
.theme-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid white;
    background: black;
    cursor: pointer;
}

/* Dark Mode */
.dark-mode {
    background: #111 !important;
    color: white !important;
}

.dark-mode .page-content {
    background: #000;
    color: #fff !important;
}

.dark-mode .top-bar {
    background: #000;
}

.dark-mode .hero-bg {
    background: #000;
}

.dark-mode .about-section {
    background: #000;

}

.dark-mode .railtel-footer {
    background: #000;
    color: #fff !important;
}

.dark-mode .nav-item a {
    color: #000;
}

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-modeh5 h6 .dark-mode p,
.dark-mode a {
    color: #fff !important;
}

.dark-mode .railtel-footer a {
    color: #fff;
}

.dark-mode h2,
.business-title h2 {
    color: #fff;
}

.dark-mode .business-title h2,
.dark-mode .container-map h2 {
    color: #fff;
}

.dark-mode .industries-subtext,
.dark-mode .expertise-subtext {
    color: #fff;
}

.dark-mode .nav-item {
    color: #000;
}

/* Right Blue Box */
.nav-right-box {
    background: #03A9F4;
    padding: 15px 25px;
    display: flex;
    align-items: center;
}

.page-content {
    background: #f5f5f5;
}


/*
Top bar
*/
.top-bar {
    background: #00adf1;
    color: #fff;
    font-size: 13px;
    padding: 6px 0;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    margin-right: 14px;
}

.name-heading a {
    color: #fff;
    text-decoration: none;
    margin-right: 16px;
    font-weight: bold;
    font-size: 18px;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-btn {
    background: #fff;
    color: #3eabcc;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.btn-primary-log:hover {

    border-color: #76111100 !important;
    background: #00adf1 !important;
}

/* new tap design */
.brand-text {
    font-size: 18px;
    font-weight: 700;
    color: #0a0a0a;
    opacity: 0;
    display: inline-block;
    transition: opacity 0.35s ease;
}
/*butoon disign*/
  .button {
                position: relative;
                overflow: hidden;
                height: 3rem;
                padding: 0 2rem;
                border-radius: 1.5rem;
                background: #00adf1;
                background-size: 400%;
                color: #fff;
                border: none;
                border: 1px solid #fff;
                font-weight: 600;
                cursor: pointer;
            }

            .button:hover::before {
                transform: scaleX(1);
            }

            .button-content {
                position: relative;
                z-index: 1;
            }

            .button::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                transform: scaleX(0);
                transform-origin: 0 50%;
                width: 100%;
                height: inherit;
                border-radius: inherit;
                background: linear-gradient(82.3deg, rgb(0 0 0 / 78%) 10.8%, rgb(45, 149, 245) 94.3%);
                transition: all 0.475s;
            }






/* Scroll state */

   
/* HEADER CSS */
body {
    background: #fff !important;
    color: #000;
}

/* 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;
}

.coming-soon {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    padding: 40px 20px;
}

.coming-soon-content h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.coming-soon-content p {
    font-size: 1.2rem;
    opacity: 0.9;
}



/* dark light mood css*/
/* Round Theme Button */
.theme-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid white;
    background: black;
    cursor: pointer;
}

/* Dark Mode */
.dark-mode {
    background: #111 !important;
    color: white !important;
}

.dark-mode .page-content {
    background: #000;
    color: #fff !important;
}

.dark-mode .top-bar {
    background: #000;
}

.dark-mode .hero-bg {
    background: #000;
}

.dark-mode .about-section {
    background: #000;

}

.dark-mode .railtel-footer {
    background: #000;
    color: #fff !important;
}

.dark-mode .nav-item a {
    color: #000;
}

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-modeh5 h6 .dark-mode p,
.dark-mode a {
    color: #fff !important;
}

.dark-mode .railtel-footer a {
    color: #fff;
}

.dark-mode h2,
.business-title h2 {
    color: #fff;
}

.dark-mode .business-title h2,
.dark-mode .container-map h2 {
    color: #fff;
}

.dark-mode .industries-subtext,
.dark-mode .expertise-subtext {
    color: #fff;
}

.dark-mode .nav-item {
    color: #000;
}

/* Right Blue Box */
.nav-right-box {
    background: #03A9F4;
    padding: 15px 25px;
    display: flex;
    align-items: center;
}

.page-content {
background: radial-gradient(circle at center, #081a33, #000);
}


/*
Top bar
*/
.top-bar {
   background: radial-gradient(circle at center, #081a33, #000);
    color: #fff;
    border-bottom: 1px solid #707070;
    font-size: 13px;
    padding: 6px 0;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    margin-right: 14px;
}

.name-heading a {
    color: #fff;
    text-decoration: none;
    margin-right: 16px;
    font-weight: bold;
    font-size: 18px;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-btn {
    background: #fff;
    color: #3eabcc;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.btn-primary-log:hover {

    border-color: #76111100 !important;
    background: #00adf1 !important;
}

/* new tap design */
.brand-text {
    font-size: 18px;
    font-weight: 700;
    color: #0a0a0a;
    opacity: 0;
    display: inline-block;
    transition: opacity 0.35s ease;
}
/*butoon disign*/
  .button {
                position: relative;
                overflow: hidden;
                height: 3rem;
                padding: 0 2rem;
                border-radius: 1.5rem;
                background: #00adf1;
                background-size: 400%;
                color: #fff;
                border: none;
                border: 1px solid #fff;
                font-weight: 600;
                cursor: pointer;
            }

            .button:hover::before {
                transform: scaleX(1);
            }

            .button-content {
                position: relative;
                z-index: 1;
            }

            .button::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                transform: scaleX(0);
                transform-origin: 0 50%;
                width: 100%;
                height: inherit;
                border-radius: inherit;
                background: linear-gradient(82.3deg, rgb(0 0 0 / 78%) 10.8%, rgb(45, 149, 245) 94.3%);
                transition: all 0.475s;
            }

/* Scroll state */
.header-scrolled .top-bar {
    display: none;
}
/*.header-scrolled .logo-header {*/
/*    display: none;*/
/*}*/

/*.header-scrolled .brand-text {*/
/*    display: inline-block;*/
/*}*/

 /*Navbar sticky only */
.header-scrolled .navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    background: radial-gradient(circle at center, #081a33, #000);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

 /*search */
.hero-search {
    display: flex;
    justify-content: center;
}

/* Brand text appear smoothly */ 
.brand-text { opacity: 0; transition: 0.3s;
display:none;
}
.unique-header.header-scrolled .brand-text {  
    opacity: 1;
  display:block;
    
}

.search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 6px;
    width: 100%;
    max-width: 520px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.search-box input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 18px;
    font-size: 15px;
    border-radius: 50px;
}

.search-box button {
    border: none;
    background: #0096ce;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.search-box button:hover {
    background: #007fb0;
}

/* Mobile responsive */
@media(max-width:576px) {
    .search-box {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .top-bar {
        display: none;
    }
}

/* ================= HEADER ================= */
.unique-header {
    position: sticky;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
}

.logo-header {
    width: 100%;
    margin-bottom: -65px;
    background: #fff;
    border: 1px solid #00b1ed;
    border-radius: 13px;
    padding: 9px;
      height: 115px;
    opacity: 1;
    transition: all 0.35s ease;

}
.navbar-brand {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .logo-header {
        width: auto;
        height: 90px !important;
        margin-bottom: 0px;
        background: #fff;
        border: 1px solid #00b1ed;
        border-radius: 8px;
        padding: 9px;
    }
    .unique-header{
        position: relative !important;
    }
    .navbar-collapse{
        height: 70vh;
        overflow-y:auto;
    }


}

/* ================= NAV ================= */
.unique-nav .nav-item {
    position: relative;
}

.unique-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
    padding: 15px 18px;
    cursor: pointer;
    user-select: none;
    transition: .3s;
    text-transform: capitalize;
}

/* Hover indicator */
.unique-nav .nav-item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 0;
    height: 6px;
    background: #0096ce;
    border-radius: 50px;
    transform: translateX(-50%);
    transition: .35s;
}

.unique-nav .nav-item:hover::after,
.unique-nav .nav-item.active::after {
    width: 70%;
}

.unique-nav .nav-item:hover .nav-link,
.unique-nav .nav-item.active .nav-link {
    color: #0096ce !important;
}

/* ================= DROPDOWN ================= */
.unique-nav .dropdown-menu {
    display: block;
    /* override bootstrap */
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    pointer-events: auto;
    transition: .25s;
    max-height: 60vh;
    overflow: auto;
    min-width: 280px;

    /* Scrollbar styling for WebKit browsers (Chrome, Safari, Edge) */
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #888 #f1f1f1;
    /* For Firefox */
}

/* WebKit scrollbar styling */
.unique-nav .dropdown-menu::-webkit-scrollbar {
    width: 8px;
    /* width of the scrollbar */
}

.unique-nav .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* track color */
    border-radius: 4px;
}

.unique-nav .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #888;
    /* scrollbar thumb color */
    border-radius: 4px;
    border: 2px solid #f1f1f1;
    /* optional: adds padding effect */
    transition: background 0.3s;
}

.unique-nav .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* hover effect */
}

/* ---------- DESKTOP (HOVER) ---------- */
@media(min-width:992px) {
    .unique-nav .dropdown-menu {
        display: block;
        /* override bootstrap */
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        pointer-events: auto;
        transition: .25s;
        max-height: 60vh;
        overflow: auto;

        /* Scrollbar styling for WebKit browsers (Chrome, Safari, Edge) */
        scrollbar-width: thin;
        /* For Firefox */
        scrollbar-color: #888 #f1f1f1;
        /* For Firefox */
    }

    /* WebKit scrollbar styling */
    .unique-nav .dropdown-menu::-webkit-scrollbar {
        width: 8px;
        /* width of the scrollbar */
    }

    .unique-nav .dropdown-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
        /* track color */
        border-radius: 4px;
    }

    .unique-nav .dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #888;
        /* scrollbar thumb color */
        border-radius: 4px;
        border: 2px solid #f1f1f1;
        /* optional: adds padding effect */
        transition: background 0.3s;
    }

    .unique-nav .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background-color: #555;
        /* hover effect */
    }

    .unique-nav .dropdown:hover>.dropdown-menu {

        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

/* Dropdown items */
.unique-nav .dropdown-menu a {
    padding: 5px 22px;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.unique-nav .dropdown-menu a:hover {
    background: #0096ce;
    color: #fff;
}

/* ================= MOBILE ================= */
.navbar-toggler {
    border: none;
}

.navbar-toggler span {
    display: block;
    width: 26px;
    height: 3px;
    background: #0096ce;
    margin: 5px 0;
    transition: .3s;
}

.navbar-toggler.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler.active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.accessibility button {
    margin: 0 5px;
    padding: 2px 8px;
    cursor: pointer;
    background: transparent;
    color: white;
    border: none;
}

.accessibility button:hover {
    background: transparent;
}

@media(max-width:991px) {

    .unique-nav .nav-item::after {
        display: none;
    }

    .unique-nav .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-radius: 0;
    }

    .dropdown.show>.dropdown-menu,
    .dropdown-menu.show {
        display: block !important;
    }
}

/* LOGO shrink instead of hide */
.logo-header {
    height: 115px;
    transition: all 0.35s ease;
}

.unique-header.header-scrolled .logo-header {
    display:none;
}

/* Brand text appear smoothly */
/* Brand text hidden by default */
.brand-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    font-size: 18px;
    font-weight: 700;
    color: #0a0a0a;
}

/* Show only when scrolled */
.unique-header.header-scrolled .brand-text {
    opacity: 1;
    visibility: visible;
}


.unique-header.header-scrolled .brand-text {
    opacity: 1;
    color:#fff;
}
/* new tap design */
.brand-text {
    display: none;
    font-size: 18px;
    font-weight: 700;
    color: #0a0a0a;
}
/*butoon disign*/
  .button {
                position: relative;
                overflow: hidden;
                height: 3rem;
                padding: 15px 40px;
                border-radius: 1.5rem;
                background: #00adf1;
                background-size: 400%;
                color: #fff;
                border: none;
                border: 1px solid #fff;
                font-weight: 600;
                cursor: pointer;
                text-decoration:none;
                top:10px;
            }

            .button:hover::before {
                transform: scaleX(1);
            }

            .button-content {
                position: relative;
                z-index: 1;
            }

            .button::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                transform: scaleX(0);
                transform-origin: 0 50%;
                width: 100%;
                height: inherit;
                border-radius: inherit;
                background: linear-gradient(82.3deg, rgb(0 0 0 / 78%) 10.8%, rgb(45, 149, 245) 94.3%);
                transition: all 0.475s;
            }

/* search */
.hero-search {
    display: flex;
    justify-content: center;
}

.search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 6px;
    width: 100%;
    max-width: 520px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.search-box input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 18px;
    font-size: 15px;
    border-radius: 50px;
}

.search-box button {
    border: none;
    background: #0096ce;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.search-box button:hover {
    background: #007fb0;
}

/* Mobile responsive */
@media(max-width:576px) {
    .search-box {
        max-width: 100%;
    }
}

/* ================= HEADER ================= */
.unique-header {
    position: sticky;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(10px);
       background: radial-gradient(circle at center, #081a33, #000);
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
}


.logo-header {
    height: 100px;
    max-height:100px;
    width:100%;
    transition: height 0.35s ease;
}

@media (max-width: 820px) {
    .logo-header {
        height: 70px;
        max-height: 70px;
        
    }
}
}

/* ================= NAV ================= */
.unique-nav .nav-item {
    position: relative;
}

.unique-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 15px 18px;
    cursor: pointer;
    user-select: none;
    transition: .3s;
    text-transform: capitalize;
}

/* Hover indicator */
/*.unique-nav .nav-item::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 6px;*/
/*    width: 0;*/
/*    height: 6px;*/
/*    background: #0096ce;*/
/*    border-radius: 50px;*/
/*    transform: translateX(-50%);*/
/*    transition: .35s;*/
/*}*/

.unique-nav .nav-item:hover::after,
.unique-nav .nav-item.active::after {
    width: 70%;
}

.unique-nav .nav-item:hover .nav-link,
.unique-nav .nav-item.active .nav-link {
    color: #0096ce;
}

/* ================= DROPDOWN ================= */
.unique-nav .dropdown-menu {
    display: block;
    /* override bootstrap */
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    pointer-events: auto;
    transition: .25s;
    max-height: 60vh;
    overflow: auto;
    min-width: 280px;

    /* Scrollbar styling for WebKit browsers (Chrome, Safari, Edge) */
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #888 #f1f1f1;
    /* For Firefox */
}

/* WebKit scrollbar styling */
.unique-nav .dropdown-menu::-webkit-scrollbar {
    width: 8px;
    /* width of the scrollbar */
}

.unique-nav .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* track color */
    border-radius: 4px;
}

.unique-nav .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #888;
    /* scrollbar thumb color */
    border-radius: 4px;
    border: 2px solid #f1f1f1;
    /* optional: adds padding effect */
    transition: background 0.3s;
}

.unique-nav .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* hover effect */
}

/* ---------- DESKTOP (HOVER) ---------- */
@media(min-width:992px) {
    .unique-nav .dropdown-menu {
        display: block;
        /* override bootstrap */
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        pointer-events: auto;
        transition: .25s;
        max-height: 60vh;
        overflow: auto;

        /* Scrollbar styling for WebKit browsers (Chrome, Safari, Edge) */
        scrollbar-width: thin;
        /* For Firefox */
        scrollbar-color: #888 #f1f1f1;
        /* For Firefox */
    }

    /* WebKit scrollbar styling */
    .unique-nav .dropdown-menu::-webkit-scrollbar {
        width: 8px;
        /* width of the scrollbar */
    }

    .unique-nav .dropdown-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
        /* track color */
        border-radius: 4px;
    }

    .unique-nav .dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #888;
        /* scrollbar thumb color */
        border-radius: 4px;
        border: 2px solid #f1f1f1;
        /* optional: adds padding effect */
        transition: background 0.3s;
    }

    .unique-nav .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background-color: #555;
        /* hover effect */
    }

    .unique-nav .dropdown:hover>.dropdown-menu {

        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

/* Dropdown items */
.unique-nav .dropdown-menu a {
    padding: 5px 22px;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.unique-nav .dropdown-menu a:hover {
    background: #0096ce;
    color: #fff;
}

/* ================= MOBILE ================= */
.navbar-toggler {
    border: none;
}

.navbar-toggler span {
    display: block;
    width: 26px;
    height: 3px;
    background: #0096ce;
    margin: 5px 0;
    transition: .3s;
}

.navbar-toggler.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler.active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.accessibility button {
    margin: 0 5px;
    padding: 2px 8px;
    cursor: pointer;
    background: transparent;
    color: white;
    border: none;
}
.accessibility button:hover {
    background: transparent;
}

@media(max-width:991px) {

    .unique-nav .nav-item::after {
        display: none;
    }

    .unique-nav .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-radius: 0;
    }
    .dropdown.show>.dropdown-menu,
    .dropdown-menu.show {
        display: block !important;
    }

}
@media(max-width:991px) {

    .unique-nav .dropdown-menu {
        max-height: none !important;
        overflow: visible !important;
    }
   
    .brand-text {
        font-size: 15px;
    }
    /* header respnsive */
    .navbar-toggler {
        border: none;
        right: 0;
    }
}

/* Hero section */
.hero-bg {
    position: relative;
    overflow: hidden;
    padding: 150px 20px;
    /* adjust top/bottom padding */
    color: #fff;

}

/* Video background */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.7;
    /* adjust transparency if needed */
}

/* Content above video */
.hero-content {
    text-align: left;
    position: relative;
    z-index: 2;
}

/* Optional: Add overlay for better contrast */
.hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a2942ba;
    z-index: 1;
}

.lead {
    font-size: 1.25rem;
    font-weight: 500;
}
/*  New Css end*/







/* about css */
input[type="radio"] {
    display: none;
}

.about-tabs-section {
    background: radial-gradient(circle at top, #081a33, #000);
  /*   background: */
  /*  radial-gradient(circle at top, #081a33, #000),*/
  /*  url('../img/about_bglayer.png');*/
  
  /*background-size: cover;*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
    /*background: #fff;*/
    color: #fff;
    padding: 50px 20px;
    font-family: 'Segoe UI', sans-serif;
    
}

.about-wrapper {
    text-align: center;
    margin: auto;
}

.main-heading {
    font-size: 35px;
    margin-bottom: 15px;
    display: inline-block;
    /* Important */
    position: relative;
}

.main-heading::after {
    content: "";
    display: block;
    height: 4px;
    background-color: #fff;
    margin-top: 5px;
}

.main-desc {
    color: #fff;
    margin-bottom: 40px;
}

/* Tabs */
.tabs {
    gap: 20px;
    margin-bottom: 30px;
}

.tab-btn {
    border: 1px solid #00adf1;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
}
/*.tab-btn .active{*/
/*    color: #fff; */
/*}*/
/* Active tab */
#tab-mission:checked~.tabs label[for="tab-mission"],
#tab-vision:checked~.tabs label[for="tab-vision"] {
    background: #00adf1;
    color:#fff;
}

/* Card */
.tab-card {
    width: 1000px;
    border: 1px solid #00adf1;
    border-radius: 20px;
    display: inline-block;
    padding: 50px;
   background: linear-gradient(180deg, #071427, #000);
}

/* Panels */
.tab-panel {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    animation: fadeSlide 0.6s ease;
}

#tab-mission:checked~.tab-card .mission {
    display: grid;
}

#tab-vision:checked~.tab-card .vision {
    display: grid;
}

.tab-left h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
}

.tab-left p {
    color: #fff;
    line-height: 1.7;
}

.tab-right img {
    width: 100%;
    border-radius: 18px;
    border: 1px solid #00adf1;
}

/* Animation */
@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

    .tab-card {
        width: auto;
    }

    .top-bar-right {
        display: none;
    }
}

/* < !--====================map section====================--> */
.container-map {
    padding: 30px 20px 20px 20px;
    /*position: relative;*/
      background: radial-gradient(circle at top, #081a33e0, #020202bd), url(../img/layer_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
   
}

.container-map h2 {
    font-size: 35px;
    margin-bottom: 10px;
    display: inline-block;
 text-align: center;
    position: relative;
}

.container-map h2::after {
    content: "";
    display: block;
    height: 4px;
    background-color: #fff;
    margin-top: 5px;
}
.counter-content{
    font-size: 16px;
        line-height: 1.6;
        text-align: justify;
}

.conter {
    width: 150px;
    border: 2px solid #00adf1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: linear-gradient(90deg, #2a81ac, #3299df);
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: background-color 0.3s ease;
    height: 100%;
}

.conter span {
    font-size: 13px;
    color: #ffffff;
    font-weight: 800;
}

#chartdiv {
    width: 100%;
    height: 500px;
}

.conter h6 {
    color: #fff;
    font-size: 26px;
}

    /* our services css */
:root {
    --xspace: 5px;
    --vw-width: calc(100vw - 18px);
}

/* ================= BASE ================= */
.carousel-accordion.owl-carousel {
    max-width: 90%;
    margin: 3vh auto;
    padding: 0 20px;
}



.carousel-accordion .owl-item a {
    text-decoration: none;
    color: inherit;
}

/* ================= ITEM ================= */
.accordion_li {
    position: relative;
}

.carousel-accordion .accordion_li .bg-image {
    height: 70vh;
    max-height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.carousel-accordion .accordion_li img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ================= TEXT OVER IMAGE ================= */
.pv-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    z-index: 2;
    font-size: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

/* ================= DESKTOP HOVER EFFECT ================= */
@media (min-width: 1200px) {

    .carousel-accordion .owl-item {
        transition: width 0.4s ease, z-index 0.4s ease;
    }

    /* Assign CSS variables calculated by Javascript */
    .carousel-accordion .owl-item.active {
        width: var(--owl-base-width, 210px) !important;
    }

    .carousel-accordion:hover .owl-item.active {
        width: var(--owl-shrunk-width, 160px) !important;
    }

    .carousel-accordion .owl-item.active:hover {
        width: var(--owl-expanded-width, 400px) !important;
        z-index: 10;
    }

    .carousel-accordion .accordion_li {
        transition: all 0.4s ease;
        position: relative;
        z-index: 1;
        width: 100%;
        border-radius: 1rem;
        overflow: hidden;
    }
    
    .carousel-accordion .owl-item:hover .accordion_li {
        box-shadow: 0 10px 40px rgba(0,0,0,0.6);
        z-index: 10;
    }

    .carousel-accordion .accordion_li .bg-image {
        max-height: 600px;
    }
}
/* services section */
.services {
    padding: 30px;
    /*background: linear-gradient(180deg, #00adf126, #5da5c145);*/
    text-align: center;
    background:#003d58;
}

.service-headeing h2 {
    font-size: 35px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
    color:#fff;
    position: relative;
}

.service-headeing h2::after {
    content: "";
    display: block;
    height: 4px;
    background-color: #fff;
    margin-top: 5px;
}

.service-headeing p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
    display: flex;
    justify-content: center;
}

.btn-services {
   background: #0096ce;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #fff;
}

.btn-services:hover {
    background: linear-gradient(82.3deg, rgb(0 0 0 / 78%) 10.8%, rgb(45, 149, 245) 94.3%);
    color: #fff !important;
      border: 1px solid #fff;

}
.carousel-accordion .accordion_li {
    position: relative;  
}

.carousel-accordion .accordion_li::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);  
    z-index: 1;
        border-radius: 15px;
}

.carousel-accordion .accordion_li img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ================= NAV ================= */
.owl-carousel .owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
    background: #000;
    margin: 0 5px;
    display: inline-grid;
    place-content: center;
    border: none;
}

.owl-carousel .owl-nav button:focus {
    outline: none;
}

.owl-carousel .owl-nav .angle-right,
.owl-carousel .owl-nav .angle-left {
    width: 30px;
    height: 30px;
    background: #0099cb;
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 24px;
}

.owl-carousel .owl-nav .angle-right::before {
    content: "\203A";
}

.owl-carousel .owl-nav .angle-left::before {
    content: "\2039";
}


/* ================= NAV ================= */
.owl-carousel .owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
    background: #000;
    margin: 0 5px;
    display: inline-grid;
    place-content: center;
    border: none;
}

.owl-carousel .owl-nav button:focus {
    outline: none;
}

/*.owl-carousel .owl-nav .angle-right,*/
/*.owl-carousel .owl-nav .angle-left {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    background: #000 url(./img/crousel.jpg) no-repeat center;*/
/*    background-size: 30px auto;*/
/*}*/
.owl-carousel .owl-nav .angle-right,
.owl-carousel .owl-nav .angle-left {
    width: 30px;
    height: 30px;
    background: #0099cb;
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 24px;
}

.owl-carousel .owl-nav .angle-right::before {
    content: "\203A";
}

.owl-carousel .owl-nav .angle-left::before {
    content: "\2039";
}


/*.owl-carousel .owl-nav .angle-left {*/
/*    transform: rotate(180deg);*/
/*}*/

/* <!-- ==================== business new section==================== --> */
.business-section {
      background: radial-gradient(circle at top, #081a33, #000);
    padding: 30px 20px 50px 20px;
    text-align: center;
    color:#fff;
}
.business-section h2{
    font-size: 35px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.business-section h2::after {
    content: "";
    display: block;
    height: 4px;
    background-color: #f5f5f5;
    margin-top: 5px;
}


.business-wrapper {
    display: flex;
    gap: 20px;
}

/* LEFT GRID */
.business-grid {
   width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.business-item {
  background: #003d58;
    color: #ffffff;
    padding: 20px 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    display: grid;
    align-items: center;
    text-align: center;
    border: 1px solid #ffffff94;
}
.business-item  i {
    font-size: 35px;
}
.business-item a{
       text-decoration: underline !important;
       color:#fff;
}

.business-item span {
    font-size: 16px;
    display: block;
}

.business-item:hover,
.business-item.active {
    background: #0096ce;
    color: #fff;
}

/* RIGHT IMAGE */
.business-image {
    width: 55%;
}

.business-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: opacity 0.4s ease, transform 0.5s ease;
}

/* MOBILE */
@media(max-width:768px) {
    .business-wrapper {
        flex-direction: column;
    }

    .business-grid {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    .business-image {
        display: none;
    }

    
}

/* <!-- ====================  testimonial section ==================== --> */
.testi-heading {
    font-size: 35px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.testi-heading::after {
    content: "";
    display: block;
    height: 4px;
    background-color: rgb(255, 255, 255);
    margin-top: 5px;
}

.white-heading {
    color: #ffffff;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}

/*-----Testimonial-------*/
.testimonial {
    position: relative;
    background: url(./img/Railways_Transport.jpg) center/cover no-repeat;
    padding: 30px 15px;
    overflow: hidden;
}

.testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(16 62 94 / 51%);
    z-index: 1;
}

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

#testimonialHome .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonialHome .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonialHome .carousel-inner .carousel-item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control-prev,
.testimonial4_control_button .carousel-control-next {
    top: 50%;
    opacity: 1;
    width: 40px;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    border-radius: 100%;
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control-prev {
    left: 7%;
}

.testimonial4_control_button .carousel-control-next {
    right: 7%;
}

.testimonial4_control_button .carousel-control-prev:hover,
.testimonial4_control_button .carousel-control-next:hover {
    color: #000;
    border: 2px solid #fff;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 22px;
}

.testimonial .carousel {
    padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

/* home pge end */
/* Tabs */
.vm-tabs .nav-link {
    background: #fff6e29e;
    color: #000000;
    border-radius: 0;
    padding: 15px;
    font-size: 20px;
    position: relative;
    transition: background 0.3s ease;
    font-weight: bold;
}

.vm-tabs .nav-link.active {
    background: #4cb5f2;
    color: #fff;
    font-weight: 800;
}

/* Arrow under active tab */
.vm-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #4cb5f2;
}

/* Content Box */
.vm-content {
    background: #f9efde;
    color: #000000;
    padding: 40px 30px;
    position: relative;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

/* Quote icons */
.vm-content::before {
    content: 'â€œ';
    font-size: 60px;
    position: absolute;
    top: 5px;
    left: 20px;
    opacity: 0.2;
}

.vm-content::after {
    content: 'â€';
    font-size: 60px;
    position: absolute;
    bottom: 5px;
    right: 20px;
    opacity: 0.2;
}

/* Smooth Animation */
.tab-pane {
    animation: fadeSlide 0.5s ease-in-out;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media(max-width:576px) {
    .vm-tabs .nav-link {
        font-size: 16px;
        padding: 12px;
    }
}

.btn-learn {
    background: #00b1ed !important;
    border-radius: 0px;
}

.btn-learn:hover {
    background: #00adf100 !important;
    color: #00adf1 !important;
    border: 2px solid #00adf1 !important;
}

.page-header {
    background: #38353500;
    padding: 20px 0;
    font-weight: 600px;
    border-bottom: 2px solid #e5e5e5;
}

.page-header .container {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*flex-wrap: wrap;*/
    gap: 10px;
}

.page-title {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}

.dc-section {
    color:#fff;
    padding: 20px 0;
      background: radial-gradient(circle at center, #081a33, #000);
}


.dc-sub-title {
    font-weight: 600;
    color: #00adf1;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e6e9ee;
}

/* LIST STYLE */
.dc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dc-list li {
    display: flex;
    gap: 12px;
    padding: 10px 0 10px 20px;
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
    color: #333;
    transition: 0.3s;
    position: relative;
}

.dc-list li:last-child {
    border-bottom: none;
}

.dc-title {
    font-weight: 700;
    color: #0b3c6d;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e6e9ee;

}

.dc-list li::before {
    content: "\f26a";
    font-family: "bootstrap-icons";
    color: #00b3d3;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 0px;
    display: inline-block;
}

/* HOVER */
.dc-list li:hover {
    color: #0dcaf0;
}

.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: #00adf100 !important;
    color: #00adf1 !important;
    border: 2px solid #00adf1 !important;
}

.breadcrumb {
    font-size: 18px;
    color: #fff;
}

.breadcrumb a {
    color: #00adf1;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.anker-link {
    color: #0dcaf0;
    text-decoration: none;

}

.dc-list-2 li {
    gap: 12px;
    padding: 10px 0 10px 20px;
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
    color: #fff;
    list-style: none;
    transition: 0.3s;
    position: relative;
}

.dc-list-2 li::before {
    content: "\f26a";
    font-family: "bootstrap-icons";
    color: #00b3d3;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 0px;
    display: inline-block;
}

@media (max-width: 768px) {
    .hero {
        height: 200px;
    }

    .page-title {
        font-size: 22px;
    }
}




/* =======================
   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;
}

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

/* 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);
    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;
}


/* ESG SECTION*/
.esg-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.esg-header h2 {
    font-weight: 600;
    color: rgba(20, 41, 62, 1);
}

.view-btn {
    background: #00adf1;
    color: #fff;
    border: none;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.view-btn:hover {
    background: #00adf100;
    border: 1px solid #00adf1;
    color: #00adf1;
}

/* ESG Cards */
.esg-service-card {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.esg-service-card img {
    background: #00adf1;
    padding: 20px;
    height: 140px;
    width: 100%;
    object-fit: contain;
}

/* Card Body Same Height */
.esg-service-card .card-body,
.service-card .card-body {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

/* Slider arrows */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

@media(max-width:768px) {

    .esg-service-card img,
    .service-card img {
        height: 120px;
    }
}

/*<!-- ==================== business section ==================== -->*/

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

.business-title h2 {
    font-weight: 600;
    color: rgba(20, 41, 62, 1);
}

/* CARD */
.business-card {
    padding: 40px 25px;
    height: 100%;
    border-left: 2px solid #00adf1;
    background: #fff;
    transition: 0.4s ease;
    cursor: pointer;
}

.business-card svg {
    height: 40px;
    fill: #00adf1;
}

.business-card h5 {
    margin-top: 15px;
    font-weight: 600;
}

.business-card p {
    font-size: 14px;
    color: #666;
}

/* ACTIVE */
.business-card.active {
    background: #00adf1;
    border-left: none;
}

.business-card.active svg,
.business-card.active h5,
.business-card.active p {
    color: #fff !important;
    fill: #fff !important;
}



/* BUTTON */
.business-btn {
    margin-top: 40px;
    padding: 12px 30px;
    border: 2px solid #00adf1;
    color: #00adf1;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.business-btn:hover {
    background: #00adf1;
    color: #fff;
}

@media(max-width:768px) {
    .business-card {
        border-left: none;
        border-top: 2px solid #00adf1;
        text-align: center;
    }
}






/* ========================
   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: 720px;
    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 {
    padding: 20px;
    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;
}

.digital-section h2 {
    font-size: 24px;
}

.btn-light:hover {
    background-color: transparent !important;
    color: white !important;
    border-color: white !important;
}

.digital-btn {
    border-radius: 0px;
}

/* footer*/
.railtel-footer {
background: radial-gradient(circle at top, #081a33, #000304);
    color: #fff;
    font-family: Arial;
    border-top:1px solid #fff;
}

.railtel-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.text-footer {
    color: #fff;
}

.railtel-footer a:hover {
    text-decoration: none;
}

.f-title p {
    margin-bottom: 1px;
}

.social-top a {
    color: #008fd5;
    background: white;
    padding: 13px 10px;
    border-radius: 50%;
    margin-left: 8px;
    font-size: 14px;
}

.social-top a:hover {
    color: #fff;
    background: #008fd5;
}

.footer-logo img {
    filter: brightness(0.95);
    padding: 10px 10px;
    object-fit: fill;
}



.footer-dropdown {
    position: relative;
}

.footer-drop-btn {
    color: white;
    cursor: pointer;
    font-size: 14px;
}

.footer-drop-content {
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    color: #000;
    min-width: 180px;
    border-radius: 4px;
    display: none;
    flex-direction: column;
    padding: 8px 0;
    z-index: 5;
    /* ðŸ‘‡ SCROLL ENABLE */
    max-height: 300px;
    overflow-y: auto;
}

.footer-drop-content a {
    padding: 6px 15px;
    display: block;
    font-size: 13px;
    color: #000 !important;
}

.footer-drop-content a:hover {
    background: #00adf1;
    color: #000 !important;
}

/* Show on hover */
.footer-dropdown:hover .footer-drop-content {
    display: flex;
}

.footer-title {
    color: #fff;
}

.footer-last {
    margin-left: 235px;
    margin-bottom: 15px;
}

.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;
}

/* Mobile: open on click */
/* Mobile: click to open dropdown */
/*@media(max-width:768px) {*/

    /* header respnsive */
/*    .navbar-toggler {*/
/*        border: none;*/
/*       position: fixed;*/
/*        right: 0;*/
/*    }*/
/*    .top-bar {*/
/*        display:none;*/

/*    }*/
/*    .brand-text {*/
/*    font-size: 16px;}*/

/*    .navbar-toggler span {*/
/*        display: block;*/
/*        height: 3px;*/
/*        width: 25px;*/
/*        background: #3eabcc;*/
/*        margin: 5px 0;*/
/*        transition: 0.3s;*/
/*    }*/

/*    .justify-content-between {*/
/*        justify-content: space-between !important;*/
/*        flex-direction: column;*/
/*    }*/

/*    .navbar>.container {*/
/*        justify-content: space-between;*/
/*    }*/

/*    .navbar-toggler.active span:nth-child(1) {*/
/*        transform: rotate(45deg) translate(5px, 5px);*/
/*    }*/

/*    .navbar-toggler.active span:nth-child(2) {*/
/*        opacity: 0;*/
/*    }*/

/*    .navbar-toggler.active span:nth-child(3) {*/
/*        transform: rotate(-45deg) translate(6px, -6px);*/
/*    }*/

/*    .dropdown-menu {*/
/*        display: none;*/
/*        position: static;*/
/*        box-shadow: none;*/
/*        background: #f8f9fa;*/
/*    }*/

/*    .dropdown.show .dropdown-menu,*/
/*    .dropdown-menu.show {*/
/*        display: block !important;*/
/*    }*/

    /* footer responsive */
    .footer-dropdown {
        position: relative;
        display: block;
        /* Ensure normal flow */
    }

    .footer-drop-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        flex-direction: column;
        background: #bbbbbb;
        border-radius: 4px;
        margin-top: 5px;
        padding: 0 0;
        /* remove extra padding */
    }

    /* Show when parent has active */
    .footer-dropdown.active .footer-drop-content {
        max-height: 500px;
        /* Enough to show all items */
        padding: 8px 0;
    }
}



/* 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;
}

.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: 11px;
    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: auto;
    object-fit: cover;

}

/* Columns */
.mega-links li a {
    color: #e6f7ff;
    text-decoration: none;
    font-size: 12px;
    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;
    }
}



.mou-item {
    background: #fff;
    border-radius: 12px;
    padding: 22px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #212529;
    gap: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.mou-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #00a4d9, #084298);
}

.mou-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.mou-item .mou-text {
    font-size: 1rem;
    font-weight: 500;
    padding-left: 10px;
}

.mou-item a {
    font-family: "bootstrap-icons";
    text-decoration: none;
}

.mou-download {
    background: #00a6d6;
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
}

.mou-download i {
    font-size: 20px;
}

@media (max-width: 767px) {
    .mou-item {
        padding: 12px;
    }
}
/*mobile viwe*/
/* Responsive adjustments */
@media(max-width:768px) {
    .hero-bg {
        padding: 60px 15px;
    }

    .hero-video {
        height: auto;
        min-height: 100%;
    }
    .hero-content h1{
        font-size:28px;
    }
    .lead {
    font-size: 18px;}
    .button {
    padding: 0px 1rem;}
    .main-desc {
    text-align: justify;}
    .tab-card {
    width: auto;
    padding: 15px!important;
        
    }
    .tab-panel {
        grid-template-columns: 1fr;
        gap:20px;
    }
    #chartdiv {
    width: 100%;
    height: 285px;
  }
    .container-map {
       padding: 35px 15px 15px 15px;
    }
   
    .container-map h2 {
        font-size:24px;
    margin-bottom: 10px;}
    .counter-content{
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
    .business-section h2 {
    font-size: 24px;}
    .about-tabs-section{
        padding: 30px;
    }
    .main-desc {
    margin-bottom: 20px;
   }
   .main-heading {
    font-size: 24px;}
    .business-section {
        padding: 10px;
    }
    .service-headeing h2 {
    font-size: 24px;}
    
    .services {
    padding: 20px;}
    service-headeing p {
    font-size: 16px;}
    .footer-last {
    margin-left: 0px;
    }
    .testi-heading {
    font-size: 24px;
        margin-top:10px;
    }
    .testimonial {
    padding: 5px 10px;
    }
    .testimonial4_slide h4 {
    font-size: 18px;
   }
    .testimonial4_slide p {
        font-size: 16px;
      }
      .business-item {
          padding:20px !important;
      }
}