:root {
--primary: #ea3e5b;
--accent: #1e293b;
--text-muted: #64748b;
--border-color: #e2e8f0;
--white: #ffffff;
--border: #eaecf0;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 0;
}
html{
    font-size: 16px;
}
.heroCarSec {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.2)), 
                url('/Content/images/bannerCarImg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0;
}
.container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
.heroCarSec .hero-title {
    color: var(--white);
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 40px;
    letter-spacing: -1px;
}
.heroCarSec .booking-card {
    background: rgb(255 255 255 / 70%);
    border-radius: 16px;
    padding: 29px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.heroCarSec .tab-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}
.heroCarSec .tab {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    background: #f1f5f9;
    color: var(--text-muted);
    transition: all 0.2s ease;
}
.heroCarSec .tab.active {
    background: var(--primary);
    color: white;
}
.heroCarSec .form-row {
    display: flex;
    gap: 12px;
    margin-bottom: 13px;
    width: auto;
    margin-right: 0;
    width: 100%;
    align-items: self-start;
}
.heroCarSec .input-box.location-box {
    width: 150%;
}
.heroCarSec .contact-row {
    grid-template-columns: 1fr 1fr 1fr 1.2fr;
    display: grid;
    align-items: unset;
}
.heroCarSec .input-box {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: border-color 0.2s;
    width: 100%;
    background-color: #fff;
}
.heroCarSec .input-box:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.1);
}
.heroCarSec .input-box i {
    color: var(--text-muted);
    font-size: 1.1rem;
}
.heroCarSec .field-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.heroCarSec .field-content span {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 2px;
}
.heroCarSec .input-box input, .input-box select {
    border: none;
    outline: none;
    font-size: 0.95rem;
    font-weight: 500;
    color: #000;
    width: 100%;
    background: transparent;
    line-height: normal;
    height: auto;
    padding: 0;
}
.heroCarSec .btn-quote {
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.2s, background 0.2s;
}
.heroCarSec .btn-quote:hover {
    background: #1e293b;
    transform: translateY(-2px);
}
.heroCarSec .form-compliance {
    margin-top: 20px;
}
.heroCarSec .checkbox-container {
    display: flex;
    gap: 4px;
    cursor: pointer;
    font-size: 12px;
    color: #000;
    line-height: 1.5;
    font-weight: normal;
    margin: 0;
}
.heroCarSec .checkbox-container a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}
.litepicker .container__months .month-item-header {
    color: #fff;
    background: #302b5c;
    font-size: 15px;
}
.litepicker .container__months .month-item {
    padding: 0;
}
.litepicker .container__months.columns-2 {
    width: calc((var(--litepicker-month-width) * 2) + 0);
}
.litepicker .container__months .month-item-weekdays-row>div {
    padding: 9px 0;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
.litepicker .container__days .day-item {
    font-size: 13px;
    font-weight: 500;
}
.litepicker .container__days .day-item.is-end-date,
.litepicker .container__days .day-item.is-start-date {
    background-color: #ea3e5b;
}
.litepicker .container__days .day-item.is-in-range {
    background-color: #ffc9d2;
    border-radius: 0;
}
.litepicker .container__days .day-item:hover {
    color: #ea3e5b;
    -webkit-box-shadow: inset 0 0 0 1px #ea3e5b;
    box-shadow: inset 0 0 0 1px #ea3e5b;
}
.litepicker .container__days .day-item.is-start-date:hover,
.litepicker .container__days .day-item.is-end-date:hover{
    color: #fff;
}



/*Dial Number*/
.dialeNw {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
.dialeNw .dial-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: #ffffff;
    color: #1a1a1a;
    padding: 8px 25px 8px 12px;
    border-radius: 50px;
    border: 1px solid #eaeaea;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    width: auto;
    justify-content: center;
}
.dialeNw .icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    background: #ea3e5b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 2;
}
.dialeNw .icon-box::before, .icon-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ea3e5b;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    animation: ripple 2s infinite;
}
.dialeNw .icon-box::after {
    animation-delay: 1s;
}
.dialeNw .text-stack {
    display: flex;
    flex-direction: column;
}
.dialeNw .dial-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
}
.dialeNw .dial-number {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 22px;
}
.dialeNw .dial-link:hover {
    border-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.dialeNw .dial-link:hover .icon-box i {
    animation: phone-shake 0.5s infinite alternate;
}

/* Animations */
@keyframes ripple {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.8); opacity: 0; }
}

