/* newhome.css */
h2 {
    font-size: 35px !important;
}

/* Hide the old download app button on the new home page */
.header-new .download-app-btn {
    display: none !important;
}

/* Show the new desktop navigation on the new home page */
.header-new .new-header-design {
    display: flex !important;
    gap: 40px;
    align-items: center;
}

/* Base styles for the new header nav */
.new-header-design .nav-link-item {
    cursor: pointer;
    font-weight: 500;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.new-header-design .nav-link-item:hover {
    color: #EE802C;
}

/* Styling for the Become a Consultant button */
.new-header-design .become-consultant-btn {
    background: linear-gradient(90deg, #F0802C 0%, #E66624 100%);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.new-header-design .become-consultant-btn:hover {
    background: linear-gradient(90deg, #E66624 0%, #F0802C 100%);
    box-shadow: 0 4px 10px rgba(238, 128, 44, 0.3);
}

/* Mobile responsive adjustments */
@media (max-width: 991px) {
    .allergy-card-body {
        text-align: left !important;
    }

    h2 {
        font-size: 22px !important;
    }

    .header-new .new-header-design {
        display: none !important;
    }
}

.box-shaodwssss {
    box-shadow: rgb(149 157 165 / 15%) 0px 8px 24px !important;
    background-color: #ffffff;
    position: relative;
    z-index: 999;
}

/* Mega Menu specific styles */
.treatment-tabs li {
    padding: 8px 0;
    cursor: pointer;
    color: #888;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.treatment-tabs li:hover {
    color: #333;
}

.treatment-tabs li.active-tab {
    color: #333;
    font-weight: 600;
}

.treatment-tabs li.view-all {
    color: #1e40af;
    margin-top: 10px;
}

.treatment-tabs li.view-all.active-tab {
    font-weight: 600;
}

.treatment-grid-layout {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    row-gap: 15px;
    column-gap: 10px;
}

.hover-theme-color:hover {
    color: #EE802C !important;
}

.mega-menu-wrapper {
    cursor: default;
}

/* Custom scrollbar for mega menu */
.mega-menu-scroll::-webkit-scrollbar {
    width: 6px;
}

.mega-menu-scroll::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 4px;
}

.mega-menu-scroll::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 4px;
}

.mega-menu-scroll::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.slider-text-main h1 {
    font-size: 50px !important;
    color: #000;
}

/* Interactive Animated Slider Bottom Design */
.slider-interactive-wrapper {
    position: relative;
    width: 90%;
    /* max-width: 1000px; */
    margin: 40px auto 0 auto;
    aspect-ratio: 1000 / 460;
    overflow: visible;
}

/* Mobile responsive fallback */
@media (max-width: 767px) {
    .slider-interactive-wrapper {
        aspect-ratio: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
        padding: 20px 0;
    }
}

.parent-group-wrapper {
    position: absolute;
    left: 4%;
    top: 0;
    width: 40%;
    height: 100%;
    z-index: 2;
}

@media (max-width: 767px) {
    .parent-group-wrapper {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.doctor-group-wrapper {
    position: absolute;
    right: 4%;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
}

@media (max-width: 767px) {
    .doctor-group-wrapper {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        /* so chat bubble is below circle */
        align-items: center;
    }
}

/* Circles */
.interactive-circle-bg {
    position: absolute;
    background-color: #FFE4D1;
    border-radius: 50%;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-shadow: inset 0 0 20px rgba(238, 128, 44, 0.05);
}

.parent-circle {
    left: 5%;
    top: 35%;
    width: 220px;
    height: 220px;
}

.doctor-circle {
    right: 15%;
    top: 15%;
    width: 240px;
    height: 240px;
}

@media (max-width: 767px) {
    .interactive-circle-bg {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 200px !important;
        height: 200px !important;
        margin: 20px 0;
    }
}

.circle-image-pop {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 110%;
    object-fit: cover;
    border-radius: 50% 50% 0 0;
}

/* Badges */
.badge-overlay-card {
    position: absolute;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.15);
    border: 1px solid #f0f0f0;
    padding: 8px 16px;
    z-index: 10;
}

.parent-badge {
    left: 35%;
    top: 75%;
}

.doctor-badge {
    right: 0px;
    top: 5%;
    min-width: 180px;
    padding: 12px;
}

@media (max-width: 767px) {
    .badge-overlay-card {
        position: absolute !important;
    }

    .parent-badge {
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 75% !important;
    }

    .doctor-badge {
        right: -10px !important;
        top: -10px !important;
    }
}

/* Chat Bubbles */
.chat-bubble-styled {
    position: absolute;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(149, 157, 165, 0.12);
    border: 1px solid #f3f3f3;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.left-bubble {
    left: 45%;
    top: 8%;
    width: 320px;
    border-bottom-left-radius: 4px;
}

.right-bubble {
    left: 5%;
    top: 60%;
    width: 360px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 767px) {
    .chat-bubble-styled {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 90% !important;
        max-width: 340px !important;
        border-radius: 20px !important;
        margin: 10px 0;
    }
}

/* Sparkle Icons */
.sparkle-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    animation: pulseSparkle 2s infinite ease-in-out;
}

@keyframes pulseSparkle {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.3) rotate(15deg);
        opacity: 1;
    }
}

