﻿

.vet-hero-banner {
    position: relative;
    width: 100%;
    min-height: 500px;
    background: linear-gradient(270deg, rgba(255, 250, 247, 0.6) 0%, #fafafa 100%), url('/img/vets-doctor-banner-img.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 60px 20px;
}

.vet-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.vet-hero-content {
    max-width: 600px;
    color: #ffffff;
}

.vet-main-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #5c2e1a;
    margin-bottom: 24px;
    line-height: 1.2;
}

.vet-description-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 32px;
}

.vet-cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.vet-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.vet-call-btn {
    background-color: #06AED4;
    color: #ffffff;
}

    .vet-call-btn:hover {
        background-color: #3d1f11;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(92, 46, 26, 0.3);
    }

.vet-whatsapp-btn {
    background-color: #25D366;
    color: #ffffff;
}

    .vet-whatsapp-btn:hover {
        background-color: #1fb855;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
    }

.vet-btn-icon {
    font-size: 1.25rem;
}

.petx-about-section {
    padding: 80px 20px;
    background-color: #f8f6f4;
}

.petx-container {
    max-width: 1200px;
    margin: 0 auto;
}

.petx-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Left Column Styles */
.petx-about-left {
    padding-right: 20px;
}

.petx-section-label {
    color: #06AED4;
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
    padding-left: 50px;
}

    .petx-section-label::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 2px;
        background-color: #06AED4;
    }

.petx-about-heading {
    font-size: 2.5rem;
    color: #5c1f0f;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px;
}

.petx-about-description {
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 32px;
}

.petx-mission-quote {
    background-color: #ffffff;
    padding: 24px;
    border-left: 4px solid #06AED4;
    margin-top: 32px;
}

.petx-quote-text {
    font-size: 1.0625rem;
    font-style: italic;
    color: #2d2d2d;
    margin-bottom: 20px;
    line-height: 1.6;
}

.petx-doctor-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.petx-doctor-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.petx-doctor-name {
    font-size: 1.125rem;
    color: #5c1f0f;
    font-weight: 700;
    margin-bottom: 4px;
}

.petx-doctor-title {
    font-size: 0.875rem;
    color: #888888;
}

/* Right Column Styles */
.petx-about-right {
    position: relative;
}

.petx-services-wrapper {
    position: relative;
}

.petx-badge-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.petx-satisfaction-badge {
    width: 280px;
    height: 280px;
    background: #06AED4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(212, 161, 94, 0.3);
    position: relative;
}

    .petx-satisfaction-badge::before {
        content: '';
        position: absolute;
        width: 260px;
        height: 260px;
        background-color: #1a1a1a;
        border-radius: 50%;
    }

.petx-badge-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.petx-badge-text {
    display: block;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 8px;
}

.petx-badge-percent {
    display: block;
    color: #06AED4;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
    margin: 8px 0;
}

.petx-badge-guaranteed {
    display: block;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 8px;
}

.petx-services-list {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.petx-services-heading {
    font-size: 1.75rem;
    color: #5c1f0f;
    font-weight: 700;
    margin-bottom: 24px;
}

.petx-services-items {
    list-style: none;
}

.petx-service-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: #2d2d2d;
    padding: 12px 0;
    font-weight: 500;
}

.petx-service-bullet {
    width: 10px;
    height: 10px;
    background-color: #06AED4;
    border-radius: 50%;
    flex-shrink: 0;
}

.vetdoc-team-section {
    padding: 80px 20px;
    background-color: #f8f6f4;
}

.vetdoc-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Section Header */
.vetdoc-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.vetdoc-section-title {
    font-size: 2.5rem;
    color: #5c1f0f;
    font-weight: 700;
    margin-bottom: 16px;
}

