/********** Template CSS **********/
:root {
    --primary: #B78D65;
    --light: #F8F8F8;
    --dark: #252525;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 15px;
}
h3, .h3 {
  font-family: 'Poppins', sans-serif;
          font-size: 20px !important;
}
p{
    font-size:14px;
}
h6, .h6{
     font-family: 'Poppins', sans-serif; 
      font-weight: 500 !important;  
}
h5, .h5{
    font-family: 'Poppins', sans-serif; 
    font-size: 16px !important; 
    font-weight: 500 !important;  
}

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

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

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

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

/* body{
    overflow-x: hidden !important;
} */

html {
    overflow-x: hidden !important;
}

.btn{
       border-radius: 2px; 
}

.row {
    margin-left: 0;
    margin-right: 0;
}
/*** 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;
}


/*** 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: 60px;
    height: 60px;
        border-radius: 50%;
}

.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);
}


/*** Navbar ***/
.navbar {
    padding: 0;
}

.navbar .navbar-brand {
    padding: 10px 0;
}

.navbar .navbar-brand img {
    height: 80px !important;
    width: auto !important;
    max-height: 80px !important;
}

.navbar-toggler {
    border: 2px solid var(--primary);
    padding: 6px 8px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem rgba(183, 141, 101, 0.25);
    outline: none;
}

.navbar-toggler-icon {
    width: 22px !important;
    height: 22px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28183, 141, 101, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    transition: color 0.3s ease;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.nav-item {
    font-size: 15px;
}





/*** 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);
}



.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(rgb(0 0 0 / 54%), rgb(0 0 0 / 24%)), url(../images/carousel-4.png) center center no-repeat;
    background-size: cover;
}
/* .page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/carousel-4.png) center center no-repeat;
    background-size: cover;
} */

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


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


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

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

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

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


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


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

.service-item .service-text {
  background: rgb(0 0 0 / 51%);
    transition: .5s;
}
.service-item * {
    color: #FFFFFF;
}
.service-text {
padding:5rem 3rem;
}

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

.service-text .btn{
    font-size: 13px;
}
.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;
}


/*** Gallery Section ***/
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    cursor: pointer;
}

.gallery-item-large .gallery-img-wrapper {
    height: 500px;
}

.gallery-item:not(.gallery-item-large) .gallery-img-wrapper {
    height: 240px;
}

.gallery-img-wrapper {
    position: relative;
    overflow: hidden;
}

.gallery-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.gallery-item:hover .gallery-img-wrapper img {
  
    filter: brightness(0.7);
}

/* Animated Border Effect */
.gallery-border {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid var(--primary);
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease;
    z-index: 1;
    pointer-events: none;
}

.gallery-item:hover .gallery-border {
    opacity: 1;
    transform: scale(1);
}