@keyframes phone-shake {
    0% { transform: rotate(-10deg); }
    100% { transform: rotate(10deg); }
}


@media (max-width: 1100px) {
.heroCarSec .main-row, .contact-row {
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 650px) {
.heroCarSec .main-row, .contact-row {
    grid-template-columns: 1fr;
}
.heroCarSec .hero-title { font-size: 2rem; }
}
.carUsp {
  padding: 60px 20px;
  background: #ffffff;
}
.carUsp__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
}
.carUsp__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.carUsp__card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.carUsp__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.1);
}
.carUsp__icon {
  font-size: 34px;
  margin-bottom: 18px;
}
.carUsp__icon--green { color: #4CAF50; }
.carUsp__icon--yellow { color: #FFC107; }
.carUsp__icon--teal { color: #009688; }
.carUsp__icon--red { color: #F44336; }
.carUsp__number {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #302b5c;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
}
.carUsp__heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}
.carUsp__text {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/*We offers Cars*/
.weOffers {
    position: relative;
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    padding-top: 20px;
}
.weOffers__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}
.weOffers .header-text {
    max-width: 700px;
}
.weOffers__header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}
.weOffers__header p {
    color: var(--gray);
    font-size: 1.05rem;
    line-height: 1.6;
    font-weight: 300;
}
.weOffers .offer-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.weOffers .offer-card:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
    box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.08);
}
.weOffers .card-img {
    height: 220px;
    background-color: var(--light-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.weOffers .card-img img {
    width: 100% !important;
    height: 100%;
}
.weOffers .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.weOffers .card-body h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 8px;
}
.weOffers .card-body p {
    color: var(--gray);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 24px;
    flex-grow: 1;
}
.weOffers .call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    background-color: var(--white);
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
}
.weOffers .call-btn:hover {
    background-color: var(--primary);
    color: var(--white);
}
.weOffers .custom-nav {
    display: flex;
    gap: 12px;
}
.weOffers .custom-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--dark);
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.weOffers .custom-nav button:hover {
    border-color: var(--primary);
    color: var(--primary);
}
.weOffers .disclaimer-text {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid var(--border);
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}
.weOffers .owl-dots {
    display: none !important;
}
/* Responsive */
@media (max-width: 768px) {
.weOffers__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.weOffers .custom-nav {
    display: none;
}
.weOffers .owl-dots {
    display: block !important;
    margin-top: 20px;
    text-align: center;
}
.weOffers .owl-dots .owl-dot span {
    background: var(--border) !important;
    width: 10px;
    height: 10px;
    margin: 5px;
    display: inline-block;
}
.weOffers .owl-dots .owl-dot.active span {
    background: var(--primary) !important;
}
}

