* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-4, .col-md-6, .col-md-7, .col-md-8, .col-md-12,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-8, .col-lg-12 {
    padding: 0 15px;
}

.col-md-4 { flex: 0 0 33.333%; max-width: 33.333%; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; }
.col-md-7 { flex: 0 0 58.333%; max-width: 58.333%; }
.col-md-8 { flex: 0 0 66.666%; max-width: 66.666%; }
.col-md-12 { flex: 0 0 100%; max-width: 100%; }
.col-lg-3 { flex: 0 0 25%; max-width: 25%; }
.col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }
.col-lg-5 { flex: 0 0 41.666%; max-width: 41.666%; }
.col-lg-6 { flex: 0 0 50%; max-width: 50%; }
.col-lg-8 { flex: 0 0 66.666%; max-width: 66.666%; }
.col-lg-12 { flex: 0 0 100%; max-width: 100%; }

/* Navigation */
.navbar {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 0;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand h2 {
    color: #2c5aa0;
    font-size: 28px;
    font-weight: bold;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #2c5aa0;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2c5aa0;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.slider_area {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

.single_slider {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
}

.slider_text h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.slider_text span {
    color: #ffd700;
    display: block;
}

.slider_text p {
    font-size: 18px;
    color: #f8f9fa;
    margin-bottom: 30px;
    line-height: 1.7;
}

.boxed-btn4 {
    display: inline-block;
    background: #35d0ff;
    color: #fff;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.boxed-btn4:hover {
    background: #2b77e5;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,107,53,0.4);
}

.dog_thumb {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.dog_thumb img {
    max-width: 500px;
    width: 100%;
    height: auto;
    opacity: 0.9;
}

/* Features Section */
.page-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.service-item-29191 {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.service-item-29191:hover {
    transform: translateY(-10px);
}

.icon-wrapper {
    color: #2c5aa0;
    font-size: 60px;
}

.service-item-29191 h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-item-29191 p {
    color: #666;
    line-height: 1.7;
    font-size: 16px;
}

/* About Section */
.pet_care_section {
    padding: 100px 0;
    background: #fff;
}

.align-items-center {
    align-items: center;
}

.pet_image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.offset-lg-1 {
    margin-left: 8.333%;
}

.section_header h3 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.section_header span {
    color: #35d0ff;
    font-weight: 700;
}

.section_header p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8;
}

.boxed-button3 {
    display: inline-block;
    background: #2c5aa0;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.boxed-button3:hover {
    background: #1e3f73;
    transform: translateY(-2px);
}

/* Pricing Section */
.ftco-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.ftco-cart {
    background: #f8f9fa;
}

.heading-section {
    margin-bottom: 50px;
}

.subheading {
    color: #35d0ff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.heading-section h2 {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    margin-top: 10px;
}

.car-list .table {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.table thead th {
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px;
    color: #fff;
}

.bg-primary {
    background: #2c5aa0 !important;
}

.bg-dark {
    background: #333 !important;
}

.bg-black {
    background: #000 !important;
}

.table tbody tr {
    border-bottom: 1px solid #eee;
}

.car-image .img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.product-name h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.product-name p {
    color: #666;
    font-size: 14px;
}

.price-rate h3 {
    color: #333;
    font-size: 28px;
    margin-bottom: 5px;
}

.price-rate .currency {
    font-size: 16px;
    color: #666;
}

.price-rate .per {
    font-size: 14px;
    color: #999;
    display: block;
}

.price-rate .subheading {
    font-size: 12px;
    color: #999;
}

.btn-custom a {
    background: #35d0ff;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 10px;
}

.btn-custom a:hover {
    background: #2b77e5;
}

/* Services Section */
.services-section {
    padding: 80px 0;
    background: #fff;
}

.no-gutters {
    margin: 0;
}

.no-gutters > [class*="col-"] {
    padding: 0;
}

.services {
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services:hover,
.services.active {
    background: #2c5aa0;
    color: #fff;
    transform: translateY(-5px);
}

.services .icon {
    font-size: 60px;
    color: #2c5aa0;
    margin-bottom: 20px;
}

.services:hover .icon,
.services.active .icon {
    color: #fff;
}

.services h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.services:hover h3,
.services.active h3 {
    color: #fff;
}

.services p {
    color: #666;
    line-height: 1.6;
}

.services:hover p,
.services.active p {
    color: #f8f9fa;
}

/* FAQ Section */
.frequently_area {
    padding: 100px 0;
    background: #f8f9fa;
}

.section_gap {
    padding: 100px 0;
}

.main_title {
    text-align: center;
    margin-bottom: 60px;
}

.main_title h2 {
    font-size: 16px;
    color: #35d0ff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.main_title h1 {
    font-size: 40px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

.main_title p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.frequent_inner {
    padding: 0 15px;
}

.frequent_item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.frequent_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.frequent_item.last-child {
    margin-bottom: 0;
}

.frequent_item h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.frequent_item p {
    color: #666;
    line-height: 1.7;
    font-size: 15px;
}

/* Testimonials Section */
.testimonial_area {
    padding: 100px 0;
    background: #fff;
}

.section_title {
    text-align: center;
}

.section_title span {
    color: #35d0ff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.section_title h3 {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    margin-top: 10px;
}

.mb-60 {
    margin-bottom: 60px;
}

.testmonial_active {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding: 20px 0;
}

.single_testmonial {
    min-width: 350px;
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-align: center;
}

.stars {
    color: #ffd700;
    font-size: 20px;
    margin-bottom: 20px;
}

.single_testmonial p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
    font-style: italic;
}

.testmonial_author .thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.testmonial_author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testmonial_author h4 {
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
}

.testmonial_author span {
    color: #999;
    font-size: 14px;
}

/* Contact Section */
.contact-area {
    padding: 100px 0;
    background: #f8f9fa;
}

.section-padding {
    padding: 100px 0;
}

.section-top {
    margin-bottom: 50px;
}

.section-top h2 {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-top p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.contact-form form {
    display: flex;
    gap: 30px;
}

.contact-form .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form .right {
    flex: 1;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #2c5aa0;
}

.contact-form textarea {
    height: 200px;
    resize: vertical;
}

.template-btn {
    background: #35d0ff;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
}

.template-btn:hover {
    background: #2b77e5;
    transform: translateY(-2px);
}

.contact-info {
    padding: 20px;
}

.single-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.into-icon {
    color: #2c5aa0;
    font-size: 24px;
    flex-shrink: 0;
}

.info-content h4 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.info-content p {
    color: #666;
    line-height: 1.6;
}

.mb-4 {
    margin-bottom: 30px;
}

/* Disclaimer */
.disclaimer-section {
    background: #333;
    padding: 30px 0;
}

.disclaimer-content p {
    color: #f8f9fa;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

/* Footer */
.footer_area {
    background: #222;
    padding: 40px 0;
    text-align: center;
}

.footer_nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.footer_nav a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer_nav a:hover {
    color: #fff;
}

.footer_copyright p {
    color: #999;
    font-size: 14px;
    margin: 0;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    padding: 20px;
    z-index: 1001;
    display: none;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookie-content p {
    color: #fff;
    margin: 0;
    flex: 1;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background: #28a745;
    color: #fff;
}

.cookie-btn.decline {
    background: #dc3545;
    color: #fff;
}

.cookie-btn:hover {
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: #fff;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        transition: 0.3s;
        padding-top: 50px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .slider_text h3 {
        font-size: 32px;
    }
    
    .dog_thumb {
        display: none !important;
    }
    
    .col-md-4, .col-md-6, .col-md-7, .col-md-8, .col-md-12,
    .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-8, .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .offset-lg-1 {
        margin-left: 0;
    }
    
    .contact-form form {
        flex-direction: column;
        gap: 20px;
    }
    
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer_nav {
        flex-direction: column;
        gap: 15px;
    }
    
    .testmonial_active {
        flex-direction: column;
        align-items: center;
    }
    
    .single_testmonial {
        min-width: auto;
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .slider_text h3 {
        font-size: 28px;
    }
    
    .slider_text p {
        font-size: 16px;
    }
    
    .page-section,
    .pet_care_section,
    .ftco-section,
    .services-section,
    .frequently_area,
    .testimonial_area,
    .contact-area {
        padding: 60px 0;
    }
    
    .service-item-29191 {
        padding: 30px 15px;
    }
    
    .contact-form {
        padding: 25px;
    }
}

/* Unused styles for human imperfection */
.old_button_style {
    background: #old-color;
    padding: 12px 24px;
}

.removed_section {
    display: none;
}

.legacy-container {
    max-width: 1000px;
}

/* Mixed naming conventions intentionally */
.camelCaseExample { color: red; }
.snake_case_example { color: blue; }
.kebab-case-example { color: green; }

/* Old classes from previous version */
.old-hero-section {
    background: #deprecated;
}

.previous_layout {
    grid-template-columns: repeat(3, 1fr);
}

/* Inconsistent formatting - some clean, some messy */
.clean-section{
    padding:20px;
    margin:10px;
    background:#fff;
}

.messy_section {
padding: 15px 20px 15px 20px;
    margin-top: 5px;
        margin-bottom: 10px;
    background-color: #f8f9fa;
  border-radius: 5px;
} 