/* SVG Line container */
.svg-line-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 767px) {
    .svg-line-container {
        display: none;
    }
}

.animated-dotted-path {
    stroke-dasharray: 6 6;
    stroke-dashoffset: 1000;
}

.animated-dotted-path.draw-active {
    animation: drawLineAnim 1.8s linear forwards;
}

@keyframes drawLineAnim {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* Doctor Section Visibility Reveal */
.reveal-init {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-active {
    opacity: 1;
    transform: scale(1);
}

.typing-cursor {
    display: inline-block;
    width: 2px;
    background-color: #EE802C;
    margin-left: 2px;
    animation: blinkCursor 0.8s infinite;
}

@keyframes blinkCursor {
    50% {
        opacity: 0;
    }
}

/* Our USPs Section Styling */
.usp-section-wrapper {
    margin: 40px auto;
    width: 100%;
}

.usp-main-title {
    font-size: 38px !important;
    color: #000000;
    margin-bottom: 40px;
}

.usp-grid-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
}

.usp-card-item {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 36px 28px;
    box-shadow: 0 8px 30px rgba(149, 157, 165, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.usp-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(149, 157, 165, 0.12);
}

.usp-icon-box {
    background: #EE802C;
    /* Brand orange color */
    color: #ffffff;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.usp-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 12px;
}

.usp-card-desc {
    font-size: 13.5px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* Tablet Layout (2 Columns) */
@media (max-width: 991px) {
    .usp-grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Layout (1 Column) */
@media (max-width: 767px) {
    .usp-grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .usp-card-item {
        padding: 28px 24px;
    }

    .usp-main-title {
        font-size: 32px !important;
        margin-bottom: 30px;
    }
}

/* Common Pet Issues Section Styling */
.pet-issues-section-wrapper {
    margin: 60px auto;
    width: 100%;
}

.pet-issues-title {
    font-size: 38px !important;
    color: #000000;
    margin-bottom: 25px;
}

.pet-tabs-bar {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.pet-tab-button {
    background: none;
    border: none;
    color: #888888;
    cursor: pointer;
    padding: 10px 16px;
    transition: color 0.3s ease, transform 0.2s ease, border-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid transparent;
}

.pet-tab-button:hover {
    color: #EE802C;
    transform: scale(1.05);
}

.pet-tab-button.active-tab {
    color: #EE802C;
    border-color: #EE802C;
    font-weight: bold;
}

.pet-issues-grid-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
}

.pet-issue-card-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 8px 30px rgba(149, 157, 165, 0.03);
    display: flex;
    flex-direction: column;
    height: 250px;
    justify-content: space-between;
    overflow: hidden;
    transition: box-shadow 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.pet-issue-card-item:hover {
    box-shadow: 0 16px 40px rgba(149, 157, 165, 0.1);
    transform: translateY(-5px);
}

.pet-issue-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px 0;
    align-self: flex-start;
}

.pet-issue-image-box {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: visible;
}

.pet-issue-card-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.pet-issue-card-item:hover .pet-issue-card-image {
    transform: scale(1.08);
}

/* Tablet Layout (2 Columns) */
@media (max-width: 991px) {
    .pet-issues-grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Layout (1 Column) */
@media (max-width: 767px) {
    .pet-issues-grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pet-issue-card-item {
        padding: 24px 20px;
        height: 220px;
    }

    .pet-issues-title {
        font-size: 32px !important;
    }

    .pet-tabs-bar {
        gap: 15px;
        margin-bottom: 30px;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 8px;
    }

    .pet-tab-button {
        padding: 8px 12px;
    }
}

/* =============================================
   USP HD Icon
   ============================================= */
.usp-hd-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    image-rendering: crisp-edges;
    filter: brightness(0) invert(1);
}

/* =============================================
   Pet Tab Image Icons
   ============================================= */
.pet-tab-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    image-rendering: crisp-edges;
    transition: filter 0.3s ease;
    filter: grayscale(100%) brightness(0.5);
}

.pet-tab-button:hover .pet-tab-icon,
.pet-tab-button.active-tab .pet-tab-icon {
    filter: none;
    filter: invert(53%) sepia(78%) saturate(500%) hue-rotate(352deg) brightness(97%) contrast(95%);
}

/* =============================================
   Download App Section
   ============================================= */
.download-app-section {
    padding: 80px 0 100px;
    background: #fff;
    overflow: hidden;
}

.download-app-inner {

    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
    align-items: end;
    width: 100%;
}

/* LEFT */
.download-app-left {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding-right: 48px;
    box-sizing: border-box;
}

.download-app-left h2 {
    font-size: 37px !important;
}

.download-app-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #EE802C;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.download-app-tag::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #EE802C;
    border-radius: 2px;
}

.download-app-heading {
    font-size: 38px;
    font-weight: 800;
    color: #111827;
    line-height: 1.25;
    margin-bottom: 36px;
}

.download-app-highlight {
    color: #EE802C;
}

/* Accordion */
.download-accordion {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
    border-top: 1px solid #eeeeee;
}

.da-accordion-item {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.da-accordion-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s;
}

.da-accordion-header:hover {
    background: none;
}

.da-step-number {
    font-size: 13px;
    font-weight: 700;
    color: #EE802C;
    background: #FFF0E5;
    border-radius: 8px;
    padding: 4px 10px;
    min-width: 36px;
    text-align: center;
    flex-shrink: 0;
}

.da-accordion-title {
    flex: 1;
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    transition: color 0.2s;
}

.da-accordion-item.da-active .da-accordion-title {
    color: #EE802C;
}

.da-accordion-chevron {
    color: #aaaaaa;
    flex-shrink: 0;
    transition: color 0.2s;
}

.da-accordion-item.da-active .da-accordion-chevron {
    color: #EE802C;
}

.da-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
    padding: 0 0 0 50px;
}

