.mobile-nav {
    display: none;
}


#carouselExampleCaptions img {
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

h6 {
    font-size: 19px;
    color: rgba(74, 97, 43, 1);
}

h2{
    color:#8a5a2c;
}

/* Lean Page Starts */
.image-gallery {
    margin-top: 7rem;
}

.image-gallery h2 {
    color: var(--red--);
    font-weight: 600;
}

.main-image {
    text-align: center;
    position: relative;
}





.contact-section {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-section h2 {
    color:#8a5a2c  !important;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.contact-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.contact-section p strong {
    color: #28a745;
}

.contact-section a {
    color: #28a745;
    text-decoration: none;
    font-weight: bold;
}

.contact-section a:hover {
    text-decoration: underline;
}

.contact-section p:not(:last-child) {
    margin-bottom: 15px;
}

.contact-section p a[href^="tel"]::before {
    content: "📞 ";
}

.contact-section p a[href^="mailto"]::before {
    content: "✉️ ";
}

/* Main Image */
.main-image {
    text-align: center;
    position: relative;
}

.main-image img {
    width: 80%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.btn-prev,
.btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #8a592cc4 !important;
    color: #fff !important;
    border: none;
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50% !important;
    transition: background 0.3s;
}


.btn-prev {
    left: 10px;
}

.btn-next {
    right: 10px;
}

/* Thumbnail Section */
.thumbnails-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.thumbnails {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    scroll-behavior: smooth;
}

.thumbnail {
    width: 120px;
    height: 80px;
    margin-right: 5px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease;
    border-radius: 5px;
    border: 2px solid transparent;
}

.thumbnail:hover {
    transform: scale(1.1);
    border-color: var(--blue--);
}

.thumbnail.active {
    border-color: var(--blue--);
}

/* Gallery Section ends   */




.premium-section {
    padding: 60px 20px;
    /* background-color: #fdf8f5; */
}

.premium-section .top-image {
    width: 120px;
    margin: 0 auto;
}

.premium-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #8a5a2c;
    text-align: center;
    margin-top: 20px;
}

.premium-section p {
    font-size: 1rem;
    color: #6b705c;
    /* text-align: center; */
    margin-bottom: 40px;
    line-height: 1.8;
}

.premium-section img {
    border-radius: 10px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.highlight {
    font-weight: bold;
    color: #b97745;
}



.therapy .header {
    text-align: center;
    margin-bottom: 40px;
}

.therapy .header h1 {
    color: #8a5a2c  ;
    font-weight: bold;
}

.therapy .card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
}

.therapy .card-title {
    color: #377c0a;
    font-weight: bold;
}

.therapy .card-text {
    line-height: 1.6;
}


.nested-section {
    margin-top: 40px;
}

.nested-section h2 {
    margin-bottom: 20px;
}

.nested-section ul {
    list-style-type: none;
    padding: 0;
}

.nested-section ul li {
    padding: 5px 0;
}

.nested-section ul li a {
    text-decoration: none;
    color: #8a5a2c;
}

.nested-section ul li a:hover {
    text-decoration: underline;
}


.contact-section {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.contact-section h2 {
    color: #6c757d;
    font-weight: bold;
}

.contact-section p {
    margin: 5px 0;
}

.contact-section a {
    color: #007bff;
    text-decoration: none;
}

.contact-section a:hover {
    text-decoration: underline;
}


.custom-heading {
    font-family: 'Cursive', sans-serif;
    color: #6d4c41;
    font-size: 3rem;
}

.content {
    margin-top: 50px;
    color: #343a40;
}

.highlight {
    font-weight: bold;
    color: #28a745;
}

/* Responisve */


@media(max-width: 786px) {

    .mobile-nav {
        display: block !important;
    }

    .desktop-nav {
        display: none !important;
    }
}




.footer-section {
    font-family: Arial, sans-serif;
    padding: 40px;
    border-top: 1px solid #ddd; /* Subtle border to separate footer */
    color: #377c0a; /* Neutral text color */
}

.footer-section p {
    margin: 0 0 10px; /* Adjust spacing between lines */
    font-size: 14px;
    line-height: 1.6;
}

.footer-link {
    color: #8a5a2c; /* Matches your primary red theme */
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
}

.footer-link:hover {
    text-decoration: underline;
    color: #8a5a2c; /* Slightly darker shade on hover */
}