/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body */
body {
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.6;
    background-color: #f5f5f5;
    color: #333;
    /* padding-top: 80px; */

}

/* Navbar */
/* .navbar-custom {
    background-color: #000;
    padding: 18px 40px;
}

.navbar-custom .nav-link {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 12px;
}

.navbar-custom .nav-link.active,
.navbar-custom .nav-link:hover {
    color: #ff4d4d;
}

.navbar-brand img {
    height: 60px;
    border-radius: 10px;
}

.dropdown-menu {
    background-color: #000;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover {
    background-color: #222;
    color: #ff4d4d;
}


.book-btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 18px;
    font-weight: 600;
    text-decoration: none;
}

.book-btn:hover {
    background-color: #fff;
    color: #000;
}


.hero1 {
    height: 400px;
    background: url('hall.jpg') center/cover no-repeat;
    margin-bottom: 50px;
} */



/* .navbar-custom {
    background: linear-gradient(90deg, #5a0f1c, #8b1e2d);
    padding: 15px 40px;
    border-bottom: 4px solid #d4af37;
} */


/* .navbar-custom {
    background-color: rgb(69, 4, 4);
    padding: 18px 40px;
} */


.navbar-custom {
    background-color: rgb(69, 4, 4);
    padding: 18px 40px;
    position: relative;
}

/* Garland Effect */


/* Logo */
.navbar-brand img {
    height: 85px;
    border-radius: 50%;
    border: 2px solid #d4af37;
}

/* Menu Links */
.navbar-custom .nav-link {
    color: #f5e6c8;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 12px;
    font-family: 'Noto Serif Telugu', serif;
    position: relative;
}

/* Underline Animation */
.navbar-custom .nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #d4af37;
    left: 0;
    bottom: -5px;
    transition: 0.3s;
}

.navbar-custom .nav-link:hover::after,
.navbar-custom .nav-link.active::after {
    width: 100%;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
    color: #ffd700;
}

/* Dropdown */
.dropdown-menu {
    background-color: #5a0f1c;
    border: 1px solid #d4af37;
}

.dropdown-item {
    color: #f5e6c8;
    font-family: 'Noto Serif Telugu', serif;
}

.dropdown-item:hover {
    background-color: #8b1e2d;
    color: #ffd700;
}

/* Book Button */
.book-btn {
    border: 2px solid #d4af37;
    color: #ffd700;
    padding: 8px 20px;
    font-weight: bold;
    font-family: 'Noto Serif Telugu', serif;
    border-radius: 25px;
    background: transparent;
    transition: 0.3s;
}

.book-btn:hover {
    background-color: #d4af37;
    color: #5a0f1c;
}


/* CONTACT */
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('images/newimags/contact_us.png') center/cover no-repeat;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.hero h1 {
    font-size: 42px;
    font-weight: bold;
}

/* Section spacing */
.section-padding {
    padding: 70px 0;
}

/* Contact Info Boxes */
.contact-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contact-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgb(171, 37, 37);
    ;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.contact-box h5 {
    margin: 0;
    font-weight: 600;
}

.contact-box p {
    margin: 0;
    color: #555;
}

/* Form */
.btn-primary {
    background-color: rgb(171, 37, 37);
    ;
    border: none;
}

.btn-primary:hover {
    background-color: #e65c00;
}

iframe {
    width: 100%;
    height: 420px;
    border-radius: 15px;
    border: 0;
}



@media (max-width: 576px) {
    .hero {
        height: 280px;
    }

    .hero h1 {
        font-size: 20px;
        font-weight: bold;
    }
}

@media (min-width: 577px) and (max-width: 991px) {
    .contact-box {

        gap: 2px;
        background: #fff;
        padding: 20px;

    }

    .contact-box h5 {
        font-size: 14px;
    }

    .contact-icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: rgb(171, 37, 37);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 28px;
    }

    .contact-box p {
        font-size: 11px;
    }

}

@media (min-width: 992px) and (max-width:1024px) {}

/* CONTACT END  */




/* about */
.hero2 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('images/newimags/about-1.png') center/cover no-repeat;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.hero2 h1 {
    font-size: 42px;
    font-weight: bold;
}

/* Section */
.section-padding1 {
    padding: 70px 0;
}

