*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Poppins;
}

body{
background:#fff;
}

/* container */

.container{
width:1210px;
margin:auto;
}

/* topbar */

.topbar{
background:#ff6b3d;
color:white;
font-size:14px;
padding:10px 0;
}

.topbar-flex{
display:flex;
justify-content:space-between;
align-items:center;
}

.top-right a{
color:white;
margin-left:20px;
text-decoration:none;
}


/* navbar */

.navbar{
background:white;
padding:18px 0;
border-bottom:1px solid #eee;
}

.nav-flex{
display:flex;
align-items:center;
justify-content:space-between;
}

.logo img{
height:40px;
}


/* menu */

.menu a{
margin:0 14px;
text-decoration:none;
color:#222;
font-weight:500;
}

.menu .active{
color:#ff6b3d;
}

/* badges */

.badge{
font-size:10px;
padding:3px 6px;
border-radius:5px;
margin-left:5px;
}

.green{
background:#2ecc71;
color:white;
}

.red{
background:#ff5a5a;
color:white;
}


/* icons */

.icons{
display:flex;
gap:18px;
font-size:18px;
align-items:center;
}

.cart{
position:relative;
}

.cart span{
position:absolute;
top:-8px;
right:-8px;
background:#ff6b3d;
color:white;
font-size:11px;
width:16px;
height:16px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
}


/* hero section */

.hero{
background:#cfeaf0;
padding:90px 0;
position:relative;
overflow:hidden;
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
}

.hero-text h1{
font-size:40px;
line-height:1.2;
color:#1d2145;
margin-bottom:20px;
}

.hero-text p{
color:#444;
margin-bottom:25px;
}

.btn{
background:#ff6b3d;
color:white;
border:none;
padding:12px 26px;
border-radius:25px;
cursor:pointer;
font-weight:500;
}

.hero-image img{
width:100%;
}


/* slider arrows */

.arrow{
position:absolute;
top:50%;
transform:translateY(-50%);
background:white;
width:40px;
height:40px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 4px 10px rgba(0,0,0,0.15);
cursor:pointer;
}

.left{
left:20px;
}

.right{
right:20px;
}


/* about section */

.about{
background:#f7f7f7;
padding:80px 0;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

/* image */

.about-img img{
width:100%;
border-radius:10px;
}

/* text */

.about-text h5{
color:#ff6b3d;
font-weight:600;
margin-bottom:10px;
}

.about-text h2{
font-size:34px;
line-height:1.3;
color:#1d2145;
margin-bottom:20px;
}

.about-text p{
color:#555;
margin-bottom:25px;
line-height:1.6;
}

/* features */

.features{
display:flex;
gap:40px;
margin-bottom:30px;
}

.feature{
display:flex;
align-items:center;
gap:10px;
margin-bottom:12px;
font-size:15px;
color:#333;
}

.feature i{
color:#ff6b3d;
font-size:16px;
}


/* services */

.services{
background:#f1ece7;
padding:80px 0;
}

.services-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

/* card */

.service-card{
background:white;
padding:0px;
border-radius:6px;
box-shadow:0 4px 15px rgba(0,0,0,0.05);
padding-bottom: 20px;

}

.service-card img{
width:100%;
height:200px;
object-fit:cover;
margin-bottom:15px;
}

.service-card h3{
color:#2b2e4a;
margin-bottom:10px;
padding-left: 20px;
}

.service-card p{
color:#666;
font-size:14px;
line-height:1.6;
margin-bottom:15px;
padding-left: 20px;
}

.service-card a{
text-decoration:none;
color:#2b2e4a;
font-weight:600;
font-size:14px;
padding-left: 20px;

}

/* Care Center Section */
.care-center {
    background: #fff;
    padding: 10px 0;
}

.care-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* Gives more space to text */
    align-items: center;
    gap: 40px;

    

}

.care-content .sub-title {
    font-weight: 600;
    color: #1d2145;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.care-content .main-title {
    font-size: 45px;
    font-weight: 800;
    color: #1d2145;
    margin-bottom: 25px;
}

.care-content .highlight {
    color: #ff6b3d; /* Matches your theme orange */
}

.care-content .description {
    color: #777;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 15px;
}

/* Paw List Styles */
.care-list {
    list-style: none;
    margin-bottom: 35px;
}

.care-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #1d2145;
}

.care-list i {
    color: #a3cc39; /* The green color from the image */
    font-size: 18px;
}