.vetdoc-section-subtitle {
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* Doctors Grid */
.vetdoc-doctors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

/* Doctor Card */
.vetdoc-doctor-card {
    text-align: center;
    background: white;
    border-radius: 10px;
}

.vetdoc-image-wrapper {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.vetdoc-doctor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.vetdoc-doctor-name {
    font-size: 1.25rem;
    color: #2d2d2d;
    font-weight: 700;
    margin-bottom: 8px;
}

.vetdoc-doctor-role {
    font-size: 0.9375rem;
    color: #666666;
    margin-bottom: 4px;
}

.vetdoc-doctor-qualification {
    font-size: 0.8125rem;
    color: #888888;
    line-height: 1.5;
}

/* CTA Buttons */
.vetdoc-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.vetdoc-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.vetdoc-call-btn {
    background-color: #5c2e1a;
    color: #ffffff;
}

    .vetdoc-call-btn:hover {
        background-color: #3d1f11;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(92, 46, 26, 0.3);
    }

.vetdoc-whatsapp-btn {
    background-color: #25D366;
    color: #ffffff;
}

    .vetdoc-whatsapp-btn:hover {
        background-color: #1fb855;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
    }

/* Tablet Responsiveness */
@media screen and (max-width: 968px) {
    .vetdoc-doctors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .vetdoc-section-title {
        font-size: 2rem;
    }
}

/* Mobile Responsiveness */
@media screen and (max-width: 640px) {
    .vetdoc-team-section {
        padding: 50px 16px;
    }

    .vetdoc-section-header {
        margin-bottom: 40px;
    }

    .vetdoc-section-title {
        font-size: 1.75rem;
    }

    .vetdoc-section-subtitle {
        font-size: 0.9375rem;
    }

    .vetdoc-doctors-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vetdoc-image-wrapper {
        width: 180px;
        height: 180px;
    }

    .vetdoc-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .vetdoc-cta-btn {
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .vetdoc-image-wrapper {
        width: 160px;
        height: 160px;
        padding: 12px;
    }

    .vetdoc-doctor-name {
        font-size: 1.125rem;
    }

    .vetdoc-doctor-role {
        font-size: 0.875rem;
    }

    .vetdoc-doctor-qualification {
        font-size: 0.75rem;
    }
}
/* Mobile Responsiveness */
@media screen and (max-width: 968px) {
    .petx-about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .petx-about-left {
        padding-right: 0;
    }

    .petx-about-heading {
        font-size: 2rem;
    }

    .petx-satisfaction-badge {
        width: 240px;
        height: 240px;
    }

        .petx-satisfaction-badge::before {
            width: 220px;
            height: 220px;
        }

    .petx-badge-percent {
        font-size: 4rem;
    }
}

@media screen and (max-width: 640px) {
    .petx-about-section {
        padding: 50px 16px;
    }

    .petx-about-heading {
        font-size: 1.75rem;
    }

    .petx-section-label {
        padding-left: 40px;
        font-size: 0.875rem;
    }

        .petx-section-label::before {
            width: 28px;
        }

    .petx-satisfaction-badge {
        width: 200px;
        height: 200px;
    }

        .petx-satisfaction-badge::before {
            width: 180px;
            height: 180px;
        }

    .petx-badge-text,
    .petx-badge-guaranteed {
        font-size: 1rem;
        letter-spacing: 2px;
    }

    .petx-badge-percent {
        font-size: 3.5rem;
    }

    .petx-services-list {
        padding: 24px 20px;
    }

    .petx-services-heading {
        font-size: 1.5rem;
    }

    .petx-service-item {
        font-size: 0.9375rem;
    }

    .petx-doctor-image {
        width: 50px;
        height: 50px;
    }

    .petx-doctor-name {
        font-size: 1rem;
    }

    .petx-doctor-title {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 480px) {
    .petx-mission-quote {
        padding: 20px 16px;
    }

    .petx-quote-text {
        font-size: 1rem;
    }
}
/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
    .vet-hero-banner {
        min-height: 400px;
        padding: 40px 16px;
    }

    .vet-main-heading {
        font-size: 2.25rem;
        margin-bottom: 16px;
    }

    .vet-description-text {
        font-size: 1rem;
        margin-bottom: 24px;
    }

    .vet-cta-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .vet-btn-primary {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .vet-hero-banner {
        min-height: 350px;
        padding: 30px 12px;
    }

    .vet-main-heading {
        font-size: 1.75rem;
    }

    .vet-description-text {
        font-size: 0.9375rem;
    }

    .vet-btn-primary {
        padding: 12px 20px;
        font-size: 0.9375rem;
    }

    .vet-btn-icon {
        font-size: 1.125rem;
    }
}

/* Tablet Responsiveness */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .vet-main-heading {
        font-size: 3rem;
    }

    .vet-description-text {
        font-size: 1.0625rem;
    }
}

.petcare-cta-section {
    padding: 80px 20px;
    background-color: #f8f6f4;
}

.petcare-cta-container {
    max-width: 1200px;
    margin: 0 auto;
}

.petcare-cta-content {
    background: linear-gradient(135deg, #ffecd2 0%, #f4dbb8 100%);
    padding: 80px 60px;
    border-radius: 30px;
    text-align: center;
}

.petcare-cta-heading {
    font-size: 2.75rem;
    color: #5c1f0f;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.3;
}

.petcare-cta-description {
    font-size: 1.125rem;
    color: #2d2d2d;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 40px;
}

.petcare-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.petcare-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.petcare-call-btn {
    background-color: #5c2e1a;
    color: #ffffff;
}

    .petcare-call-btn:hover {
        background-color: #3d1f11;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(92, 46, 26, 0.3);
    }

.petcare-whatsapp-btn {
    background-color: #25D366;
    color: #ffffff;
}

    .petcare-whatsapp-btn:hover {
        background-color: #1fb855;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    }

/* Tablet Responsiveness */
@media screen and (max-width: 968px) {
    .petcare-cta-content {
        padding: 60px 40px;
    }

    .petcare-cta-heading {
        font-size: 2.25rem;
    }

    .petcare-cta-description {
        font-size: 1.0625rem;
    }
}

/* Mobile Responsiveness */
@media screen and (max-width: 640px) {
    .petcare-cta-section {
        padding: 50px 16px;
    }

    .petcare-cta-content {
        padding: 40px 24px;
        border-radius: 20px;
    }

    .petcare-cta-heading {
        font-size: 1.75rem;
        margin-bottom: 20px;
    }

    .petcare-cta-description {
        font-size: 1rem;
        margin-bottom: 32px;
    }

    .petcare-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .petcare-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 32px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .petcare-cta-content {
        padding: 32px 20px;
    }

    .petcare-cta-heading {
        font-size: 1.5rem;
    }

    .petcare-cta-description {
        font-size: 0.9375rem;
    }
}

