/********** Template CSS **********/
:root {
    --primary: #D81324;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* subscribe */
.autosub {
    background-color: #f8f9fa;
  }
  .autosub h2 {
    font-weight: bold;
    color: black;
  }
  
  /* privacy */
  .autoprivacy {
    background-color: #ffffff;
    color: #333;
  }
  .autoprivacy h2 {
    font-weight: 700;
    color: black;
  }
  .autoprivacy h5 {
    margin-top: 24px;
    font-weight: 600;
    color: #222;
  }
  .autoprivacy p {
    font-size: 16px;
    line-height: 1.7;
  }
  
 /* terms */
 .autoterms {
    background-color: #ffffff;
    color: #333;
  }
  .autoterms h2 {
    font-weight: 700;
    color: black;
  }
  .autoterms h5 {
    margin-top: 24px;
    font-weight: 600;
    color: #222;
  }
  .autoterms p {
    font-size: 16px;
    line-height: 1.7;
  }  

  /* blog */
  .autoblog .card-title {
    font-weight: 600;
  }
  
  .autoblog .card-text {
    font-size: 15px;
    line-height: 1.6;
  }
  
  .autoblog .btn-primary {
    background-color: #003366;
    border-color: #003366;
  }
  .autoshield-values {
  padding: 70px 0;
}

.values-title {
  font-size: 32px;
  color: #1f2937;
  font-weight: 600;
}

.value-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #e5e7eb;   /* BOX BORDER */
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  text-align: center;
}

.value-card:hover {
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
  transform: translateY(-6px);
  border-color: #2563eb; /* highlight on hover */
}

.value-card h4 {
  margin-bottom: 12px;
  color: #111827;
  font-size: 18px;
  font-weight: 600;
}

.value-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
}
.career-hero {
  width: 80%;
  background: #0f3a46;
  margin-left: 10%;
}

.career-hero-container {
  display: flex;
  align-items: stretch;
  min-height: 520px;
}

.career-hero-content {
  flex: 1;
  padding: 90px 70px;
  color: #ffffff;
  background: linear-gradient(
    rgba(15,58,70,0.95),
    rgba(15,58,70,0.95)
  );
}

.career-hero-content h1 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.career-hero-content p {
  font-size: 18px;
  max-width: 520px;
  opacity: 0.9;
}

.career-hero-image {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.career-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BADGE */
.career-badge {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: #ffffff;
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.badge-left {
  background: #f5b335;
  padding: 18px 20px;
  text-align: center;
  color: #0b1c2d;
  font-weight: 700;
}

.badge-left span {
  font-size: 14px;
  display: block;
}

.badge-left strong {
  font-size: 16px;
  line-height: 1.1;
}

.badge-left small {
  font-size: 14px;
}

.badge-right {
  padding: 22px 26px;
  font-size: 18px;
  font-weight: 600;
  color: #0b1c2d;
}
.narrow-text {
  max-width: 600px;   /* adjust: 500px / 550px / 600px */
  margin-left: 25%;
}
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}


.coverage-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.coverage-content h1 {
  font-size: 52px;
  font-weight: 800;
  color: #0b2c3d;
  line-height: 1.1;
}

.coverage-line {
  display: block;
  width: 70px;
  height: 4px;
  background: #ff7a18;
  margin: 20px 0;
}

.coverage-content p {
  font-size: 18px;
  color: #555;
  max-width: 480px;
}

.coverage-image {
  flex: 1;
  text-align: right;
}

.coverage-image img {
  max-width: 100%;
  height: auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .coverage-container {
    flex-direction: column;
    text-align: center;
  }

  .coverage-image {
    text-align: center;
  }

  .coverage-content h1 {
    font-size: 40px;
  }
}
.benefits-section {
  padding: 80px 20px;
  background: #ffffff;
  text-align: center;
}

.benefits-container {
  max-width: 1200px;
  margin: auto;
}

.benefits-title {
  font-size: 40px;
  font-weight: 800;
  color: #0b2c3d;
  margin-bottom: 20px;
}

.benefits-subtitle {
  max-width: 750px;
  margin: 0 auto 60px;
  font-size: 17px;
  color: #555;
  line-height: 1.6;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.benefit-box {
  padding: 20px;
}

.benefit-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.benefit-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0b2c3d;
  margin-bottom: 10px;
}

.benefit-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefits-title {
    font-size: 30px;
  }
}
.plans-section {
  padding: 80px 20px;
  background: #ffffff;
}

