        .section-title {
            font-size: 2rem;
            letter-spacing: 0.5px;
        }

        .textShadow{
           text-shadow: 2px 5px 5px #000!important
        }
        #about p {
            line-height: 1.7;
        }

        #about ul li {
            font-size: 0.95rem;
        }

        body {
            color: #333;
            scroll-behavior: smooth;
            font-family: 'Inter', sans-serif!important;
        }

        header {
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 999;
            transition: background-color 0.4s ease, box-shadow 0.4s ease;
            background: transparent;
        }

            header.scrolled {
                background: #fff;
                box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            }

        .navbar-brand img {
            width: 140px;
            height: 80px;
            object-fit: cover;
            object-position: center;
        }

        .nav-link {
            color: white !important;
            font-weight: 500!important;
        }

        header.scrolled .nav-link {
            color: #14418C !important;
        }
        /* .btnLogin{
            color:#fff;
            border:1px solid #fff;
            border-radius:50px;
            padding:8px 10px 10px 10px;
            min-width: 100px;
            text-align: center;
            font-weight: 500;
            text-transform: capitalize;
            cursor: pointer;
            background:transparent;
        }
        header.scrolled .btnLogin{
            color:#fff;
            border:1px solid #14418C;
            background: linear-gradient(180deg, #0F1F4B 0%, #12306B 40%, #14418C 100%);
            font-weight: 400;
        } */
        .hero-carousel .carousel-item {
            height: 100vh;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .hero-carousel .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.4);
        }

        .hero-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            text-align: center;
        }

        .btn-primary {
            background: #fff!important;
            color:#004C97!important;
            border: none!important;
            border-radius:50px!important;
            font-weight:500!important;
            padding: 8px 10px 10px 10px!important;
            min-width: 150px;
        }

        .section-title {
            color: #004C97;
            font-weight: 700;
        }

        /* section {
            min-height: 100vh;
            display: flex;
            align-items: center;
        } */


        #wa-pill {
            position: fixed;
            right: 20px;
            bottom: 20px;
            z-index: 9999;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
            transition: transform .12s ease, box-shadow .12s ease;
            max-width: 150px
        }

            #wa-round:hover, #wa-pill:hover {
                transform: translateY(-4px);
            }

        #wa-round svg {
            border-radius: 50%;
            display: block;
        }


        footer {
            color: white;
            min-height: auto;
            background: linear-gradient(180deg, #0F1F4B 0%, #12306B 40%, #14418C 100%);
        }

        .masonry-gallery {
            column-count: 3;
            column-gap: 1rem;
        }

            .masonry-gallery img {
                width: 100%;
                margin-bottom: 1rem;
                border-radius: 10px;
                box-shadow: 0 2px 10px rgba(0,0,0,0.1);
                transition: all 0.3s ease;
            }

                .masonry-gallery img:hover {
                    transform: scale(1.03);
                    filter: brightness(85%);
                }

        @media (max-width: 992px) {
            .masonry-gallery {
                column-count: 2;
            }
        }

        @media (max-width: 576px) {
            .masonry-gallery {
                column-count: 1;
            }
            .btn-primary {
                font-size: 14px!important;
            }
        }

    .footer-section {
        background: linear-gradient(180deg, #0F1F4B 0%, #12306B 40%, #14418C 100%);
    }

    .footer-cta .cta-box {
        background: #1C54B5;
    }

    /* Icons hover */
    .footer-section i:hover {
        opacity: 0.7;
        cursor: pointer;
    }

    /* Remove input outline */
    .footer-cta input:focus {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.3);
    }
   .equipment-card img {
        height: 250px;     
        width: 100%;
        object-fit: cover;    
        border-radius: 12px;
    }

    .equipment-card {
        height: 100%;        
    }