/* Dark Button Variant */
.dark-btn {
    background: #1d2145 !important; /* Dark navy color */
    border-radius: 30px !important;
    padding: 15px 35px !important;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.dark-btn:hover {
    background: #ff6b3d !important;
}

.care-image img {
    width: 100%;
    display: block;
}

/* Swaps the order so image is on the left */
.care-grid.reverse {
    grid-template-columns: 0.8fr 1.2fr;
}

/* Optional: Slight off-white background to distinguish it from the section above */
.alternate-bg {
    background: #f9f9f9;
    border-top: 1px solid #eee;
}

/* Ensure the list stays aligned nicely on the right side */
.reverse .care-content {
    padding-left: 40px;
}

/* Mobile Responsiveness for both sections */
@media (max-width: 992px) {
    .care-grid, .care-grid.reverse {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .care-grid.reverse .care-image {
        order: 2; /* Put image below text on mobile */
    }
    
    .care-list li {
        justify-content: center;
    }
    
    .reverse .care-content {
        padding-left: 0;
    }
}
/* Gallery Section */
.gallery {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.sub-heading {
    color: #ff6b3d;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gallery-title h2 {
    font-size: 42px;
    color: #1d2145;
    margin-top: 10px;
}

/* Navigation Circles */
.gallery-nav {
    display: flex;
    gap: 15px;
}

.nav-circle {
    width: 45px;
    height: 45px;
    border: 2px solid #14b1bb; /* Teal color from image */
    color: #14b1bb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.nav-circle.active-nav {
    background: #14b1bb;
    color: white;
}

.nav-circle:hover {
    background: #14b1bb;
    color: white;
}

/* Image Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px; /* Matches the rounded corners in the image */
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.02);
}

/* Floating Scroll Top Button */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #ff6b3d;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 1000;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

/* Footer Container & Background */
.main-footer {
    background: #232a44; /* Deep Navy */
    color: #e0e0e0;
    padding-top: 1px; /* Prevents margin collapse */
    position: relative;
    margin-top: 100px;
}

/* Overlapping Bar */
.contact-bar {
    background: white;
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transform: translateY(-50%); /* This makes it overlap */
    margin-bottom: -20px;
}

.contact-img img {
    width: 250px;
    height: 140px;
    object-fit: cover;
}

.contact-info {
    display: flex;
    padding: 0 40px;
    align-items: center;
    gap: 25px;
}

.contact-icon {
    background: #ff6b3d;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}

.contact-text h3 {
    color: #1d2145;
    font-size: 22px;
}

.phone-highlight {
    color: #a3cc39; /* Lime Green */
    margin-left: 10px;
}

.contact-text p {
    color: #777;
    font-size: 14px;
    margin-top: 5px;
}

/* Footer Content */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-logo img {
    height: 50px;
   
}

.social-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-icons {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 30px;
    padding: 8px 15px;
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: white;
    font-size: 14px;
}

.footer-divider {
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* Grid Layout */
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
    gap: 50px;
    padding: 60px 0;
}

.footer-col h3 {
    color: white;
    margin-bottom: 25px;
    font-size: 20px;
    position: relative;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #ff6b3d;
}

.footer-col p {
    line-height: 1.8;
    font-size: 14px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-col ul a i {
    font-size: 10px;
    color: #ff6b3d;
}

.hours p {
    margin-top: 15px;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
    padding-bottom: 5px;
}

.hours span {
    color: #a3cc39;
    font-weight: 600;
}

/* Copyright Bar */
.copyright {
    background: #1a1f33;
    padding: 20px 0;
    font-size: 13px;
    color: #888;
}

.copyright-flex {
    display: flex;
    justify-content: space-between;
}

.brand {
    color: #a3cc39;
}

/* Team Section Styles */
.team-section {
    padding: 80px 0;
    background-color: #fff;
    text-align: center;
}

.section-title {
    font-size: 32px;
    color: var(--text-dark);
    margin-bottom: 40px;
    position: relative;
}

/* 4 per row layout */
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.team-card {
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
}

.member-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #f8f8f8;
}

.member-image img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

/* Hover Social Icons */
.social-overlay {
    position: absolute;
    bottom: -50px; /* Hidden by default */
    left: 0;
    width: 100%;
    background: rgba(255, 107, 53, 0.9); /* Meowzy Orange */
    padding: 15px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    transition: 0.3s ease-in-out;
}

.team-card:hover .social-overlay {
    bottom: 0;
}

.social-overlay i {
    color: white;
    cursor: pointer;
    font-size: 18px;
}

.team-card h3 {
    color: var(--text-dark);
    font-size: 20px;
    margin-bottom: 5px;
}

.team-card p {
    color: #888;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive: 2 per row on tablets, 1 on mobile */
@media (max-width: 992px) {
    .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
    .team-grid { grid-template-columns: 1fr; }
}


/* --- GLOBAL RESPONSIVE SYSTEM --- */

/* 1. Fix the fixed-width containers */
.container, .lux-container {
    width: 100% !important;
    max-width: 1210px; /* Limits size on desktop */
    margin: auto;
    padding: 0 20px; /* Prevents text hitting screen edges */
}

/* 2. Navigation & Topbar */
@media (max-width: 992px) {
    .topbar-flex, .nav-flex {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15px;
    }

    .menu a {
        margin: 5px 10px;
        font-size: 14px;
    }

    .icons {
        margin-top: 15px;
    }
}

/* 3. Hero & About Sections */
@media (max-width: 768px) {
    .hero-grid, .about-grid, .care-grid, .care-grid.reverse {
        grid-template-columns: 1fr !important;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 30px;
    }

    .hero-image, .about-img {
        order: 2; /* Put images below text on mobile */
        margin-top: 30px;
    }

    .features {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}

/* 4. Services & Gallery Grids */
@media (max-width: 992px) {
    .services-grid, .gallery-grid, .team-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 580px) {
    .services-grid, .gallery-grid, .team-grid, .lux-grid {
        grid-template-columns: 1fr !important;
    }
    
    .lux-card {
        max-width: 100%;
    }
}

/* 5. Footer Refinement */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-bar {
        flex-direction: column;
        transform: translateY(-20px);
        margin-bottom: 20px;
    }
    
    .contact-img img {
        width: 100%;
        height: 150px;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-col h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-top {
        flex-direction: column;
        gap: 20px;
    }

    .copyright-flex {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* 6. Utility: Fix Images */
img {
    max-width: 100%;
    height: auto;
}