.plans-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.plan-card {
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 40px 30px;
  position: relative;
  background: #fff;
}

.plan-card h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #000;
}

.plan-tagline {
  color: #0b5fa5;
  font-weight: 600;
  margin-bottom: 15px;
}

.plan-desc {
  color: #555;
  font-size: 15px;
  margin-bottom: 20px;
}

.plan-list {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.plan-list li {
  margin-bottom: 10px;
  color: #444;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
}

.plan-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #27a6d8;
  font-weight: bold;
}

.plan-list .link {
  color: #27a6d8;
  font-weight: 600;
  cursor: pointer;
}

.plan-btn {
  display: block;
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}

.plan-btn.light {
  background: #f8ede3;
  color: #e67e22;
}

.plan-btn.primary {
  background: #f28c3c;
  color: #fff;
}

/* POPULAR CARD */
.popular {
  border: 2px solid #245b7a;
}

.popular-badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #245b7a;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: 700;
  border-radius: 14px 14px 0 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .plans-container {
    grid-template-columns: 1fr;
  }
}
.how-it-works {
  padding: 80px 20px;
  text-align: center;
}

.how-container {
  max-width: 1000px;
  margin: auto;
}

.how-title {
  font-size: 42px;
  font-weight: 800;
  color: #0a2c3c;
  margin-bottom: 40px;
}

.how-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #ddd;
}

.how-media img {
  width: 100%;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0a2c3c;
  font-size: 38px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.how-subtitle {
  font-size: 26px;
  font-weight: 700;
  margin: 35px 0 15px;
  color: #0a2c3c;
}

.how-text {
  max-width: 800px;
  margin: auto;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .how-title {
    font-size: 32px;
  }

  .how-subtitle {
    font-size: 22px;
  }

  .play-button {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
}
.faq-section {
  background: #fff;
  padding: 80px 20px;
}

.faq-container {
  max-width: 900px;
  margin: auto;
}

.faq-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #0a2c3c;
}

.faq-item {
  border-bottom: 1px solid #c7d1e0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 30px 0;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-arrow {
  font-size: 26px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 0 0 25px;
  color: #555;
  line-height: 1.7;
  font-size: 16px;
}
.autoshield-plans {
  background: #f8f9fb;
}

.plan-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.1);
}

.plan-icon {
  width: 60px;
  height: 60px;
  background: #022456;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.plan-card.highlighted {
  border: 2px solid #0d6efd;
}
/* MODAL BACKGROUND */
.coverage-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
}

/* MODAL BOX */
.coverage-modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 30px;
  width: 90%;
  max-width: 1100px;
  border-radius: 12px;
  position: relative;
}

/* CLOSE BUTTON */
.coverage-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

/* HEADER */
.coverage-header {
  text-align: center;
  margin-bottom: 30px;
}

/* TABLE */
.coverage-table {
  width: 100%;
  border-collapse: collapse;
}

.coverage-table th,
.coverage-table td {
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.coverage-table th {
  background: #f7f9fc;
  font-weight: 600;
}

.coverage-table td:first-child {
  text-align: left;
  font-weight: 500;
}

/* LINK STYLE */
.link {
  cursor: pointer;
  color: #0d6efd;
}
.vehicle-guides {
  font-family: Arial, sans-serif;
  background: #f9fafb;
  padding: 60px 20px;
}

/* HEADER */
.vg-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}
.vg-header h1 {
  font-size: 36px;
  color: #0a2c3d;
}
.vg-line {
  display: block;
  width: 60px;
  height: 4px;
  background: #ff7a18;
  margin: 15px auto;
}
.vg-header p {
  color: #666;
  font-size: 16px;
}

/* POPULAR */
.vg-popular h2,
.vg-select h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #0a2c3d;
}

.vg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.vg-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.vg-card h4 {
  color: #ff7a18;
}
.vg-card p {
  color: #555;
  font-size: 14px;
}
.vg-card a {
  color: #ff7a18;
  font-weight: 600;
  text-decoration: none;
}

