@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Space+Grotesk:wght@300..700&display=swap");

* {
    font-family: "poppins", "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        flex-direction: column !important;
        gap: 10px;
    }

    .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .icon-circle {
        margin-right: 0;
    }

    .contact-btn {
        width: 100%;
    }
}

.nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.nav-tabs .nav-link {
    border: none;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0 15px;
}

.nav-tabs .nav-link.active {
    font-weight: 600;
    border-bottom: 3px solid #000;
    background-color: transparent;
}

.tab-content {
    padding: 20px;
    text-align: center;
}

#feature {
    padding: 50px 0;
}

#feature .card {
    border-radius: 30px;
    overflow: hidden;
    border: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    padding: 5px;
    width: auto;
    height: auto;
}

#feature .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

#feature .card-img-wrapper {
    height: 250;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

#feature .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#feature .slider-wrapper {
    width: 100%;
    overflow: hidden;
}

#feature .row {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.4s ease;
}

#feature .col-md-4 {
    flex: 0 0 calc(100% / 3);
}

#feature .row {
    margin: 0 !important;
}

#feature .col-md-4 {
    padding: 0 !important;
}

@media (max-width: 992px) {
    #feature .col-md-4 {
        flex: 0 0 calc(100% / 2);
    }
}

@media (max-width: 768px) {
    #feature .col-md-4 {
        flex: 0 0 calc(100% / 2);
    }
}

@media (max-width: 576px) {
    #feature .col-md-4 {
        flex: 0 0 100% !important;
        padding: 0 !important;
    }
}

@media (max-width: 480px) {
    #feature .col-md-4 {
        flex: 0 0 100% !important;
    }

    #feature .card-img-wrapper {
        height: 200px;
    }
}

#Latest {
    padding: 50px 0;
}

#Latest .card {
    border-radius: 30px;
    overflow: hidden;
    border: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    padding: 5px;
    width: auto;
    height: auto;
}

#Latest .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

#Latest .card-img-wrapper {
    height: 250px;
    width: 350px;
    overflow: hidden;
    border-radius: 30px;
}

#Latest .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Latest .slider-wrapper {
    width: 100%;
    overflow: hidden;
}

#Latest .row {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.4s ease;
    margin: 10px 20px;
}

#Latest .col-md-4 {
    flex: 0 0 calc(100% / 3);
}

/* Responsive */
@media (max-width: 992px) {
    #Latest .col-md-4 {
        flex: 0 0 calc(100% / 2);
    }
}

@media (max-width: 768px) {
    #Latest .col-md-4 {
        flex: 0 0 calc(100% / 2);
    }
}

@media (max-width: 576px) {
    #Latest .card-img-wrapper {
        flex: 0 0 100% !important;
    }
}

@media (max-width: 480px) {
    #Latest .col-md-4 {
        flex: 0 0 100% !important;
        margin: 0 auto;
    }
}

#Latest .row {
    margin: 0 !important;
}

#Latest .col-md-4 {
    padding: 0 !important;
}


#Top {
    padding: 50px 0;
}

#Top .card {
    border-radius: 30px;
    overflow: hidden;
    border: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    padding: 5px;
    width: auto;
    height: auto;
}

#Top .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

#Top .card-img-wrapper {
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

#Top .card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#Top .slider-wrapper {
    width: 100%;
    overflow: hidden;
}

#Top .row {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.4s ease;
}

#Top .col-md-4 {
    flex: 0 0 calc(100% / 3);
}

#Top .col-md-4 {
    flex: 0 0 calc(100% / 3);
}

#Top .row {
    margin: 0 !important;
}


/* Responsive */
@media (max-width: 992px) {
    #Top .col-md-4 {
        flex: 0 0 calc(100% / 2);
    }
}

@media (max-width: 768px) {
    #Top .col-md-4 {
        flex: 0 0 calc(100% / 2);
    }
}

@media (max-width: 576px) {
    #Top .card-img-wrapper {
        flex: 0 0 100% !important;
        padding: 0 !important;
    }

    #Top .row {
        margin: 0 !important;
    }
}

@media (max-width: 480px) {
    #Top .col-md-4 {
        flex: 0 0 100% !important;
    }

    #Top .card-img-wrapper {
        height: 200px;
    }
}