/*
 Theme Name:   Autoora Child
 Theme URI:    https://autoora.in
 Description:  Child theme for Twenty Twenty-Four
 Author:       Jatin Yadav
 Author URI:   https://autoora.in
 Template:     twentytwentyfour
 Version:      1.0.0
*/

/* Custom CSS starts here */
body { margin:0; font-family:'Inter', sans-serif; }

/* Sticky Header */
.autoora-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fafafa; /* Pearl white */
    border-bottom: 1px solid #eee;
    padding: 15px 50px !important;
}

/* Header container spacing */
.autoora-header-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Navigation links */
.autoora-header nav a {
    font-size: 17px;
    margin: 0 18px;
    text-decoration: none;
    color: #111;
}
.autoora-header nav a:hover {
    color: #0066ff;
}

/* Footer Styling */
.autoora-footer {
    background: #0d0d0d;
    color: #d4d4d4;
    padding: 70px 50px;
}

.autoora-footer-inner {
    max-width: 1300px;
    margin: 0 auto;
}

.autoora-footer h3 {
    color: #fff;
    margin-bottom: 15px;
}

.autoora-footer a {
    color: #c8c8c8;
    text-decoration: none;
}
.autoora-footer a:hover {
    color: #ffffff;
}

.autoora-footer .footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 20px;
    color: #bbb;
}

/* BASE */
.autoora-about {
    font-family: 'Inter', sans-serif;
    color: #111;
    padding-bottom: 50px;
}

/* HERO */
.about-hero {
    background: url('https://i.ibb.co/27m8RYP/car-care-hero.jpg') center/cover no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.about-hero-inner h1 {
    font-size: 48px;
    color: #fff;
    margin: 0;
}
.about-hero-inner p {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

/* STORY SECTION */
.story-section {
    padding: 60px 5%;
}
.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.story-img img {
    width: 100%;
    max-width: 480px;
    border-radius: 12px;
    display: block;
    margin: auto;
}
.story-text h2 {
    font-size: 32px;
    margin-bottom: 15px;
}
.story-text p {
    font-size: 18px;
    line-height: 1.6;
}


/* About Us */

/* MAIN CONTAINER */
.autoora-about-page {
    max-width: 900px;
    margin: auto;
    padding: 30px 20px;
    font-family: "Inter", sans-serif;
    color: #111;
    line-height: 1.7;
}

/* HERO */
.about-hero {
    text-align: center;
    padding: 40px 20px;
}
.about-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}
.about-hero p {
    font-size: 20px;
    color: #444;
}

/* HEADINGS */
.about-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

/* DIVIDER */
.divider {
    width: 100%;
    height: 1px;
    background: #e5e8eb;
    margin: 40px 0;
    border: none;
}

/* LIST */
.styled-list {
    padding-left: 20px;
}
.styled-list li {
    margin-bottom: 8px;
    font-size: 17px;
}

/* TEAM SECTION */
.team-section {
    text-align: center;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    margin-top: 25px;
}
.team-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.team-card img {
    width: 90px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.team-card h3 {
    font-size: 18px;
    margin-bottom: 4px;
}
.team-card p {
    color: #666;
    font-size: 15px;
}

/* MOBILE/TABLET */
@media (max-width: 900px){
    .about-hero h1 { font-size: 32px; }
    .about-hero p { font-size: 18px; }
    .team-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px){
    .about-hero h1 { font-size: 26px; }
    .team-grid { grid-template-columns: 1fr; }
    .about-section h2 { font-size: 24px; }
}

/* Service page*/

/* ==========================
   AUTOORA PREMIUM SERVICE PAGE
=========================== */

.autoora-services-page {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 20px;
    font-family: "Inter", sans-serif;
}

/* HERO */
.services-hero {
    text-align: center;
    margin-bottom: 50px;
}

.services-hero h1 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}

.services-hero p {
    font-size: 18px;
    color: #555;
    margin-top: 10px;
}

.services-hero .subtext {
    font-size: 16px;
    color: #777;
}

/* DIVIDER */
.divider {
    margin: 50px auto;
    border: 0;
    border-bottom: 1px solid #eee;
    width: 80%;
}

/* =============== PREMIUM COMBO SECTION =============== */
.combo {
  background:#f3f6fa;
  padding:120px 0;
}

.combo h2 {
  text-align:center;
  font-size:42px;
  font-weight:800;
}

.combo-sub {
  text-align:center;
  margin-top:10px;
  color:#666;
  font-size:18px;
}

.combo-grid {
  margin-top:60px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:40px;
}

.combo-card {
  background:#fff;
  padding:45px 35px;
  border-radius:20px;
  text-align:center;
  box-shadow:0 10px 35px rgba(0,0,0,0.08);
  position:relative;
  transition:0.3s ease;
}

.combo-card:hover {
  transform:translateY(-10px);
  box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.combo-card h3 {
  font-size:26px;
  margin-bottom:10px;
  font-weight:700;
}

.combo-price {
  font-size:36px;
  font-weight:800;
  color:#0b66ff;
  margin:15px 0 5px;
}

.combo-old-price {
  text-decoration:line-through;
  color:#888;
  font-size:16px;
}

.combo-save {
  color:#28a745;
  font-size:14px;
  margin-top:5px;
}

.combo-card ul {
  list-style:none;
  padding:0;
  margin:30px 0;
  text-align:left;
}

.combo-card ul li {
  margin-bottom:12px;
  font-size:16px;
  color:#444;
}

.combo-btn {
  display:block;
  background:#0b66ff;
  color:#fff;
  padding:14px;
  border-radius:10px;
  text-decoration:none;
  font-weight:700;
  font-size:18px;
}

.combo-btn:hover {
  background:#094dcc;
}

/* MOST POPULAR CARD */
.combo-highlight {
  border:2px solid #0b66ff;
  transform:scale(1.05);
}

/* RIBBON */
.ribbon {
  position:absolute;
  top:-15px;
  right:-15px;
  background:#0b66ff;
  color:#fff;
  padding:10px 18px;
  font-size:14px;
  font-weight:700;
  border-radius:50px;
  box-shadow:0 6px 20px rgba(0,0,0,0.2);
}


/* ================================
   SERVICE SLIDER FIX – AUTOORA
================================ */

/* Slider wrapper */
.service-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

/* Arrow buttons */
.slider-btn {
    background: #fff;
    border: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 26px;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    z-index: 10;
}

.slider-btn:hover {
    background: #007aff;
    color: #fff;
}

/* Slider container */
.service-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 25px;
    padding: 10px;
}

.service-slider::-webkit-scrollbar {
    display: none;
}

/* Card Design */
.service-card {
    min-width: 270px;
    max-width: 270px;
    background: #ffffff;
    border-radius: 18px;
    padding: 15px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.10);
    flex-shrink: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Image */
.service-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 12px;
}