.da-accordion-body.da-body-open {
    max-height: 200px;
    padding: 0 0 18px 50px;
}

.da-accordion-desc {
    font-size: 14.5px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* QR + Buttons row */
.download-app-cta {
    display: flex;
    align-items: flex-end;
    gap: 28px;
    flex-wrap: wrap;
}

.download-qr-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.download-qr-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    padding: 4px;
}

.download-qr-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #EE802C 0%, #e05d00 100%);
    padding: 7px 14px;
    border-radius: 50px;
    white-space: nowrap;
}

.download-store-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.download-store-btn {
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 10px;
    overflow: hidden;
}

.download-store-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(238, 128, 44, 0.2);
}

.download-store-img {
    display: block;
    height: 50px;
    width: auto;
    object-fit: contain;
}

/* RIGHT SIDE */
.download-app-right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 480px;
    position: relative;
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}

.da-phone-mockup {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-60%);
    height: 550px;
    width: auto;
    object-fit: contain;
    z-index: 2;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.10));
}

.da-standing-man {
    position: absolute;
    right: -10px;
    bottom: 0;
    height: 420px;
    width: auto;
    object-fit: contain;
    z-index: 3;
}

/* Responsive */
@media (max-width: 991px) {
    .download-app-inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .download-app-left {
        padding-right: 0;
        padding-bottom: 32px;
    }

    .download-app-heading {
        font-size: 30px;
    }

    .download-app-right {
        min-height: 340px;
        padding-left: 0;
    }

    .da-phone-mockup {
        height: 300px;
    }

    .da-standing-man {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .download-app-section {
        padding: 60px 0 70px;
    }

    .download-app-heading {
        font-size: 26px;
        margin-bottom: 28px;
    }

    .da-accordion-title {
        font-size: 15px;
    }

    .download-app-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .download-store-buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .download-app-right {
        min-height: 280px;
    }

    .da-phone-mockup {
        height: 240px;
        transform: translateX(-55%);
    }

    .da-standing-man {
        height: 220px;
        right: 0;
    }
}

/* =============================================
   Personalized Pet Care Cards Section
   ============================================= */
.pet-care-cards-section {
    padding: 70px 0 90px;
    background: #fff;
}

.pet-care-cards-title {
    font-size: 36px;
    font-weight: 800;
    color: #111827;
    text-align: center;
    margin-bottom: 48px;
}

.pet-care-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Card base */
.pcc-card {
    background: #ffffff;
    /* border: 1px solid #eeeeee; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    padding: 22px 20px 0 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.pcc-card:hover,
.pcc-card.pcc-card-active {
    background: #EE802C;
    border-color: #EE802C;
    box-shadow: 0 16px 40px rgba(238, 128, 44, 0.3);
}

/* Header row */
.pcc-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.pcc-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.pcc-card:hover .pcc-card-title,
.pcc-card.pcc-card-active .pcc-card-title {
    color: #ffffff;
}

/* Arrow button */
.pcc-arrow-btn {
    width: 42px;
    height: 42px;
    min-width: 32px;
    border-radius: 50%;
    background: #fbfbfb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    transition: background 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
}

.pcc-card:hover .pcc-arrow-btn,
.pcc-card.pcc-card-active .pcc-arrow-btn {
    background: #ffffff;
    color: #000 !important;
}

/* Description */
.pcc-card-desc {
    font-size: 13px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 16px 0;
    transition: color 0.3s ease;
}

.pcc-card:hover .pcc-card-desc,
.pcc-card.pcc-card-active .pcc-card-desc {
    color: rgba(255, 255, 255, 0.88);
}

/* Image */
.pcc-card-img-wrap {
    margin: auto !important;
    width: 100% !important;
    /* margin-left: -20px;
    margin-right: -20px; */
    height: 170px;
    overflow: hidden;
    border-radius: 18px 18px 0px 0px;
    margin-top: auto;
    margin-bottom: 0px !important;
}

.pcc-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: block;
}

.pcc-card:hover .pcc-card-img {
    transform: scale(1.06);
}

/* Tablet: 2 columns */
@media (max-width: 991px) {
    .pet-care-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .pet-care-cards-title {
        font-size: 28px;
        margin-bottom: 36px;
    }
}

/* Mobile: 1 column */
@media (max-width: 575px) {
    .pet-care-cards-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .pet-care-cards-title {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .pcc-card-img-wrap {
        height: 200px;
    }
}

/* =============================================
   FAQ Section
   ============================================= */
.faq-section {
    background: #ffffff;
}

.faq-main-title {
    font-size: 36px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 50px;
}

.faq-list-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item-wrapper {
    border-radius: 12px;
    background: transparent;
    transition: background 0.3s ease;
    overflow: hidden;
}

.faq-item-wrapper.faq-active {
    background: #fff9f5;
}

.faq-question-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 30px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: padding 0.3s ease;
}

.faq-question-text {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    flex: 1;
    padding-right: 20px;
    transition: color 0.3s ease;
}

.faq-icon-wrapper {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #111827;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.faq-item-wrapper.faq-active .faq-icon-wrapper {
    background: #ffffff;
    color: #111827;
}

.faq-answer-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item-wrapper.faq-active .faq-answer-wrapper {
    max-height: 300px;
}

.faq-answer-text {
    padding: 0 30px 24px 30px;
    margin: 0;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}

/* Mobile responsive for FAQ */
@media (max-width: 767px) {
    .faq-main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .faq-question-btn {
        padding: 20px;
    }

    .faq-question-text {
        font-size: 16px;
    }

    .faq-answer-text {
        padding: 0 20px 20px 20px;
        font-size: 14px;
    }
}

/* =============================================
   SEO Content Section
   ============================================= */
.seo-content-section {
    background: #ffffff;
}

.seo-content-inner {
    max-width: 1000px;
    margin: 0 auto;
    color: #374151;
    font-family: inherit;
}

.seo-heading {
    font-size: 26px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    line-height: 1.3;
}

.text-orange {
    color: #EE802C;
}

.text-underline {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.seo-subheading {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
    line-height: 1.4;
}

.seo-paragraph {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #4b5563;
}

.seo-list {
    list-style-type: disc;
    padding-left: 24px;
    margin-bottom: 24px;
}

.seo-list li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #4b5563;
}

.seo-list li strong {
    color: #111827;
    font-weight: 600;
}

.seo-feature-block {
    margin-bottom: 16px;
}

.seo-h4 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

/* Mobile responsive for SEO content */
@media (max-width: 767px) {
    .seo-heading {
        font-size: 22px;
    }

    .seo-subheading {
        font-size: 18px;
    }

    .seo-paragraph,
    .seo-list li {
        font-size: 14px;
    }
}

/* =============================================
   Popular Searches Section
   ============================================= */
.popular-searches-section {
    background: #ffffff;
}

.popular-searches-title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.popular-searches-content {
    line-height: 2.2;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
}

.popular-search-link {
    color: #333333;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
    font-size: 14px;
}

.popular-search-link:hover {
    color: #EE802C;
}

.popular-search-separator {
    color: #6b7280;
    margin: 0 8px;
    display: inline-block;
    font-weight: 400;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .popular-searches-title {
        font-size: 18px;
    }

    .popular-searches-content {
        font-size: 12px;
        line-height: 2;
    }

    .popular-search-separator {
        margin: 0 6px;
    }
}

/* =============================================
   New Footer Section
   ============================================= */
.new-footer-section {
    background: #ffffff;
    font-family: inherit;
    color: #333333;
}

.new-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 40px;
    align-items: flex-start;
}

