body {
    font-family: 'Poppins', sans-serif;
    background: #f7faf9;
    color: #333;
}


/* top header  */
.top-header {

    background: #0B8A3A;

    color: white;

    font-size: 14px;

    padding: 8px 0;

}

.top-contact span {

    margin-right: 20px;

}

.top-contact i {

    margin-right: 6px;

    color: #ffc107;

}

.top-social a {

    color: white;

    margin-left: 15px;

    font-size: 16px;

    transition: 0.3s;

}

.top-social a:hover {

    color: #ffc107;

}

/* Header */
header {
    background: white;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 12px 0;
        border-bottom: 1px solid #0b8a3a;
}

.logo {
    height: 85px;
}

nav a {
    margin: 0 12px;
    font-weight: 700;
    color: #0a2540;
    text-decoration: none;
}

nav a:hover {
    color: #0B8A3A;
}

/* Hero Section */
.hero{
    position:relative;
    height:90vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background:url("img/services/banner2.png") center/cover no-repeat;
    color:#fff;
}

.hero-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:linear-gradient(120deg,#0f2027,#203a43,#2c5364);
    opacity:.85;
}

.hero-container{
    position:relative;
    z-index:2;
    max-width:700px;
    text-align:center;
}

.hero-slide{
    display:none;
    animation:fade 1s ease;
}

.hero-slide.active{
    display:block;
}

.hero h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:20px;
}

.hero p{
    font-size:18px;
    margin-bottom:30px;
}

.hero-btns{
    display:flex;
    justify-content:center;
    gap:15px;
}

.btn-main{
    background:#28a745;
    padding:10px 25px;
    border-radius:30px;
    color:#fff;
    text-decoration:none;
}

.btn-outline{
    border:2px solid #fff;
    padding:10px 25px;
    border-radius:30px;
    color:#fff;
    text-decoration:none;
}

.btn-outline:hover{
    background:#fff;
    color:#000;
}

/* dots */

.hero-dots{
    position:absolute;
    bottom:30px;
}

.dot{
    height:10px;
    width:10px;
    margin:5px;
    background:#fff;
    border-radius:50%;
    display:inline-block;
    opacity:.5;
}

.dot.active{
    opacity:1;
}

/* animation */

@keyframes fade{
    from{opacity:0;}
    to{opacity:1;}
}

/* content */

.hero-content {
    max-width: 700px;
    position: relative;
    z-index: 2;
}

.section {
    padding: 90px 0;
}


.hero-slide {
    display: none;
    animation: slideText 1s ease;
}

.hero-slide.active {
    display: block;
}

@keyframes slideText {

    0% {
        transform: translateX(80px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }

}
/* Mobile Responsive */






/* our tertmant section  */
.feature-icon {
    font-size: 50px;
    color: #0B8A3A;
    margin-bottom: 15px;
}

.process-icon {
    font-size: 45px;
    color: #0B8A3A;
    margin-bottom: 10px;
}

.treatment-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.treatment-card img {
    border-radius: 8px;
    margin-bottom: 15px;
    width: 100%;
    height:200px;
    object-fit: cover;
}

.testimonial-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}

