/* ==========================================================================
   PREMIUM PET HOSPITAL - MAIN STYLESHEET
   ========================================================================== */

/* 1. GLOBAL & LAYOUT STYLES */
body {
    background-color: #fcfcfc;
    font-family: 'Calibri', 'Segoe UI', Arial, sans-serif;
}

.floating-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.whatsapp-float,
.call-float {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.whatsapp-float {
    background-color: #25d366;
}

.call-float {
    background-color: #e60000;
}

.whatsapp-float:hover,
.call-float:hover {
    transform: scale(1.1);
    color: #fff;
}

@media (max-width: 768px) {

    .whatsapp-float,
    .call-float {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

/* 2. NAVBAR STYLES */
.top-navbar {
    background: #860000 !important;
    padding: 4px 0;
}

.top-navbar .nav-link {
    color: #ffffff;
    font-size: 14px;
}

.top-navbar .nav-link i {
    margin-right: 5px;
}

.main-navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.main-navbar .nav-link {
    color: #860000;
    font-size: 18px;
    font-weight: 700;
}

.main-navbar .nav-link:hover {
    color: #860000;
}

.main-navbar h2 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
}

.main-navbar .dropdown-item {
    color: #860000;
    font-size: 16px;
}

.main-navbar .dropdown-item:hover {
    background-color: #f2f2f2;
}

.main-navbar .navbar-brand {
    height: 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
}

.main-navbar img {
    height: 160px !important;
    margin-top: -40px;
    margin-bottom: -40px;
    width: auto;
}

.btn-appointment {
    background: #b01b1b !important;
    color: #ffffff !important;
    padding: 8px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 2px solid #b01b1b !important;
    transition: all 0.3s ease;
}

.btn-appointment:hover {
    background: transparent !important;
    color: #b01b1b !important;
}

.btn-emergency {
    background: #d92424 !important;
    color: #ffffff !important;
    padding: 8px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 2px solid #d92424 !important;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.btn-emergency:hover {
    background: transparent !important;
    color: #d92424 !important;
}

/* Navbar Mobile Responsive Fixes */
@media (max-width: 991px) {
    .main-navbar .navbar-brand {
        height: 60px;
    }

    .main-navbar img {
        height: 120px !important;
        margin-top: -30px;
        margin-bottom: -30px;
    }

    .main-navbar .navbar-collapse {
        max-height: 75vh;
        overflow-y: auto;
    }

    .main-navbar .navbar-nav {
        padding: 20px 0;
        text-align: center;
    }

    .main-navbar .nav-link {
        padding: 12px 0 !important;
        margin-right: 0 !important;
        border-bottom: 1px solid #f8f9fa;
    }

    .main-navbar .dropdown-menu {
        text-align: center;
        background: #fdfdfd;
        border: none !important;
        box-shadow: none !important;
    }

    .btn-emergency,
    .btn-appointment {
        width: 100%;
        margin: 10px 0 !important;
        display: block;
        text-align: center;
    }

    .navbar-toggler {
        border-color: rgba(134, 0, 0, 0.1) !important;
        padding: 8px !important;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 3px rgba(134, 0, 0, 0.1) !important;
    }
}

@media (max-width: 575px) {
    .top-navbar .nav-link {
        font-size: 12px;
    }

    .top-navbar .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* 3. FOOTER STYLES */
.footer {
    background: linear-gradient(135deg, #7a0000 0%, #2b0000 100%);
    color: #fff;
    padding: 20px 0 10px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e60000 0%, #ff4d4d 50%, #e60000 100%) !important;
}

.footer-title {
    color: #f8f3f3;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1rem;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #f8f7f7;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 4px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(8px);
    text-shadow: 0 0 10px rgba(255, 77, 77, 0.5);
}

.footer-contact-item {
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.footer-contact-item i {
    color: #ff4d4d;
    font-size: 1.2rem;
    margin-top: 4px;
    width: 20px;
    text-align: center;
}

.footer-contact-item span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.5;
}

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-btn:hover {
    background: #ff4d4d;
    color: #fff;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 20px rgba(255, 77, 77, 0.3);
    border-color: #ff4d4d;
}

.footer-bottom {
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.opening-hours-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.hour-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.9rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
}

.hour-row:last-child {
    border-bottom: none;
}

.day-name {
    color: rgba(255, 255, 255, 0.6);
}

.time-slot {
    color: #faf8f8;
    font-weight: 500;
}

.emergency-tag {
    display: inline-block;
    margin-top: 15px;
    background: rgba(255, 77, 77, 0.1);
    color: #fffbfb;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

/* 4. HOME PAGE STYLES */
.hero-section {
    background: linear-gradient(221deg, rgba(255, 142, 142, 0.1) 0%, rgba(255, 112, 0, 0.05) 100%), url("/images/background-img2.png");
    background-size: cover;
    padding: 20px 0;
    overflow: hidden;
}

.hero-title {
    font-size: 3.25rem;
    font-weight: 800;
    line-height: 1.2;
    color: #860000;
    margin-bottom: 25px;
}

.hero-title img {
    width: 50px;
    vertical-align: middle;
    margin: 0 10px;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.6;
}

.btn-premium {
    background: linear-gradient(135deg, #860000 0%, #ff4d4d 100%) !important;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    box-shadow: 0 10px 20px rgba(134, 0, 0, 0.2) !important;
    text-decoration: none;
}

.btn-premium:hover {
    background: #a30000 !important;
    transform: translateY(-5px) scale(1.05);
    color: #fff;
    box-shadow: 0 12px 25px rgba(134, 0, 0, 0.3) !important;
}

.about-section {
    padding: 45px 0;
}

.about-image-wrapper {
    position: relative;
    padding: 20px;
}

.about-image {
    width: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.about-image:hover {
    transform: scale(1.02);
}

.badge-experience {
    position: absolute;
    bottom: 10%;
    right: 0%;
    background: #860000;
    color: #fff;
    padding: 30px;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 15px 30px rgba(134, 0, 0, 0.3);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.services-wrapper {
    background: linear-gradient(rgba(134, 0, 0, 0.03), rgba(134, 0, 0, 0.03)), url("/images/background-img2.png");
    padding: 45px 0;
}

.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 30px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(134, 0, 0, 0.05);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border-color: #860000;
}

.service-icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
    display: block;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.2);
}

.service-btn {
    display: inline-block;
    background: transparent;
    border: 2px solid #860000;
    color: #860000;
    padding: 8px 25px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s;
    margin-top: 20px;
    text-decoration: none;
}

.service-btn:hover {
    background: #860000;
    color: #fff;
}

/* Services Slider Styles */
.services-slider-container {
    position: relative;
    width: 100%;
    padding: 0 45px;
    /* Leave space for left and right buttons */
}

.services-slider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    padding: 20px 5px;
}

.services-slider::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

.services-slider .service-card-wrapper {
    flex: 0 0 calc(33.333% - 20px);
    /* 3 cards per row on desktop */
    min-width: 270px;
}

.slider-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #ff4d4d;
    background: #ffffff;
    color: #ff4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.slider-btn.prev-btn {
    left: -5px;
}

.slider-btn.next-btn {
    right: -5px;
}

.slider-btn:hover {
    background: #ff4d4d;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

@media (max-width: 992px) {
    .services-slider .service-card-wrapper {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .services-slider-container {
        padding: 0 15px;
        /* Less padding on smaller screens */
    }

    .slider-btn.prev-btn {
        left: -10px;
    }

    .slider-btn.next-btn {
        right: -10px;
    }
}

@media (max-width: 576px) {
    .services-slider .service-card-wrapper {
        flex: 0 0 100%;
    }

    .slider-btn {
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }
}


/* Features Slider Styles */
.features-slider-container {
    position: relative;
    width: 100%;
    padding: 0 45px;
}

.features-slider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 20px 5px;
}

.features-slider::-webkit-scrollbar {
    display: none;
}

.features-slider .feature-card-wrapper {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 270px;
}

@media (max-width: 992px) {
    .features-slider .feature-card-wrapper {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .features-slider-container {
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .features-slider .feature-card-wrapper {
        flex: 0 0 100%;
    }
}



.benefit-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.benefit-icon {
    width: 45px;
    height: 45px;
    background: rgba(134, 0, 0, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #860000;
    font-size: 1.2rem;
}

.stat-label {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
}

/* 4.2 TRUST SECTION REDESIGN */
.trust-section {
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("/images/background-img2.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.trust-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(255, 142, 142, 0.1) 0%, transparent 40%);
}

.stat-card-modern {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 20px;
    border-radius: 20px;
    transition: all 0.4s ease;
    text-align: center;
    height: 100%;
}

.stat-card-modern:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-10px);
    border-color: #ff8e8e;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.stat-card-modern.active {
    background: linear-gradient(221deg, #ff8e8e 0%, rgba(255, 112, 0, 0.6) 100%);
    border: none;
}

.stat-number-gradient {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(221deg, #ff8e8e 0%, #ff7000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 10px;
}

.stat-text {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
}

/* 4.1 WHY CHOOSE US REDESIGN */
.why-choose-us-section {
    background-color: #ffffff;
    background-image: radial-gradient(circle at 2px 2px, rgba(0, 0, 0, 0.02) 1px, transparent 0);
    background-size: 40px 40px;
}

.text-gradient-custom {
    background: linear-gradient(221deg, #ff8e8e 0%, #ff7000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}

.feature-card-modern {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 24px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #f0f0f0;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.feature-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: #ff8e8e;
}

.feature-card-modern.active {
    background: linear-gradient(221deg, #ff8e8e 0%, rgba(255, 112, 0, 0.29) 100%);
    border: none;
}

.feature-card-modern.active h4,
.feature-card-modern.active p {
    color: #fff !important;
}

.feature-card-modern.active .feature-icon-wrapper {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.feature-icon-wrapper {
    width: 70px;
    height: 70px;
    background: rgba(255, 142, 142, 0.1);
    color: #ff4d4d;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.feature-card-modern:hover .feature-icon-wrapper {
    transform: rotate(10deg) scale(1.1);
}

.feature-card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff8e8e, #ff7000);
    opacity: 0;
    transition: opacity 0.3s;
}

.feature-card-modern:hover .feature-card-footer {
    opacity: 1;
}

.trust-badge-item {
    background: #f8f9fa;
    padding: 15px 25px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.trust-badge-item:hover {
    background: #fff;
    border-color: #ff8e8e;
    transform: scale(1.05);
}

.doctor-card {
    text-align: center;
}

.doctor-thumb {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 25px;
    border: 8px solid #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.doctor-card:hover .doctor-thumb {
    transform: rotate(5deg) scale(1.05);
}

/* 5. ABOUT PAGE STYLES */
.about-hero {
    background: linear-gradient(221deg, rgba(255, 142, 142, 0.8) 0%, rgba(255, 112, 0, 0.4) 100%), url("/images/background-img2.png");
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.breadcrumb-custom {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border-radius: 50px;
    margin-top: 20px;
    backdrop-filter: blur(5px);
}

.breadcrumb-custom a {
    color: #ff4d4d;
    text-decoration: none;
}

.breadcrumb-custom span {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.5);
}

.mission-section {
    padding: 100px 0;
    background: #fff;
}

.mission-card {
    background: #fdfdfd;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid rgba(134, 0, 0, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    height: 100%;
}

.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(134, 0, 0, 0.1);
    border-color: #860000;
}

.mission-icon {
    font-size: 3rem;
    color: #860000;
    margin-bottom: 25px;
    display: block;
}

.doctors-section {
    padding: 100px 0;
    background: #f9f9f9;
}

.doctor-profile-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    border: none;
}

.doctor-profile-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.doctor-img-box {
    position: relative;
    padding: 20px;
}

.doctor-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #f9f9f9;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.doctor-profile-card:hover .doctor-img {
    transform: scale(1.05);
    border-color: #860000;
}

.doctor-info {
    padding: 0 20px 30px;
}

.doctor-name {
    color: #1a1a1a;
    font-weight: 800;
    margin-bottom: 5px;
}

.doctor-role {
    color: #860000;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.clinic-info-section {
    padding: 100px 0;
    background: #fff;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: rgba(134, 0, 0, 0.1);
    color: #860000;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.feature-text h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.feature-text p {
    color: #666;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.stats-banner {
    background: #860000;
    color: #fff;
    padding: 60px 0;
}

.section-title {
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #666;
    max-width: 600px;
    margin: 0 auto 50px;
}

/* 6. GROOMING PAGE STYLES */
.grooming-hero {
    background: linear-gradient(135deg, rgba(134, 0, 0, 0.8) 0%, rgba(26, 26, 26, 0.9) 100%), url("/images/background-img2.png");
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

.service-section {
    padding: 45px 0;
    background: #fff;
}

.service-icon-box {
    width: 70px;
    height: 70px;
    background: rgba(134, 0, 0, 0.1);
    color: #860000;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 25px;
}

.pricing-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(134, 0, 0, 0.1);
    border-color: #860000;
}

.pricing-card .card-img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 30px;
    display: block;
}

.pricing-card h3 {
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-size: 1.6rem;
}

.pricing-card .price-tag {
    color: #860000;
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 25px;
    display: block;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: left;
    flex-grow: 1;
}

.pricing-features li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-features li i.fa-check {
    color: #28a745;
    font-size: 1rem;
}

.pricing-features li i.fa-times {
    color: #dc3545;
    font-size: 1rem;
    opacity: 0.6;
}

.btn-book-now {
    background: transparent;
    color: #ff4d4d;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    transition: all 0.3s;
    margin-top: 20px;
    padding: 10px;
}

.btn-book-now:hover {
    color: #860000;
    letter-spacing: 4px;
}

.faq-section {
    padding: 45px 0;
    background: #f9f9f9;
}

.appointment-section {
    padding: 80px 0;
}

.form-container {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.btn-submit-premium {
    background: linear-gradient(221deg, #ff8e8e 0%, rgba(255, 112, 0, 0.29) 100%) !important;
    color: #fff;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    width: 100%;
    transition: all 0.3s;
}

.btn-submit-premium:hover {
    background: #1a1a1a;
    transform: scale(1.02);
}

/* 7. BLOG PAGE STYLES */
.blog-hero {
    background: linear-gradient(221deg, rgba(255, 142, 142, 0.8) 0%, rgba(255, 112, 0, 0.4) 100%), url("/images/background-img2.png");
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.blog-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.blog-section {
    padding: 100px 0;
    background-color: #fcfcfc;
}

.blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid rgba(134, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border-color: #860000;
}

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

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

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

.blog-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #860000;
    color: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 5;
    box-shadow: 0 5px 15px rgba(134, 0, 0, 0.2);
}

.blog-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-category {
    color: #ff4d4d;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.blog-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
    transition: color 0.3s;
    text-decoration: none;
}

.blog-title:hover {
    color: #860000;
}

.blog-excerpt {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.read-more-btn {
    color: #860000;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.3s;
}

.read-more-btn:hover {
    gap: 10px;
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #888;
    font-size: 0.85rem;
}

.author-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.sidebar-widget {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    border: 1px solid rgba(134, 0, 0, 0.05);
}

.widget-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #860000;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #ff4d4d;
}

.search-box {
    position: relative;
}

.search-input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fafafa;
    transition: all 0.3s;
}

.search-input:focus {
    border-color: #860000;
    background: #fff;
    outline: none;
    box-shadow: 0 5px 15px rgba(134, 0, 0, 0.05);
}

.search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #860000;
    background: none;
    border: none;
    font-size: 1.1rem;
}

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

.category-list li {
    margin-bottom: 12px;
}

.category-list a {
    color: #555;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.category-list a:hover {
    color: #860000;
    padding-left: 5px;
}

.category-count {
    background: rgba(134, 0, 0, 0.05);
    color: #860000;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
}

.pagination-custom {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.page-link-custom {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #eee;
    transition: all 0.3s;
}

.page-link-custom.active,
.page-link-custom:hover {
    background: #860000;
    color: #fff;
    border-color: #860000;
}

/* 8. GALLERY PAGE STYLES */
.gallery-container {
    padding: 50px 5%;
    background: #f8f9fa;
    min-height: 80vh;
}

.gallery-header {
    text-align: center;
    margin-bottom: 50px;
}

.gallery-header h1 {
    font-size: 3rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    background: linear-gradient(45deg, #007bff, #0056b3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gallery-header p {
    color: #666;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 30px;
}

.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 25px;
    border: none;
    background: #fff;
    color: #333;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-weight: 500;
}

.filter-btn:hover,
.filter-btn.active {
    background: #007bff;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.2);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

.gallery-item {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-item:hover {
    transform: translateY(-10px);
}

.gallery-image-wrapper {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

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

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

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

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

.gallery-overlay h3 {
    font-size: 1.25rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.gallery-overlay p {
    font-size: 0.9rem;
    margin: 0;
    color: #ddd;
}

.no-images {
    grid-column: 1 / -1;
    text-align: center;
    padding: 50px;
    color: #999;
}

.no-images i {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.3;
}

/* 9. SPECIALITIES PAGE STYLES */
.hover-up {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-up:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.icon-circle i {
    transition: color 0.3s ease;
}

.card:hover .icon-circle i {
    color: #860000;
}

/* 10. BOOTSTRAP OVERRIDES */
.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(134, 0, 0, 0.05);
    color: #860000;
    box-shadow: none;
}

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

/* ===============================
   APPOINTMENT PAGE STYLES
   =============================== */
.appointment-banner-img {
    background-image: url("/images/background-img2.png");
    background-size: cover;
    padding: 60px 0;
}

.appointment-bg {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.form-wrapper {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    max-width: 650px;
    margin: auto;
}

.appointment-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.appointment-header img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f8f9fa;
}

.appointment-header h2 {
    color: #1a1a1a;
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0;
}

.form-body label {
    font-weight: 700;
    color: #444;
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-body input,
.form-body select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: all 0.3s;
}

.form-body input:focus,
.form-body select:focus {
    border-color: #860000;
    box-shadow: 0 0 0 3px rgba(134, 0, 0, 0.1);
    outline: none;
}

.btn-appointment-submit {
    background: linear-gradient(221deg, #ff8e8e 0%, rgba(255, 112, 0, 0.29) 100%) !important;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    margin-top: 30px;
    transition: all 0.3s;
}

/* ===============================
   CONTACT PAGE STYLES
   =============================== */
.contact-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/background-img2.png");
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.contact-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.breadcrumb-custom {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 1.1rem;
}

.breadcrumb-custom a {
    color: #ff4d4d;
    text-decoration: none;
}

.info-section {
    margin-top: -60px;
    position: relative;
    z-index: 10;
}

.info-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-bottom: 5px solid transparent;
    height: 100%;
}

.info-card:hover {
    transform: translateY(-10px);
    border-bottom-color: #860000;
}

.info-card i {
    font-size: 2.5rem;
    color: #860000;
    margin-bottom: 20px;
    display: block;
}

.contact-form-wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.form-control-custom {
    border: 1px solid #eee;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.3s;
    background-color: #fafafa;
}

.form-control-custom:focus {
    border-color: #860000;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(134, 0, 0, 0.05);
    outline: none;
}

.btn-submit-custom {
    background: linear-gradient(221deg, #ff8e8e 0%, rgba(255, 112, 0, 0.29) 100%) !important;
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    width: 100%;
}

/* ===============================
   DENTAL CARE & FACILITIES
   =============================== */
.dentalcare-banner-img {
    background-image: url("/images/background-img2.png");
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.heading {
    color: #002169 !important;
}

.card-item {
    margin-bottom: 10px;
}

.card-item .btn {
    border-radius: 100px;
    background-color: purple;
    color: white;
    padding: 10px 25px;
}

.card-item .btn:hover {
    background-color: #002169 !important;
}

/* ===============================
   SURGERY PAGE STYLES
   =============================== */
.surgery-hero {
    background: linear-gradient(135deg, rgba(134, 0, 0, 0.8) 0%, rgba(26, 26, 26, 0.9) 100%), url("/images/background-img2.png");
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

.service-card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    overflow: hidden;
    background: #fdfdfd;
    border-top: 4px solid transparent;
}

.service-card:hover {
    transform: translateY(-10px);
    border-top: 4px solid #860000;
}

.service-icon-box {
    width: 70px;
    height: 70px;
    background: rgba(134, 0, 0, 0.1);
    color: #860000;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 25px;
}

.checklist-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-weight: 600;
}

.checklist-item i {
    color: #25d366;
}

/* ===============================
   VACCINATION PAGE STYLES
   =============================== */
.vaccination-banner-img {
    background-image: url("/images/background-img2.png");
    background-size: cover;
    padding: 60px 0;
}

/* ===============================
   ACCORDION & FAQ STYLES
   =============================== */
.accordion-button:not(.collapsed) {
    background-color: rgba(134, 0, 0, 0.05);
    color: #860000;
    box-shadow: none;
}

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

.accordion-item {
    border-bottom: 1px solid #eee;
}

/* ===============================
   UTILITY & MISC STYLES
   =============================== */
.blog-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.extra-small-text {
    font-size: 0.75rem;
}

.icon-circle-box {
    width: 70px;
    height: 70px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.text-dark-custom {
    color: #1a1a1a !important;
}

.text-primary-custom {
    color: #860000 !important;
}

.pricing-card-featured {
    border-width: 2px !important;
}

.faq-support-img {
    max-width: 300px;
}

.sidebar-search-box {
    display: none;
    right: 0;
}

.form-header-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid white;
}


/* ===============================
   SPECIALITIES PAGE ENHANCEMENTS
   =============================== */
.specialities-header {
    background: linear-gradient(221deg, rgba(243, 89, 89, 0.8) 0%, rgba(255, 112, 0, 0.6) 100%), url('/images/background-img2.png');
    background-size: cover;
    background-position: center;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin-bottom: 0;
}

.specialities-header h1 {
    font-size: 3rem;
    letter-spacing: -1px;
}

.speciality-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.speciality-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(134, 0, 0, 0.12) !important;
    border-color: rgba(134, 0, 0, 0.1) !important;
}

.speciality-card:hover .icon-circle-box {
    background-color: #860000;
}

.speciality-card:hover .icon-circle-box i {
    color: #fff !important;
}

.feature-tag {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(134, 0, 0, 0.1);
    color: #860000;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hero-tag {
    display: inline-block;
    padding: 6px 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
}

.cta-section,
.vaccination-cta-section {
    background: linear-gradient(135deg, #860000 0%, #d32f2f 100%) !important;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    margin: 40px auto;
    max-width: 1140px;
    box-shadow: 0 20px 40px rgba(134, 0, 0, 0.25);
    color: #fff;
    padding: 48px 0 !important; /* py-5 equivalent */
}

.cta-section::before,
.vaccination-cta-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    z-index: 1;
}

.cta-section::after,
.vaccination-cta-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    z-index: 1;
}

.cta-section .container,
.vaccination-cta-section .container {
    position: relative;
    z-index: 2;
}


/* ===============================
   HOMEPAGE & TESTIMONIAL STYLES
   =============================== */
.text-orange {
    color: #ff7000 !important;
}

.bg-orange {
    background-color: #ff7000 !important;
}

.section-badge {
    display: inline-block;
    padding: 6px 20px;
    background: rgba(255, 112, 0, 0.1);
    color: #ff7000;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.testimonial-box {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.06);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.testimonial-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 40px 80px rgba(255, 112, 0, 0.08);
}

.testimonial-box::before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 4rem;
    color: rgba(255, 112, 0, 0.05);
}

.font-italic {
    font-style: italic;
}

/* ===============================
   PRELOADER STYLES
   =============================== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: opacity 0.5s ease-out, visibility 0.5s;
}

#preloader.fade-out {
    opacity: 0;
    visibility: hidden;
}

.preloader-text {
    margin-top: 20px;
    font-weight: 700;
    color: #ff7000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

/* ===============================
   RESPONSIVE DESIGN FIXES
   =============================== */

/* Medium Devices (Tablets, 991px and down) */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.6rem;
    }

    .about-section,
    .services-wrapper,
    .why-choose-us-section,
    .py-5 {
        padding: 60px 0 !important;
    }

    .display-5 {
        font-size: 2.5rem;
    }

    .about-image-wrapper {
        margin-bottom: 50px;
    }
}

/* Small Devices (Phones, 767px and down) */
@media (max-width: 767px) {
    .hero-title {
        font-size: 2.1rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .btn-premium {
        padding: 12px 30px;
        font-size: 0.9rem;
    }

    .hero-section {
        padding: 60px 0;
        text-align: center;
    }

    .display-5,
    .display-4 {
        font-size: 2rem !important;
    }

    .section-badge {
        font-size: 0.75rem;
    }

    .testimonial-box {
        padding: 30px 20px;
    }

    .testimonial-box::before {
        font-size: 2rem;
        top: 20px;
        right: 20px;
    }

    .about-image {
        border-radius: 20px;
    }

    .badge-experience {
        width: 100px;
        height: 100px;
        padding: 15px;
    }

    .badge-experience span.fs-2 {
        font-size: 1.5rem !important;
    }

    .service-card {
        padding: 30px 20px;
    }

    .floating-icons {
        bottom: 10px;
        right: 10px;
        gap: 10px;
    }

    .whatsapp-float,
    .call-float {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

/* Extra Small Devices (375px and down) */
@media (max-width: 375px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .main-navbar img {
        height: 50px !important;
    }
}

/* ===============================
   BOARDING PACKAGE CARDS (MRNMRSPET DESIGN)
   =============================== */
.boarding-package-row {
    margin-top: 50px;
}

.boarding-package-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    position: relative;
    padding-bottom: 40px;
}

.boarding-package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(155, 127, 207, 0.2);
}

.package-img-wrapper {
    position: relative;
    height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
}

.package-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: ellipse(85% 100% at 50% 0%);
}

.package-content {
    padding: 0 35px;
}

.package-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #860000;
    margin-bottom: 15px;
    text-align: center;
}

.package-price {
    font-size: 1.6rem;
    color: #555;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.package-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background: #860000;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 35px;
    transition: all 0.3s;
    text-align: center;
    border: none;
}

.package-btn:hover {
    background: #a30000;
    color: #fff;
    transform: scale(1.02);
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.package-features li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    color: #444;
    font-size: 1rem;
    font-weight: 500;
}

.package-features li i {
    width: 26px;
    height: 26px;
    background: #860000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
}

/* Standard (Middle) Card Variation */
.boarding-package-card.standard {
    background: #da79c5;
    color: #fff;
}

.boarding-package-card.standard .package-title,
.boarding-package-card.standard .package-price,
.boarding-package-card.standard .package-features li {
    color: #fff;
}

.boarding-package-card.standard .package-btn {
    background: #fff;
    color: #da79c5;
}

.boarding-package-card.standard .package-btn:hover {
    background: #f8f9fa;
    color: #da79c5;
}

.boarding-package-card.standard .package-features li i {
    background: #fff;
    color: #da79c5;
}

/* Responsive Adjustments for Boarding Page */
@media (max-width: 991px) {
    .boarding-package-card {
        margin-bottom: 30px;
    }

    .cta-section {
        margin: 50px 20px;
        border-radius: 30px;
    }

    .vaccination-cta-section {
        margin: 40px 20px;
        border-radius: 24px;
    }
}

@media (max-width: 767px) {
    .specialities-header h1 {
        font-size: 2.1rem !important;
    }

    .package-title {
        font-size: 1.8rem;
    }

    .package-content {
        padding: 0 20px;
    }

    .display-5 {
        font-size: 1.8rem !important;
    }

    .cta-section {
        margin: 40px 15px;
        padding: 40px 15px;
    }

    .vaccination-cta-section {
        margin: 40px 15px;
        padding: 40px 15px !important;
        border-radius: 20px;
    }

    .cta-section h2 {
        font-size: 1.8rem !important;
    }
}

/* Honeycomb Grid Layout */
.honeycomb-container {
    position: relative;
    width: 460px;
    height: 540px;
    margin: 0 auto;
}

.hexagon-item {
    position: absolute;
    width: 170px;
    height: 196px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.05));
}

.hexagon-item:hover {
    transform: scale(1.08) translateY(-5px);
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
    z-index: 100;
}

.hexagon-shape {
    position: relative;
    width: 100%;
    height: 100%;
    background: #eaeaea;
    /* Dynamic colored border base */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hexagon-shape::before {
    content: '';
    position: absolute;
    inset: 3px;
    /* revealing outer background as border */
    background: #ffffff;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: 1;
}

.hexagon-content {
    position: relative;
    z-index: 2;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.hexagon-content i {
    font-size: 1.8rem;
    margin-bottom: 8px;
}

.hexagon-content h5 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1a1a1a;
}

.hexagon-content p {
    font-size: 0.72rem;
    color: #666666;
    margin-bottom: 0;
    line-height: 1.3;
    max-width: 120px;
}

/* Color Themes matching the premium doggies design */
.hex-green .hexagon-shape {
    background: #25d366;
}

.hex-green .hexagon-content i {
    color: #25d366;
}

.hex-red .hexagon-shape {
    background: #ff4d4d;
}

.hex-red .hexagon-content i {
    color: #ff4d4d;
}

.hex-purple .hexagon-shape {
    background: #860000;
}

.hex-purple .hexagon-content i {
    color: #860000;
}

.hex-orange .hexagon-shape {
    background: #ff9f1c;
}

.hex-orange .hexagon-content i {
    color: #ff9f1c;
}

.hex-blue .hexagon-shape {
    background: #007bff;
}

.hex-blue .hexagon-content i {
    color: #007bff;
}

.hex-cyan .hexagon-shape {
    background: #17a2b8;
}

.hex-cyan .hexagon-content i {
    color: #17a2b8;
}

.hex-pink .hexagon-shape {
    background: #da79c5;
}

.hex-pink .hexagon-content i {
    color: #da79c5;
}

/* Honeycomb Symmetric Positional Matrix */
.hex-1 {
    left: 145px;
    top: 0px;
}

.hex-2 {
    left: 0px;
    top: 85px;
}

.hex-3 {
    left: 290px;
    top: 85px;
}

.hex-4 {
    left: 145px;
    top: 170px;
}

.hex-5 {
    left: 0px;
    top: 255px;
}

.hex-6 {
    left: 290px;
    top: 255px;
}

.hex-7 {
    left: 145px;
    top: 340px;
}

@media (max-width: 991px) {
    .honeycomb-container {
        transform: scale(0.85);
        transform-origin: top center;
        height: 480px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .honeycomb-container {
        transform: scale(0.75);
        transform-origin: top center;
        height: 420px;
    }
}

@media (max-width: 576px) {
    .honeycomb-container {
        transform: scale(0.65);
        transform-origin: top center;
        height: 360px;
    }
}

/* Scroll to Top Button Styles */
.scroll-to-top {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: none !important; /* Hide on desktop */
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    background-color: #860000;
    border: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    outline: none;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    display: none !important; /* Keep hidden on desktop even when scrolled */
}

.scroll-to-top:hover {
    background-color: #ff4d4d;
    transform: translateY(-3px) scale(1.05);
    color: #fff;
    box-shadow: 0 10px 20px rgba(255, 77, 77, 0.3);
}

@media (max-width: 768px) {
    .scroll-to-top {
        display: flex !important; /* Show on mobile */
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .scroll-to-top.show {
        display: flex !important;
    }
}

/* Hero tag outside style */
.hero-tag-outside {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(134, 0, 0, 0.1);
    color: #860000;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
}

/* Left-Accent Border Card Design */
.hero-info-card {
    border-left: 5px solid #860000 !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(134, 0, 0, 0.05) !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 24px 30px !important; /* Reduced padding for smaller height */
}

.hero-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #860000, #ff4d4d);
    opacity: 0.5;
}

.hero-info-card .hero-tag-outside {
    background: #860000 !important;
    color: #ffffff !important;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 5px 14px; /* Reduced badge padding */
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(134, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
}

.hero-info-card .hero-tag-outside i {
    font-size: 0.9rem;
}

/* Call Now & Book Now CTA Buttons Style (Global for all CTA sections) */
.cta-section .btn:nth-of-type(1),
.vaccination-cta-section .btn:nth-of-type(1),
#cta-book-btn {
    background-color: #f0f0f0 !important;
    color: #333333 !important;
    border: 1px solid #dcdcdc !important;
    font-weight: 700;
    transition: all 0.3s ease !important;
}

.cta-section .btn:nth-of-type(1):hover,
.vaccination-cta-section .btn:nth-of-type(1):hover,
#cta-book-btn:hover {
    background-color: #3a9ad9 !important; /* Premium light blue */
    color: #ffffff !important;
    border-color: #3a9ad9 !important;
    box-shadow: 0 8px 20px rgba(58, 154, 217, 0.3) !important;
    transform: translateY(-2px);
}

.cta-section .btn:nth-of-type(2),
.vaccination-cta-section .btn:nth-of-type(2),
#cta-call-btn {
    background-color: #f0f0f0 !important;
    color: #333333 !important;
    border: 1px solid #dcdcdc !important;
    font-weight: 700;
    transition: all 0.3s ease !important;
}

.cta-section .btn:nth-of-type(2):hover,
.vaccination-cta-section .btn:nth-of-type(2):hover,
#cta-call-btn:hover {
    background-color: #2ecc71 !important; /* Premium light green */
    color: #ffffff !important;
    border-color: #2ecc71 !important;
    box-shadow: 0 8px 20px rgba(46, 204, 113, 0.3) !important;
    transform: translateY(-2px);
}

/* Force all homepage text and paragraphs to be dark black */
.homepage-wrapper p,
.homepage-wrapper .text-muted,
.homepage-wrapper span.text-muted {
    color: #000000 !important;
}

/* Force all text, paragraphs, lists, leads, and muted texts across all pages to be dark black for high contrast readability */
.facilities-page-wrapper p,
.facilities-page-wrapper .text-muted,
.facilities-page-wrapper span.text-muted,
.facilities-page-wrapper li,
.facilities-page-wrapper .lead,
.boarding-page-wrapper p,
.boarding-page-wrapper .text-muted,
.boarding-page-wrapper span.text-muted,
.boarding-page-wrapper li,
.boarding-page-wrapper .lead {
    color: #000000 !important;
}

/* Force text on the Emergency page to be dark black and larger for optimal contrast and readability */
.emergency-page-wrapper p,
.emergency-page-wrapper .text-muted,
.emergency-page-wrapper span.text-muted,
.emergency-page-wrapper li,
.emergency-page-wrapper .lead,
.emergency-page-wrapper .accordion-body,
.emergency-page-wrapper .emergency-intro-text,
.emergency-page-wrapper .emergency-card-desc,
.emergency-page-wrapper .emergency-card-subtext,
.emergency-page-wrapper .emergency-list-text {
    color: #000000 !important;
    font-size: 1.15rem !important; /* Larger font size */
    line-height: 1.6 !important;
}

/* Exclude dark background headers and badges from the black text override to keep them readable */
.facilities-page-wrapper .specialities-header h1,
.facilities-page-wrapper .specialities-header p,
.facilities-page-wrapper .badge-experience,
.facilities-page-wrapper .badge-experience *,
.facilities-page-wrapper .btn-danger,
.facilities-page-wrapper .btn-danger *,
.boarding-page-wrapper .specialities-header h1,
.boarding-page-wrapper .specialities-header p,
.boarding-page-wrapper .cta-section h2,
.boarding-page-wrapper .cta-section p,
.boarding-page-wrapper .btn-danger,
.boarding-page-wrapper .btn-danger *,
.emergency-page-wrapper .specialities-header h1,
.emergency-page-wrapper .specialities-header p,
.emergency-page-wrapper .emergency-warnings-section *,
.emergency-page-wrapper .btn-danger,
.emergency-page-wrapper .btn-danger * {
    color: #ffffff !important;
}

.emergency-page-wrapper .btn-warning,
.emergency-page-wrapper .btn-warning * {
    color: #212529 !important;
}

/* Infrastructure & Trust Slider Styles */
.infra-slider-container,
.trust-slider-container {
    position: relative;
    width: 100%;
}

.infra-slider-container .slider-btn,
.trust-slider-container .slider-btn {
    display: none; /* Hidden by default on desktop */
}

@media (max-width: 768px) {
    .infra-slider-container,
    .trust-slider-container {
        padding: 0 50px; /* Leave space for left and right buttons on mobile */
    }

    .infra-slider-container .slider-btn,
    .trust-slider-container .slider-btn {
        display: flex; /* Show only on mobile screens */
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }

    .infra-slider-container .slider-btn.prev-btn,
    .trust-slider-container .slider-btn.prev-btn {
        left: 0px;
    }

    .infra-slider-container .slider-btn.next-btn,
    .trust-slider-container .slider-btn.next-btn {
        right: 0px;
    }

    .infra-slider,
    .trust-slider {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-behavior: smooth;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        padding: 15px 5px !important;
    }

    .infra-slider::-webkit-scrollbar,
    .trust-slider::-webkit-scrollbar {
        display: none; /* Chrome, Safari and Opera */
    }

    .infra-slider .infra-card-wrapper,
    .trust-slider .trust-card-wrapper {
        flex: 0 0 100% !important; /* Shows exactly one card at a time */
        max-width: 100% !important;
    }

    /* Reduce vertical padding of sections on mobile */
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    /* Reduce gutter size of rows on mobile */
    .row.g-5 {
        --bs-gutter-x: 1.5rem !important;
        --bs-gutter-y: 1.5rem !important;
    }

    /* Adjust card paddings inside the sections on mobile for optimal text flow */
    .facilities-page-wrapper .p-4,
    .facilities-page-wrapper .p-5,
    .facilities-page-wrapper .card.p-4,
    .boarding-page-wrapper .p-4,
    .boarding-page-wrapper .p-5,
    .boarding-page-wrapper .card.p-4,
    .emergency-page-wrapper .p-4,
    .emergency-page-wrapper .p-5,
    .emergency-page-wrapper .card.p-4 {
        padding: 20px 15px !important;
    }

    /* Adjust border radius for card elements on mobile */
    .facilities-page-wrapper .rounded-5,
    .boarding-page-wrapper .rounded-5,
    .emergency-page-wrapper .rounded-5 {
        border-radius: 20px !important;
    }
}

/* Mobile Slider for Surgical Care Page */
@media (max-width: 767px) {
    .surgical-slider-wrapper {
        position: relative;
        padding: 0 45px !important;
    }
    
    .surgical-slider-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 20px !important;
        margin: 0 !important;
        justify-content: flex-start !important;
    }
    
    .surgical-slider-container::-webkit-scrollbar {
        height: 6px;
    }
    .surgical-slider-container::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.03);
        border-radius: 10px;
    }
    .surgical-slider-container::-webkit-scrollbar-thumb {
        background: rgba(255, 90, 90, 0.2);
        border-radius: 10px;
    }

    .surgical-slide-col {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        scroll-snap-align: center;
        padding: 0 10px !important;
    }

    .surgical-slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: white;
        border: 1px solid rgba(0, 0, 0, 0.05);
        color: var(--primary-red);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        transition: all 0.3s ease;
    }

    .surgical-slider-btn:active {
        background: var(--primary-red);
        color: white;
    }

    .surgical-slider-prev {
        left: 5px !important;
    }

    .surgical-slider-next {
        right: 5px !important;
    }

    /* Mobile Slider for Grooming Services Page */
    .grooming-slider-wrapper {
        position: relative;
        padding: 0 45px !important;
    }
    
    .grooming-slider-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 20px !important;
        margin: 0 !important;
        justify-content: flex-start !important;
    }
    
    .grooming-slider-container::-webkit-scrollbar {
        height: 6px;
    }
    .grooming-slider-container::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.03);
        border-radius: 10px;
    }
    .grooming-slider-container::-webkit-scrollbar-thumb {
        background: rgba(255, 90, 90, 0.2);
        border-radius: 10px;
    }

    .grooming-slide-col {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        scroll-snap-align: center;
        padding: 0 10px !important;
    }

    .grooming-slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: white;
        border: 1px solid rgba(0, 0, 0, 0.05);
        color: var(--primary-red);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        transition: all 0.3s ease;
    }

    .grooming-slider-btn:active {
        background: var(--primary-red);
        color: white;
    }

    .grooming-slider-prev {
        left: 5px !important;
    }

    .grooming-slider-next {
        right: 5px !important;
    }
}

