/********** Template CSS **********/
:root {
    --primary: #B78D65;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 ;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* topbar start */
@media (max-width: 768px) {
    .container-fluid {
        text-align: center;
    }

    .container-fluid .d-flex {
        flex-direction: column;
    }

    .container-fluid a {
        padding: 0.5rem 0;
        font-size: 0.9rem;
    }
}




.container-fluid1 {
    background-color: #1a1a2e !important;
}
.d-inline-flex a {
    transition: all 0.3s ease-in-out;
}
.d-inline-flex a:hover {
    color: #b78d65 !important;
}
.d-inline-flex i {
    transition: all 0.3s ease-in-out;
}
.d-inline-flex i:hover {
    color: #b78d65 !important;
}

/* topbar end */


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/* Font Awesome Icon for Dropdown */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    font-family: 'Aclonica', sans-serif;
}

/* Nav Links Styling */
.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 5px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    font-family: 'Aclonica', sans-serif;
}

/* Hover and Active State Styling */
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    font-family: 'Aclonica', sans-serif;
}

/* Sticky Navbar Transition */
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

/* Dropdown Menu Styling for Large Screens */
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: visible;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
        font-family: 'Aclonica', sans-serif;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
        font-family: 'Aclonica', sans-serif;
    }
}

/* Dropdown Item Styling */
.dropdown-item {
    color: var(--dark);
    transition: color 0.3s, background-color 0.3s;
    font-family: 'Aclonica', sans-serif;
}

.dropdown-item:hover,
.dropdown-item.active {
    color: #B78D65; /* White text */
    background-color: #ffffff; /* Primary color */
}


.navbar {
    background-color: #f8f9fa;
    padding: 1rem 0;
    height: 90px;
}
.navbar-brand img {
    width: 230px;
}
.navbar-nav .nav-link {
    font-weight: bold;
    font-size: larger;
}
.navbar-nav .dropdown-menu {
    background-color: #ffffff;
}
.image-container {
    display: flex;
    align-items: center;
}
.image-container img {
    width: 100px;
    height: auto;
    margin: 0 10px;
}

.logo2{
    width: 170px;
    object-fit: unset;
    margin-left: 220px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 80px;
    height: 170px;
    border-bottom: 6px solid #B78D65;

    
   
}
.logo2 img{
    width: 190px;
    height: 169px;
    object-fit: unset;
        margin-right: 9px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .navbar-collapse {
        text-align: center;
    }

    .navbar-nav {
        flex-direction: column;
        margin-top: -100px;
    }

    .navbar-nav .nav-link {
        margin: 0;
        padding: 10px;
        font-size: 16px;
    }

    
}

@media (max-width: 576px) {
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 8px;
    }

    .logo2 {
        width: 100px;
        height: 100px;
        margin-top: -10px;
        margin-left: 5px;
    }

    .logo2 img {
        width: 80px;
        height: 80px;
    }
}

/* Font Awesome Icon for Dropdown */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/* Hover and Active State Styling */
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

/* Dropdown Menu Hover Effect */
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        visibility: visible;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .navbar .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}
/* new navbar code */
/* General Navbar Styling */


/* Dropdown Menu Styling */
.navbar .dropdown-menu {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.dropdown-item {
    color: var(--dark);
    padding: 10px 20px;
    font-size: 16px;
}

.dropdown-item:hover {
    color: #B78D65;
    background-color: #f8f9fa;
}

/* Hamburger Menu Icon */
.navbar-toggler-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 fill=%22currentColor%22 class=%22bi bi-list%22 viewBox=%220 0 16 16%22%3E%3Cpath d=%22M2 3h12a1 1 0 1 0 0-2H2a1 1 0 1 0 0 2zM2 8h12a1 1 0 1 0 0-2H2a1 1 0 1 0 0 2zM2 13h12a1 1 0 1 0 0-2H2a1 1 0 1 0 0 2z%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 1.25em;
    background-position: center;
    
}

/* Responsive Design */
@media (max-width: 992px) {
    .navbar-collapse {
        text-align: center;
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav .nav-link {
        margin: 0;
        padding: 10px;
        font-size: 16px;
    }

    .logo2 {
        width: 140px;
        height: 140px;
    }

    .logo2 img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 576px) {
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 8px;
        background-color: white;
    }

    .logo2 {
        width: 100px;
        height: 100px;
    }

    .logo2 img {
        width: 80px;
        height: 80px;
    }
}

/* Font Awesome Icon for Dropdown */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    background-color: white;
}

/* Hover and Active State Styling */
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    background-color: white;
}

