/*
Theme Name: GG4Business
Theme URI: https://wordpress.org/themes/gg4b/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gg4b
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* basic */

*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}
.btn-primary{
    background-color: #0b3b55 !important;
}
.dropdown-item{
  color: #206a93 !important;
  font-weight: 600 !important;
}

/* header */

.navbar li a{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    font-weight: 600 !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #b8e6ff !important;

}
.navbar li a:hover {
    color: #ffffff;
    text-shadow:
        0 0 5px #b8e6ff,
        0 0 10px #b8e6ff,
        0 0 20px #b8e6ff,
        0 0 40px #a0dfff;
}


.login {
    color: #0b3b55;
    border: none;
    text-decoration: none;
    font-weight: 700;
    text-shadow: 
      0 0 20px #ffffff,
      0 0 30px #ffffff,
      0 0 40px #ffffff,
      0 0 50px #ffffff;
}

/* hero */

.hero {
  display: flex;
  color: white;
  font-family: sans-serif;
}

.hero-text {
    flex: 1;
    background: linear-gradient(to right, #206a93 70%, transparent);
    padding: 200px 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-text {
    padding: 300px 150px; /* larger top-bottom and left-right padding */
}

.hero-text h1 {
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 800;
}

.hero-text p {
  font-size: 20px;
  opacity: 0.8;
  margin-bottom: 0px;
}

.btn {
  background-color: #82d8d8;
  color: #0b3b55;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.hero-image {
  flex: 1;
}
.hero{
    margin-top: -120px;
background-position: center right;

}


/* cta */

.cta{
    background-color: #206a93;
    padding: 100px 100px;
}
.cta{
    text-align: center;
    color: white;
}
.cta h3{
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 30px;
}


#searchResults {
    width: 100%;
    margin-top: -4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.786);
    position: absolute;
    z-index: 1000;
  }
  #searchResults div {
    padding: 8px 12px;
    cursor: pointer;
    color: #0b3b55;
  }
  #searchResults div:hover {
    background-color: #f0f0f0;
  }
  #categorySearch{
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 0px;
  }
  .card-title{
    font-weight: 700;
  }
  .popular-categories h2,.process h2,.blogs h2,.faq h2{
    
    color: #0b3b55;
    font-size: 50px;
    font-weight: 900 !important;
  }
