/* Add to your main CSS file */
.banner-image-fixed {
    height: 300px;
    overflow: hidden;
}

:root {
    --primary-color: #007bff;
    --secondary-color: #ffc107;
    --danger-color: #dc3545;
    --success-color: #28a745;
    --dark-color: #212529;
    --light-bg-color: #f8f9fa;
}

.banner-image-fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.banner-image-fixed:hover img {
    transform: scale(1.05);
}

.fearured-services .banner-image a img {
    width: 100% !important;
}

.fearured-services .info {
    background-color: #ffffff91;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 21px 8px #a6bf6ff7;
}

.fearured-services .price {
    justify-content: left !important;
    color: #2e2e2e;
}

.section-top {
    margin-top: 20px;
    margin-bottom: 80px;
}

/* Padding All Sides */
.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 1rem;
}

.p-4 {
    padding: 1.5rem;
}

.p-5 {
    padding: 3rem;
}

/* Margin All Sides */
.m-1 {
    margin: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-3 {
    margin: 1rem;
}

.m-4 {
    margin: 1.5rem;
}

.m-5 {
    margin: 3rem;
}

.pb-5 {
    padding-bottom: 5rem;
}

.pb-11 {
    padding-bottom: 3rem;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.mb-3 {
    margin-bottom: 2.5rem;
}

.mb-2 {
    margin-bottom: 1.6rem;
}

.pt-0 {
    padding-top: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-300 {
    margin-bottom: 300px;
}

.post-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.post-meta span {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.post-meta i {
    margin-right: 5px;
}

.blog-content h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.blog-content p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.share-buttons {
    display: flex;
    align-items: center;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.share-text {
    margin-right: 15px;
    font-weight: 600;
}

.share-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #495057;
    margin-right: 10px;
    transition: all 0.3s;
}

.share-buttons a:hover {
    background: #007bff;
    color: #fff;
    transform: translateY(-3px);
}

.author-box {
    display: flex;
    align-items: center;
    background: #f8f9fa;
}

.author-avatar img {
    width: 160px;
    padding: 15px;
    border-radius: 20px;
}

.author-info h4 {
    margin-bottom: 5px;
}

.author-info p {
    margin-bottom: 0;
    color: #6c757d;
}

.related-posts {
    margin-top: 50px;
}

.related-post-thumb {
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
}

.related-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-post-thumb:hover img {
    transform: scale(1.05);
}

.related-post-title {
    margin-top: 15px;
    font-size: 1.1rem;
}

.sidebar-widget {
    margin-bottom: 40px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 8px;
}

.widget-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.widget-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #007bff;
}

.sidebar-list li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.sidebar-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.sidebar-list li a {
    display: flex;
    align-items: center;
    color: #333;
    transition: color 0.3s;
}

.sidebar-list li a:hover {
    color: #007bff;
}

.sidebar-list li a span {
    margin-left: auto;
    color: #6c757d;
    font-size: 0.9rem;
}

.recent-post-widget li {
    display: flex;
    margin-bottom: 15px;
}

.recent-post-thumb {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}

.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-post-content h6 {
    font-size: 0.95rem;
    margin-bottom: 5px;
    line-height: 1.4;
}

.recent-post-content span {
    font-size: 0.8rem;
    color: #6c757d;
}

.tags li {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.tags li a {
    display: inline-block;
    padding: 5px 12px;
    background: #fff;
    border-radius: 4px;
    color: #495057;
    font-size: 0.875rem;
    transition: all 0.3s;
}

.tags li a:hover {
    background: #007bff;
    color: #fff;
}



/* Add to your CSS file */


.form-title {
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
}

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}


.form-control:focus {
    border-color: #4e54c8;
    box-shadow: 0 0 0 0.2rem rgba(78, 84, 200, 0.25);
}

.input-group-text {
    background-color: #f8f9fa;
    border: 2px solid #e9ecef;
    border-left: none;
}

.about-list .single-about {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.about-list .single-about .icon {
    background: linear-gradient(135deg, #4e54c8, #8f94fb);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 24px;
}

.about-list .single-about .content h4 {
    margin-bottom: 8px;
    color: #2c3e50;
    font-weight: 600;
}

.about-list .single-about .content p {
    color: #6c757d;
    margin-bottom: 0;
}

.about-call-action {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 25px;
    border-radius: 12px;
    margin-top: 30px;
    border-left: 4px solid #4e54c8;
}

.about-call-action .icon {
    background: #4e54c8;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 24px;
}

.about-call-action .content span {
    display: block;
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 5px;
}

.about-call-action .content a {
    color: #2c3e50;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.about-call-action .content a:hover {
    color: #4e54c8;
}

.btn-primary {
    background: linear-gradient(135deg, #4e54c8, #8f94fb);
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(78, 84, 200, 0.3);
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .appointment-form {
        padding: 20px;
    }

    .about-list .single-about .icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .about-call-action {
        flex-direction: column;
        text-align: center;
    }

    .about-call-action .icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* Pop up  */


/* Add to your CSS file */
.modal-content {
    border-radius: 15px;
    overflow: hidden;
    border: none;
}

.modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.modal-footer {
    border-top: 1px solid #dee2e6;
}

.success-icon,
.error-icon {
    animation: scaleIn 0.5s ease-out;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.appointment-details {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-left: 4px solid #28a745;
}

/* Loading spinner for submit button */
.fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive modal adjustments */
@media (max-width: 576px) {
    .modal-dialog {
        margin: 10px;
    }

    .modal-content {
        border-radius: 10px;
    }

    .success-icon .fas,
    .error-icon .fas {
        font-size: 3rem;
    }
}











.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    /* Perfect centering */
    display: flex;
    flex-direction: column;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    /* Remove any margins that might affect centering */
    margin: 0;
}

/* Optional: Add loading text */
.loading-text {
    margin-top: 15px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    text-align: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.shop_wrapper.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* Alternative method using absolute positioning */
.loading-overlay.alternative {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.loading-overlay.alternative .loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}



/* Optional: Add a subtle pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
    }

    50% {
        box-shadow: 0 4px 20px rgba(255, 107, 107, 0.5);
    }

    100% {
        box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
    }
}

/* Alternative ribbon style */

.sale-badge {
    position: fixed;
    top: 10px;
    left: -40px;
    background: green;
    color: white;
    padding: 8px 50px;
    transform: rotate(-45deg);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.low-stock {
    position: fixed;
    top: 10px;
    left: -40px;
    background: yellow;
    color: rgb(240, 38, 38);
    padding: 8px 40px;
    transform: rotate(-45deg);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.out-of-stock {
    position: fixed;
    top: 10px;
    left: -40px;
    background: #ff0000;
    color: white;
    padding: 8px 40px;
    transform: rotate(-45deg);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.blog-detail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.service-detail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.service-detail h2 {
    margin-top: 20px;
    font-size: 28px;
}

.service-detail p {
    font-size: 16px;
    color: #555;
}

#products-grid .thumb img {
    height: 320px;
}

.contact-info-wrapper i {
    font-size: 65px;
    color: #308239;
}




/* Book Selling */

.btn-main {
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-main:hover {
    background-color: #0056b3;
}

/* Banner Section */
.banner {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.banner-content {
    text-align: left;
    padding-right: 30px;
}

.banner-content .offer-banner {
    font-size: 1.1rem;
    color: var(--primary-color);
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.banner-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.55;
    margin-bottom: 25px;
    color: #096442;
    text-shadow: 0px 4px 5px #806f14;
}

.text-style-sections p {
    font-size: 21px;
    color: rgb(0, 0, 0);
}

.price-info {
    padding: 20px 0px;
}

.offer-price-book {
    font-size: 30px;
    font-weight: 700;
    color: #f00;
    margin-right: 10px;
}

.banner-content .book-info {
    list-style: none;
    padding: 0;
}

.mrp-price-book {
    text-decoration: line-through;
    font-size: 20px;
    text-decoration-color: #f00;
    text-decoration-style: solid;
    font-weight: 600;
}

.description-section p {
    font-size: 18px;
    font-weight: 500;
}

.description-section h2 {
    font-weight: 700;
    color: #070707;
    padding-top: 20px;
    padding-bottom: 10px;
}

.border-top-1 {
    border-top: 2px solid #a0a2a4;
}

.offer-banner {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #f00;
    font-family: roboto;
}

.banner-content .book-info li {
    font-size: 1.05rem;
    margin-bottom: 10px;
    color: #555;
}

.banner-content .book-info li i {
    color: var(--success-color);
    margin-right: 8px;
}

.banner-img {
    text-align: center;
}

.banner-img img {
    max-width: 100%;
    height: auto;
}


/* Description Section */
.description-section {
    background-color: var(--light-bg-color);
}

.description-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.description-section p {
    text-align: justify;
    margin-bottom: 1.5rem;
}

/* Features Section */
.features-section .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.features-section .card-body {
    padding: 2rem;
    text-align: center;
}

.features-section .card-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.features-section .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark-color);
}

.features-section .card-text {
    font-size: 0.95rem;
    color: #666;
}

/* CTA Section */
.cta-section {
    background-color: var(--primary-color);
    color: #fff;
}

.cta-section .price-info {
    margin-bottom: 15px;
}

.cta-section .price-info .offer-price {
    font-size: 2.5rem;
    font-weight: 700;
    margin-right: 15px;
}

.cta-section .price-info .mrp-price {
    text-decoration: line-through;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
}

.cta-section h2 {
    font-size: 2.2rem;
}

/* Contact Section */
.contact-section {
    background-color: #f8f9fa;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .section-padding {
        padding: 60px 0;
    }

    .banner-content {
        text-align: center;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .banner-content h1 {
        font-size: 2.5rem;
    }

    .banner-content .book-info {
        text-align: left;
    }

    .description-section h2 {
        font-size: 2rem;
    }
}

/* Book Selling */

.bg-green {
    background-color: green;
}

.text-white * {
    color: #fff;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(0, 113, 12) !important;
}

/* Home Page style */


.vaccination-fullwidth-banner {
    /* Set the background image */
    background-image: url('{{ asset(' assets/web/assets/images/vaccinations-2.png') }}');
    /* Ensure this path is correct */
    background-size: cover;
    /* Cover the entire area */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    min-height: 750px;
    /* Adjust height as needed for content */
    border-radius: 0px;
    /* Slightly more rounded for a modern look */
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    /* More pronounced shadow for depth */
    position: relative;
    /* Needed for positioning the overlay */
    display: flex;
    /* Use flexbox for vertical alignment of content */
    align-items: center;
    /* Vertically center the content */
}

.banner-title {
    color: #d1d720;
}

.vaccination-fullwidth-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Gradient overlay for better text contrast and professional look */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
    display: flex;
    align-items: center;
    /* Center overlay content */
    justify-content: flex-start;
    /* Align content to the left */
    padding: 40px;
}

.vaccination-fullwidth-banner .banner-content {
    max-width: 80%;
    /* Limit content width for readability over background */
    color: #ffffff;
    /* White text for contrast */
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    /* Subtle text shadow for pop */
}

.vaccination-fullwidth-banner .banner-title {
    font-size: 3.2rem;
    /* Larger, more impactful title */
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.vaccination-fullwidth-banner .banner-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    /* Lighter weight for description */
    margin-bottom: 25px;
    line-height: 1.6;
}

.vaccination-fullwidth-banner .offer-details {
    font-size: 1.15rem;
    margin-left: 0;
    /* Remove default list padding */
    padding-left: 0;
}

.vaccination-fullwidth-banner .offer-details li {
    margin-bottom: 12px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    /* Align icon and text at the top */
}

.vaccination-fullwidth-banner .offer-details li i {
    color: #28a745;
    /* Bright green for icons */
    margin-top: 5px;
    /* Adjust icon vertical position */
    margin-right: 15px;
    font-size: 1.3em;
    /* Slightly larger icons */
    flex-shrink: 0;
    /* Prevent icon from shrinking */
}

.vaccination-fullwidth-banner .btn {
    padding: 15px 35px;
    font-size: 1.25rem;
    font-weight: 600;
    background-color: #28a745;
    /* Strong green for CTA */
    border: 2px solid #28a745;
    border-radius: 8px;
    /* Slightly more rounded button */
    transition: all 0.3s ease;
}

.vaccination-fullwidth-banner .btn:hover {
    background-color: #218838;
    border-color: #218838;
    transform: translateY(-3px);
    /* Subtle lift on hover */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .vaccination-fullwidth-banner {
        min-height: 450px;
    }

    .vaccination-fullwidth-banner .banner-overlay {
        justify-content: center;
        text-align: center;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    }

    .vaccination-fullwidth-banner .banner-content {
        max-width: 90%;
        padding: 30px 20px;
    }

    .vaccination-fullwidth-banner .banner-title {
        font-size: 2.5rem;
    }

    .vaccination-fullwidth-banner .banner-subtitle {
        font-size: 1.1rem;
    }

    .vaccination-fullwidth-banner .offer-details li {
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 575.98px) {
    .vaccination-fullwidth-banner {
        min-height: 400px;
    }

    .vaccination-fullwidth-banner .banner-title {
        font-size: 2rem;
    }

    .vaccination-fullwidth-banner .banner-subtitle {
        font-size: 1rem;
    }

    .vaccination-fullwidth-banner .btn {
        padding: 12px 25px;
        font-size: 1.1rem;
    }
}

/* Servicesss Pages  */

.service-detail-content {
    line-height: 1.8;
}

.service-features {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
}

.service-features h3 {
    color: #2c5aa0;
    margin-bottom: 15px;
}

.service-features ul {
    list-style: none;
    padding-left: 0;
}

.service-features li {
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.service-features li:before {
    content: "✓";
    color: #28a745;
    font-weight: bold;
    margin-right: 10px;
}

.booking-cta {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3a5f 100%);
    color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin: 30px 0;
}

.share-buttons {
    border-top: 1px solid #e9ecef;
    padding-top: 20px;
    margin-top: 30px;
}

/* Loading Overlay Styles */
.loading-overlay.alternative {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.loading-overlay.alternative.active {
    opacity: 1;
    visibility: visible;
}

.loading-content {
    text-align: center;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text {
    font-size: 16px;
    color: #333;
}

/* Product image gallery styles */
.gallery-thumbs {
    width: 100px;
}

@media (max-width: 768px) {
    .gallery-thumbs {
        width: 60px;
    }
}