/* Dropdown Menu Hover Effect */
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        visibility: visible;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        background-color: white;
    }

    .navbar .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        background-color: white;
    }
}


/* Responsive Design */
@media (max-width: 992px) {
    .navbar-collapse {
        text-align: center;
    }
    .navbar-nav {
        flex-direction: column;
    }
    .navbar-nav .nav-link {
        margin: 0;
        padding: 10px;
        font-size: 16px;
    }
    .logo2 {
        width: 140px;
        height: 140px;
    }
    .logo2 img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 576px) {
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0px;
    }
    .logo2 {
        width: 100px;
        height: 100px;
    }
    .logo2 img {
        width: 80px;
        height: 80px;
    }
}

/* Dropdown Hover Effect */
.navbar .nav-item .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.navbar .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* Ensure Dropdown Opens in Mobile View */
.navbar .dropdown-menu {
    display: block;
    position: static;
    float: none;
    transform: none;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    background-color: #ffffff;
}

/* /* General Navbar Styling */
.navbar {
    background-color: #f8f9fa;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin: 0 10px;
    transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #B78D65;
}

/* Dropdown Menu Styling */
.navbar .dropdown-menu {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
}
.dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #B78D65;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .navbar-nav {
        flex-direction: column;
        text-align: center;
        margin-top: 5px;
    }
    .navbar-nav .nav-link {
        margin: 5px 0;
    }
    .logo2 {
        margin: 0 auto 10px;
    }
}
@media (max-width: 576px) {
    .navbar-nav .nav-link {
        font-size: 14px;
    }
    .logo2 img {
        width: 120px;
    }
}

/* Ensure Dropdowns Open Correctly */
.navbar .dropdown-menu {
    display: none;
}
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0;
}
 */








/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/aboutimg4.jpg) center center no-repeat;
    background-size: cover;
    font-family: 'Aclonica';
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

 /* CSS for image overlay and brightness  */

    .carousel-image-wrapper {
        position: relative;
        
    }

    .carousel-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0.2, 0.2, 0.2, 0.6); /* Semi-transparent black overlay */
        z-index: 1;
    }

     /* CSS for image overlay, brightness, and text shadows  */

    .carousel-image-wrapper {
        position: relative;
        object-fit: contain;
    }

    .carousel-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
        z-index: 1;
    }

    .carousel-caption {
        z-index: 2;
    }

    .text-white {
        color: white;
    }

    .text-shadow {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); /* Subtle text shadow for better readability */
    }
    
    /* Responsive Styling */
    @media (max-width: 768px) {
        .carousel-item img {
            height: 400px;
            object-fit: cover;
        }

        .carousel-caption {
            font-size: 14px;
            padding: 10px;
        }

        .carousel-caption h1 {
            font-size: 24px;
        }

        .carousel-caption h2 {
            font-size: 18px;
        }
    }

    @media (max-width: 576px) {
        .carousel-item img {
            height: 300px;
        }

        .carousel-caption h1 {
            font-size: 18px;
        }

        .carousel-caption h2 {
            font-size: 16px;
        }

        .btn {
            padding: 8px 16px;
            font-size: 14px;
        }
    }

    /* carousal end */

    


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}

 /* Video box styles */
        .custom-video-box {
            cursor: pointer;
            transition: transform 0.3s ease-in-out;
        }
        .custom-video-box:hover {
            transform: scale(1.05);
        }
        /* Modal content */
        .custom-modal-content {
            background-color: #fff;
            border-radius: 8px;
            padding: 15px;
        }
        /* Thumbnail styling */
        .video-thumbnail {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 5px;
        }
        
        
        /* video box style end*/
        
        /* hall video start */
/* Section Styling */
.video-section {
    margin: 50px 0;
    text-align: center;
}

.video-section h1 {
    font-family: 'Rubik Distressed', sans-serif;
    font-size: 2rem;
    color: #306b46;
    font-weight: 400;
    margin-bottom: 50px;
}

/* Video Container Styling */
.video-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    width: 90%;
    margin: 0 auto;
}

/* Video Wrapper Styling */
.video-wrapper {
    width: 100%;
    height: 0;
    padding-top: 104%; /* Aspect ratio: 400px / 416px */
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #ddd;
}

/* Video Element Styling */
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: unset;
    border-radius: 20px;
}