/* Left Column */
.nf-logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nf-logo-icon {
    flex-shrink: 0;
}

.nf-logo-text {
    font-size: 26px;
    font-weight: 800;
    color: #111827;
}

.nf-tagline {
    font-size: 16px;
    font-weight: 700;
    color: #4b5563;
    line-height: 1.5;
    margin-bottom: 24px;
    max-width: 250px;
}

.nf-divider {
    height: 1px;
    width: 250px;
    background: #e5e7eb;
}

/* Middle Columns */
.nf-heading {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
}

.nf-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nf-list li a {
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nf-list li a:hover {
    color: #EE802C;
}

/* Right Column */
.nf-social-icons {
    display: flex;
    gap: 12px;
}

.nf-social-link {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #EE802C;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease;
}

.nf-social-link svg {
    width: 18px;
    height: 18px;
}

.nf-social-link:hover {
    background: #d86c1d;
    transform: translateY(-2px);
}

.nf-store-buttons {
    display: flex;
    gap: 12px;
}

.nf-store-btn {
    display: inline-block;
    transition: transform 0.2s ease;
}

.nf-store-btn:hover {
    transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .new-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 575px) {
    .new-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .nf-tagline,
    .nf-divider {
        max-width: 100%;
    }
}


/* contact page css */


.contact-card {
    border: 1px solid #f0f0f0;
    border-radius: 20px !important;
    transition: all 0.3s ease;
    background-color: #ffffff;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06) !important;
    border-color: #e0e0e0;
}

.icon-circle {
    width: 64px;
    height: 64px;
    background-color: #f7f8fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.contact-card:hover .icon-circle {
    background-color: #f0f2f5;
    transform: scale(1.05);
}

.whatsapp-icon-circle {
    background-color: #f7f8fa;
}

.contact-card:hover .whatsapp-icon-circle {
    background-color: #eaf6ec;
}

/* Dog Allergy Hero Section */
.dog-allergy-hero-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.dog-allergy-hero-title {
    font-size: 52px;
    font-weight: 800;
    color: #222222;
    line-height: 1.2;
    margin-bottom: 20px;
}

.dog-allergy-hero-desc {
    font-size: 16px;
    color: #555555;
    margin-bottom: 20px;
    line-height: 1.6;
    max-width: 450px;
}

.dog-allergy-consult-btn {
    background-color: #EE802C;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    padding: 6px 6px 6px 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    transition: background-color 0.3s ease;
    margin-bottom: 20px;
}

.dog-allergy-consult-btn:hover {
    background-color: #d86c1d;
}

.dog-allergy-consult-btn .arrow-icon {
    background-color: #ffffff;
    color: #000 !important;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.dog-allergy-stats {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 20px;
}

.dog-allergy-hero-section h1 {
    font-size: 40px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-label {
    font-size: 12px;
    color: #474747;
}

.stat-value {
    font-size: 35px;
    font-weight: 700;
    color: #222222;
}

.stat-divider {
    width: 1px;
    height: 80px;
    background-color: #000000;
}

.dog-allergy-hero-image {
    max-width: 100%;
    height: auto;
}

/* Dog Allergy Types Section */
.dog-allergy-types-section {
    background-color: #ffffff;
    padding-top: 40px;
}

.types-section-title {
    font-size: 36px;
    font-weight: 800;
    color: #222222;
    margin-bottom: 15px;
}

.types-section-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}

.allergy-slider-container {
    margin-top: 30px;
    padding-bottom: 40px;
}

.allergy-card {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.allergy-card:hover {
    background-color: #EE802C;
    border-color: #EE802C;
}

.allergy-img-box {
    width: 100%;
    height: 230px;
    padding: 15px 15px 0 15px;
}

.allergy-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.allergy-card-body {
    padding: 20px;
    flex-grow: 1;
}

.allergy-card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000;
    transition: color 0.3s ease;
}

.allergy-card-text {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #444;
    transition: color 0.3s ease;
}

.allergy-card:hover .allergy-card-title,
.allergy-card:hover .allergy-card-text {
    color: #ffffff;
}

/* Custom Slick Dots Centered */
ul.custom-centered-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-top: 0 !important;
    position: relative !important;
    bottom: auto !important;
    width: 100%;
}