.cta-section {
    background: linear-gradient(135deg, #0B8A3A, #0a2540);
    color: white;
    padding: 80px 0;
}

.why-section {
    background: #f7faf9;
    padding: 90px 0;
}

.why-subtitle {
    color: #666;
    margin-top: 10px;
}

.why-card {
    background: white;
    padding: 35px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.why-icon {
    font-size: 45px;
    color: #0B8A3A;
    margin-bottom: 15px;
    display: block;
}

.why-card h3 {
    font-weight: 700;
    color: #0B8A3A;
}

.why-card p {
    color: #666;
    margin: 0;
}

/* About Section */
.about-section {
    padding: 90px 0;
    background: #ffffff;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a2a6c;
}

.about-image {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: fadeUp 1.2s ease;
}

.about-text {
    color: #555;
    line-height: 1.7;
}

.about-point {
    font-weight: 500;
    margin-bottom: 10px;
}

.about-point i {
    color: #0B8A3A;
    margin-right: 8px;
}

.about-img {
    text-align: center;
}

@keyframes fadeUp {

    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}


.btn-main {
    background: #0B8A3A;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    border: none;
}

.btn-main:hover {
    background: #0a2540;
    color: white;
}




/* Contact for Consultation */
.consultation-section{
    margin-top: 30px;
    margin-bottom: 30px;
}
.container h2 {
    margin-top: 50px;
}

.contact-form-box {
    background: white;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-form-box h4 {
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
    outline: none;
    border-color: #0B8A3A;
}

.btn-contact {
    background: #0B8A3A;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-contact:hover {
    background: #1a5cc8;
}

.map-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}






/* Patient Testimonials */

.testimonial-card {

    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.testimonial-card:hover {

    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);

}

.quote-icon {

    font-size: 40px;
    color: #0B8A3A;
    margin-bottom: 15px;

}

.testimonial-card p {

    font-size: 15px;
    color: #555;
    margin-bottom: 15px;

}

.stars {

    color: #ffc107;
    font-size: 18px;
    margin-bottom: 10px;

}

.testimonial-card h5 {

    font-weight: 600;
    color: #0B8A3A;

}

.testimonials {
    background: #f6f9ff;
    padding: 80px 0;
}

.section-subtitle {
    color: #777;
    margin-top: 10px;
}



/* Our Product */
.product-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s;
    height:100%;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.product-img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.product-content{
    padding:20px;
    text-align:center;
}

.product-content h5{
    font-size:18px;
    font-weight:700;
    color:rgb(253, 104, 49);
    margin-bottom:10px;
}

.product-content p{
    font-size:15px;
    color:#a37a7a;
    margin-bottom:15px;
}

.learn-btn{
    background:#0B8A3A;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:15px;
    font-weight: 600;
}

.learn-btn:hover{
    background:#084298;
    color:#fff;
}

.view-more-btn{
background:#0B8A3A;
color:#fff;
padding:12px 35px;
border-radius:30px;
font-size:16px;
text-decoration:none;
font-weight:600;
transition:0.3s;
}

.view-more-btn:hover{
background:#084298;
color:#fff;
transform:translateY(-3px);
}


/* Contact Form  */

.contact-section {
    padding: 80px 0;
    background: #f5f9ff;
    margin-top: 20px;
}

.contact-info {
    background: #1a2a6c;
    color: white;
    padding: 40px;
    border-radius: 10px;
    height: 100%;
}

.contact-info h2 {
    margin-bottom: 20px;
}

.info-box {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.info-box i {
    font-size: 20px;
    margin-right: 10px;
    color: #ffc107;
}

.contact-form {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form h3 {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #2a7de1;
    outline: none;
}

.contact-btn {
    background: #2a7de1;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #1a5cc8;
}


/* Footer Section */
.footer-section {
    background: #0a2540;
    color: white;
    padding: 30px 0 5px;
}

.footer-logo {
    width: 140px;
    margin-bottom: 15px;
}

.footer-text {
    font-size: 14px;
    color: #fff;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #0f9d7a;
}

.footer-contact {
    font-size: 14px;
    color: #fff;
}

.footer-contact :hover {
    color: rgb(62, 226, 62);
}

.footer-line {
    border-color: #13d613;
    margin-top: 10px;
}

.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #bbb;
    margin-top: 1px;
}



/* About Page  */
.about-section{
padding:80px 0;
background:#f6f9ff;
}

.about-img img{
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.about-content h2{
font-size:36px;
font-weight:700;
margin-bottom:20px;
color:#1a2a6c;
}

.about-content p{
color:#555;
line-height:1.7;
margin-bottom:15px;
}

.about-list{
list-style:none;
padding:0;
margin-top:15px;
}

.about-list li{
margin-bottom:10px;
font-size:15px;
color:#333;
}

.about-btn{
display:inline-block;
margin-top:20px;
background:#0B8A3A;
color:white;
padding:12px 25px;
border-radius:6px;
text-decoration:none;
transition:0.3s;
}

.about-btn:hover{
background:#1a5cc8;
}

/* Gallery Section  */

.news-gallery{
padding:80px 0;
background:#f6f9ff;
}

.section-header h2{
font-size:36px;
font-weight:700;
color:#1a2a6c;
}

.section-header p{
color:#777;
margin-top:10px;
}

.gallery-card{
position:relative;
overflow:hidden;
border-radius:10px;
}

.gallery-card img{
width:100%;
height: 320px;
transition:0.4s;
}

.gallery-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
background:rgba(0,0,0,0.6);
color:white;
text-align:center;
padding:10px;
transform:translateY(100%);
transition:0.4s;
}

.gallery-card:hover img{
transform:scale(1.1);
}

.gallery-card:hover .gallery-overlay{
transform:translateY(0);
}

/* Services Page */

.animal-care{
background:#f4f7ff;
}

.animal-care h2{
font-size:36px;
font-weight:700;
color:#0b3c6f;
}

.service-card{
background:#fff;
padding:30px 20px;
text-align:center;
border-radius:10px;
box-shadow:0 8px 25px rgba(0,0,0,0.06);
transition:0.3s;
height:100%;
}

.service-card img{
width: 100%;
height: 200px;
object-fit: cover;
margin-bottom:15px;
border-radius: 4px;
}

.service-card h4{
font-size:20px;
margin-bottom:10px;
color:#0b3c6f;
}

.service-card p{
font-size:14px;
color:#666;
}

.service-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.1);
}


/* Banner Section */

.banner-section{
    position:relative;
    background:url("img/services/banner3.png") center/cover no-repeat;
    padding:120px 0;
    color:#fff;
}

.banner-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}

.banner-content{
    position:relative;
    z-index:2;
    max-width:700px;
}

.banner-section h2{
    font-size:38px;
    font-weight:700;
    margin-bottom:20px;
}

.banner-section p{
    font-size:17px;
    margin-bottom:25px;
}

.banner-btn{
    background:#0B8A3A;
    padding:12px 30px;
    border-radius:30px;
    color:#fff;
    text-decoration:none;
}

.banner-btn:hover{
    background:#06662b;
}