/* About image */
.about-img {
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Feature box */
.feature-box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.feature-box:hover {
    transform: translateY(-8px);
}

/* CTA */
.cta {
    background: rgb(171, 37, 37);
    ;
    color: #fff;
    border-radius: 20px;
}



@media (max-width: 576px) {
    .hero2 {
        height: 200px;
    }

    .hero2 h1 {
        font-size: 26px;
        font-weight: bold;
    }

    .section-padding1 {
        padding: 37px 0;
    }
}


@media (min-width: 577px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width:1024px) {
    .feature-box {
        background: #fff;
        padding: 30px;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        transition: 0.3s;
    }
}

/* ABOUT END  */


/* GALLERY  */
.gallery-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('images/newimags/gallery.png') center/cover no-repeat;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.gallery-hero h1 {
    font-size: 42px;
    font-weight: bold;
}

/* Section spacing */
.gallery-section {
    padding: 70px 0;
}

/* Gallery Card */
.gc-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.gc-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gc-card:hover img {
    transform: scale(1.1);
}

/* Overlay */
.gc-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.gc-card:hover .gc-overlay {
    opacity: 1;
}

.gc-overlay span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/* CTA */
.gallery-cta {
    background: rgb(171, 37, 37);
    ;
    color: #fff;
    border-radius: 20px;
}

/* GALLERY EDN */



/* Home */
.home-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)),
        url('images/newimags/header-1.png') center/cover no-repeat;
    height: 90vh;
    display: flex;
    align-items: center;
    color: #fff;
}

.home-hero-content {
    max-width: 650px;
}

.home-hero h1 {
    font-size: 52px;
    font-weight: bold;
}

.home-hero p {
    font-size: 18px;
    margin: 20px 0;
}

.home-btn-primary {
    background: rgb(171, 37, 37);
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
}

.home-btn-primary:hover {
    background: #e65c00;
    color: #fff;
}

.home-btn-outline {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
}

.home-btn-outline:hover {
    background: #fff;
    color: #000;
}


.home-section {
    padding: 80px 0;
}


.home-info-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: 0.3s;
}

.home-info-card:hover {
    transform: translateY(-10px);
}


.home-gallery-img {
    border-radius: 18px;
    height: 260px;
    object-fit: cover;
    width: 100%;
}


.home-testimonial-section {
    background: #f8f9fa;
}

.home-testimonial-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

.home-testimonial-card:hover {
    transform: translateY(-10px);
}

.home-testimonial-text {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}

.home-testimonial-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.home-testimonial-role {
    font-size: 14px;
    color: #888;
}

.home-cta {
    background: rgb(171, 37, 37);
    color: #fff;
    border-radius: 25px;
}

.home-info-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
}

.home-info-card:hover {
    transform: translateY(-8px);
}

.home-service-img {
    width: 390px;
    height: 260px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.home-gallery-img-about {
    border-radius: 10px;
}

@media (max-width: 576px) {
    .home-hero h1 {
        font-size: 25px;
        font-weight: bold;
    }

    .home-hero a {
        font-size: 13px;
    }

    .home-hero {
        background: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)),
            url('images/newimags/header-1.png') center/cover no-repeat;
        height: 50vh;

    }

    .home-service-img {
        width: 275px;
        height: 260px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .home-section {
        padding: 30px 0;
    }

}



@media (min-width: 577px) and (max-width: 991px) {
    .home-service-img {
        width: 280px;
        height: 260px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .home-gallery-img {
        border-radius: 18px;
        height: 260px;
        object-fit: cover;
        width: 230px;
    }
}

@media (min-width: 992px) and (max-width:1024px) {
    .home-service-img {
        width: 230px;
        height: 260px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 15px;
    }

}

@media (min-width: 1200px) and (max-width:1291px) {
    .home-service-img {
        width: 230px;
        height: 260px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 15px;
    }

}


/* Home end */


/* .......services start... */

/* .service-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url('images/newimags/service_section-2.png') center/cover no-repeat;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
} */

.service-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url('images/newimags/service_section-2.png') top center / cover no-repeat;

    height: 450px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-align: center;
}

.service-hero h1 {
    font-size: 44px;
    font-weight: bold;
}

.service-hero p {
    font-size: 18px;
    margin-top: 10px;
}

/* Section spacing */
.service-section {
    padding: 80px 0;
}

/* Service card */
.service-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-12px);
}

