@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Lora:wght@300;400;500;600;700&display=swap');

/* Site typography: headings use Playfair Display, body uses Lora */
html, body, input, textarea, select, button {
    font-family: 'Lora', 'Open Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, serif;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
    font-family: 'Playfair Display', 'Lora', serif;
}

/*** Spinner Start ***/
/*** 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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
}

.btn.btn-light {
    color: #ff7a00;
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: #ff7a00;
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}

/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ff7a00;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: #ff7a00;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #ff7a00;
        color: #ff7a00;
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}

/* Make the hamburger (toggler) icon orange for navbar-light */
.navbar-light .navbar-toggler {
    color: #ff7a00;
    border-color: #ff7a00;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ff7a00' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}


@media (min-width: 1200px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 700px;
    }
}

@media (max-width: 1199px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 55vh;
    }
}

@media (max-width: 575px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 45vh;
    }
}

.header-carousel .owl-nav .owl-prev {
    display: none;
}

/* Make the small carousel heading orange */
.header-carousel .carousel-caption h4 {
    color: #ff7a00 !important;
}

/* Utility: orange text (used for feature/chardham headings) */
.text-orange {
    color: #ff7a00 !important;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -60px;
    right: 50%;
    transform: translateY(-50%);
    margin-right: -60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}

.header-carousel .owl-nav .owl-next i {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: carousel-next-btn;
    animation-duration: 4s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    transition: 1s;
}

@keyframes carousel-next-btn {
    0%  {margin-top: 35%;}
    50%  {margin-bottom: 70%;}
    100% {margin-top: 35%;}
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: transparent; /* removed dark overlay so images show through */
    display: flex;
    align-items: center;
}

.carousel-caption .ticket-form {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}

.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {width: 100%; height: 100%;}

    25% {width: 115%; height: 115%;}

    50% {width: 130%; height: 130%;}

    75% {width: 120%; height: 120%;}

    100% {width: 100%; height: 100%;}
}
/*** Carousel Hero Header End ***/