/* Title */
.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 0 0 6px;
    line-height: 1.3;
}

/* Price */
.price {
    font-size: 17px;
    font-weight: 600;
    color: #007aff;
    margin-bottom: 10px;
}

/* Button */
.btn-primary {
    background: #007aff;
    color: #fff;
    padding: 10px 18px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    background: #005bd1;
}

/* WHY CHOOSE SECTION */
.why-choose h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
}

.why-item {
    background: #f4f8ff;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid #dce8ff;
    font-size: 16px;
    color: #0b66ff;
    font-weight: 600;
}

/* CONTACT BOX */
.contact-box {
    background: #007aff;
    padding: 45px 30px;
    text-align: center;
    color: #fff;
    border-radius: 18px;
    margin-top: 40px;
}

.contact-box h2 {
    font-size: 30px;
}

.contact-box p {
    font-size: 18px;
    margin: 10px 0 20px;
}

.btn-primary {
    display: inline-block;
    background: #fff;
    color: #007aff;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

.btn-primary:hover {
    background: #e8eeff;
}

/* RESPONSIVE FIX */
@media (max-width: 768px) {
    .service-card {
        padding: 28px 22px;
    }

    .services-hero h1 {
        font-size: 32px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }
}

/* PAGE WRAPPER */
.page-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    font-family: 'Inter', sans-serif;
}

.page-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-subtitle {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}


/* SERVICE CARD */
.service-card {
    display: flex;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin-bottom: 35px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.service-card:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* IMAGE */
.service-image {
    width: 40%;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.service-content {
    padding: 25px;
    width: 60%;
}

.service-content h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.service-price {
    font-size: 18px;
    margin-bottom: 14px;
}

.service-price span {
    font-size: 22px;
    color: #007BFF;
    font-weight: 700;
}

.service-desc {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}

/* BOOK BUTTON */
.btn-book {
    display: inline-block;
    padding: 10px 22px;
    background: #007BFF;
    color: white;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s ease;
}

.btn-book:hover {
    background: #0056d2;
}

/* DETAILS BOX */
details summary {
    cursor: pointer;
    font-size: 16px;
    margin-top: 18px;
    font-weight: 600;
    color: #333;
}

details summary:hover {
    color: #007BFF;
}

.details-box {
    padding: 15px 0;
}

.details-box ul {
    margin: 6px 0 12px 20px;
}

.details-box h4 {
    font-size: 17px;
    margin-top: 10px;
}

.details-box p {
    margin-top: 4px;
    color: #666;
}


/* RESPONSIVE */
@media(max-width: 900px) {
    .service-card {
        flex-direction: column;
    }
    .service-image, .service-content {
        width: 100%;
    }
    .service-content {
        padding: 20px;
    }
}