ul.custom-centered-dots li {
    margin: 0 6px;
    width: auto !important;
    height: auto !important;
}

ul.custom-centered-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px !important;
    height: 16px !important;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #dddddd !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
}

ul.custom-centered-dots li button:before {
    display: none !important;
}

ul.custom-centered-dots li.slick-active button {
    background: #EE802C !important;
    width: 44px !important;
    border-radius: 20px !important;
}

/* Common Signs Section */
.dog-allergy-signs-section {
    background-color: #ffffff;
}

.signs-title {
    font-size: 38px;
    font-weight: 800;
    color: #222222;
    line-height: 1.3;
}

.signs-desc {
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
}

.signs-vertical-dots {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.sign-dot {
    width: 10px;
    height: 10px;
    background-color: #d1d1d1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sign-dot.active {
    width: 10px;
    height: 24px;
    background-color: #EE802C;
    border-radius: 10px;
}

.signs-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sign-item {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px 25px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.sign-item.active {
    border-color: #EE802C;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sign-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.sign-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin: 0;
}

.sign-item-icon {
    font-size: 24px;
    color: #222222;
    line-height: 1;
}

.sign-item-body {
    margin-top: 15px;
}

.sign-item-body p {
    font-size: 14.5px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Allergy Severity Section */


.severity-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
}

.severity-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 60px 30px 40px;
    position: relative;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 2px solid #f2f2f2;
    transition: all 0.3s ease;
}

.severity-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 40px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    min-width: 140px;
}

.severity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.severity-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 16px;
    color: #111111;
    font-weight: 500;
}

.severity-icon {
    margin-right: 12px;
    margin-top: 3px;
    display: flex;
}

/* Mild Theme */
.mild-card:hover {
    border-color: #21c965;
    box-shadow: 0 10px 30px rgba(33, 201, 101, 0.1);
}

.mild-badge {
    background-color: #21c965;
}

.mild-icon {
    color: #21c965;
}

/* Moderate Theme */
.moderate-card:hover {
    border-color: #f5a623;
    box-shadow: 0 10px 30px rgba(245, 166, 35, 0.1);
}

.moderate-badge {
    background-color: #f5a623;
}

.moderate-icon {
    color: #f5a623;
}

/* Emergency Theme */
.emergency-card:hover {
    border-color: #ef4b4b;
    box-shadow: 0 10px 30px rgba(239, 75, 75, 0.1);
}

.emergency-badge {
    background-color: #ef4b4b;
}

.emergency-icon {
    color: #ef4b4b;
}

/* Related Articles Section */
.related-articles-section {
    background-color: #ffffff;
}

.related-articles-section .article-card {
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f9f9f9;
    transition: all 0.3s ease;
}

.related-articles-section .article-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    transform: translateY(-5px);
}

.related-articles-section .article-img-box {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}