/* DROPDOWN */
.vg-select {
  text-align: center;
  margin: 70px 0;
}
.vg-select select {
  width: 280px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* IMAGE */
.vg-image {
  max-width: 1000px;
  margin: 0 auto 40px;
}
.vg-image img {
  width: 100%;
  border-radius: 16px;
}

/* CONTENT */
.vg-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.vg-content h3 {
  color: #0a2c3d;
  margin-bottom: 15px;
}
.vg-content p {
  color: #555;
  line-height: 1.6;
}
.benefits-section {
  padding: 80px 20px;
  background: #ffffff;
  text-align: center;
}

.benefits-container {
  max-width: 1200px;
  margin: auto;
}

.benefits-title {
  font-size: 42px;
  font-weight: 700;
  color: #0a2c3d;
  margin-bottom: 15px;
}

.benefits-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto 60px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: center;
}

.benefit-item img {
  width: 90px;
  margin-bottom: 20px;
}

.benefit-item h4 {
  font-size: 22px;
  color: #0a2c3d;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .benefits-title {
    font-size: 32px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.orange-line {
  display: block;
  width: 60px;
  height: 4px;
  background: #f28c38;
  margin: 15px 0;
}

/* Peace section */
.peace-section {
  padding: 80px 20px;
}
.peace-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.peace-image img {
  width: 100%;
  border-radius: 10px;
}

/* Help CTA */
.help-section {
  background: linear-gradient(90deg,#599aba,#3d5461);
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}
.help-buttons {
  margin-top: 25px;
}
.btn-orange {
  background: #f28c38;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 15px;
}
.btn-outline {
  border: 2px solid #f28c38;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
}

/* Benefits */
.benefits-icons {
  padding: 80px 20px;
  text-align: center;
}
.benefits-grid {
  max-width: 1100px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}
.benefit-box img {
  width: 100px;
}

/* How it works */
.how-it-works {
  padding: 80px 20px;
  background: #f8fafc;
  text-align: center;
}
.steps {
  max-width: 1000px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
}
.step span {
  display: inline-block;
  background: #f28c38;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  margin-bottom: 15px;
}

/* Break section */
.break-section {
  padding: 80px 20px;
}
.break-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.break-image img {
  width: 100%;
  border-radius: 10px;
}

/* FAQ */

/* Responsive */
@media (max-width: 768px) {
  .peace-container,
  .break-container,
  .steps,
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}
/* GENERAL */
section {
  padding: 70px 0;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  color: #1f2937;
}

p {
  color: #4b5563;
  line-height: 1.7;
}

/* HERO STRIP */
.quote-hero-strip {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  text-align: center;
}

.quote-hero-strip h1,
.quote-hero-strip p {
  color: #fff;
}

.quote-hero-strip .btn {
  margin-top: 20px;
  padding: 12px 28px;
  border-radius: 30px;
}

/* FEATURE CARDS */
.quote-features {
  background: #f9fafb;
}

.feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  height: 100%;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
}

/* TIMELINE */
.quote-timeline {
  background: #fff;
}

.timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 35px;
}