/* Icon */
.service-icon {
    width: 75px;
    height: 75px;
    background: rgb(171, 37, 37);
    ;
    color: #fff;
    font-size: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

/* Highlight section */
.service-highlight {
    background: #f8f9fa;
    border-radius: 25px;
}

/* CTA */
.service-cta {
    background: rgb(171, 37, 37);
    ;
    color: #fff;
    border-radius: 25px;
}

.service-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-8px);
}

.service-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.service-icon {
    font-size: 30px;
    margin-bottom: 10px;
}




@media (max-width: 576px) {
    .service-hero {
        background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
            url('images/newimags/service_section-2.png') top center / cover no-repeat;
        height: 280px;
    }

    .service-hero h1 {
        font-size: 30px;

    }

    .service-section {
        padding: 30px 0;
    }

    .why_choose_service {
        font-size: 17px;
        padding-bottom: 10px;
        font-weight: bold;
    }
}

@media (min-width: 577px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width:1024px) {}

/* CONTACTPAGE */

/* lOCATION */
.location-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url('images/Location.jpg') center/cover no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.location-hero h1 {
    font-size: 44px;
    font-weight: bold;
}

.location-hero p {
    font-size: 18px;
    margin-top: 10px;
}

/* Section */
.location-section {
    padding: 80px 0;
}

/* Location card */
.location-card {
    background: #fff;
    padding: 35px;
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
}

/* Address */
.location-address h5 {
    margin-bottom: 10px;
}

.location-address p {
    margin-bottom: 8px;
    color: #555;
}

/* Map */
.location-map iframe {
    width: 100%;
    height: 300px;
    border-radius: 18px;
    border: none;
}

/* CTA */
.location-cta {
    background: rgb(171, 37, 37);
    ;
    color: #fff;
    border-radius: 25px;
}



@media (max-width: 576px) {}

@media (min-width: 577px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width:1024px) {}

/* ....................StartReachoutsection ....................*/

.floating-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.floating-button {
    background-color: rgb(171, 37, 37);
    ;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    animation: floatUpDown 2s infinite;
    transition: background-color 0.3s ease;
}

.floating-button:hover {
    background-color: rgb(171, 37, 37);
    ;
    text-decoration: none;
    color: white;
}

.floating-button i {
    margin-right: 10px;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}


@media (max-width: 768px) {
    .floating-button {
        padding: 7px 8px;
        font-size: 14px;
    }

    .floating-button i {
        margin-right: 6px;
        font-size: 14px;
    }

    .floating-buttons {
        bottom: 20px;
        right: 20px;
        gap: 10px;
    }
}

/* ....................End_Reachoutsection ....................*/


/* Footer */
.footer {
    background-color: #343a40;
    color: #fff;
    padding: 40px 0;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: rgb(171, 37, 37);
    text-decoration: underline;
}

.footer .social-icons a {
    margin-right: 15px;
    font-size: 20px;
    color: white;
}

.footer .social-icons a:hover {
    color: rgb(171, 37, 37);
}

.footer-bottom {
    background-color: #212529;
    color: #ccc;
    padding: 15px 0;
    margin-top: 20px;
}

/* end */




.booking-section {
    background: linear-gradient(rgba(171, 37, 37, 0.9), rgba(171, 37, 37, 0.9)),
        url('https://images.unsplash.com/photo-1501117716987-c8e1ecb210ff') center/cover no-repeat;
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.booking-section h1 {
    font-weight: bold;
    margin-bottom: 15px;
}

.booking-section p {
    font-size: 18px;
    margin-bottom: 30px;
}

.booking-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px;
    backdrop-filter: blur(10px);
    transition: 0.3s;
}

.booking-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
}

.btn-custom {
    background: white;
    color: rgb(171, 37, 37);
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 25px;
}

.btn-custom:hover {
    background: black;
    color: white;
}

.booking-card a {
    text-decoration: none;
    color: rgb(171, 37, 37);
}

.booking-card a:hover{
   color: white;
}







/* .home_stayimges{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s;
}

.home_stayimges:hover{
    transform: scale(1.03);
} */

.home_stayimges{
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    transition: 0.3s;
}

.home_stayimges:hover{
    transform: scale(1.02);
}

/* Tablet */
@media (max-width: 992px){
    .home_stayimges{
        height: 220px;
    }
}

/* Mobile */
@media (max-width: 576px){
    .home_stayimges{
        height: 160px;
    }
}