.article-img-box {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.article-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-card-body {
    padding: 20px 25px;
    flex-grow: 1;
}

.article-title {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 12px;
}

.article-desc {
    font-size: 13.5px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Custom Slick Dots Right Aligned */
ul.custom-right-dots {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-top: 30px !important;
    position: relative !important;
    bottom: auto !important;
    width: 100%;
    padding-right: 15px;
}

ul.custom-right-dots li {
    margin: 0 5px;
    width: auto !important;
    height: auto !important;
}

ul.custom-right-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #d1d1d1 !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
}

ul.custom-right-dots li button:before {
    display: none !important;
}

ul.custom-right-dots li.slick-active button {
    background: #EE802C !important;
    width: 30px !important;
    border-radius: 20px !important;
}

/* Vet Immediately Section */
.vet-immediately-section {
    background-color: #ffffff;
}

.vet-cards-container {
    position: relative;
    padding-right: 30px;
}

.vet-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    cursor: pointer;
}

.vet-card.active,
.vet-card:hover {
    border: 1px solid #EE802C;
    box-shadow: 0 4px 15px rgba(238, 128, 44, 0.1);
}

.vet-card-icon {
    background-color: #EE802C;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.vet-card-content {
    flex-grow: 1;
}

.vet-card-title {
    font-size: 19px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 8px;
    margin-top: 5px;
}

.vet-card-text {
    font-size: 14.5px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Vet Vertical Dots on the Right */
.vet-vertical-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vet-dot {
    width: 10px;
    height: 10px;
    background-color: #d1d1d1;
    border-radius: 50%;
    margin: 8px 0;
    transition: all 0.3s ease;
}

.vet-dot.active {
    background-color: #EE802C;
    height: 25px;
    border-radius: 10px;
}



.prevent-card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 30px 20px;
    height: 100%;
    /* Inner shadow on top and left side for glass effect */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.prevent-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

.prevent-icon-wrap {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #111111;
}

.prevent-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
}

.prevent-card-text {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 0;
}

.cat-prevent-card {
    background-color: #fff;
    border-radius: 40px 0px 16px 0px;
    padding: 30px;
    border: 2px solid transparent;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.cat-prevent-card:hover {
    border-color: #EE802C;
}

.cat-prevent-icon {
    width: 50px;
    height: 50px;
    background-color: #FFF0E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.cat-prevent-card:hover .cat-prevent-icon {
    background-color: #EE802C;
    color: white;
}

.bird-type-card {
    background-color: #fff;
    border-radius: 12px;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.bird-type-card:hover {
    border-color: #EE802C;
}

.bird-type-img-box {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.bird-type-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bird-type-card-body {
    padding: 20px;
    background-color: #fff;
    flex-grow: 1;
    transition: all 0.3s ease;
}

.bird-type-card:hover .bird-type-card-body {
    background-color: #EE802C;
}

.bird-type-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.bird-type-card-text {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.bird-type-card:hover .bird-type-card-title,
.bird-type-card:hover .bird-type-card-text {
    color: #fff;
}

.bird-sign-card {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.bird-sign-card:hover {
    border-color: #EE802C;
}

.bird-sign-icon-box {
    width: 44px;
    height: 44px;
    background-color: #f5f5f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.bird-sign-card:hover .bird-sign-icon-box {
    background-color: #EE802C;
    color: #fff;
}

.bird-sign-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.bird-sign-card-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.bird-prevent-slider-card {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    padding: 45px 25px 30px;
    text-align: center;
    position: relative;
    margin-top: 35px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
}

.bird-prevent-slider-card:hover {
    border-color: #EE802C;
}

.bird-prevent-icon-circle {
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    color: #333;
}

.bird-prevent-slider-card:hover .bird-prevent-icon-circle {
    background-color: #EE802C;
    color: #fff;
}

.bird-prevent-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.bird-prevent-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.rabbit-allergy-text-card {
    background-color: #EE802C;
    border-radius: 12px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.rabbit-allergy-text-card .bg-number {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 110px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.15);
    line-height: 1;
    margin: 0;
}

.rabbit-allergy-text-card h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.rabbit-allergy-text-card p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.rabbit-allergy-image-card {
    border-radius: 12px;
    overflow: hidden;
    height: 400px;
    width: 100%;
}

.rabbit-allergy-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ensure equal height in slick slider */
.rabbit-types-slider-container .slick-track {
    display: flex !important;
    align-items: center;
}

.rabbit-signs-card {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
}

.rabbit-signs-card:hover {
    border-color: #EE802C;
}

.rabbit-signs-card .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px 0;
    transition: all 0.3s ease;
    color: #333;
}

.rabbit-signs-card .icon-circle svg {
    width: 28px;
    height: 28px;
    transition: all 0.3s ease;
}

.rabbit-signs-card:hover .icon-circle {
    background-color: #EE802C;
    border-color: #EE802C;
    color: #fff;
}

.rabbit-signs-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.rabbit-signs-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.prevent-accordion-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: #f7f8fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 0.3s ease;
}

.sign-item.active .prevent-accordion-icon {
    background-color: #EE802C;
    color: #fff;
}

.rabbit-types-slider-container .slick-slide {
    display: flex !important;
    align-items: center;
    padding: 0 10px;
}

/* Fish Expanding Gallery Component */
.fish-gallery-container {
    height: 380px;
    width: 100%;
}

.fish-gallery-card {
    flex: 1;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: flex-end;
}

.fish-gallery-card.active {
    flex: 3;
}

.fish-gallery-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.fish-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    transition: background 0.4s ease;
}

.fish-gallery-card:not(.active) .fish-gallery-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.3) 100%);
}