.step-number {
  background: #de5061;
  color: #fff;
  font-weight: 700;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTA SPLIT */
.quote-cta-split {
  background: linear-gradient(135deg, #080e28, #de5061);
  color: #fff;
}

.quote-cta-split h2,
.quote-cta-split p,
.quote-cta-split li {
  color: #fff;
}

.quote-cta-split ul {
  padding-left: 18px;
}

.cta-box {
  background: #fff;
  padding: 40px;
  border-radius: 18px;
  color: #1f2937;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.cta-box h3 {
  margin-bottom: 10px;
}

.cta-box p {
  margin-bottom: 20px;
}

.cta-box .btn {
  padding: 12px 26px;
  border-radius: 25px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  section {
    padding: 50px 15px;
  }

  .timeline-step {
    flex-direction: column;
  }

  .cta-box {
    margin-top: 30px;
  }
}
.elite-benefits {
  padding: 90px 20px;
  background: #ffffff;
  text-align: center;
}

.elite-container {
  max-width: 900px;
  margin: 0 auto;
}

.elite-title {
  font-size: 48px;
  font-weight: 800;
  color: #0b2c3d;
  line-height: 1.2;
  margin-bottom: 25px;
}

.elite-title .highlight {
  padding: 6px 12px;
  display: inline-block;
}

.elite-divider {
  width: 90px;
  height: 6px;
  background: #f07f2f;
  margin: 0 auto 30px;
}

.elite-description {
  font-size: 20px;
  color: #666;
  max-width: 760px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

.elite-note {
  font-size: 14px;
  color: #777;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}
.benefits-list {
  max-width: 1000px;
  margin: auto;
}

.benefit-row {
  border-bottom: 1px solid #d7dee5;
  padding: 25px 0;
}

.benefit-header {
  display: flex;
  align-items: center;
  gap: 25px;
  cursor: pointer;
}

.benefit-icon img {
  width: 70px;
}

.benefit-header h3 {
  flex: 1;
  font-size: 26px;
  font-weight: 700;
  color: #0b2c3d;
}

.benefit-arrow {
  font-size: 36px;
  color: #0b2c3d;
  transition: transform 0.3s ease;
}

/* BODY (hidden by default) */
.benefit-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 95px;
}

.benefit-body p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-top: 15px;
}

/* ACTIVE STATE */
.benefit-row.active .benefit-body {
  max-height: 200px;
}

.benefit-row.active .benefit-arrow {
  transform: rotate(90deg);
}

/* Mobile */
@media (max-width: 768px) {
  .benefit-body {
    padding-left: 0;
  }
}
.hero-section {
  padding: 100px 0;
  background: #ffffff;
}

.hero-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.hero-content {
  flex: 1;
}

.hero-content h1 {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.1;
  color: #0b2c3d;
  margin-bottom: 25px;
}

.hero-content p {
  font-size: 22px;
  color: #666;
  max-width: 520px;
  margin-bottom: 35px;
}

.hero-line {
  display: block;
  width: 120px;
  height: 6px;
  background: #f28c3c;
  margin-bottom: 40px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #f28c3c;
  color: #fff;
  padding: 22px 55px;
  font-size: 22px;
  font-weight: 700;
  border-radius: 60px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: #e67928;
  transform: translateY(-2px);
}

.hero-image {
  flex: 1;
  text-align: right;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 991px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 48px;
  }

  .hero-line {
    margin: 25px auto;
  }

  .hero-image {
    text-align: center;
    margin-top: 40px;
  }
}
.elite-claim {
  padding: 80px 20px;
  background: #ffffff;
}

.elite-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.elite-text h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0b2533;
  line-height: 1.15;
  margin-bottom: 20px;
}

.elite-line {
  display: block;
  width: 60px;
  height: 4px;
  background: #f28c38;
  margin-bottom: 35px;
}

.elite-step {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.elite-number {
  font-size: 36px;
  font-weight: 700;
  color: #f28c38;
  line-height: 1;
}

.elite-step h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #333;
}

.elite-step p {
  color: #5b6b75;
  line-height: 1.6;
  margin: 0;
}

.elite-step a {
  color: #f28c38;
  font-weight: 500;
  text-decoration: none;
}

.elite-step a:hover {
  text-decoration: underline;
}

.elite-step ul {
  margin-top: 12px;
  padding-left: 18px;
  color: #5b6b75;
}

.elite-step ul li {
  margin-bottom: 6px;
}

.elite-image {
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 30px;
  text-align: center;
}

.elite-image img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 992px) {
  .elite-wrapper {
    grid-template-columns: 1fr;
  }

  .elite-text h2 {
    font-size: 34px;
  }
}
.repair-shop-section {
  padding: 80px 0;
  background: #fff;
}

.repair-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT */
.repair-text h1 {
  font-size: 52px;
  font-weight: 800;
  color: #0b2b3a;
  line-height: 1.2;
}

.orange-line {
  display: inline-block;
  width: 60px;
  height: 5px;
  background: #f58220;
  margin: 20px 0;
}

.repair-info {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  max-width: 420px;
}

.repair-info p {
  font-size: 18px;
  color: #5f6f7a;
  line-height: 1.6;
}

.badge {
  width: 90px;
}

/* RIGHT */
.repair-image-wrap {
  position: relative;
  width: 420px;
  height: 420px;
}