/* Responsive Adjustments for Smaller Devices */
@media (max-width: 768px) {
    .video-section h1 {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .video-container {
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .video-section h1 {
        font-size: 1.2rem;
    }

    .video-wrapper {
        border-radius: 10px;
    }
}

/* hall video end */





/*** Facilities start ***/
.fact-item .fact-icon {
    width: 150px;
    height: 150px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c7cc98;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--light);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}

.fact-icon img{
    height: 100px;
    width: 100px;
}
.fact-item h3{
    font-family: 'Aclonica', sans-serif;
}
@media (max-width: 768px) {
    .fact-item .fact-icon {
        width: 100px;
        height: 100px;
    }

    
    .fact-item h3 {
        font-size: 18px;
    }

    .fact-item p {
        font-size: 12px;
    }
    .container-fluid h6{
        margin-top: 120px;
    }
}

/* facilities end */





/*** events start ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}
.service-item h3{
    font-family: 'Aclonica', sans-serif;
}
/* events end */


/*** Packages start ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
    
    
}
.nav-link h3 {
    font-family: 'Aclonica', sans-serif;
}

.packages h3 {
    font-family: 'Aclonica', sans-serif;
}







/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}





/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/footerimg1.avif) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer .footer-item a.btn-link,
.footer .footer-item p {
    line-height: 35px;
    font-size: 17px;
    color: var(--bs-light);
    transition: 0.5s;
}

.footer .footer-item a.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 2px;
}

@media (max-width: 992px) {
    .footer .text-start,
    .footer .text-center,
    .footer .text-end {
        text-align: center !important;
    }
}
/*** Footer End ***/


/*** welcome section Start ***/
.gallery .gallery-img {
    position: relative;
    overflow: hidden;

}

.gallery .gallery-img .hover-style {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 1s;

}

.gallery .gallery-img:hover .hover-style {
    width: auto;
    height: auto;
    border: 600px solid rgba(255, 255, 255, 0.3);
    opacity: 1;
    
}

.gallery .gallery-img img {
    transition: 0.5s;
    
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
    
}

.gallery .gallery-item .gallery-overlay {
    transition: 0.5s;
}

.gallery .gallery-item:hover .gallery-overlay {
    background: transparent !important;
    border: 0 !important;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    
}



.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}
.gallery-overlay h5{
    font-family: Aclonica;
}
.gallery-overlay h6{
    font-family: Aclonica;
}

/* General Styling */
.gallery {
    padding: 3rem 0;
}
.welcome-title {
    color: #306b46;
    font-family: 'Rubik Distressed', sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
}
.welcome-subtitle {
    font-family: 'Reggae One', serif;
    font-weight: bold;
}
.heading-divider {
    max-width: 200px;
    margin: 0 auto;
}

/* Gallery Item Styling */
.gallery-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
}
.gallery-item:hover {
    transform: scale(1.05);
}
.gallery-img img {
    height: auto;
    max-height: 250px;
    object-fit: cover;
    transition: transform 0.3s;
}
.gallery-img img:hover {
    transform: scale(1.1);
}
.gallery-overlay {
    padding: 1rem;
    text-align: center;
    background-color: #fff;
}
.gallery-overlay h5 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.gallery-overlay p {
    font-size: 0.9rem;
    color: #555;
}

/* Button Styling */
.btn-primary {
    background-color: #B78D65;
    border: none;
    transition: background-color 0.3s;
}
.btn-primary:hover {
    background-color: #245a34;
}

/* Responsive Styling */
@media (max-width: 1200px) {
    .gallery-item {
        margin-bottom: 1.5rem;
    }
    .gallery-img img {
        max-height: 200px;
    }
    
}
@media (max-width: 991px) {
    .welcome-title {
        font-size: 2rem;
    }
    .welcome-subtitle {
        font-size: 1.2rem;
    }
    .gallery-img img {
        max-height: 180px;
    }
    .img-fluid5{
        width: 100px;
        margin-top:2700px;
    }

    .img-fluid6{
        width: 120px;
        margin-top: -10px;
        margin-left: -8px;
    }
}
@media (max-width: 576px) {
    .welcome-title {
        font-size: 1.5rem;
        margin-top: 70px;
    }
    .welcome-subtitle {
        font-size: 1rem;
    }
    .btn-primary {
        font-size: 0.9rem;
        padding: 0.7rem 1.5rem;
        
    }
    .gallery-img img {
        max-height: 150px;
    }
}







/*** welcome section End ***/

/* About section */
/* .video-section iframe {
    width: 90%;
    height: 450px;
    border: none;
    margin-top: 50px;
    margin-left: 50px;
} */

/* Responsive Design */
@media (max-width: 768px) {
    .about-description h4 {
        font-size: 28px;
    }
}

/* General Section Styling */
.about-section {
    background-size: cover;
    background-position: center center;
    padding: 50px 15px;
    position: relative;
    overflow: hidden;
}

/* Text Section */
.about-description {
    padding: 20px;
    position: relative;
}

