html {
    scroll-behavior: smooth;
}

@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
}





.navbar-logo {
    height: 80px;
    width: auto;
}

.navbar-nav .nav-link {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #111111 !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #0096c7 !important;
}

.navbar-nav .nav-link.active {
    color: #0096c7 !important;
    border-bottom: 2px solid #0096c7 !important;
    padding-bottom: 0.3rem !important;
}

.navbar {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    background-color: white !important;
    will-change: transform;
    transform: translateZ(0);
}


body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Yantramanav', sans-serif;
    
}

main {
    flex: 1;
}

footer {
    background-color: #2d2d2d;
    color: #cccccc;
    padding: 3rem 0 1.5rem 0;
}

footer h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

footer p {
    color: #aaaaaa;
    line-height: 1.8;
    font-size: 0.95rem;
}

footer a {
    color: #aaaaaa;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #00c8ff;
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer hr {
    border-color: #333355;
}

footer .text-center {
    color: #666666;
    font-size: 0.85rem;
}

.carousel-item img {
    height: 600px;
    object-fit: cover;
}

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-caption {
    z-index: 1;
    position: absolute;
}

.carousel-caption h5 {
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.carousel-caption p {
    font-size: 1.1rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.services-preview {
    background-color: #ffffff;
}

.services-heading {
    font-size: 2rem;
    font-weight: 900;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.services-subheading {
    color: #666666;
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 2rem;
}

.services-list {
    list-style: none;
    padding: 0;
}

.services-list li {
    font-size: 0.95rem;
    padding: 0.6rem 1rem;
    margin-bottom: 0.5rem;
    background-color: #f5f5f5;
    border-left: 4px solid #0096c7;
    border-radius: 6px;
    color: #111111;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.services-list li i {
    color: #0096c7;
    margin-right: 0.7rem;
}

.btn-services {
    background-color: #0096c7 !important;
    color: #ffffff !important;
    border-radius: 25px;
    padding: 0.7rem 1.5rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-services:hover,
.btn-services:active {
    background-color: #111111 !important;
    color: #ffffff !important;
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.services-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.services-images img:first-child {
    grid-column: 1 / -1;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
}

.services-images img:nth-child(2),
.services-images img:nth-child(3) {
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
}

@media (max-width: 991px) {
    .services-images img:first-child {
        height: 150px;
    }

    .services-images img:nth-child(2),
    .services-images img:nth-child(3) {
        height: 100px;
    }
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;

    /* Perfect circle */
    width: 65px;
    height: 65px;
    border-radius: 50%;

    background-color: #25D366;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 34px;
    line-height: 1;

    text-decoration: none;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    z-index: 9999;

    transition: all 0.3s ease;
}

/* Hover effect */
.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
    color: white;
}

/* Center icon properly */
.whatsapp-float i {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 58px;
        height: 58px;
        font-size: 30px;
        bottom: 15px;
        right: 15px;
    }
}

.coverage-section {
    background-color: #f5f5f5;
}

.coverage-heading {
    font-size: 2rem;
    font-weight: 900;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.coverage-subheading {
    color: #666666;
    font-size: 1rem;
    font-style: italic;
}

.coverage-map-img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.coverage-map-img:hover {
    transform: scale(1.02);
}

.coverage-text {
    font-size: 1rem;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.coverage-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.coverage-list li {
    font-size: 1rem;
    padding: 0.5rem 0;
    color: #111111;
    font-weight: 700;
}

.coverage-list li i {
    color: #0096c7;
    margin-right: 0.6rem;
}

@media (max-width: 991px) {
    .coverage-section {
        padding-top: 1rem !important;
    }

    .services-preview {
        padding-bottom: 1rem !important;
    }

    .coverage-section .col-md-6:first-child {
        margin-bottom: 0 !important;
    }
}

.scroll-top {
    position: fixed;
    bottom: 95px;
    right: 20px;
    background-color: #0096c7;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    z-index: 999;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.scroll-top.visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-top:hover {
    background-color: #007aa3;
    color: #ffffff;
}

@media (max-width: 991px) {
    .whatsapp-float {
        width: 58px;
        height: 58px;
        font-size: 30px;
        bottom: 80px;
    }

    .scroll-top {
        bottom: 150px;
    }
}

.tagline-section {
    background-color: #0096c7;
}

.tagline-inner {
    max-width: 850px;
    margin: 0 auto;
}

.tagline-label {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.7;
    margin-bottom: 1rem;
}

.tagline-text {
    font-size: 1.3rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.6;
    color: #ffffff;
}

@media (max-width: 991px) {
    .tagline-text {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .tagline-text {
        font-size: 1rem;
    }
}

.our-work-section {
    background-color: #f5f5f5;
}

.our-work-heading {
    font-size: 2rem;
    font-weight: 900;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.our-work-subheading {
    color: #666666;
    font-size: 1rem;
    font-style: italic;
}

.our-work-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.our-work-img:hover {
    transform: scale(1.05);
}

.carousel-title {
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.carousel-desc {
    font-size: 1.1rem;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 1.2rem auto;
    opacity: 0.9;
}


.btn-carousel:hover {
    background-color: #ffffff;
    color: #0096c7;
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .carousel-title {
        font-size: 1.8rem;
    }

    .carousel-desc {
        font-size: 0.9rem;
    }
}

/* Contact Banner */
.contact-banner {
    background-color: #2d2d2d;
    padding: 5rem 0;
}

.contact-banner-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.contact-banner-sub {
    color: #aaaaaa;
    font-size: 1.1rem;
    margin-top: 1rem;
}

/* Contact Cards */
.contact-details {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.contact-form-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.contact-card {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
}

.contact-card-title {
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #0096c7;
    padding-bottom: 0.5rem;
}

.contact-card p {
    color: #444444;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.contact-card i {
    color: #0096c7;
    margin-right: 0.6rem;
}

/* Services Banner */
.services-banner {
    background-color: #2d2d2d;
    padding: 5rem 0;
}

.services-banner-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.services-banner-sub {
    color: #aaaaaa;
    font-size: 1.1rem;
    margin-top: 1rem;
}

/* Service Rows */
.service-row {
    padding: 3rem 0;
    border-bottom: 1px solid #eeeeee;
}

.service-row:last-child {
    border-bottom: none;
}

.service-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
}

.service-title {
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    margin-bottom: 1rem;
    border-left: 5px solid #0096c7;
    padding-left: 1rem;
}

.service-desc {
    font-size: 1rem;
    color: #555555;
    line-height: 1.8;
}

/* CTA Section */
.services-cta {
    background-color: #2d2d2d;
}

.services-cta-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
}

.services-cta-sub {
    color: #aaaaaa;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.services-page {
    background-color: lightgrey;
}

.service-row {
    padding: 3rem 0;
    border-bottom: 1px solid grey;
}

@media (max-width: 991px) {
    .service-row {
        padding: 1.5rem 0;
    }

    .service-img {
        height: 220px;
    }
}

.contact-form-section {
    background-color: #f5f5f5;
}

.contact-form-title {
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
}

.contact-form-sub {
    color: #666666;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.contact-input {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    font-family: 'Yantramanav', sans-serif;
}

.contact-input:focus {
    border-color: #0096c7;
    box-shadow: none;
    outline: none;
}

/* Gallery Banner */
.gallery-banner {
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
    position: relative;
}

.gallery-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.gallery-banner .container {
    position: relative;
    z-index: 1;
}

.services-banner {
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
    position: relative;
}

.services-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.contact-banner {
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
    position: relative;
}

.contact-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.contact-banner .container {
    position: relative;
    z-index: 1;
}

.services-banner .container {
    position: relative;
    z-index: 1;
}

.gallery-banner-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.gallery-banner-sub {
    color: #aaaaaa;
    font-size: 1.1rem;
    margin-top: 1rem;
}

/* Filter Buttons */
.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.filter-btn {
    background-color: #ffffff;
    color: #111111;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background-color: #0096c7;
    color: #ffffff;
    border-color: #0096c7;
}

/* Gallery Grid */
.gallery-section {
    background-color: #f5f5f5;
}

.gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gallery-img:hover {
    transform: scale(1.03);
}

.coverage-map-img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .coverage-section {
        padding-bottom: 1.5rem !important;
    }

    .our-work-section {
        padding-top: 1.5rem !important;
    }
}