.fish-gallery-content {
    position: relative;
    z-index: 3;
    padding: 24px;
    color: white;
    width: 100%;
}

.fish-gallery-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: white;
    line-height: 1.3;
}

.fish-gallery-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    animation: fadeIn 0.5s ease-in forwards;
}

/* Fish Signs Cards */
.fish-signs-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.fish-signs-card:hover {
    border: 1px solid #EB7A27 !important;
    box-shadow: 0 8px 25px rgba(235, 122, 39, 0.2) !important;
    transform: translateY(-5px);
}

.fish-signs-icon-box {
    width: 50px;
    height: 50px;
    background-color: #EB7A27;
    border-radius: 16px 16px 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 24px;
}

.fish-signs-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.fish-signs-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Prevent Grid Cards */
.prevent-grid-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.prevent-grid-card.active,
.prevent-grid-card:hover {
    background: #EB7A27;
    border-color: #EB7A27;
    box-shadow: 0 8px 25px rgba(235, 122, 39, 0.2);
    transform: translateY(-5px);
}

.prevent-grid-icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #EB7A27;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    transition: all 0.3s ease;
}

.prevent-grid-card.active .prevent-grid-icon-circle,
.prevent-grid-card:hover .prevent-grid-icon-circle {
    background: #fff;
    color: #EB7A27;
}

.prevent-grid-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.prevent-grid-card.active h4,
.prevent-grid-card:hover h4 {
    color: #fff;
}

.prevent-grid-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.prevent-grid-card.active p,
.prevent-grid-card:hover p {
    color: rgba(255, 255, 255, 0.9);
}