/*Process bar*/
.carrntPros {
    padding: 62px 5%;
    text-align: center;
    background: rgb(249 250 255 / 50%);
    margin-top: 40px;
}
        .carrntPros .section-title {
            font-size: 36px;
            color: #302b5c;
            font-weight: 800;
            margin-bottom: 50px;
            position: relative;
        }
        .carrntPros .process-wrapper {
            display: flex;
            justify-content: space-between;
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            gap: 20px;
        }
        .carrntPros .process-wrapper::before {
            content: '';
            position: absolute;
            top: 45px;
            left: 50px;
            right: 50px;
            height: 2px;
            background: repeating-linear-gradient(to right, #ddd 0, #ddd 10px, transparent 10px, transparent 20px);
            z-index: 1;
        }
        .carrntPros .step-item {
            flex: 1;
            position: relative;
            z-index: 2;
            transition: all 0.4s ease;
        }
        .carrntPros .icon-circle {
            width: 90px;
            height: 90px;
            background: #fff;
            border: 2px solid #eee;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 28px;
            color: #302b5c;
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            position: relative;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .carrntPros .step-tag {
            position: absolute;
            top: -5px;
            right: -5px;
            background: #ea3e5b;
            color: white;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            font-size: 12px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 3px solid #fff;
        }
        .carrntPros .content-box h3 {
            color: #302b5c;
            font-size: 18px;
            margin: 10px 0;
            transition: color 0.3s;
        }
        .carrntPros .content-box p {
            color: #666;
            font-size: 14px;
            line-height: 1.6;
            padding: 0 10px;
        }
        .carrntPros .step-item:hover .icon-circle {
            background: #302b5c;
            color: #fff;
            transform: translateY(-10px);
            border-color: #302b5c;
            box-shadow: 0 15px 30px rgba(48, 43, 146, 0.2);
        }
        .carrntPros .step-item:hover .step-tag {
            background: #fff;
            color: #ea3e5b;
            transform: scale(1.2);
        }
        .carrntPros .step-item:hover h3 {
            color: #ea3e5b;
        }

        @media (max-width: 900px) {
            .carrntPros .process-wrapper { flex-direction: column; gap: 40px; }
            .carrntPros .process-wrapper::before { display: none; }
            .carrntPros .icon-circle { width: 70px; height: 70px; font-size: 22px; }
        }

/*about Car*/
.aboutCars {
    background-color: #f9faff;
    color: #444;
    line-height: 1.6;
    padding: 70px 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.aboutCars .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    position: relative;
    z-index: 2;
}

.aboutCars .content {
    flex: 1;
}

.aboutCars .tagline {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #2e2a59;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    background: rgb(47 42 91 / 20%);
    padding: 5px 10px;
    border-radius: 4px;
}

.aboutCars .content h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 800;
    color: #1a1a2e;
    margin-top: 0;
}

.aboutCars .content h1 span {
    color: #ea3e5b;
    position: relative;
}

.aboutCars .content p {
    font-size: 17px;
    margin-bottom: 25px;
    color: #333;
}

.aboutCars .trust-badge {
    border-left: 4px solid #2e2959;
    padding-left: 20px;
    margin: 30px 0;
    background: #fff;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.aboutCars .trust-badge strong {
    color: #1a1a2e;
}

.aboutCars .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #ea3e5b;
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(26, 26, 46, 0.2);
}

.aboutCars .btn-primary:hover {
    background-color: #302b5c;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(37, 99, 235, 0.3);
}

.aboutCars .image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.aboutCars .image-wrapper::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: #302b5c;
    bottom: -20px;
    right: 18px;
    border-radius: 20px;
    z-index: -1;
    transition: transform 0.3s ease;
}

.aboutCars .image-wrapper:hover::before {
    transform: translate(10px, 10px);
}

.aboutCars .image-wrapper img {
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    background-color: #fff;
    z-index: 2;
}

@media (max-width: 992px) {
    .aboutCars .container {
        flex-direction: column;
        text-align: left;
        gap: 50px;
    }

    .aboutCars .image-wrapper {
        margin-top: 20px;
        justify-content: center;
        width: 100%;
    }
    
    .aboutCars .image-wrapper::before {
        width: 100%;
        right: -10px;
    }

    .aboutCars .content h1 {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .aboutCars {
        padding: 60px 20px;
    }

    .aboutCars .content h1 {
        font-size: 28px;
    }
    
    .aboutCars .trust-badge {
        padding: 15px;
    }
}

/*Faq Home*/
 .faqcarHome {
    background-color: #fff;
    padding: 60px 20px;
    color: #333;
    width: 100%;
}
.faqcarHome .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 30px;
}
.faqcarHome details {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}
.faqcarHome summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1a1a1a;
}
.faqcarHome summary::-webkit-details-marker {
    display: none;
}
.faqcarHome summary:hover {
    color: #ea3e5b;
}
.faqcarHome summary::after {
    content: '+'; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: #1a1a1a;
    margin-left: 10px;
}
.faqcarHome details[open] summary {
    margin-bottom: 10px;
}
.faqcarHome details[open] summary::after {
    content: '\f00d';
    font-family: "Font Awesome 6 Free";
    color: #ea3e5b;
}
.faqcarHome p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    /* Simple fade in animation */
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/*home Bottom COntents*/
.homebtmCoont {
    background-color: #fff;
    color: #333;
    padding: 0 20px 40px 20px;
    width: 100%;
}
.homebtmCoont h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e; /* Dark Navy */
    margin-bottom: 25px;
    line-height: 1.3;
    margin-top: 0;
}
.homebtmCoont p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}
.homebtmCoont strong {
    font-weight: 700;
    color: #1a1a2e;
}
.homebtmCoont .contact-info-box {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}
.homebtmCoont .contact-item {
    display: flex;
    align-items: flex-start; /* Aligns icon with top of text */
    margin-bottom: 20px;
    gap: 15px;
}
.homebtmCoont .icon-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f2f5;
    border-radius: 50%;
    color: #1a1a2e;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.homebtmCoont .contact-item:hover .icon-box {
    background-color: #ea3e5b; /* Accent Color */
    color: #fff;
}
.homebtmCoont .contact-text {
    font-size: 16px;
    color: #444;
    padding-top: 8px; /* Optical alignment with icon */
}
.homebtmCoont a {
    text-decoration: none;
    color: #444;
    transition: color 0.2s;
}
.homebtmCoont a:hover {
    color: #ea3e5b;
}
@media (max-width: 768px) {
.homebtmCoont {
    padding: 50px 20px;
}

.homebtmCoont h2 {
    font-size: 24px;
}
}