/* Responsive: reduce carousel caption text on small screens */
@media (max-width: 767px) {
    .header-carousel .carousel-caption h1.display-4 {
        font-size: 2rem; /* reduce from large desktop size */
        line-height: 1.05;
    }
    .header-carousel .carousel-caption h4 {
        font-size: 0.95rem;
    }
    .header-carousel .carousel-caption {
        padding: 0;
    }
    .header-carousel .carousel-caption .text-start {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 575px) {
    .header-carousel .carousel-caption h1.display-4 {
        font-size: 1.5rem;
    }
    .header-carousel .carousel-caption h4 {
        font-size: 0.85rem;
        margin-bottom: 0.4rem;
    }
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 45vh; /* ensure image height matches captions on very small screens */
    }
    .header-carousel .carousel-caption .text-start {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../image/about\ us\ 2.avif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/* About page: tighter image and larger, bolder text */
.about-hero {
    max-height: 360px;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.about-text {
    /* use the same site body font (Lora) for consistency */
    font-family: inherit;
    font-weight: 400; /* reduced weight for better readability */
    color: #0b1720;
    font-size: 1rem; /* ~16px - matches other pages */
    line-height: 1.6;
}

@media (min-width: 992px) {
    .about-hero { max-height: 420px; }
    .about-text { font-size: 1.125rem; }
}

/* Make About page headings use site orange instead of bootstrap primary blue */
.about .text-primary {
    color: #ff7a00 !important;
}

@media (max-width: 575px) {
    .about-hero { max-height: 220px; }
    .about-text { font-size: 1rem; }
}

/* Hut spotlight styles */
.about-hut {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.about-hut-text {
    font-family: inherit;
    font-weight: 600;
    color: #0b1720;
    font-size: 1.05rem;
    line-height: 1.6;
}

@media (min-width: 992px) {
    .about-hut { max-height: 380px; }
    .about-hut-text { font-size: 1.125rem; }
}

/* Destination hero images: consistent height, overlay caption, responsive */

/* Contact cards (used on contact page) */
.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.contact-card {
    position: relative;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 28px 20px 20px 20px;
    background: #fff;
    overflow: visible;
}
.contact-card .icon-circle {
    position: absolute;
    left: 18px;
    top: -20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e53935; /* red */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    font-size: 20px;
}
.contact-card h4,
.contact-card h5 {
    margin-left: 48px;
    margin-top: 2px;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-card p {
    margin-left: 48px;
    margin-bottom: 0;
    color: #222;
}
@media (max-width: 575px) {
    .contact-card { padding: 22px 16px 16px 16px; }
    .contact-card .icon-circle { left: 12px; top: -18px; width:48px; height:48px; }
    .contact-card h4, .contact-card h5, .contact-card p { margin-left: 44px; }
}

/* Orange button used for enquiry CTAs */
.btn-orange {
    background-color: #ff6a00;
    border-color: #ff6a00;
    color: #fff;
}
.btn-orange:hover,
.btn-orange:focus {
    background-color: #e55a00;
    border-color: #e55a00;
    color: #fff;
}


/* Footer: make Contact heading and address labels orange for emphasis */
.footer .footer-item h4 {
    color: #ff7a00 !important;
}
.footer .footer-item p strong {
    color: #ff7a00 !important;
}

.destination-hero {
    width: 100%;
    height: 40vh; /* reduced height for destination pages */
    object-fit: cover;
    display: block;
}

@media (min-width: 1200px) {
    .destination-hero { height: 500px; }
}

.header-carousel .carousel-caption h1 {
    font-size: 3rem;
    color: #fff;
    text-transform: capitalize;
}

.header-carousel .header-carousel-item .carousel-caption {
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Wrapper and centered caption for destination hero images */
.destination-hero-wrapper {
    position: relative;
    overflow: hidden;
}

.destination-hero-caption {
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.destination-hero-caption h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 0 6px 18px rgba(0,0,0,0.6);
    text-transform: capitalize;
    margin: 0;
    padding: 0; /* no boxed background */
    background: transparent;
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .destination-hero-caption h1 { font-size: 1.4rem; padding: 0.4rem 0.8rem; }
}


/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    border-radius: 10px;
    background: var(--bs-light);
}

.feature-item .feature-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    bottom: 0; 
    left: 0;
    margin-top: 0;
    margin-right: 0; 
    background: rgba(0, 0, 0, 0.2); 
    border-radius: 10px;
    z-index: 2;
}

.feature-item .feature-content .feature-content-inner {
    position: relative;
    z-index: 5;
}
/* Ensure all feature carousel cards use the same size */
.feature .feature-item {
    height: 220px; /* fixed card height on desktop */
    overflow: hidden;
}

.feature .feature-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Feature carousel navigation buttons */
.feature { overflow: visible; }
.feature .owl-carousel { position: relative; }

.feature .owl-nav .owl-prev,
.feature .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ff7a00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
    z-index: 40;
    border: none;
}
/* place buttons outside the carousel */
.feature .owl-nav .owl-prev { left: -28px; }
.feature .owl-nav .owl-next { right: -28px; }
.feature .owl-nav .owl-prev:hover, .feature .owl-nav .owl-next:hover { background: #ff6a00; }

.feature .owl-nav button { background: transparent; border: none; }

@media (max-width: 575px) {
    /* keep buttons outside on small screens as well */
    .feature .owl-nav .owl-prev { left: -18px; }
    .feature .owl-nav .owl-next { right: -18px; }
}

@media (max-width: 991px) {
    .feature .feature-item {
        height: 180px;
    }
}

@media (max-width: 575px) {
    /* increase feature card height on small screens so images are more visible */
    .feature .feature-item {
        height: 180px;
    }
}
/* Chardham hero grid styles */
.chardham .chardham-grid .chardham-card {
    height: 320px;
    background: #000;
}

.chardham .chardham-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.55);
}

.chardham .chardham-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.chardham .chardham-overlay h4 {
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
}

/* one-line hover description for chardham cards */
.chardham .chardham-overlay {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}


.chardham .chardham-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.95);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .22s ease, transform .22s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* allow up to 3 lines on large screens */
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
    text-align: center;
}

