/* --- Variables & Reset --- */
:root {
    --navy: #002147;
    --navy-light: #e6f0fa;
    --dark-navy: #00152e;
    --sky: #00a8e8;
    --sky-hover: #0096d1;
    --gray: #6c757d;
    --light-gray: #f8f9fa;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
    font-family: 'Outfit', sans-serif;
}

/* --- Utilities --- */
.text-sky { color: var(--sky) !important; }
.text-navy { color: var(--navy) !important; }
.bg-navy { background-color: var(--navy) !important; }
.bg-dark-navy { background-color: var(--dark-navy) !important; }
.bg-sky { background-color: var(--sky) !important; }
.bg-navy-light { background-color: var(--navy-light) !important; }
.bg-sky-light { background-color: rgba(0, 168, 232, 0.05) !important; }

.btn-primary {
    background-color: var(--sky);
    border-color: var(--sky);
    transition: all 0.3s ease;
}
.btn-primary:hover {
    background-color: var(--sky-hover);
    border-color: var(--sky-hover);
    transform: translateY(-2px);
}
.btn-navy {
    background-color: var(--navy);
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}
.btn-navy:hover {
    background-color: var(--sky);
    color: white;
}

.section-padding { padding: 80px 0; }
.section-title {
    font-weight: 700;
    color: var(--navy);
    position: relative;
    display: inline-block;
}
.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--sky);
    margin: 10px auto 0; /* Center align */
}
#about .section-title::after { margin: 10px 0 0 0; /* Left align for About section */ }

/* --- Navbar --- */
.navbar-brand { font-size: 1.5rem; color: var(--navy); }
.nav-link {
    color: var(--navy);
    font-weight: 500;
    margin-right: 15px;
}
.nav-link:hover, .nav-link.active { color: var(--sky) !important; }

/* --- Carousel --- */
.carousel-item {/* height: 85vh; min-height: 500px;*/ position: relative; }
.carousel-item img { height: 100%; object-fit: cover; }
.overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 33, 71, 0.6); /* Navy tint */
}
.carousel-caption {
    bottom: 30%;
    text-align: left;
}
.letter-spacing-2 { letter-spacing: 2px; }

/* --- Services --- */
.service-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}
.icon-box { width: 80px; height: 80px; transition: 0.3s; }
.service-card:hover .icon-box { background-color: var(--sky) !important; color: white !important; }

/* --- OPD Section --- */
.opd-steps .opd-icon {
    position: relative;
    z-index: 2;
    transition: 0.3s;
}
.opd-steps .col-md-3:hover .opd-icon {
    transform: rotateY(180deg);
    background-color: var(--sky) !important;
}
.opd-steps .col-md-3:hover .opd-icon i { color: white !important; }

/* --- Gallery --- */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 250px;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.1); }

/* --- Footer --- */
.footer-links li { margin-bottom: 10px; }
.footer-links a {
    color: #adb5bd;
    text-decoration: none;
    transition: 0.3s;
}
.footer-links a:hover { color: var(--sky); padding-left: 5px; }

/* --- Floating Buttons --- */
.floating-btn-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.float-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 28px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-decoration: none;
    transition: 0.3s;
    animation: pulse 2s infinite;
}
.whatsapp-btn { background-color: #25D366; }
.call-btn { background-color: var(--sky); }

.float-btn:hover { transform: scale(1.1); color: white; }

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 168, 232, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(0, 168, 232, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 168, 232, 0); }
}
.top-bar{
	background:#002147
}
.cu-lg-wdth{
	width:100px;
}
.cu-sr-img{
	width:100%;
	border-radius:10px;
	margin-bottom:15px;
}
.cu-glry{
	margin-bottom:30px;
}
.cu-glry img{
	width:100%;
	border-radius:10px;
}
.cu-clr{
	color:#adb5bd
}
.fter-ttle{background-color: #00a8e8;
    padding-left: 6px;
    border-top-right-radius: 20px;
}
.cu-ber-btm li{
	padding-bottom:5px;
	border-bottom:1px dashed;
}
.brand-section {
            background: #ffffff;
            padding: 50px 0;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }

        .brand-section h2 {
            color: #001f3f; /* Navy Blue */
            font-size: 2rem;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .brand-section p {
            color: #6c757d; /* Gray */
            margin-bottom: 40px;
            font-size: 1rem;
        }

        /* The Slider Container */
        .slider-b {
            height: 100px;
            margin: auto;
            overflow: hidden;
            position: relative;
            width: 90%; /* Adjust width as needed */
            max-width: 1200px;
        }

        /* Gradient Overlay (Fade effect on sides) */
        .slider-b::before,
        .slider-b::after {
            background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            content: "";
            height: 100px;
            position: absolute;
            width: 150px;
            z-index: 2;
        }

        .slider-b::before {
            left: 0;
            top: 0;
        }

        .slider-b::after {
            right: 0;
            top: 0;
            transform: rotateZ(180deg);
        }

        /* The Track (Actual scrolling part) */
        .slide-track {
            -webkit-animation: scroll 30s linear infinite;
            animation: scroll 30s linear infinite;
            display: flex;
            width: calc(200px * 14); /* 200px width per slide * total slides (original + duplicate) */
        }

        /* Pause animation on hover */
        .slider-b:hover .slide-track {
            animation-play-state: paused;
        }

        /* Individual Slide */
        .slide-b {
            height: 100px;
            width: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 20px;
        }

        /* Logo Styling */
        .slide-b img {
            max-width: 100%;
            height: auto;
            max-height: 80px;
           /* filter: grayscale(100%);*/ /* Gray look initially */
            opacity: 1;
            transition: all 0.3s ease;
            cursor: pointer;
			border: 1px solid;
        }

        /* Logo Hover Effect (Color wapis aayega) */
        .slide-b img:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.1);
        }

        /* Animation Keyframes */
        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(calc(-200px * 7)); } /* Moves half the total width */
        }
		.sticky-top {
   
    background: #fff;
}
#enu-st{
	background:#00a8e8;
	padding:4px;
	display:block;
	width:100%
}
#cal-icon img {
    width: 50px !important;
}
#cal-icon {
    position: fixed;
    right: 8px;
    bottom: 220px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 99990;
}
/* Mobile Tweaks */
@media(max-width:991px)
{
	.sticky-top{
		position:relative;
	}
}
@media (max-width: 768px) {
	.cu-sld-btn-st{
		font-size:12px;
	}
    .carousel-caption { bottom: 10%; text-align: center; }
    .section-title::after { margin: 10px auto !important; }
    .carousel-item { height: 60vh; }
    #about { text-align: center; }
    .experience-badge { display: none; }
}
@media(max-width:767px)
{
	.cu-mb-ds-nn{
		display:none!important
	}
	.cu-jf-cntr{
		justify-content:Center!important;
	}
}