/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Color overrides based on logo */
a { color:#a69f90 }
.title small { color:#a69f90 }
.title.white small { color:#e3ad4d }
.btn_1,a.btn_1 { background:#a69f90 }
.phone_element a span { color:#a69f90 }
.phone_element a i { color:#a69f90 }
.main-menu #mainNav ul li a.active,.main-menu #mainNav ul li a:hover { color:#a69f90!important }
@media (min-width: 992px) {
    .main-menu #mainNav ul li a.btn_1.active, .main-menu #mainNav ul li a.btn_1:hover { color: #fff !important; }
}
.hero .wrapper small { color:#e3ad4d }
.social ul li a:hover { color:#a69f90 }
.slide-text small { color:#e3ad4d }
.box_facilities i { color:#a69f90 }
.box_facilities.white i { color:#e3ad4d }
.box_item_info small { color:#a69f90 }
.box_item_info .facilities ul li i { color:#a69f90 }
.nav-tabs#customTab .nav-link:hover { color:#a69f90 }
.list_ok ul li:before { color:#a69f90 }

/* Testimonial Section UI Enhancements */
@media (min-width: 768px) {
    .box_overlay {
        display: flex;
        align-items: center;
        padding: 40px !important;
        background-color: #1f2127;
        border: 1px solid rgba(166, 159, 144, 0.15);
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }
    .box_overlay .pic {
        position: static !important;
        flex: 0 0 220px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid rgba(166, 159, 144, 0.3);
        margin-right: 40px;
        padding-right: 40px;
        text-align: center !important;
    }
    .box_overlay .pic h4 {
        position: static !important;
        margin-top: 15px;
        font-size: 1.1rem !important;
    }
    .box_overlay .comment {
        border-left: none !important;
        padding-left: 0 !important;
        flex: 1;
    }
}

/* Apply to both Mobile and Desktop */
.box_overlay .pic figure {
    border: 3px solid #a69f90;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.box_overlay .pic h4 {
    color: #e3ad4d !important;
}
.box_overlay .pic h4 small {
    color: #fff !important;
    opacity: 0.8;
    margin-top: 5px !important;
    font-size: 0.85rem;
}
.box_overlay .comment {
    color: rgba(255, 255, 255, 0.95);
    font-style: italic;
}

/* Hover Effects for Testimonial Cards */
.box_overlay {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.box_overlay:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
    border-color: rgba(227, 173, 77, 0.6) !important; /* Highlights with the secondary gold color */
}
.box_overlay .pic figure {
    transition: transform 0.4s ease, border-color 0.3s ease;
}
.box_overlay:hover .pic figure {
    transform: scale(1.05);
    border-color: #e3ad4d;
}

/* Fix clipping on hover inside carousel */
.carousel_testimonials .box_overlay {
    margin-top: 15px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    #about .row {
        flex-direction: column-reverse;
    }
    #carousel-home .owl-carousel .owl-slide {
        height: 60vh !important;
    }
    .slide-text h2, .slide-text h3 {
        font-size: 1.8rem !important;
        line-height: 1.2;
    }
    h2, .title h2, .title h3 {
        font-size: 1.6rem !important;
        line-height: 1.3;
    }
    p, .lead, .box_overlay .comment {
        font-size: 0.95rem !important;
        line-height: 1.6;
    }
    .margin_120_95 {
        padding-top: 40px !important;
    }
}

/* Contact Section UI Enhancements */
#booking_section .nav-tabs#customTab {
    border-bottom: none;
    margin-bottom: 0;
}
#booking_section .nav-tabs#customTab .nav-link.active {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.03);
    font-size: 1.1rem;
    padding: 15px 30px;
    color: #24262d;
    font-weight: 700;
}
.contacts_wrapper {
    background-color: #fff !important;
    border-radius: 0 15px 15px 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    padding: 40px !important;
}
.contacts_wrapper .form-floating > .form-control {
    background-color: #f7f7f9;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: none;
}
.contacts_wrapper .form-floating > .form-control:focus {
    background-color: #fff;
    border: 1px solid #a69f90;
    box-shadow: 0 5px 15px rgba(166,159,144,0.1);
}
.contacts_wrapper .form-floating > label {
    color: #888;
}
.contacts_wrapper .btn_1.outline {
    background-color: #a69f90 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 25px;
    padding: 15px 35px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 100%;
}
.contacts_wrapper .btn_1.outline:hover {
    background-color: #4b514d !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}



@media (max-width: 767px) {
    .contacts_wrapper {
        padding: 25px !important;
    }
    #booking_section .nav-tabs#customTab .nav-link.active {
        font-size: 1rem;
        padding: 12px 20px;
    }
}