.chardham .chardham-card:hover .chardham-desc {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 575px) {
    .chardham .chardham-desc {
        -webkit-line-clamp: 2; /* limit to 2 lines on small screens */
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .chardham .chardham-grid .chardham-card { height: 240px; }
    .chardham .chardham-overlay h4 { font-size: 20px; }
}

@media (max-width: 575px) {
    .chardham .chardham-grid .chardham-card { height: 160px; }
    .chardham .chardham-overlay h4 { font-size: 16px; }
}
/*** Feature End ***/

/* Reduce vertical gap between Feature and Chardham sections */
.feature.py-5 { padding-bottom: 2rem !important; }
.feature.py-5 .container.py-5 { padding-bottom: 1rem !important; }
.chardham.py-5 { padding-top: 2rem !important; }

@media (max-width: 575px) {
    .feature.py-5 { padding-bottom: 1.25rem !important; }
    .chardham.py-5 { padding-top: 1.25rem !important; }
}


/*** Service Start ***/
.service {
    position: relative;
    overflow: hidden;
    background-image: url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.service .service-section {
    position: relative;
    z-index: 5;
}

.service .service-days {
    border-radius: 10px;
    background: var(--bs-white);
}

.service .service-item {
    position: relative;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-white);
    z-index: 1;
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover:after {
    height: 100%;
}

.service .service-item i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover i {
    color: var(--bs-white);
}

.service .service-item .service-content {
    position: relative;
    z-index: 3;
}

.service .service-item .service-content p {
    transition: 0.5s;
}

.service .service-item:hover .service-content p {
    color: var(--bs-white);
}

.service .service-item .service-content a.h4 {
    transition: 0.5s;
}

.service .service-item:hover .service-content a.h4:hover {
    color: var(--bs-white);
}
/*** Service End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.blog .blog-item .blog-img .blog-category {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 5;
}

.blog .blog-item .blog-img .blog-date {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: var(--bs-white);
    z-index: 5;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    background: var(--bs-primary);
    border-radius: 10px;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover:after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.team .team-item .team-content .team-icon {
    background: var(--bs-light);
    border-radius: 10px;
    display: flex;
    display: inline-flex;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-primary);
}

.team .team-item .team-content p {
    color: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-content p {
    color: var(--bs-body);
}
/*** Team End ***/
/* Polished testimonial styling for team-testimonial (orange background) */
.team-testimonial {
    background: linear-gradient(180deg, #ff7a00 0%, #ff8f2a 100%);
    border-radius: 10px;
    color: #fff;
    padding: 18px;
}
.team-testimonial .testimonial-quote {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}
.team-testimonial img {
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Ensure testimonial paragraphs are visible despite global hide rules */
.team .team-item.team-testimonial .team-content p,
.team .team-item.team-testimonial .testimonial-quote {
    display: block !important;
    color: #fff !important;
}

/* Ensure all team cards share the same height and content stretches */
.team .team-item {
    display: flex;
    flex-direction: column;
    height: 360px; /* uniform card height */
}

.team .team-item .team-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Keep testimonial inner row alignment consistent */
.team .team-item .team-content .d-flex.align-items-start {
    align-items: flex-start;
}

/* Mobile: allow natural height for smaller screens */
@media (max-width: 767px) {
    .team .team-item {
        height: auto;
    }
}

/* Rating (5 stars) styling for testimonial cards */
.team-rating {
    margin-top: auto; /* push to bottom */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.team-rating i {
    color: #ffd055; /* gold star color */
    font-size: 18px;
}
.team-rating i + i { margin-left: 4px; }

/* WhatsApp floating button bottom-left */
.whatsapp-float {
    position: fixed;
    right: 30px; /* align with back-to-top */
    bottom: 100px; /* place above the back-to-top button (30px + ~56px + gap) */
    z-index: 99999;
    width: 56px;
    height: 56px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: inline-flex !important; /* keep inline-flex even after jQuery fade */
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    overflow: visible; /* ensure icon pseudo-elements aren't clipped */
}
.whatsapp-float.hidden { display: none !important; }
.whatsapp-float i { 
    font-size: 22px; 
    line-height: 1; 
    display: inline-block; 
    vertical-align: middle; 
    transform: none !important; 
}
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,0.25); }

@media (max-width: 480px) {
    /* keep above back-to-top on small screens; nudge a bit inward */
    /* match back-to-top size and align directly above it */
    .whatsapp-float { right: 30px; bottom: 98px; width:56px; height:56px; }
    .whatsapp-float i { font-size: 22px; }
}

/* Hover: make testimonial card text turn orange to match orange background */
.team .team-item.team-testimonial:hover .team-content h5,
.team .team-item.team-testimonial:hover .team-content .testimonial-quote,
.team .team-item.team-testimonial:hover .team-content p {
    color: #ff7a00 !important;
}

@media (max-width: 575px) {
    .team-testimonial .testimonial-quote { font-size: 15px; }
}


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}

.footer .footer-item .opening-date {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer .footer-item .opening-date .opening-clock {
    display: flex;
    align-items: center;
    line-height: 35px;
}
/*** Footer End ***/

/*** Contact Boxes: Make uniform size, prevent overflow/wrapping issues ***/
.contact-add-item {
    min-height: 160px;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 24px !important;
    background: var(--bs-light);
    box-sizing: border-box;
}
.contact-add-item .contact-icon {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: #e9f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-add-item .contact-icon i {
    color: #00a9e0;
    font-size: 22px;
}
.contact-add-item h4 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
/* allow the text column to shrink properly inside a flex container */
.contact-add-item > .contact-icon + div,
.contact-add-item > div:last-child {
    flex: 1 1 auto;
    min-width: 0; /* critical to allow flex children to shrink and wrap */
}
/* wrap long words/emails and keep text inside the box */
.contact-add-item p,
.contact-add-item a {
    color: #6c757d;
    margin: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
}
.contact-add-item a {
    color: #00a9e0;
    text-decoration: none;
}

@media (max-width: 767px) {
    .contact-add-item {
        min-height: auto;
        padding: 18px !important;
    }
    .contact-add-item .contact-icon {
        width: 44px;
        height: 44px;
    }
}


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/

/* Hide paragraphs that serve as captions/descriptions for images */
.header-carousel .carousel-caption p,
.feature-item .feature-content p,
.blog-item .blog-content p,
.team .team-item .team-content p,
.service .service-item .service-content p {
    display: none !important;
}

/* Also hide immediate paragraph siblings of images */
img + p {
    display: none !important;
}

/* Ensure team-testimonial background and text override more-specific team rules */
.team .team-item.team-testimonial {
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%) !important;
    border-radius: 10px !important;
}

/* High-specificity rule to override the global hide for team paragraphs */
.team .team-item.team-testimonial .team-content .testimonial-quote {
    display: block !important;
    color: #052b33 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-top: .6rem !important;
}