.help-text{
  color: #0b3b55;
    font-size: 30px;
    font-weight: 900 !important;
    line-height: 40px;
}
.process h2,.blogs h2{
  text-align: center;
}
  .nav-tabs button{
    font-weight: 700;
color: #0b3b55;  }

.subheading{
  font-size: 20px;
}


.process h3{

    margin: 0px;
    justify-content: left;
    font-weight: 800 !important;
    font-size: 20px !important;
    color: rgb(38, 49, 51);
    line-height: 1.5;
}
.process .col-md-4 img
{
  width: 350px;
  height: 300px;
  object-fit: contain;
  text-align: center;
}


.blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  }




  .faq-question {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 15px 20px;
    font-size: 1.1rem;
    color: #206a93;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s ease;
  }
  .faq-question:hover {
    background-color: #e7f2f8;
  }
  .faq-answer {
    padding: 15px 20px;
    color: #555;
    font-weight: 500;
    line-height: 1.5;
    border-left: 3px solid #206a93;
    background-color: #f9fbfc;
    animation: slideDown 0.3s ease forwards;
  }
  .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 1.25rem;
    color: #206a93;
  }
  .faq-question[aria-expanded="true"] .arrow {
    transform: rotate(90deg);
  }
  @keyframes slideDown {
  0% {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  100% {
    opacity: 1;
    max-height: 300px; /* adjust as needed */
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.single-banner{
  background-color:#206a93;
  margin-top: -120px;
  padding: 200px 0px 200px 0px;
}


.single-banner h1{
  font-size: 60px;
  color: white;
  font-weight: 700;
}
.about1 h2{
    
    color: #0b3b55;
    font-size: 50px;
    font-weight: 900 !important;
}

.nav-tabs .nav-link{
  background-color: aliceblue;
  margin-right: 10px;
  margin-bottom: 10px !important;
}

.nav-tabs .nav-link.active {
  border: none !important;
  background-color:#206a93;
  color: #000;
}


    .contact-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
      padding: 30px;
    }
    .contact-info-icon {
      font-size: 1.5rem;
      color: #0d6efd;
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #e7f1ff;
      border-radius: 50%;
      margin-right: 10px;
    }

     /* Glow on/off animation */
  @keyframes glowOnOff {
    0%, 20%, 100% {
      color: #212529; /* normal text color */
      text-shadow: none;
    }
    10% {
      color: #28a745;
      text-shadow: 0 0 10px #28a745, 0 0 20px #28a745;
    }
  }

  .list-inline-item {
    animation-name: glowOnOff;
    animation-duration: 13s;  /* total cycle time */
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 1;
  }

  /* Delay each item so glow moves one by one */
  .list-inline-item:nth-child(1) { animation-delay: 1s; }
  .list-inline-item:nth-child(2) { animation-delay: 2s; }
  .list-inline-item:nth-child(3) { animation-delay: 3s; }
  .list-inline-item:nth-child(4) { animation-delay: 4s; }
  .list-inline-item:nth-child(5) { animation-delay: 5s; }
  .list-inline-item:nth-child(6) { animation-delay: 6s; }
  .list-inline-item:nth-child(7) { animation-delay: 7s; }
  .list-inline-item:nth-child(8) { animation-delay: 8s; }
  .list-inline-item:nth-child(9) { animation-delay: 9s; }
  .list-inline-item:nth-child(10) { animation-delay: 10s; }
  .list-inline-item:nth-child(11) { animation-delay: 11s; }
  .list-inline-item:nth-child(12) { animation-delay: 12s; }
  .list-inline-item:nth-child(13) { animation-delay: 13s; }

  .quote-booking {
  background: #f0f0f0;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

.quote-container {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.quote-left,
.quote-right {
  flex: 1 1 300px;
  padding: 30px;
  box-sizing: border-box;
}

.quote-left {
  background-color: #1e90ff;
  color: #fff;
}

.quote-left h2 {
  margin-top: 0;
}

.quote-left input[type="file"] {
  display: block;
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.quote-right form {
  display: flex;
  flex-direction: column;
}

.quote-right label {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.quote-right input,
.quote-right select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.quote-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.btn {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn.primary {
  background-color: #007bff;
  color: #fff;
}

.btn.success {
  background-color: #28a745;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .quote-container {
    flex-direction: column;
  }

  .quote-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}

.quote-steps {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.step {
  display: flex;
  align-items: center;
  gap: 15px;
}

.step-number {
  background-color: #007bff;
  color: white;
  font-weight: bold;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.step-text {
  font-size: 16px;
  color: #ffffff;
}

/* Optional: Responsive stacking */
@media (max-width: 768px) {
  .quote-steps {
    margin-top: 20px;
  }
}
.why-choose-us {
  padding: 60px 20px;
  background-color: #f8f9fa;
  font-family: Arial, sans-serif;
}

.why-choose-us h2 {
  font-size: 28px;
  color: #222;
  margin-bottom: 20px;
}

.why-choose-us .intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.why-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features li {
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #333;
}

.features i {
  color: #007bff;
  margin-right: 12px;
  font-size: 18px;
}
.detailing-services {
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
}

.detailing-services h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  color: #222;
}

.detailing-services .intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #555;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.service-item {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
  transition: 0.3s ease;
}

.service-item i {
  font-size: 30px;
  color: #007bff;
  margin-right: 15px;
  min-width: 35px;
}

.service-item h4 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #222;
}

.service-item p {
  margin: 0;
  font-size: 15px;
  color: #666;
}

.service-item:hover {
  background-color: #eaf4ff;
}
.process-section {
  padding: 60px 20px;
  background: #f4f8fb;
  font-family: 'Segoe UI', sans-serif;
}

.process-title {
  font-size: 32px;
  margin-bottom: 10px;
  color: #222;
}

.process-description {
  max-width: 720px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #555;
}

.process-timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.process-step {
  background: #fff;
  padding: 20px;
  width: 170px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
}

.icon-wrapper {
  font-size: 26px;
  color: #007bff;
  margin-bottom: 8px;
}

.step-badge {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  font-weight: bold;
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.process-step .step-text {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.process-arrow {
  font-size: 20px;
  color: #bbb;
  padding: 10px;
}

@media (max-width: 768px) {
  .process-timeline {
    flex-direction: column;
  }

  .process-arrow {
    transform: rotate(90deg);
  }

  .process-step {
    width: 100%;
    max-width: 320px;
  }
}
.pricing-section {
  background: #fafafa;
  padding: 70px 20px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #222;
  text-align: center;
}

.section-title {
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  color: #111;
}

.section-subtitle {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 50px;
  color: #666;
  line-height: 1.5;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 36px;
}

.pricing-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px 25px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  text-align: left;
}

.pricing-card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}

.package-name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #1a1a1a;
}

.package-price {
  font-size: 50px;
  font-weight: 700;
  color: #0070f3;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.pricing-points {
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
}

.pricing-points li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}

.pricing-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0070f3;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

.pricing-footer {
  margin-top: 55px;
  text-align: center;
}

.view-all-btn {
  font-weight: 600;
  font-size: 1rem;
  color: #0070f3;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  transition: border-color 0.3s ease;
}

.view-all-btn:hover {
  border-color: #0070f3;
}
.reviews-section {
  background-color: #fff;
  padding: 70px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #222;
}


.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.rating-summary {
  margin-bottom: 40px;
}

.stars {
  font-size: 2rem;
  color: #ffc107;
  letter-spacing: 2px;
  display: block;
}

.average-rating {
  font-size: 1.1rem;
  color: #555;
  margin-top: 8px;
}

.testimonial-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-wrapper {
  display: flex;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}

.testimonial {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-family: "Inter", sans-serif;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.testimonial p {
  font-size: 1.1rem;
  color: #444;
  font-style: italic;
}

.author {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #0070f3;
}
.booking-section {
  background: url('https://img.freepik.com/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-roof-orange-suv-car_627829-12612.jpg?t=st=1749207501~exp=1749211101~hmac=388bbf028b490fe390346871d5e30e31468a9db1ef7acd82464160f6842893c8&w=1380') no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
}

.booking-form {
  background: #fff;
  border-radius: 12px;
  z-index: 2;
}
.border-start-4 {
  border-left-width: 0.4rem !important;
}
.card-hover-no-radius {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border:1px solid black;
}
.card-hover-no-radius:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.how-step {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.05);
  padding: 1.2rem 1rem;
}
.how-step:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
  cursor: pointer;
}
.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4a90e2, #357ABD);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.6rem;
  box-shadow: 0 4px 12px rgb(74 144 226 / 0.6);
  flex-shrink: 0;
}
/* Different gradient colors per step */
.icon-1 { background: linear-gradient(135deg, #4a90e2, #357ABD); box-shadow: 0 4px 12px rgb(74 144 226 / 0.6); }
.icon-2 { background: linear-gradient(135deg, #7ED56F, #28B487); box-shadow: 0 4px 12px rgb(46 180 135 / 0.6); }
.icon-3 { background: linear-gradient(135deg, #F2994A, #F2C94C); box-shadow: 0 4px 12px rgb(242 201 76 / 0.6); }
.icon-4 { background: linear-gradient(135deg, #56CCF2, #2F80ED); box-shadow: 0 4px 12px rgb(47 128 237 / 0.6); }
.icon-5 { background: linear-gradient(135deg, #EB5757, #CB2020); box-shadow: 0 4px 12px rgb(203 32 32 / 0.6); }
.icon-6 { background: linear-gradient(135deg, #9B51E0, #6A23A0); box-shadow: 0 4px 12px rgb(106 35 160 / 0.6); }

.how-step h6 {
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: #222;
}
.how-step p {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
}

/* basic */

*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}
.btn-primary{
    background-color: #0b3b55 !important;
}
.dropdown-item{
  color: #206a93 !important;
  font-weight: 600 !important;
}

/* header */

.navbar li a{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    font-weight: 600 !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #b8e6ff !important;

}
.navbar li a:hover {
    color: #ffffff;
    text-shadow:
        0 0 5px #b8e6ff,
        0 0 10px #b8e6ff,
        0 0 20px #b8e6ff,
        0 0 40px #a0dfff;
}


.login {
    color: #0b3b55;
    border: none;
    text-decoration: none;
    font-weight: 700;
    text-shadow: 
      0 0 20px #ffffff,
      0 0 30px #ffffff,
      0 0 40px #ffffff,
      0 0 50px #ffffff;
}

/* hero */

.hero {
  display: flex;
  color: white;
  font-family: sans-serif;
}

.hero-text {
    flex: 1;
    background: linear-gradient(to right, #206a93 70%, transparent);
    padding: 200px 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-text {
    padding: 300px 150px; /* larger top-bottom and left-right padding */
}

.hero-text h1 {
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 800;
}

.hero-text p {
  font-size: 20px;
  opacity: 0.8;
  margin-bottom: 0px;
}

.btn {
  background-color: #82d8d8;
  color: #0b3b55;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.hero-image {
  flex: 1;
}
.hero{
    margin-top: -120px;
background-position: center right;

}


/* cta */

.cta{
    background-color: #206a93;
    padding: 100px 100px;
}
.cta{
    text-align: center;
    color: white;
}
.cta h3{
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 30px;
}


#searchResults {
    width: 100%;
    margin-top: -4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.786);
    position: absolute;
    z-index: 1000;
  }
  #searchResults div {
    padding: 8px 12px;
    cursor: pointer;
    color: #0b3b55;
  }
  #searchResults div:hover {
    background-color: #f0f0f0;
  }
  #categorySearch{
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 0px;
  }
  .card-title{
    font-weight: 700;
  }
  .popular-categories h2,.process h2,.blogs h2,.faq h2{
    
    color: #0b3b55;
    font-size: 50px;
    font-weight: 900 !important;
  }
.help-text{
  color: #0b3b55;
    font-size: 30px;
    font-weight: 900 !important;
    line-height: 40px;
}
.process h2,.blogs h2{
  text-align: center;
}
  .nav-tabs button{
    font-weight: 700;
color: #0b3b55;  }

.subheading{
  font-size: 20px;
}


.process h3{

    margin: 0px;
    justify-content: left;
    font-weight: 800 !important;
    font-size: 20px !important;
    color: rgb(38, 49, 51);
    line-height: 1.5;
}
.process .col-md-4 img
{
  width: 350px;
  height: 300px;
  object-fit: contain;
  text-align: center;
}


.blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  }




  .faq-question {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 15px 20px;
    font-size: 1.1rem;
    color: #206a93;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s ease;
  }
  .faq-question:hover {
    background-color: #e7f2f8;
  }
  .faq-answer {
    padding: 15px 20px;
    color: #555;
    font-weight: 500;
    line-height: 1.5;
    border-left: 3px solid #206a93;
    background-color: #f9fbfc;
    animation: slideDown 0.3s ease forwards;
  }
  .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 1.25rem;
    color: #206a93;
  }
  .faq-question[aria-expanded="true"] .arrow {
    transform: rotate(90deg);
  }
  @keyframes slideDown {
  0% {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  100% {
    opacity: 1;
    max-height: 300px; /* adjust as needed */
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.single-banner{
  background-color:#206a93;
  margin-top: -120px;
  padding: 200px 0px 200px 0px;
}


.single-banner h1{
  font-size: 60px;
  color: white;
  font-weight: 700;
}
.about1 h2{
    
    color: #0b3b55;
    font-size: 50px;
    font-weight: 900 !important;
}

.nav-tabs .nav-link{
  background-color: aliceblue;
  margin-right: 10px;
  margin-bottom: 10px !important;
}

.nav-tabs .nav-link.active {
  border: none !important;
  background-color:#206a93;
  color: #000;
}


    .contact-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
      padding: 30px;
    }
    .contact-info-icon {
      font-size: 1.5rem;
      color: #0d6efd;
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #e7f1ff;
      border-radius: 50%;
      margin-right: 10px;
    }

     /* Glow on/off animation */
  @keyframes glowOnOff {
    0%, 20%, 100% {
      color: #212529; /* normal text color */
      text-shadow: none;
    }
    10% {
      color: #28a745;
      text-shadow: 0 0 10px #28a745, 0 0 20px #28a745;
    }
  }

  .list-inline-item {
    animation-name: glowOnOff;
    animation-duration: 13s;  /* total cycle time */
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 1;
  }

  /* Delay each item so glow moves one by one */
  .list-inline-item:nth-child(1) { animation-delay: 1s; }
  .list-inline-item:nth-child(2) { animation-delay: 2s; }
  .list-inline-item:nth-child(3) { animation-delay: 3s; }
  .list-inline-item:nth-child(4) { animation-delay: 4s; }
  .list-inline-item:nth-child(5) { animation-delay: 5s; }
  .list-inline-item:nth-child(6) { animation-delay: 6s; }
  .list-inline-item:nth-child(7) { animation-delay: 7s; }
  .list-inline-item:nth-child(8) { animation-delay: 8s; }
  .list-inline-item:nth-child(9) { animation-delay: 9s; }
  .list-inline-item:nth-child(10) { animation-delay: 10s; }
  .list-inline-item:nth-child(11) { animation-delay: 11s; }
  .list-inline-item:nth-child(12) { animation-delay: 12s; }
  .list-inline-item:nth-child(13) { animation-delay: 13s; }

  .quote-booking {
  background: #f0f0f0;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

.quote-container {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.quote-left,
.quote-right {
  flex: 1 1 300px;
  padding: 30px;
  box-sizing: border-box;
}

.quote-left {
  background-color: #1e90ff;
  color: #fff;
}

.quote-left h2 {
  margin-top: 0;
}

.quote-left input[type="file"] {
  display: block;
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.quote-right form {
  display: flex;
  flex-direction: column;
}

.quote-right label {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.quote-right input,
.quote-right select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.quote-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.btn {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn.primary {
  background-color: #007bff;
  color: #fff;
}

.btn.success {
  background-color: #28a745;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .quote-container {
    flex-direction: column;
  }

  .quote-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}

.quote-steps {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.step {
  display: flex;
  align-items: center;
  gap: 15px;
}

.step-number {
  background-color: #007bff;
  color: white;
  font-weight: bold;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.step-text {
  font-size: 16px;
  color: #ffffff;
}

/* Optional: Responsive stacking */
@media (max-width: 768px) {
  .quote-steps {
    margin-top: 20px;
  }
}
.why-choose-us {
  padding: 60px 20px;
  background-color: #f8f9fa;
  font-family: Arial, sans-serif;
}

.why-choose-us h2 {
  font-size: 28px;
  color: #222;
  margin-bottom: 20px;
}

.why-choose-us .intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.why-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features li {
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #333;
}

.features i {
  color: #007bff;
  margin-right: 12px;
  font-size: 18px;
}
.detailing-services {
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
}

.detailing-services h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  color: #222;
}

.detailing-services .intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #555;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.service-item {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
  transition: 0.3s ease;
}

.service-item i {
  font-size: 30px;
  color: #007bff;
  margin-right: 15px;
  min-width: 35px;
}

.service-item h4 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #222;
}

.service-item p {
  margin: 0;
  font-size: 15px;
  color: #666;
}

.service-item:hover {
  background-color: #eaf4ff;
}
.process-section {
  padding: 60px 20px;
  background: #f4f8fb;
  font-family: 'Segoe UI', sans-serif;
}

.process-title {
  font-size: 32px;
  margin-bottom: 10px;
  color: #222;
}

.process-description {
  max-width: 720px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #555;
}

.process-timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.process-step {
  background: #fff;
  padding: 20px;
  width: 170px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
}

.icon-wrapper {
  font-size: 26px;
  color: #007bff;
  margin-bottom: 8px;
}

.step-badge {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  font-weight: bold;
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.process-step .step-text {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.process-arrow {
  font-size: 20px;
  color: #bbb;
  padding: 10px;
}

@media (max-width: 768px) {
  .process-timeline {
    flex-direction: column;
  }

  .process-arrow {
    transform: rotate(90deg);
  }

  .process-step {
    width: 100%;
    max-width: 320px;
  }
}
.pricing-section {
  background: #fafafa;
  padding: 70px 20px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #222;
  text-align: center;
}


.section-title {
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  color: #111;
}

.section-subtitle {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 50px;
  color: #666;
  line-height: 1.5;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 36px;
}

.pricing-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px 25px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  text-align: left;
}

.pricing-card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}

.package-name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #1a1a1a;
}

.package-price {
  font-size: 50px;
  font-weight: 700;
  color: #0070f3;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.pricing-points {
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
}

.pricing-points li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}

.pricing-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0070f3;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

.pricing-footer {
  margin-top: 55px;
  text-align: center;
}

.view-all-btn {
  font-weight: 600;
  font-size: 1rem;
  color: #0070f3;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  transition: border-color 0.3s ease;
}

.view-all-btn:hover {
  border-color: #0070f3;
}
.reviews-section {
  background-color: #fff;
  padding: 70px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #222;
}


.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.rating-summary {
  margin-bottom: 40px;
}

.stars {
  font-size: 2rem;
  color: #ffc107;
  letter-spacing: 2px;
  display: block;
}

.average-rating {
  font-size: 1.1rem;
  color: #555;
  margin-top: 8px;
}

.testimonial-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-wrapper {
  display: flex;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}

.testimonial {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-family: "Inter", sans-serif;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.testimonial p {
  font-size: 1.1rem;
  color: #444;
  font-style: italic;
}

.author {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #0070f3;
}
.booking-section {
  background: url('https://img.freepik.com/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-roof-orange-suv-car_627829-12612.jpg?t=st=1749207501~exp=1749211101~hmac=388bbf028b490fe390346871d5e30e31468a9db1ef7acd82464160f6842893c8&w=1380') no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
}

.booking-form {
  background: #fff;
  border-radius: 12px;
  z-index: 2;
}
.border-start-4 {
  border-left-width: 0.4rem !important;
}
.card-hover-no-radius {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border:1px solid black;
}
.card-hover-no-radius:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.how-step {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.05);
  padding: 1.2rem 1rem;
}
.how-step:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
  cursor: pointer;
}
.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4a90e2, #357ABD);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.6rem;
  box-shadow: 0 4px 12px rgb(74 144 226 / 0.6);
  flex-shrink: 0;
}
/* Different gradient colors per step */
.icon-1 { background: linear-gradient(135deg, #4a90e2, #357ABD); box-shadow: 0 4px 12px rgb(74 144 226 / 0.6); }
.icon-2 { background: linear-gradient(135deg, #7ED56F, #28B487); box-shadow: 0 4px 12px rgb(46 180 135 / 0.6); }
.icon-3 { background: linear-gradient(135deg, #F2994A, #F2C94C); box-shadow: 0 4px 12px rgb(242 201 76 / 0.6); }
.icon-4 { background: linear-gradient(135deg, #56CCF2, #2F80ED); box-shadow: 0 4px 12px rgb(47 128 237 / 0.6); }
.icon-5 { background: linear-gradient(135deg, #EB5757, #CB2020); box-shadow: 0 4px 12px rgb(203 32 32 / 0.6); }
.icon-6 { background: linear-gradient(135deg, #9B51E0, #6A23A0); box-shadow: 0 4px 12px rgb(106 35 160 / 0.6); }

.how-step h6 {
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: #222;
}
.how-step p {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
}
.hero h1 {
      font-size: 3rem;
      font-weight: 700;
    }
    .hero p {
      font-size: 1.2rem;
      margin-bottom: 30px;
    }
    .section-title {
      font-size: 2rem;
      margin-bottom: 1rem;
      font-weight: 600;
    }
    .listing-card {
      background: white;
      border-radius: 16px;
      padding: 25px;
      margin-bottom: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .listing-card img {
      width: 80px;
      height: 80px;
      border-radius: 10px;
      object-fit: cover;
    }
    .quote-form {
      background: white;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    }
    footer {
      background: #222;
      color: #aaa;
      padding: 30px 0;
      text-align: center;
      font-size: 0.9rem;
    }
    .step-section {
  background: #f7f9fc;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.step-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.step-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
.step-card:hover {
  transform: translateY(-5px);
}
.step-icon {
  width: 60px;
  height: 60px;
  background: #007bff;
  color: #fff;
  font-size: 1.5rem;
  line-height: 60px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.step-line {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}
@media (max-width: 768px) {
  .step-line {
    display: none;
  }
}