@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Caslon+Display&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Inter", sans-serif !important;
}

@media (min-width:1025px) {
    .container {
        max-width: 1280px !important;
        width: 100%;
        background-color: #F3F3F3 !important;
    }
}

@media (max-width:1024px) {
    .container {
        max-width: 100%;
        width: 100%;
        background-color: #F3F3F3 !important;
    }
}

.logo {
    width: 121px;
}

.logo img {
    width: 100%;
}


.nav-links {
    width: 50%;
}

* {
    box-sizing: border-box;
}



.hero-section img {
    width: 100%;
    height: 478px;
}

.hero-section {
    margin-top: 22px;
}

.main-bg {
    background-color: #FF4242;
}

.maintane-section {
    margin: 26px 27px 34px;
    padding: 48px 30px;
}

.gallery-section {
    margin: 34px 27px 23px;
    padding: 16px 18px;
}

.small-content {
    font-size: 20px;
}

.book-btn {
    color: #555555 !important;
    font-size: 24px;
}

.contact-info {
    width: 20%;
    text-align: start;
    font-size: 0.9rem;
    line-height: 1.2;
}

.contact-info a,
.footer a {
    text-decoration: none;
}

.footer p {
    font-size: 20px;
}

.white {
    color: white;
}

.gallery-section .glightbox {
    width: 19.25% !important;
    margin-bottom: 10px;
}

.header-mail {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 14px;
}

.maintane-heading {
    font-size: 40px;
    font-weight: 700;
}

.sub-heading {
    font-size: 30px;
    font-weight: 700;
}

.header-phone {
    font-size: 24px;
    font-weight: 400;
}

.gslide-image img {
    width: 400px !important;
}

.gallery-section .glightbox img {
    width: 230px;
    height: 246px;
    object-fit: cover;
}

.para-size {
    font-size: 20px;
}

.nav-links a.active {
    border-bottom: 2px solid white;
    font-size: 32px;
    font-weight: 400;
}

.nav-links a {
    border-bottom: 2px solid transparent;
    font-size: 24px;
    font-weight: 400;
    color: #000000;

}

.nav-links a:hover {
    border-bottom: 2px solid white;
}


.header {
    background-color: #ff4040;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    font-weight: bold;
    color: #ff4040;
    text-align: left;
    line-height: 1.2;
}

.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
    color: #000000;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
}



.mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    font-size: 1.8rem;
    color: #fff;
    z-index: 1001;
}


.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ff4040;
    z-index: 1000;
    padding: 1rem 0;
    text-align: center;
}

.mobile-menu a {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
}

@media (max-width: 991px) {

    .nav-links,
    .contact-info {
        display: none !important;
    }

    .mobile-toggle {
        display: block;
    }

    .logo {
        margin: 0;
    }
}
















@media (max-width:1200px) {
    .gallery-section .glightbox img {
        width: 230px;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width:768px) {
    .maintane-section h2 {
        font-size: 20px;
    }

    .maintane-section h3 {
        font-size: 18px;
    }

    .small-content {
        font-size: 14px;
    }

    .para-size {
        font-size: 18px !important;
    }

    .gallery-section .glightbox {
        width: 33% !important;
        margin-bottom: 10px;
    }

    .hero-section img {
        width: 100%;
        height: 100% !important;
    }
}

@media (max-width:576px) {

    .gallery-section,
    .maintane-section {
        margin: 10px;
        padding: 10px;
    }

    .para-size {
        font-size: 14px !important;
    }

    .gallery-section .glightbox {
        width: 33% !important;
        margin-bottom: 10px;
    }

    .logo {
        width: 75px !important;
    }

    .hero-section {
        margin-top: 12px !important;
    }
}

@media (max-width:375px) {
    .gallery-section .glightbox {
        width: 49% !important;
        margin-bottom: 10px;
    }
}


.mobile-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #ff4d4d;
    width: 100%;
    padding: 1rem;
    z-index: 999;
}

.mobile-menu.show {
    display: flex;
}

.mobile-menu a {
    color: white;
    padding: 0.5rem 0;
    text-align: center;
    font-size: 1.25rem;
}
.service-box {
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}