/* Overlay with Gradient */
.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(183, 141, 101, 0.95) 0%, 
        rgba(37, 37, 37, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Content Animation */
.gallery-content {
    text-align: center;
    transform: translateY(30px) scale(0.9);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.gallery-item:hover .gallery-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* Animated Icon */
.gallery-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
}

.gallery-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid var(--primary);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-icon::before {
    transform: scale(1.3);
    opacity: 0;
}

.gallery-icon i {
    color: #fff;
    font-size: 28px;
    transition: all 0.3s ease;
    animation: rotateIcon 0.6s ease;
}

.gallery-item:hover .gallery-icon {
    background: var(--primary);
    border-color: var(--primary);
    transform: rotate(90deg);
}

.gallery-item:hover .gallery-icon i {
    transform: rotate(-90deg);
}

@keyframes rotateIcon {
    from {
        transform: rotate(-180deg) scale(0);
        opacity: 0;
    }
    to {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}

.gallery-content h4 {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.gallery-content p {
    font-size: 14px;
   
}



/*** Project ***/
.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;
}


/*** 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);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: 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 ***/
.footer-elegant {
    position: relative;
    background: linear-gradient(135deg, #1a1a1a 0%, #252525 100%);
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.2);
}

.footer-elegant::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;

    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    opacity: 0.5;
}

.footer-elegant .footer-info p {
    color: #aaa;
    transition: all 0.3s ease;
    line-height: 1.8;
}

.footer-elegant .footer-info p:hover {
    color: var(--primary);
   
}

.footer-elegant .footer-info i {
    font-size: 13px;
    width: 18px;
}

/* Social Media Buttons */
.btn-social {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(183, 141, 101, 0.15);
    border: 1px solid var(--primary);
    color: var(--primary);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-social:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 20px rgba(183, 141, 101, 0.4);
}

.btn-social i {
    font-size: 16px;
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 98px;
    right: 30px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: unset !important;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float:hover {
    background: linear-gradient(135deg, #128C7E 0%, #075E54 100%);
    color: #fff;
    transform: scale(1.15);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.7);
}

.whatsapp-float i {
    line-height: 1;
}

@keyframes whatsapp-pulse {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    }
    50% {
        box-shadow: 0 4px 35px rgba(37, 211, 102, 0.8);
    }
}




/* Copyright Section */
.footer-elegant .border-top {
    border-color: rgba(183, 141, 101, 0.2) !important;
}

.footer-elegant .border-top p {
    color: #888;
}

.footer-elegant .border-top a {
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-elegant .border-top a:hover {
    color: var(--primary) !important;
    text-decoration: underline !important;
}

/* Legacy Footer Styles */
.footer-modern {
    position: relative;
    overflow: hidden;
}

.footer-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    opacity: 0.3;
}

.footer-modern .footer-contact p {
    color: #999;
    transition: .3s;
}

.footer-modern .footer-contact p:hover {
    color: var(--primary);
}

.footer-modern .footer-contact i {
    font-size: 14px;
}

.footer-modern .btn-square {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease;
    background: rgba(183, 141, 101, 0.1);
    border: 1px solid var(--primary);
}

.footer-modern .btn-square:hover {
    background: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(183, 141, 101, 0.3);
}

.footer-modern .btn-square i {
    font-size: 16px;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


/* ===================================
   Facilities Page Custom Styles
   =================================== */

/* Facility Cards */
.facility-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
        border: 1px solid #e1cfbe;
    position: relative;
    overflow: hidden;
}


.facility-card:hover {
   
    border-color: var(--primary);
}


.facility-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff5eb 0%, #ffebd6 100%);
    border-radius: 50%;
    transition: all 0.4s ease;
    position: relative;
}



.facility-icon i {
    font-size: 40px;
    color: var(--primary);
    transition: all 0.4s ease;
}


.facility-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.facility-card:hover .facility-title {
    color: var(--primary);
}

.facility-desc {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Feature Box */
.feature-box {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.feature-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, transparent, rgba(183, 141, 101, 0.05));
    transition: height 0.4s ease;
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(183, 141, 101, 0.15);
    border-color: var(--primary);
}

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

.feature-icon {
    position: relative;
    z-index: 1;
}

.feature-icon i {
    transition: all 0.4s ease;
}

.feature-box:hover .feature-icon i {
    transform: scale(1.15);
    color: var(--primary) !important;
}

.feature-box h4 {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.feature-box p {
    position: relative;
    z-index: 1;
}
.fs-5 {
        font-size: 16px !important;
}
.lead {
font-size: 16px;
font-weight:400;
}


/* Facility Number Badge */
.facility-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary), #d4a574);
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 800;
   
    flex-shrink: 0;
}

/* Occasion Cards */
.occasion-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.occasion-card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(183, 141, 101, 0.05), transparent);
    transition: transform 0.6s ease;
    border-radius: 50%;
}

.occasion-card:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.occasion-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(183, 141, 101, 0.2);
}

.occasion-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: linear-gradient(135deg, #fff5eb, #ffebd6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.occasion-card:hover .occasion-icon {
    background: linear-gradient(135deg, var(--primary), #d4a574);
    transform: scale(1.1);
}

.occasion-icon i {
    color: var(--primary);
    transition: all 0.4s ease;
}

.occasion-card:hover .occasion-icon i {
    color: #fff;
    transform: rotateY(360deg);
}

.occasion-card h5 {
    position: relative;
    z-index: 1;
    font-weight: 700;
    transition: color 0.3s ease;
}

.occasion-card:hover h5 {
    color: var(--primary);
}

.occasion-card p {
    position: relative;
    z-index: 1;
    color: #666;
}

/* Responsive Adjustments */




/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}



.navbar-toggler {
    transition: transform 0.3s ease;
}

