.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-b7ebfad .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:40px;text-shadow:0px 0px 32px rgba(0, 0, 0, 0.58);color:#F88706;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-d16a096{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;color:var( --e-global-color-astglobalcolor4 );}.elementor-16 .elementor-element.elementor-element-a8bda7a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-16 .elementor-element.elementor-element-28803e6 .elementor-button{background-color:#F88706;font-family:"Poppins", Sans-serif;font-weight:500;}.elementor-16 .elementor-element.elementor-element-6b3f4bc .elementor-button{background-color:#F88706;font-family:"Poppins", Sans-serif;font-weight:500;}.elementor-16 .elementor-element.elementor-element-648ed18{width:var( --container-widget-width, 98.174% );max-width:98.174%;--container-widget-width:98.174%;--container-widget-flex-grow:0;}.elementor-16 .elementor-element.elementor-element-648ed18.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-16 .elementor-element.elementor-element-b7ebfad .elementor-heading-title{font-size:20px;}}/* Start custom CSS for html, class: .elementor-element-648ed18 *//* ==========================
   HEALTH GUARANTEE PAGE
========================== */

.health-guarantee-page{
    font-family:'Montserrat',sans-serif;
    background:#fff;
}

/* Hero */

.health-hero{
    background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
    url('../images/ragdoll-health-banner.jpg');
    background-size:cover;
    background-position:center;
    padding:140px 0;
    text-align:center;
    color:#fff;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.subtitle{
    color:#F88706;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.health-hero h1{
    font-size:58px;
    font-weight:800;
    margin:20px 0;
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
}

.health-hero p{
    max-width:800px;
    margin:auto;
    line-height:1.9;
    font-size:18px;
}

/* Buttons */

.btn-primary,
.btn-outline{
    display:inline-block;
    margin-top:30px;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

.btn-primary{
    background:#F88706;
    color:#fff;
}

.btn-primary:hover{
    transform:translateY(-3px);
}

.btn-outline{
    border:2px solid #F88706;
    color:#F88706;
    margin-left:15px;
}

.btn-outline:hover{
    background:#F88706;
    color:#fff;
}

/* Headings */

.section-heading{
    margin-bottom:50px;
}

.section-heading span{
    color:#F88706;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;
}

.section-heading h2{
    font-size:42px;
    color:#222;
    margin-top:15px;
}

.center{
    text-align:center;
}

/* Intro */

.intro-section{
    padding:100px 0 50px;
    text-align:center;
    max-width:900px;
    margin:auto;
}

.intro-section p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

/* Health Grid */

.health-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
    margin:50px 0 100px;
}

.health-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-top:4px solid #F88706;
}

.health-card h3{
    color:#222;
    font-size:20px;
    margin-bottom:15px;
}

.health-card p{
    color:#666;
    line-height:1.8;
}

/* Vet Section */

.vet-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
    margin-bottom:120px;
}

.vet-image img{
    width:100%;
    border-radius:25px;
}

.vet-content span{
    color:#F88706;
    font-weight:700;
}

.vet-content h2{
    font-size:42px;
    margin:15px 0;
}

.vet-content p{
    color:#666;
    line-height:1.9;
}

.vet-content ul{
    list-style:none;
    padding:0;
    margin-top:25px;
}

.vet-content ul li{
    padding:12px 0;
    border-bottom:1px solid #eee;
}

/* Breeding */

.breeding-section{
    margin-bottom:120px;
}

.breeding-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.breed-box{
    background:#fffaf5;
    padding:30px;
    border-radius:20px;
    text-align:center;
}

.breed-box .icon{
    font-size:40px;
    margin-bottom:15px;
}

.breed-box h4{
    color:#222;
}

/* Included */

.included-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
    margin-bottom:100px;
}

.included-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.included-card h4{
    color:#222;
    margin-bottom:10px;
}

.included-card p{
    color:#666;
    line-height:1.8;
}

/* Guarantee */

.guarantee-box{
    background:#fffaf5;
    padding:60px;
    border-radius:30px;
    text-align:center;
    margin-bottom:100px;
}

.guarantee-box h2{
    color:#222;
    margin-bottom:20px;
}

.guarantee-box p{
    color:#666;
    line-height:1.9;
    max-width:850px;
    margin:auto auto 20px;
}

/* CTA */

.health-cta{
    text-align:center;
    padding-bottom:100px;
}

.health-cta h2{
    font-size:42px;
    color:#222;
    margin-bottom:20px;
}

.health-cta p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.9;
}

/* Mobile */

@media(max-width:991px){

    .vet-section{
        grid-template-columns:1fr;
    }

    .health-hero h1{
        font-size:40px;
    }

    .section-heading h2,
    .vet-content h2,
    .health-cta h2{
        font-size:32px;
    }
}

@media(max-width:768px){

    .health-hero{
        padding:100px 0;
    }

    .health-hero h1{
        font-size:32px;
    }

    .btn-outline{
        margin-left:0;
        margin-top:15px;
        display:block;
    }

    .guarantee-box{
        padding:35px;
    }
}/* End custom CSS */