.circle-image img {
  width: 120%;
  height: 190%;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .repair-container {
    flex-direction: column;
    text-align: center;
  }

  .repair-info {
    justify-content: center;
  }

  .repair-image-wrap {
    margin-top: 40px;
  }
}
.shop-locator {
  display: flex;
  gap: 40px;
  padding: 60px;
  background: #fff;
}

.locator-left {
  width: 40%;
}

.locator-left h2 {
  font-size: 36px;
  color: #0b2b3a;
  margin-bottom: 20px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.filters input,
.filters select {
  padding: 12px 14px;
  border-radius: 25px;
  border: 2px solid #ccc;
  font-size: 14px;
  width: 48%;
}

.filters button {
  padding: 12px 24px;
  background: #f58220;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.filters button:hover {
  background: #e06f10;
}

.hint {
  color: #6b7c86;
  font-size: 15px;
}

.locator-right {
  width: 60%;
}

#map {
  width: 100%;
  height: 420px;
  border-radius: 12px;
}

.pricing-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Grid Layout */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.pricing-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 30px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.07);
  position: relative;
}

/* Highlighted Card */
.pricing-highlight {
  border: 2px solid #ff8c32;
  transform: translateY(-12px);
}

/* Badge */
.pricing-badge {
  font-size: 12px;
  font-weight: 700;
  color: #0c3b4a;
  display: inline-block;
  margin-bottom: 16px;
}

/* Titles */
.pricing-title {
  font-size: 32px;
  color: #0c3b4a;
  margin-bottom: 10px;
}

.pricing-subtitle {
  font-weight: 600;
  color: #ff8c32;
  margin-bottom: 22px;
}

/* Features */
.pricing-features {
  padding-left: 18px;
  margin-bottom: 30px;
}

.pricing-features li {
  margin-bottom: 12px;
  color: #555;
  line-height: 1.6;
}

/* Buttons */
.pricing-btn-primary,
.pricing-btn-outline {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.pricing-btn-primary {
  background-color: #ff8c32;
  color: #ffffff;
}

.pricing-btn-outline {
  background-color: #ffe9d7;
  color: #ff8c32;
}

/* Responsive */
@media (max-width: 992px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-highlight {
    transform: none;
  }
}
.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  padding: 18px 0;
  margin-bottom: 30px;
  max-width: 920px;
  margin-left: 15%;

}

.meta-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.meta-left .by {
  font-size: 12px;
  letter-spacing: 1px;
  color: #9ca3af;
}

.meta-left .author {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0f2c3d;
}

.meta-left .date {
  font-size: 13px;
  letter-spacing: 1px;
  color: #6b7280;
}

.meta-right {
  display: flex;
  gap: 18px;
}

.meta-right a {
  font-size: 16px;
  color: #0f2c3d;
  transition: color 0.2s ease;
}

.meta-right a:hover {
  color: #f97316; /* orange accent */
}
.article-content h2 {
  color: #0b3c5d;
  
}
.back-blogs-btn {
  background: transparent;
  margin-left: 40%;
}
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  background: #fff;
  width: 90%;
  max-width: 520px;
  padding: 30px;
  border-radius: 14px;
  animation: fadeIn 0.4s ease;
  position: relative;
}

.popup-box h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 8px;
}

.popup-box h2 span {
  color: #ff7a18;
}

.sub-text {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 15px;
}

.popup-box input,
.popup-box select {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.popup-box h4 {
  margin-top: 10px;
  font-size: 18px;
}

.small-text {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

.quote-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #ff7a18, #ff9f1c);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.quote-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.call-text {
  text-align: center;
  font-size: 13px;
  margin-top: 12px;
}

.close-btn {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 22px;
  cursor: pointer;
  color: #999;
}

@keyframes fadeIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@media(max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}
.autoshield-btn {
  padding: 14px 34px;
  background: linear-gradient(135deg, #ff7a18, #ff9f1c);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 20px rgba(255, 122, 24, 0.35);
  transition: all 0.35s ease;
}

.autoshield-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(255, 122, 24, 0.5);
}

.autoshield-btn:active {
  transform: scale(0.96);
}

.autoshield-btn:focus {
  outline: none;
}