/* Ensure no horizontal scroll on all viewports */
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}


/* Fix for carousel overflow */
.owl-carousel {
    overflow: hidden;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

/* Responsive text adjustments */

/* @media (min-width: 1500px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1620px;
    }
} */

.fa-check-circle{
    font-size: 1.5em;
}
.footer-elegant .fa-phone-alt, .fa-envelope, .fab.fa-whatsapp {
    min-width: unset !important;
}

/* attraction details */
.attraction-info-banner {
        background: #ffffff;
    border: 1px solid #eaded2;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 2%);
}
.border-start {
    border-left: 1px solid #eaded2 !important;
}

.info-item-elegant {
    padding: 10px 20px;
}

.icon-elegant {
    width: 50px;
    height: 50px;
    border-radius: 50%;
        background: #b78d65;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.info-item-elegant small {
    font-weight: 600;
    color: #6c757d;
}

.info-item-elegant strong {
    font-size: 1rem;
    color: #212529;
    font-weight: 600;
}

.icon-box {
    flex-shrink: 0;
}

.attraction-hero-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.attraction-hero-img img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.attraction-hero-img:hover img {
    transform: scale(1.05);
}

.section-line {
    display: inline-block;
    width: 60px;
    height: 3px;
    background: var(--primary);
    margin-right: 15px;
    margin-bottom: 5px;
}

.highlight-item {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.highlight-item:hover {
    border-left-color: var(--primary);
    background: #fff !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.tips-list {
    list-style: none;
    padding: 0;
}

.tips-list li {
    padding-left: 0;
}

.map-wrapper {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.info-card, .contact-card, .share-card {
    border:1px solid #ece4dd;
}

.info-row strong {
    font-size: 0.95rem;
}

.info-row p {
    font-size: 0.9rem;
}

.attraction-card {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.attraction-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.attraction-card .attraction-img-wrapper {
    height: 200px;
    overflow: hidden;
}

.attraction-card .attraction-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.sidebar-attraction-card {
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.sidebar-attraction-card:hover {
    border-color: #ece4dd;
    
}

.sidebar-attraction-img {
    height: 180px;
    overflow: hidden;
}

.sidebar-attraction-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.sidebar-attraction-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sidebar-attraction-card:hover .sidebar-attraction-overlay {
    opacity: 1;
}

.explore-more-section h5 {
    color: #212529;
    font-size: 1.1rem;
}


/* blog details */
/* Page Header */
.blog-detail-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/blog/blog-2.jpeg') center center no-repeat;
    background-size: cover;
}

/* Featured Image */
.blog-detail-featured-img img {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Typography */
.blog-lead {
    font-size: 16px;
    line-height: 1.8;
}

.blog-paragraph {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.blog-main-heading {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
}

.blog-section-heading {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
}

/* Image Grid */
.blog-grid-img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

/* Full Width Image */
.blog-full-width-img {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Benefits */
.benefit-icon-size {
    font-size: 20px;
}

.benefit-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.benefit-text {
    color: #666;
    margin-bottom: 0;
}

.benefit-item {
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background-color: #f8f9fa;
    transform: translateX(10px);
}

/* Conclusion */
.conclusion-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
}

.conclusion-text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

/* Blog Detail Typography */
.blog-detail-content p {
    margin-bottom: 1.2rem;
}

.blog-detail-content h2,
.blog-detail-content h3 {
    margin-top: 2rem;
}

/* Meta Info */
.blog-detail-meta {
    font-size: 14px;
}

/* Tags */
.blog-tags .badge {
    font-size: 13px;
    font-weight: 500;
    padding: 8px 15px;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}

.blog-tags .badge:hover {
    background-color: var(--primary) !important;
    color: white !important;
    border-color: var(--primary);
}

/* Share Buttons */
.blog-share .btn {
    width: 35px;
    height: 35px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Sidebar Widgets */
.sidebar-widget {
    transition: transform 0.3s ease;
}

.widget-title {
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}

.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--primary);
}

/* Related Blog Items */
.related-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.related-title {
    font-size: 14px;
    line-height: 1.4;
}

.related-date {
    font-size: 12px;
}

.related-blog-item {
    transition: all 0.3s ease;
}



.related-blog-item a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-blog-item a:hover {
    color: var(--primary) !important;
}

.related-blog-img img {
    transition: transform 0.3s ease;
}



/* Categories */
.category-link {
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 12px;
    display: flex;
    border-radius: 5px;
}

.category-link:hover {
    background-color: rgba(0, 123, 255, 0.1);
    padding-left: 16px;
}

/* Tags Cloud */
.tag-item {
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.tag-item:hover {
    background-color: var(--primary) !important;
    color: white !important;
    border-color: var(--primary) !important;
    transform: translateY(-2px);
}

/* CTA Widget */
.cta-title {
    font-weight: 600;
}

/* Responsive */


/* blog */

.blog-card {
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}



/* Blog Image */
.blog-img {
    position: relative;
    height: 280px;
}

.blog-img img {
    transition: transform 0.5s ease;
}

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

/* Blog Overlay */
.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    opacity: 0;
    transition: opacity 0.4s ease;
}

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

/* Blog Badge */
.blog-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.blog-badge .badge {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

/* Blog Content */
.blog-content {
    position: relative;
    z-index: 1;
}

/* Blog Meta */
.blog-meta {
    font-size: 13px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-meta i {
    font-size: 12px;
}

/* Blog Title */
.blog-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.blog-title a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: var(--primary) !important;
}

/* Blog Excerpt */
.blog-excerpt {
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read More Button */
.blog-content .btn {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}



/* Responsive Adjustments */

/* contact us */
/* Page Header */
.contact-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/carousel-3.png') center center no-repeat;
    background-size: cover;
}

/* Section Intro */
.contact-intro {
    font-size: 16px;
    color: #666;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Contact Cards - Luxury Elegant Design */
.contact-card {
    background: #fff;
    border-radius: 10px;
    padding: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    border: 1px solid #e8d7c3;
    position: relative;
}


.contact-card:hover::after {
    transform: scaleX(1);
}



/* Icon Wrapper */
.contact-card-icon-wrapper {
    padding: 45px 0 30px;
    text-align: center;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.contact-card-icon {
    width: 90px;
    height: 90px;
    background: #fff;
    border: 2px solid #f1f1f1;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.contact-card:hover .contact-card-icon {
    border-color: var(--primary);
    transform: scale(1.05);
}

.contact-card-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary);
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease;
    z-index: -1;
}

.contact-card:hover .contact-card-icon::before {
    opacity: 0.1;
    transform: scale(1.2);
}

.contact-card-icon i {
    font-size: 36px;
    color: var(--primary);
    transition: all 0.3s ease;
}

.contact-card:hover .contact-card-icon i {
    color: var(--primary);
    transform: scale(1.1);
}

/* Card Body */
.contact-card-body {
    padding: 0 35px 40px;
    text-align: center;
}

.contact-card-body h5 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 18px;
    font-family: 'Teko', sans-serif;
    letter-spacing: 1px;
}

.contact-card-body p {
    color: #777;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
    min-height: 50px;
}

.contact-card-link {
    color: var(--primary);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 5px;
}

.contact-card-link:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.contact-card-link i {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.contact-card-link:hover i {
    transform: translateX(4px);
}

/* Responsive for contact cards */

/* Map Section */
.map-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 5px solid #fff;
    position: relative;
}

.google-map {
    border: 0;
    display: block;
}

.map-overlay-text {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 25px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
    pointer-events: none;
}

.map-overlay-text p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-overlay-text p::before {
    content: 'ðŸ—ºï¸';
    font-size: 16px;
}

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



.info-badge i {
    font-size: 32px;
    flex-shrink: 0;
}

.info-badge h6 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.info-badge p {
    font-size: 13px;
    color: #666;
}

/* Contact Form Section */
.contact-form-section {
    background: #fff;
    padding: 45px;
    border-radius: 15px;
   border: 1px solid #e8d7c3;
}

.contact-form-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: 60px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
}

.form-floating > .form-control:focus,
.form-floating > .form-select:focus {
    border-color: var(--primary);
    box-shadow:unset !important;
}

.form-floating > label {
    color: #666;
    font-size: 15px;
}

.message-box {
    height: 150px !important;
    resize: none;
}

.submit-btn {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}


.submit-btn span,
.submit-btn i {
    position: relative;
    z-index: 1;
}



/* Quick Contact Options */
.quick-contact-options {
    padding-top: 25px;
    border-top: 2px dashed #e9ecef;
}

.quick-contact-btn {
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
}

.whatsapp-btn:hover {
   
   
    color: #fff;
}

.phone-btn {
  background: #b78d65;
    color: #fff;
}

.phone-btn:hover {
  
    
    color: #fff;
}



/* faq */
/* Premium FAQ Styling */
.faq-category {
    position: relative;
}

.accordion-button {
    background-color: #f8f9fa;
    color: #333;
    border: none;
    padding: 1.25rem 1.5rem;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: #b78d65;
    color: #fff;
    
}



.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button::after {
    background-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease;
}


.accordion-body {
    padding: 1.5rem;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    background-color: #fff;
}
.accordion-button{
  font-family: 'Poppins', sans-serif;
      font-size: 15px;
      font-weight: 600 !important;

}
.fa-2x {
    font-size: 1.6em;
}
.accordion-item {
    background-color: #fff;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

/* FAQ Tip Cards */
.faq-tip-card {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.faq-tip-card:hover {
  
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background-color: #fff !important;
}

.faq-tip-card:hover .tip-icon i {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/* Responsive Design */

/* Animation Enhancement */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wow {
    visibility: hidden;
}

.wow.fadeInUp,
.wow.fadeInLeft,
.wow.fadeInRight {
    animation-duration: 1s;
    animation-fill-mode: both;
}

/* Contact Icons Styling */


/* Section Title Enhancement */
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.section-title::before {
    content: '';
    position: absolute;
    width: 45px;
    height: 2px;
    background: var(--primary);
    bottom: -5px;
    left: 0;
}

.section-title::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: var(--primary);
    bottom: -5px;
    left: 50px;
}

/* gallary */
.gallery-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 20px 0;
}

.gallery-filter-btn {
    background: #fff;
    border: 2px solid #e0e0e0;
    color: #333;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gallery-filter-btn:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-filter-btn.active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    
}

/* Gallery Card Styles */
.gallery-item-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    height: 100%;
}

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

.gallery-image-container {
    position: relative;
    overflow: hidden;
    height: 350px;
    border-radius: 15px;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item-card:hover .gallery-image {
    transform: scale(1.15) rotate(2deg);
}

/* Modern Overlay */
.gallery-overlay-modern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 25px;
}

.gallery-item-card:hover .gallery-overlay-modern {
    opacity: 1;
}

.gallery-content-modern {
    width: 100%;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.gallery-item-card:hover .gallery-content-modern {
    transform: translateY(0);
}

.gallery-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.gallery-icons {
    display: flex;
    gap: 10px;
}

.gallery-lightbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.gallery-lightbox:hover {
    background: #fff;
    color: var(--primary);
    transform: scale(1.1) rotate(15deg);
}

.gallery-lightbox i {
    font-size: 18px;
}

/* Animation */
.gallery-item-wrapper {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item-wrapper.hide {
    opacity: 0;
    transform: translateY(30px);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.attraction-card {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}




.attraction-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.attraction-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.attraction-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.attraction-badge .badge {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
}

.attraction-content h4 {
    color: #1a1a1a;
    font-weight: 700;
}

.attraction-distance span {
    color: #191919;
    font-size: 0.9rem;
}

.attraction-features .badge {
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
    font-weight: 500;
    border: 1px solid #e0e0e0;
}

.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 5px;
}

.map-container {
    border: 2px solid #f0f0f0;
}


.key-heighlight{
 font-weight: 600;   
 line-height: 1.2;
    color: #252525;
        font-family: "Teko", sans-serif;
        font-size: 2rem !important;
}

/* ---- Contact Form Alerts ---- */
.contact-alert {
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.contact-alert-success {
    background: rgba(40,167,69,0.1);
    color: #1a7a35;
    border: 1px solid rgba(40,167,69,0.25);
}
.contact-alert-danger {
    background: rgba(220,53,69,0.08);
    color: #a0222f;
    border: 1px solid rgba(220,53,69,0.2);
}

/* ---- jQuery Validate errors for contact form ---- */
.contact-field-error {
    display: block;
    font-size: 12px;
    color: #dc3545;
    margin-top: 4px;
    font-weight: 500;
}
.contact-field-error::before {
    content: '\26A0  ';
}
.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220,53,69,0.1) !important;
}