/* Pets We Help Slider */
.pet-help-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 350px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.pet-help-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pet-help-overlay-card {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.pet-help-overlay-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.pet-help-overlay-card p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Symptoms List Layout */
.symptom-list-card {
    padding-bottom: 24px;
    border-bottom: 1px solid #eaeaea;
    height: 100%;
}

@media (min-width: 992px) {

    /* Remove border from the last two elements in the grid (bottom row) */
    .col-lg-6:nth-last-child(-n+2) .symptom-list-card {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {

    /* On mobile, only remove border from the very last element */
    .col-lg-6:last-child .symptom-list-card {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.symptom-icon-box {
    width: 60px;
    height: 60px;
    background-color: #EB7A27;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.symptom-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.symptom-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

@media (max-width: 768px) {
    .fish-gallery-container {
        flex-direction: column;
        height: 600px;
    }

    .fish-gallery-card.active {
        flex: 2;
    }
}

/* Why Choose Us Cards */
.why-choose-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s ease;
}

.why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.why-choose-icon-box {
    width: 48px;
    height: 48px;
    background-color: #EB7A27;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 24px;
}

.why-choose-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.why-choose-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Helpful Care Tips */
.care-tip-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    transition: all 0.3s ease;
}

.care-tip-card:hover {
    border-color: #EB7A27;
}

.care-tip-icon {
    width: 40px;
    height: 40px;
    background-color: #EB7A27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 20px;
}

.care-tip-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.care-tip-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Dogs Care Hero Section */
.dogs-care-hero-section {
    background-image: url('/img/dogs-care-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    overflow: hidden;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .dogs-care-hero-section {
        height: 300px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

.dogs-care-hero-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
    pointer-events: none;
}

.dogs-care-hero-content {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.dogs-care-title {
    font-size: 42px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
    letter-spacing: 0.5px;
}

.rabbit-types-slider-container .slick-slide>div {
    width: 100%;
}

/* Dogs Categories Section */
.dog-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.dog-category-card:hover {
    transform: translateY(-5px);
}

.dog-category-img-box {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 4px solid #fff;
    transition: border-color 0.3s ease;
}

.dog-category-card:hover .dog-category-img-box {
    border-color: #EB7A27;
}

.dog-category-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dog-category-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Featured Guide Section */
.featured-guide-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
}

.featured-guide-img-wrapper {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    min-height: 250px;
}

.featured-guide-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-guide-content {
    padding: 20px 20px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (max-width: 991px) {
    .featured-guide-content {
        padding: 30px 10px 10px 10px;
    }
}

.featured-badge {
    background-color: #EB7A27;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.featured-guide-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
}

.featured-guide-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.featured-guide-meta {
    display: flex;
    gap: 40px;
    padding-top: 24px;
    border-top: 1px solid #eaeaea;
}

.meta-item {
    display: flex;
    flex-direction: column;
}

.meta-label {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
}

.meta-value {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

/* Article Card Section */
.article-cards-section .section-heading {
    font-size: 28px;
    color: #333;
    margin-bottom: 24px;
}

.article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.article-card-img {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.article-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-card:hover .article-card-img img {
    transform: scale(1.05);
}

.article-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
    margin-bottom: 12px;
}

.article-card-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
    flex-grow: 1;
    font-weight: 300
}

.article-read-more {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
    margin-top: auto;
}

.article-read-more:hover {
    color: #EB7A27;
}

.read-more-arrow-svg {
    transition: transform 0.3s ease;
}

.article-read-more:hover .read-more-arrow-svg {
    transform: translate(2px, -2px);
}

/* Explore Pets Section Animations */
.explore-pet-item {
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

.explore-pet-img-box {
    transition: box-shadow 0.3s ease;
}

.explore-pet-item:hover .explore-pet-img-box {
    box-shadow: 0 15px 30px rgba(235, 122, 39, 0.2) !important;
}

.explore-pet-name {
    transition: color 0.3s ease, font-weight 0.3s ease;
}

.explore-pet-item:hover .explore-pet-name {
    color: #EB7A27 !important;
    font-weight: 600 !important;
}

/* Food & Nutrition Page CSS */
.food-nutrition-hero {
    background-image: url('/img/pet-14.jpg');
    background-size: cover;
    background-position: center;
    height: 450px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.food-nutrition-hero::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.food-nutrition-hero .hero-content {
    position: relative;
    z-index: 1;
}

.rabbit-text-slide-wrapper {
    width: 360px !important;
    max-width: 85vw;
}

.rabbit-img-slide-wrapper {
    width: 520px !important;
    max-width: 90vw;
    display: flex !important;
    align-items: center;
    height: 400px;
}

/* Width Container Class */
.width-container {
    width: 75%;
    margin: auto;
}

@media (max-width: 991px) {
    .width-container {
        width: 82% !important;
    }

    /* Dog Allergy Hero Mobile Styles */
    .dog-allergy-hero-section {
        padding: 40px 0 !important;
        text-align: center !important;
    }

    .dog-allergy-hero-section h1 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .dog-allergy-hero-desc {
        text-align: center !important;
        margin: 0 auto 20px auto !important;
        font-size: 14.5px !important;
    }

    .dog-allergy-consult-btn {
        margin: 0 auto 20px auto !important;
        display: inline-flex !important;
        font-size: 16px !important;
        padding: 4px 4px 4px 20px !important;
    }

    .dog-allergy-consult-btn .arrow-icon {
        width: 36px !important;
        height: 36px !important;
        font-size: 16px !important;
    }

    .dog-allergy-stats {
        justify-content: center !important;
        gap: 15px !important;
        padding-top: 10px !important;
        margin-bottom: 30px !important;
    }

    .stat-item {
        text-align: center !important;
        flex: 1 !important;
    }

    .stat-label {
        font-size: 11px !important;
    }

    .stat-value {
        font-size: 24px !important;
    }

    .stat-divider {
        height: 40px !important;
    }

    /* Dog Allergy Severity Mobile Styles */
    .mild-card {
        border-color: #21c965 !important;
    }

    .moderate-card {
        border-color: #f5a623 !important;
    }

    .emergency-card {
        border-color: #ef4b4b !important;
    }

    .severity-badge {
        top: -18px !important;
        border-radius: 30px !important;
        padding: 6px 30px !important;
        font-size: 14px !important;
    }

    /* Common Signs Accordion Mobile Styles */
    .sign-item {
        padding: 15px 20px !important;
        margin-bottom: 12px !important;
    }

    .sign-item-title {
        font-size: 16px !important;
    }

    .sign-item-body p {
        font-size: 13.5px !important;
    }

    /* Sliders Spacing on Mobile */
    .vet-slider-container,
    .prevent-slider-container,
    .related-dog-issues-slider,
    .related-slider-container {
        padding: 10px 0 35px 0 !important;
    }

    /* Centering and Mobile Sliders/Mockups Layout */
    .related-dog-issues-section .related-dog-issues-title {
        text-align: center !important;
        font-size: 24px !important;
        margin-bottom: 24px !important;
    }

    .related-articles-section h2 {
        text-align: center !important;
        font-size: 24px !important;
        margin-bottom: 24px !important;
    }

    .related-articles-section {
        overflow: hidden !important;
    }

    .related-articles-section .slick-list {
        overflow: visible !important;
    }

    /* Download App Section Mobile Overrides */
    .download-app-left h2 {
        text-align: center !important;
        font-size: 26px !important;
        margin-bottom: 20px !important;
    }

    .download-qr-wrap {
        display: none !important;
    }

    .download-app-cta {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin-top: 24px !important;
    }

    .download-store-buttons {
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        gap: 12px !important;
    }

    .download-store-btn {
        margin-left: 0 !important;
    }

    .download-app-right {
        min-height: 380px !important;
        position: relative !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-end !important;
        margin-top: 20px !important;
    }

    .da-phone-mockup {
        left: 50% !important;
        transform: translateX(-65%) !important;
        height: 340px !important;
        bottom: 0 !important;
        position: absolute !important;
    }

    .da-standing-man {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-15%) !important;
        height: 310px !important;
        bottom: 0 !important;
        position: absolute !important;
    }
}

@media (max-width: 480px) {
    .download-app-right {
        min-height: 280px !important;
    }

    .da-phone-mockup {
        height: 250px !important;
    }

    .da-standing-man {
        height: 220px !important;
    }
}