@media (max-width: 767px) {
.heroCarSec {
    padding: 40px 0;
}
.heroCarSec .btn-quote {
    padding: 10px;
}
.heroCarSec .booking-card {
    padding: 15px;
}
.booking-form .form-row.main-row,
.heroCarSec .contact-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.heroCarSec .input-box {
    padding: 12px 10px;
    gap: 10px;
    width: 47%;
}
.heroCarSec .hero-title {
    margin-bottom: 20px;
}
.heroCarSec .input-box.location-box {
    width: 100%;
}
.carUsp {
    padding: 60px 0;
}
.weOffers__header {
    margin-bottom: 10px;
}
.carUsp {
    padding: 60px 0 40px 0;
}
.carrntPros {
    padding: 60px 0 50px 0;
}
.aboutCars {
    padding: 10px 11px 30px 0;
}
.heroCarSec button.btn-quote,
.heroCarSec .input-box.numberphs {
    width: 100%;
}
/*top of search widget*/
.topcarSerc {
max-width: 100%;
background: #ffffff;
border-radius: 0;
overflow: hidden;
transition: transform 0.3s ease;
}
.topcarSerc:hover {
transform: translateY(-5px);
}
.topcarSerc .carHsr {
background: #1a1a2e;
color: #ffffff;
text-align: center;
padding: 8px;
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 800;
}
.topcarSerc .content {
padding: 15px 20px;
text-align: center;
}
.topcarSerc h3 {
margin: 0;
font-size: 24px;
font-weight: 800;
color: #1a1a2e;
text-transform: uppercase;
}
.topcarSerc .cars {
margin: 20px 0;
filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));
}
.topcarSerc .cars img {
max-width: 100%;
height: auto;
transition: transform 0.5s ease;
}
.topcarSerc .cars:hover img {
transform: scale(1.05);
}
.topcarSerc .offer-container {
margin: 15px 0;
}
.topcarSerc .offer {
display: inline-block;
background: rgba(230, 57, 70, 0.1);
color: #e63946;
padding: 8px 16px;
font-weight: 700;
border-radius: 50px;
font-size: 15px;
}
.topcarSerc .subtext {
font-size: 14px;
color: #333;
margin-top: 8px;
}
.topcarSerc .call-btn {
background: #e63946;
color: #fff;
padding: 10px;
font-size: 20px;
font-weight: 700;
border-radius: 12px;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-top: 20px;
box-shadow: 0 8px 20px rgba(230, 57, 70, 0.3);
animation: pulse 2s infinite;
}
.topcarSerc .call-btn .fa-phone-volume:before{
    display: none;
}
.topcarSerc .helpline {
margin-top: 12px;
font-size: 12px;
color: #333;
font-weight: 600;
}
.topcarSerc .features {
    background: #fdfdfd;
    padding: 10px 5px 10px 10px;
    border-top: 1px solid #eee;
}
.topcarSerc .features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.topcarSerc .features li {
    font-size: 12px;
    color: #2d3436;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 0;
    margin: 0 6px;
    letter-spacing: -0.1px;
}
.topcarSerc .features i {
color: #2ecc71;
background: rgba(46, 204, 113, 0.1);
padding: 5px;
border-radius: 50%;
margin-right: 10px;
font-size: 10px;
}
.topcarSerc .bottom {
background: linear-gradient(135deg, #ff9f43, #ff6b6b);
color: #fff;
padding: 12px 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.topcarSerc .bottom-text {
font-size: 13px;
line-height: 1.4;
}
.topcarSerc .bottom-text strong {
font-size: 15px;
display: block;
margin-bottom: 2px;
}
.topcarSerc .bottom a {
background: #ffffff;
color: #ff6b6b;
padding: 10px 18px;
font-weight: 800;
text-decoration: none;
border-radius: 8px;
font-size: 13px;
white-space: nowrap;
}

@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.4); }
70% { box-shadow: 0 0 0 15px rgba(230, 57, 70, 0); }
100% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0); }
}
/*Car Popup*/
.carPopupMs {color: #1a1a2e; }
.carPopupMs-overlay {
    position: fixed; inset: 0;
    background: rgba(26, 26, 46, 0.75);
    backdrop-filter: blur(8px);
    z-index: 9998;
}
.carPopupMs-modal {
    position: fixed; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 380px; max-width: 92%;
    border-radius: 14px;
    z-index: 9999; text-align: center;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    animation: modalShow 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.carPopupMs-close {
    position: absolute;
    top: -9px;
    right: -5px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carPopupMs-header {
    background: #1a1a2e;
    padding: 10px 15px; display: flex;
    justify-content: space-between; align-items: center;
    border-radius: 14px 14px 0 0;
}
.carPopupMs-logo {
    height: 30px;
    background: #fff;
    padding: 4px 7px;
    border-radius: 4px;
}
.carPopupMs-topCall {
    color: #fff; font-size: 13px; font-weight: 700;
    text-decoration: none; letter-spacing: 0.5px;
    display: flex; align-items: center; gap: 5px;
}
.carPopupMs-topCall i { animation: softPulse 2s infinite; }
.carPopupMs-imageWrap { background: #f8f9fa; line-height: 0; padding: 0}
.carPopupMs-imageWrap img { width: 100%; height: auto; display: block; }
.carPopupMs-body { padding: 24px; }
.carPopupMs-title { margin: 0; font-size: 24px; font-weight: 800; text-transform: uppercase; }
.carPopupMs-subtitle { font-size: 14px; color: #636e72; margin: 6px 0 20px; font-weight: 500; }
.carPopupMs-features {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 12px; margin-bottom: 25px; text-align: left;
}
.carPopupMs-features span {
    display: flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 700; color: #121212;
}
.carPopupMs-features i { color: #2ecc71; font-size: 14px; }
.carPopupMs-callBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #e63946;
    color: #fff;
    padding: 12px;
    border-radius: 18px;
    font-size: 23px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(230, 57, 70, 0.4);
    transition: all 0.3s ease;
}
.carPopupMs .phone-icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carPopupMs .fa-phone-volume {
    animation: phoneRing 0.8s infinite;
    display: inline-block;
}
.carPopupMs .phone-icon-box::after {
    content: "";
    position: absolute;
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: sonarRipple 1.5s infinite;
    z-index: 0;
}
@keyframes phoneRing {
    0% { transform: rotate(0) scale(1.1); }
    10% { transform: rotate(-20deg) scale(1.1); }
    20% { transform: rotate(20deg) scale(1.1); }
    30% { transform: rotate(-20deg) scale(1.1); }
    40% { transform: rotate(20deg) scale(1.1); }
    50% { transform: rotate(0) scale(1.1); }
    100% { transform: rotate(0) scale(1.1); }
}
@keyframes sonarRipple {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2.5); opacity: 0; }
}
@keyframes softPulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
@keyframes modalShow {
    from { opacity: 0; transform: translate(-50%, -45%) scale(0.9); }
    to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
.carPopupMs-footerText {
    font-size: 11px; color: #666; margin-top: 18px;
    font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
}
.carPopupMs-callBtn:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(230, 57, 70, 0.5); }
.carPopupMs .fa-phone-volume:before{
    display: none;
}


}