﻿a {
    text-decoration: none;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar-expand-lg {
    position: fixed;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    z-index: 9999;
    background: cornsilk;
    width: 100%;
    background: #FFFFFF;
}

.nav-item a {
    color: black;
    font-size: 18px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        gap: 30px;
    }
}

.slider-container2 {
    overflow: hidden;
    position: relative;
    background: ghostwhite;
    padding: 24px 12px 24px 12px;
}

.card-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    gap: 60px;
    padding: 25px;
    border-radius: 24px;
}

.slider2 {
    min-width: 97%;
    box-sizing: border-box;
    border: 0;
    border-radius: 24px;
}

.carousel-indicators2 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

    .carousel-indicators2 button {
        border: none;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        opacity: 0.5;
        transition: opacity 0.3s ease;
        background: #000;
    }

        .carousel-indicators2 button.active {
            opacity: 1;
            background-color: #000;
        }

.card-body .card-title {
    text-align: center;
}

.card-body > p:first-of-type {
    font-size: 22px;
}

.card-img-top {
    max-width: 216px;
    margin: 0 auto 10px;
}

.custom-image {
    max-width: 100%;
    height: auto;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width: 520px) {
    .content h2 span {
        font-size: 3rem !important;
    }

    .top-trendy {
        display: none;
    }

    .custom-color {
        background: none !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .content h2 span {
        font-size: 4rem !important;
    }
}

@media(min-width: 519px) {
    .for-mobile {
        display: none;
    }
}



.product-card {
    border: 0;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .product-card:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

    .product-card img {
        object-fit: cover;
        border-radius: 8px 8px 0 0;
        height: 19rem;
    }

.lb-dataContainer {
    position: relative;
    bottom: 614px;
}

.lb-data .lb-caption {
    font-size: 15px !important;
}

    @media screen and (min-width:575px) and (max-width: 1400px) {
        .product-card img {
            height: 184px !important;
        }
    }

    .slider-container {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.trendy-slider {
    padding: 15px;
    display: flex;
    transition: transform 0.5s ease;
    gap: 3px;
}

    .trendy-slider .card {
        min-width: 50%;
        box-sizing: border-box;
        padding: 2px 0 0 -18px;
        margin: 5px;
        border: 0;
        text-align: center;
        /*border-radius: 18px;*/
    }

.indicator-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.indicator {
    width: 12px;
    height: 12px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .indicator.active {
        background-color: black; /* Change this color as needed */
    }

.about-section {
    padding-top: 138px;
    padding-bottom: 30px;
}

.catalogue-section {
    background-image: url('/images/slider2.jpeg');
    background-size: cover;
    color: white;
    padding: 100px 0;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

    .catalogue-section h1 {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .catalogue-section p {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

.btn-custom {
    background-color: #007bff;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 25px;
    transition: background-color 0.3s, transform 0.3s;
}

    .btn-custom:hover {
        background-color: #0056b3;
        transform: scale(1.05);
    }

.gold-line {
    width: 100px;
    height: 2px;
    background-color: #BB8940;
    margin: 10px auto;
}

.bottom-line {
    width: 100%;
    height: 4px;
    background-color: #BB8940;
    margin-bottom: 20px;
}

.social-icons .text-reset {
    /*vertical-align: top;*/
    font-size: 24px;
}
#back-top {
    background: #28A745;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 0px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}

@media (max-width: 575px) {
 #back-top {
        right: 16px;
    }
}


 #back-top a i {
    display: block;
    line-height: 50px;
}


#back-top a {
    color: #fff !important;
}

.whatsapp-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 52px;
    right: 26px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 1000;
}

    .whatsapp-icon i {
        margin: -6px 0px 0px -2px;
        font-size: 40px;
        color:  white;
    }

    .whatsapp-icon:hover {
        background-color: #00f45b;
    }

.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center;
}

    .counter-box p {
        margin: 5px 0 0;
        padding: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

    .counter-box i {
        font-size: 60px;
        margin: 0 0 15px;
        color: #fff;
    }

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}

.counter-box {
    background: #BB8940;
    height: 228px;
}

.form-container {
    min-height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-box {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

input, select, textarea {
     max-width: 100%; 
}

.growth {
    padding: 26px 66px 20px 66px;
}

    .growth h2 {
        border-bottom: 2px solid green;
    }

.facilities-text {
    background: url('school-facilities-bg.jpg') no-repeat center center/cover;
    color: black;
    text-align: center;
    padding-top: 50px;
}

    .facilities-text h1 {
        font-size: 3em;
        margin: 0;
    }

    .facilities-text p {
        font-size: 1.2em;
        margin-top: 10px;
    }

.facilities-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 40px;
    max-width: 1200px;
    margin: auto;
}

.facility-card {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .facility-card:hover {
        transform: translateY(-5px);
    }

.facility-icon {
    height: 150px;
    background: #729F72;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
}

.facility-content {
    padding: 20px;
}

    .facility-content h3 {
        margin: 0 0 10px;
        font-size: 1.5em;
    }

    .facility-content p {
        margin: 0;
        line-height: 1.6;
    }

    @media (min-width: 768px) and (max-width: 992px)
    {
        .custom-mob-sec .col-md-4 {
            max-width: 100% !important;
        }
    }

    @media (max-width: 992px)
    {
        .custom-mob-sec {
            flex-direction: column !important;
        }
            .custom-mob-sec .col-md-4 > img {
                margin-bottom: 16px !important;
            }
    }