/* Global FAQ Accordion Styling (Premium Dark Mode Style) */
.accordion-item,
.faq-card {
    transition: all 0.3s ease;
    background-color: #1f2937 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.accordion-item:hover,
.faq-card:hover {
    border-color: rgba(220, 53, 69, 0.4) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

.accordion-item .accordion-button,
.faq-card .accordion-button {
    background-color: #1f2937 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.accordion-item .accordion-button:not(.collapsed),
.faq-card .accordion-button:not(.collapsed) {
    background-color: #860000 !important; /* Dark brand red when open */
    color: #ffffff !important;
}

.accordion-item .accordion-button::after,
.faq-card .accordion-button::after {
    filter: brightness(0) invert(1) !important; /* White arrow */
}

.accordion-item .accordion-button:not(.collapsed)::after,
.faq-card .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
}

.accordion-item .accordion-collapse,
.faq-card .accordion-collapse {
    background-color: #111827 !important; /* Slightly darker background for open body */
}

.accordion-item .accordion-body,
.accordion-item .accordion-body.bg-light,
.accordion-item .accordion-body.bg-white,
.accordion-item .accordion-body.text-muted,
.faq-card .accordion-body,
.faq-card .accordion-body.bg-light,
.faq-card .accordion-body.bg-white,
.faq-card .accordion-body.text-muted {
    background-color: #111827 !important;
    color: #e5e7eb !important;
}