.elementor-11658 .elementor-element.elementor-element-367118b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11658 .elementor-element.elementor-element-367118b:not(.elementor-motion-effects-element-type-background), .elementor-11658 .elementor-element.elementor-element-367118b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f0f6404 );}.elementor-11658 .elementor-element.elementor-element-7ddf570 img{width:100%;border-radius:10px 10px 10px 10px;}.elementor-11658 .elementor-element.elementor-element-b1bb9a6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11658 .elementor-element.elementor-element-a16b206{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-11658 .elementor-element.elementor-element-a16b206:not(.elementor-motion-effects-element-type-background), .elementor-11658 .elementor-element.elementor-element-a16b206 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f0f6404 );}.elementor-11658 .elementor-element.elementor-element-3315566{text-align:center;}.elementor-11658 .elementor-element.elementor-element-7b4db82{text-align:center;}.elementor-11658 .elementor-element.elementor-element-7b4db82 .elementor-heading-title{font-size:20px;}.elementor-11658 .elementor-element.elementor-element-c7eba4f .wd-btn-text{text-transform:uppercase;}.elementor-11658 .elementor-element.elementor-element-e6e9462{--display:flex;}.elementor-11658 .elementor-element.elementor-element-e6e9462:not(.elementor-motion-effects-element-type-background), .elementor-11658 .elementor-element.elementor-element-e6e9462 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f0f6404 );}.elementor-11658 .elementor-element.elementor-element-dd5c8ce{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-11658 .elementor-element.elementor-element-dd5c8ce:not(.elementor-motion-effects-element-type-background), .elementor-11658 .elementor-element.elementor-element-dd5c8ce > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f0f6404 );}.elementor-11658 .elementor-element.elementor-element-6839da2 img{width:100%;border-radius:10px 10px 10px 10px;}/* Start custom CSS for html, class: .elementor-element-a651a10 */.pet-care-section{
    padding:80px 20px;
    background:#ffffff;
}

.pet-container{
    max-width:1300px;
    margin:auto;
}

.pet-heading{
    text-align:center;
    margin-bottom:55px;
}

.pet-heading span{
    display:inline-block;
    padding:8px 18px;
    background:#eef9ff;
    color:#1d8ed8;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.pet-heading h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin:0 0 15px;
    line-height:1.2;
}

.pet-heading p{
    max-width:650px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:28px;
}

.pet-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

.pet-card{
    background:#fff;
    border:1px solid #edf1f5;
    border-radius:18px;
    padding:28px 18px;
    text-align:center;
    transition:.35s;
    text-decoration:none;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.pet-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
    border-color:#8ed5ff;
}

.pet-icon{
    width:90px;
    height:90px;
    margin:0 auto 18px;
    border-radius:50%;
    background:#dff4ff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
}

.pet-icon i{
    font-size:38px;
    color:#1596df;
    transition:.35s;
}

.pet-card:hover .pet-icon{
    background:#1596df;
    transform:translateY(-4px) scale(1.08);
}

.pet-card:hover .pet-icon i{
    color:#fff;
}

@media(max-width:767px){

.pet-icon{
    width:75px;
    height:75px;
}

.pet-icon i{
    font-size:30px;
}

}

@media(max-width:420px){

.pet-icon{
    width:68px;
    height:68px;
}

.pet-icon i{
    font-size:26px;
}

}
.pet-card h3{
    margin:0;
    color:#222;
    font-size:18px;
    font-weight:600;
    line-height:28px;
}

/* Large Tablet */

@media(max-width:1200px){

.pet-grid{
    grid-template-columns:repeat(4,1fr);
}

}

/* Tablet */

@media(max-width:991px){

.pet-care-section{
    padding:70px 15px;
}

.pet-heading h2{
    font-size:34px;
}

.pet-grid{
    grid-template-columns:repeat(3,1fr);
}

}

/* Mobile */

@media(max-width:767px){

.pet-heading h2{
    font-size:28px;
}

.pet-heading p{
    font-size:15px;
    line-height:25px;
}

.pet-grid{
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.pet-card{
    padding:20px 12px;
}

.pet-icon{
    width:75px;
    height:75px;
}

.pet-icon img{
    width:40px;
    height:40px;
}

.pet-card h3{
    font-size:15px;
    line-height:22px;
}

}

/* Small Mobile */

@media(max-width:420px){

.pet-grid{
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.pet-icon{
    width:68px;
    height:68px;
}

.pet-card h3{
    font-size:14px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a2bfdb */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.doctor-section{
    padding:80px 20px;
    background:#f7f9fc;
}

.doctor-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:40px;
    align-items:center;
}

.doctor-card,
.consultation-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.doctor-image img{
    width:100%;
    display:block;
}

.doctor-info{
    padding:30px;
}

.doctor-info h2{
    font-size:32px;
    color:#1e293b;
    margin-bottom:8px;
}

.designation{
    display:inline-block;
    color:#0ea5a8;
    font-weight:600;
    margin-bottom:25px;
}

.doctor-meta{
    list-style:none;
}

.doctor-meta li{
    padding:12px 0;
    border-bottom:1px solid #eee;
    color:#555;
    font-size:16px;
}

.doctor-meta li:last-child{
    border:none;
}

.consultation-card{
    padding:40px;
}

.consultation-card h3{
    font-size:34px;
    margin-bottom:20px;
    color:#1e293b;
}

.consultation-card>p{
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
}

.consultation-features{
    display:flex;
    flex-direction:column;
    gap:25px;
    margin-bottom:35px;
}

.feature{
    display:flex;
    gap:18px;
}

.feature span{
    width:45px;
    height:45px;
    background:#0ea5a8;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    flex-shrink:0;
}

.feature h4{
    margin-bottom:6px;
    color:#1e293b;
}

.feature p{
    color:#666;
    line-height:1.6;
}

.consultation-price{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 25px;
    background:#f2f8f8;
    border-radius:12px;
    margin-bottom:30px;
}

.consultation-price span{
    color:#666;
}

.consultation-price h2{
    color:#0ea5a8;
    font-size:36px;
}

.consult-btn{
    display:inline-block;
    width:100%;
    text-align:center;
    background:#0ea5a8;
    color:#fff;
    text-decoration:none;
    padding:18px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.consult-btn:hover{
    background:#0c8d90;
}

@media(max-width:992px){

.doctor-container{
    grid-template-columns:1fr;
}

.consultation-card{
    padding:30px;
}

.doctor-info h2,
.consultation-card h3{
    font-size:28px;
}

}

@media(max-width:576px){

.doctor-section{
    padding:60px 15px;
}

.consultation-price{
    flex-direction:column;
    gap:10px;
}

.consultation-price h2{
    font-size:30px;
}

.feature{
    gap:15px;
}

}/* End custom CSS */