/* Existing styles remain unchanged unless specified */
.navbar-nav .nav-item {
    padding: 5px;
}
.p-5 {
    padding: 1.5rem !important;
}
.navbar-nav .nav-item a.nav-link:hover {
    color: #3e9b03;
}

.callback {
    padding: 20px 0;
}

.services {
    margin: 60px 0;
}

.solutions {
    padding: 3em 0;
    background: url(images/fun-facts-bg.jpg) no-repeat;
    background-size: cover;
}

.btn-primary {
    color: #fff;
    background-color: #3e9b03;
    border-color: #3e9b03;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-dark {
    color: #fff;
    background-color: #3e9b03;
    border-color: #3e9b03;
}

.btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.bg-primary {
    background-color: #000000 !important;
}

.bg-info {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-dark {
    background-image: url("img/footer-bg.jpg");
    background-repeat: repeat;
    background-size: contain;
    background-color: #212529 !important;
}

.bg-success {
    background-color: #f9f9f9 !important;
}

.enquiry-form-overlay {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 1050;
    background: #f7f7f7;
    padding: 40px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 300px;
}

.carousel {
    position: relative;
	
}

.price-section {
    padding: 50px 15px;
    text-align: center;
    background-color: #f3f3f3;
    color: #000;
}

.price-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.price-section h5 {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #000;
}

.price-box {
    border: 0px solid #444;
    padding: 8px;
    margin: 10px auto;
    max-width: 500px;
    border-radius: 10px;
    background-color: #fff;
}

.price-box h4 {
    font-size: 1rem;
    color: #bbb;
    margin-bottom: 5px;
}

.price-box h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    margin-top: 20px;
}

.price-box .price {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 16px 0;
}

.price-box .price small {
    font-size: 0.9rem;
}

.interested-btn {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s;
    width: 200px;
}

.interested-btn:hover {
    background-color: #3e9b03;
    color: #fff;
    border: 1px solid #3e9b03;
}

.form-container {
    position: absolute;
    top: 48%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

#locationmap ul li,
#highlights ul li,
#amenities ul li {
    line-height: 55px;
    font-size: 17px;
    border-bottom: dotted 1px;
}

.fixed-top {
    background-color: #ffffff !important;
    position: fixed !important; /* Changed to fixed for better navbar behavior */
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

#backToTopBtn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    background-color: #000;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    z-index: 1;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#backToTopBtn.show {
    display: block;
    opacity: 1;
    visibility: visible;
}

#backToTopBtn.hide {
    opacity: 0;
    visibility: hidden;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 1000;
}

.whatsapp-button img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .form-container {
        width: 350px;
    }
    .price-box {
        max-width: 400px;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav .nav-item {
        padding: 10px;
    }
    .form-container {
        width: 300px;
        right: 2%;
    }
    .price-section h2 {
        font-size: 2rem;
    }
    .price-box {
        max-width: 100%;
    }
    .col-md-6 {
        width: 100%;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .form-container {
        position: static;
        transform: none;
        margin: 0 auto;
        margin-top:90px;
        width: 90%;
    }
    .carousel {
        margin-top: 20px;
    }
    .price-section {
        padding: 30px 10px;
    }
    .price-section h2 {
        font-size: 1.8rem;
    }
    .price-section h5 {
        font-size: 1rem;
    }
    .price-box {
        margin: 15px auto;
    }
    .interested-btn {
        width: 100%;
    }
    .navbar-brand img {
        max-width: 120px;
    }
    .callback .fs-4 {
        font-size: 1.2rem !important;
    }
    .callback .btn-lg {
        font-size: 1rem;
        padding: 8px 16px;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        max-width: 100px;
    }
    .price-section h2 {
        font-size: 1.5rem;
    }
    .price-box h3 {
        font-size: 1rem;
    }
    .price-box .price {
        font-size: 1rem;
    }
    .form-container h4 {
        font-size: 1.2rem;
    }
    .about h2.h1 {
        font-size: 1.8rem;
    }
    .about h3.h1 {
        font-size: 1.5rem;
    }
    #locationmap ul li,
    #highlights ul li,
    #amenities ul li {
        line-height: 40px;
        font-size: 14px;
    }
    .Contactus h1 {
        font-size: 1.5rem;
    }
    .Contactus p {
        font-size: 0.9rem;
    }
}

@media (max-width: 320px) {
    .navbar-brand img {
        max-width: 80px;
    }
    .price-section h2 {
        font-size: 1.2rem;
    }
    .price-box h3 {
        font-size: 0.9rem;
    }
    .interested-btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
}