.about-description h4 {
    font-size: 32px;
    color: #306b46;
    font-family: Aclonica, sans-serif;
    font-weight: bold;
}

.about-description p {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

/* Images */
.image-section img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Flower Background Images */
.flower-bg1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    z-index: 1;
}

.flower-bg2 {
    position: absolute;
    top: 250px;
    right: 0;
    width: 200px;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 992px) {
    .about-description h4 {
        font-size: 28px;
    }

    .about-description p {
        font-size: 16px;
    }

    .image-section img {
        max-width: 500px;
    }

    .flower-bg1 {
        width: 120px;
    }

    .flower-bg2 {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .about-description h4 {
        font-size: 24px;
    }

    .about-description p {
        font-size: 14px;
    }

    .image-section img {
        max-width: 400px;
    }

    .img-fluid1 {
        width: 100px;
        margin-top: 1400px;
    }

    .img-fluid2 {
        width: 120px;
        margin-top: -10px;
        margin-left: -8px;
    }
}

@media (max-width: 576px) {
    .about-description h4 {
        font-size: 20px;
    }

    .about-description p {
        font-size: 12px;
    }

    .image-section img {
        max-width: 300px;
    }

    .flower-bg1 {
        width: 80px;
    }

    .flower-bg2 {
        width: 100px;
    }
}

/*** Gallery Start ***/
.gallery .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery .gallery-img .hover-style {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 1s;
}

.gallery .gallery-img:hover .hover-style {
    width: auto;
    height: auto;
    border: 600px solid rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.gallery .gallery-img img {
    transition: 0.5s;
    height: 300px;
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
}

.gallery .gallery-item .gallery-overlay {
    transition: 0.5s;
}

.gallery .gallery-item:hover .gallery-overlay {
    background: transparent !important;
    border: 0 !important;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    
}

.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}
/*** Gallery End ***/

/*** celebrate events Start ***/

.feature-item {
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    padding: 20px;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.feature-item .feature-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: rgba(48, 107, 70, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.feature-item:hover .feature-icon {
    background-color: rgba(48, 107, 70, 0.5);
}

    
.features .feature-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0.6, 0.6, 0.6, 0.6);
    border-radius: 10px;
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(48, 107, 70, 0.1);
    z-index: -1;
    transition: 0.5s;
}

.features .feature-item:hover::after {
    height: 100%;
}

.features .feature-item .feature-icon {
    width: 120px; 
    height: 120px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: rgba(48, 107, 70, 0.8) !important;
}

.features .feature-item .feature-icon img {
    max-width: 60px;
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.feature-item h4{
    font-family: 'Aclonica', sans-serif;
}




.fact-icon{
    border-top: 5px solid #B78D65;

}

.fact-icon:hover{
    border-bottom: 5px solid #306b46;
    border-top: none;
}




/* Feature Item Responsiveness */
@media (max-width: 768px) {
    .feature-item {
        padding: 15px;
        margin-bottom: 15px;
    }
    .feature-item .feature-icon {
        width: 80px;
        height: 80px;
    }
    .feature-item h4 {
        font-size: 1.2rem;
    }
    .feature-item p {
        font-size: 0.9rem;
    }
    .feature-item .btn {
        font-size: 0.85rem;
        padding: 8px 15px;
    }
    .img-fluid3{
        width: 100px;
        margin-top:1250px;
    }

    .img-fluid4{
        width: 120px;
        margin-top: -10px;
        margin-left: -8px;
    }
}

@media (max-width: 576px) {
    .feature-item {
        padding: 10px;
    }
    .feature-item .feature-icon {
        width: 70px;
        height: 70px;
    }
    .feature-item h4 {
        font-size: 1rem;
    }
    .feature-item p {
        font-size: 0.8rem;
    }
    .feature-item .btn {
        font-size: 0.8rem;
        padding: 5px 10px;
    }
}

/* Adjusting Grid for Smaller Screens */
@media (max-width: 768px) {
    .row.g-4 {
        row-gap: 20px;
        column-gap: 10px;
    }
    .feature-item {
        flex: 1 1 100%;
    }
}

@media (max-width: 576px) {
    .row.g-4 {
        flex-direction: column;
        align-items: center;
    }
}

/* Adjusting Background Images */
@media (max-width: 768px) {
    section.about-section {
        background-position: center;
        background-size: cover;
    }
}

/* Button Responsiveness */
.feature-item .btn {
    font-size: 1rem;
    padding: 10px 20px;
}

@media (max-width: 576px) {
    .feature-item .btn {
        font-size: 0.8rem;
        padding: 8px 15px;
    }
}
/*** celebrate events End ***/





/* contact section */

/* Custom Styles for Contact Section */
.contact-section {
    background-image: url('images/backgroundimg1.webp');
    background-position: top left;
    background-repeat: repeat;
    padding: 60px 0;
}

.contact-section h6 {
    color: #306b46;
    font-family: Aclonica;
    font-size: 38px;
    font-weight: bold;
    margin-top: -35px;
}

.contact-section p {
    font-size: 1.2rem;
    color: #333;
}

.contact-section .form-control {
    border-radius: 10px;
    margin-bottom: 15px;
}

.contact-section .btn-primary {
    background-color: #225c1c;
    border-color: #225c1c;
    font-size: 1.2rem;
    padding: 10px 25px;
    width: 100%;
}

.contact-section .btn-primary:hover {
    background-color: #b78d65;
    border-color: #b78d65;
}

.contact-info {
    margin-top: 30px;

}

.contact-info h4 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.contact-info p {
    font-size: 1rem;
    color: #555;
}

.contact-info .icons i {
    font-size: 1.5rem;
    color: #225c1c;
    margin-right: 10px;
}

.contact-info .icons i:hover {
    color: #b78d65;
}

@media (max-width: 768px) {
    
    .img-fluid7 {
        width: 100px;
        margin-top: 400px;
    }

    .img-fluid8 {
        width: 120px;
        margin-top: -10px;
        margin-left: -8px;
    }
}

 /* Custom Styles for Map Section */
 .map-section {
    padding: 60px ;
}

.map-section h2 {
    text-align: center;
    
    
    margin-bottom: 30px;
    
}

.map-container {
    margin-top: 40px;
    background: #dfd0c3;
}

/* Make the map full width */
.map-container iframe {
    width: 100%;  /* Full width */
    height: 450px;  /* You can adjust the height as needed */
    border: none;
    border-radius: 10px;
    
}

/* Custom Styles for Map Section  */

    .map-section {
        padding: 60px;
    }

    .map-section h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .map-container {
        margin-top: 40px;
        background: #dfd0c3;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

    /* Make the map full width */
    .map-container iframe {
        width: 100%; /* Full width */
        height: 450px; /* Adjustable height */
        border: none;
        border-radius: 10px;
    }



/* social icons */
.social-icons {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px; /* Adding gap between icons */
}
.social-icons a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.social-icons a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 20px;
}

.facebook-btn {
    background-color: #3b5998; /* Facebook Blue */
}

.instagram-btn {
    background-color: #e4405f; /* Instagram Red */
}

/* Hover effects */
.social-icons a:hover {
    transform: scale(1.1); /* Slightly enlarge the icon */
}

.facebook-btn:hover {
    background-color: #365899; /* Darker blue for Facebook */
}

.instagram-btn:hover {
    background-color: #c13584; /* Darker red for Instagram */
}

/* Optional: Icon color change on hover */
.social-icons a:hover i {
    color: white; /* Change icon color to white on hover */
}
/*  Fixed WhatsApp Button and Social Icons  */
    .whatsapp-button {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 9999;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #25d366;
        color: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .whatsapp-button:hover {
        background-color: #20b955;
        text-decoration: none;
    }
    .whatsapp-button i {
        font-size: 2.5rem;
    }

    @media (max-width: 576px) {
        .whatsapp-button {
            bottom: 15px;
            left: 15px;
        }
    
        .social-icons {
            bottom: 70px;
            right: 40px;
            gap: 10px;
        }
    
        .social-icons a {
            width: 40px;
            height: 40px;
            font-size: 1rem;
        }
        
    }

    /* Responsive Adjustments */
@media (max-width: 768px) {
    .back-to-top {
        right: 15px; /* Adjust for smaller screens */
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .back-to-top {
        right: 50px; /* Further adjust margin for extra small screens */
        bottom: 15px;
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

.visitors{
    background: antiquewhite;
    border-radius: 20px;
    color: black;
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    font-size: 18px;
    text-shadow:2px 2px 4px rgba(0,0,0,0.3);
    border:none;
}
.counter-item{
    color:red;
    text-shadow:2px 2px 4px rgba(0,0,0,0.3);
}    
    
.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .slider {
    display: flex;
    animation: slide 10s infinite;
  }

  .slide {
    flex: 0 0 100%;
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
    background:none;
    font-weight:500;
    color:black;
    
  }

  @keyframes slide {
    0% {
      transform: translateX(0%);
    }
    33% {
      transform: translateX(-100%);
    }
    66% {
      transform: translateX(-200%);
    }
    100% {
      transform: translateX(0%);
    }
  }
