@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*
font-family: 'Playfair Display', serif;
  font-family: "Yantramanav", sans-serif;
/* RESET CSS START */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    position: relative;
}
:root{
    --c1:#C00000;
    --c2:#2222;
    --c3-dark:#2a2a2a;
    --c4-light:#fff;
}
.container-fluid{
    padding-left: 8%;
    padding-right: 8%;
}
a, button {
    font-family: "Yantramanav", sans-serif;
    transition: all .5s ease-in-out;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
}
a:hover, button:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Yantramanav", sans-serif;
    margin: 0;
}
p,span,small {
    font-family: "Yantramanav", sans-serif;
    margin: 0;
}

input,select {
    font-family: "Yantramanav", sans-serif;
}

ul, ul.list-inline {
    margin: 0;
    padding: 0;
}

li {
    padding: 0;
    list-style: none;
    font-family: "Yantramanav", sans-serif;
}
.form-icon input.form-control {
    border: 1px solid #c00000;
}

/* RESET CSS END */

/* UTILITY CSS START */

.text-uppercase {
    text-transform: uppercase !important;
}
.text-capital {
    text-transform: capitalize !important;
}
.col-center {
    margin: 0 auto;
}
.gc-account-section a {
    color: #000;
}

.gc-cart-section a {
    color: #000;
}

.gc-wishlist-section a {
    color: #000;
}
/* MAIN-BTNS */

.primary-btn {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 40px;
    text-align: center;
    z-index: 1;
    border-radius: 0;
    text-transform: capitalize;
    overflow: hidden;
    transition: all 1s ease-in-out;
    border: 2px solid;
    outline: none;
}
.blog-detail img {
    max-width: 100%;
    height: 551px !important;
    width: 100%;
    object-fit: cover;
}
.primary-btn::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    transition: inherit;
    z-index: -1;
    border-radius: inherit;
    overflow: hidden;
    outline: none;
}

.primary-btn.primary-bg:hover::before {
    width: 100%;
    left: 100%;
}

.primary-btn.primary-bg {
    background: var(--c1);
    border-color: var(--c1);
    color: #fff !important;
}
/*.search {*/
/*    margin-top: 50px;*/
/*}*/
.primary-btn.primary-bg:hover {
    color: #0064d2 !important;
    background-color: #fff;
}


.bg-primary {
    background-color: #e7ecf5 !important;
}

.bg-grey {
    background-color: #4B4B4B !important;
}


/* MAIN-HEADING */
.color-dark h2,.color-dark h3,.color-dark h4,.color-dark h5, .color-dark h6 ,.color-dark p {
    color: var(--c3-dark);
}
.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6, .color-light p {
    color: var(--c4-light)
}

/* SLICK SLIDER CSS START */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
/* .slick-prev:before{content:'\f104'}.slick-next:before{content:'\f105'}.slick-next:before,.slick-prev:before{font-size:25px;line-height:1;font-family:"Font Awesome 5 Pro";font-weight:900;opacity:1;color:#fff;background:#0064d2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:.8s ease-in-out;border-radius:50%;border:1px solid #fff}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:1}.slick-next,.slick-prev{position:absolute;top:50%;transform:translate(-50%)}.slick-next{right:-3%;z-index:1}.slick-prev{left:-3%;right:auto;z-index:1}.slick-dots li button:before{left:0;width:15px;height:15px;content:"";opacity:1;background:#fff;border-radius:50%}.slick-dots{bottom:-80px} */

/* SLICK SLIDER CSS END */

/* UTILITY CSS END */

/* MOBILE-MENU CSS START */
.mobile-menu,.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list.dropdown-list-2{background:#da0}.hamburger .hamburger-container{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:25px}.hamburger span:not(:last-child){margin-bottom:4px}.hamburger span{width:100%;height:3px;background:#707070;border-radius:100px;transition:.5s ease-in-out}.hamburger span:first-child{width:50%}.hamburger span:last-child{width:70%}.hamburger:hover span{width:100%}.mobile-menu{position:fixed;top:0;right:0;width:300px;height:100vh;padding:30px 0;box-shadow:0 0 20px rgb(0 0 0 / 10%);z-index:100;transform:translateX(100%);transition:.5s ease-in-out}.mobile-menu .mobile-close{text-align:right}.mobile-menu .mobile-close a{display:inline-block;font-size:30px;color:#fff;transition:.8s ease-in-out;margin-right:20px}.mobile-menu .mobile-close a:hover{transform:rotate(360deg)}.mobile-menu .mobile-menu-body{max-height:100%;overflow-y:auto;padding:30px 0}.mobile-menu-body span{display:none}.mobile-menu .mobile-menu-body .navigation-list{text-align:left!important}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list>li,.mobile-menu .mobile-menu-body>.navigation-list>li{display:block;margin:0!important}.mobile-menu .mobile-menu-body>.navigation-list>li:not(:last-child)>a{border-bottom:1px solid #fff}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list>li>a,.mobile-menu .mobile-menu-body>.navigation-list>li>a{display:block;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;text-transform:capitalize;color:#fff;padding:10px 20px}.mobile-menu.mobile-view{transform:translateX(0)}.mobile-menu .mobile-menu-body li.dropdown-li{position:relative}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list{display:none;background:#da0}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list.dropdown-list-1{margin-left:30px}.mobile-menu .mobile-menu-body li.dropdown-li>a>i{float:right;font-size:16px;transition:inherit}.mobile-menu .mobile-menu-body li.dropdown-li.open>a>i{transform:rotate(90deg)}
/* MOBILE-MENU CSS END */

/* content style  */

.content h1{
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    text-transform: capitalize;
}
.content h2{
    font-size: 55px;
    font-weight: 700;
    color: var(--c1);
}
.content h3{
    font-size: 45px;
    font-weight: 500;
    color: var(--c1);
}
.content h4{
    font-size: 35px;
    font-weight: 400;
    color: var(--c1);
}
.content h5{
    font-size: 24px;
    font-weight: 300;
    color: var(--c1);
}
.content h6{
    font-size: 16px;
    font-weight: 300;
    color: var(--c1);
}
.content p{
    font-size: 16px;
    font-weight: 300;
    color: var(--c1);
}


/* HEADER CSS START */

.header {
    position: relative;
}
.header .logo h2 {
    color: #fff;
}
.header .top-row {
    padding: 20px 0;
    background: #063a69;
    border-bottom: 1px solid #fff;
}

.submenu a {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.header .top-row .header-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .top-row .header-social li:not(:last-child) {
    margin-right: 30px;
}

.header .top-row .header-social li:first-child {
    margin-right: 30px;
}

.header .top-row .header-social li {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.header .top-row .header-social li a {
    color: #fff;
    font-size: 20px;
}

.header .top-row .header-social li a:hover {
    color: #ddaa00;
    transform: rotate(360deg);
}

.header .bottom-row {
    padding: 15px 0 15px;
    width: 100%;
    z-index: 1;
}
.header .bottom-row ul {
    text-align: end;
}

.header .bottom-row .navigation-list>li:not(:last-child) {
    margin-right: 20px;
}

.header .bottom-row .navigation-list>li>a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.header .bottom-row .navigation-list>li>a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: #063a69;
    transition: inherit;
}

.header .bottom-row .navigation-list>li>a:hover,
.header .bottom-row .navigation-list>li.active>a {
    color: #fff;
}

.header .bottom-row .navigation-list>li>a:hover::before,
.header .bottom-row .navigation-list>li.active>a::before {
    width: 100%;
}

.header .bottom-row .other-list>li:not(:last-child) {
    margin-right: 20px;
}

.header .bottom-row .other-list>li a {
    display: block;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.header .bottom-row .other-list>li:not(:last-child)>a:hover {
    color: #32cd32;
}

.header .bottom-row .logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .bottom-row .logo a {
    width: 80%;
}

.header .bottom-row .logo img {
    width: 100%;
    object-fit: cover;
}


/* HEADER CSS END */



/* BANNER-SEC CSS START */


/* banner-inner-page start */

.banner-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    background-repeat: no-repeat;
}
span.text-part {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}
.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-10%);
    width: 100%;
}

.banner-section {
    position: relative;
}


/* banner-inner-page end */

/* BANNER-SEC CSS END */




/* FOOTER SECTION END */

/* Gary's Corvettes Header Styles */

/* Main Header Container */
.gc-main-header {
    /* background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%); */
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 20px 0px;
}

/* Header Top Section */
.gc-header-top {
    background: #ffffff;
}

/* Logo Wrapper */
.gc-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gc-logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, var(--c1), #ef4444);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

.gc-brand-name {
    font-size: 28px;
    font-weight: 800;
    color: #1f2937;
    margin: 0;
    letter-spacing: -0.5px;
}

.gc-brand-highlight {
    color: var(--c1);
    text-shadow: 1px 1px 2px rgba(220, 38, 38, 0.2);
}

/* Search Wrapper */
.gc-filter-dropdown {
    /* flex: 0 0 30%; */
}
.gc-search-wrapper {
    display: flex;
    gap: 0;
    position: relative;
    align-items: center;
    border: 1px solid #E1E1E1;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.gc-search-container {
    position: relative;
    flex: 1;
    /* flex: 0 0 70%; */
}
input.gc-search-input::placeholder {
    color: #000;
}
.gc-search-input {
    width: 100%;
    padding: 12px 50px 12px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    border: unset;
    border-right: 1px solid #e1e1e1;
}

.gc-search-input:focus {
    outline: none;
    border-color: var(--c1);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.gc-search-btn {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    background: #C00000;
    color: white;
    border: none;
    width: 43px;
    height: 43px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.gc-search-btn:hover {
    background: #b91c1c;
    transform: translateY(-50%) scale(1.05);
}

.gc-engine-select {
    padding: 12px 66px 12px 12px;
    border: unset;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    flex: 0 0 70%;
    font-family: roboto;
    font-size: 16px;
    font-weight: 400;
}

.gc-engine-select:focus {
    outline: none;
    border-color: var(--c1);
    background: #ffffff;
}

/* User Actions */
.gc-user-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    /* flex-wrap: wrap; */
}
.gc-account-section i {
    font-size: 24px;
}


.gc-account-section,
.gc-wishlist-section {
    display: flex;
    align-items: center;
    gap: 22px;
    font-weight: bold;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #4b5563;
}

.gc-account-section:hover,
.gc-wishlist-section:hover {
    background: #f3f4f6;
    color: var(--c1);
}

.gc-wishlist-section i {
    font-size: 22px;
}

.gc-wishlist-count {
    position: absolute;
    top: 0px;
    right: 69px;
    background: var(--c1);
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gc-cart-section {
    color: #000;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gc-cart-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
}

.gc-cart-info {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.gc-cart-count {color: #bfbfbf;font-size: 12px;font-weight: 600;text-transform: capitalize;}

/* Navigation Section */
.gc-main-navigation {
    padding: 15px 0px;
    background: #fff;
}

.gc-categories-btn {
    background: transparent;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(220, 38, 38, 0.2);
}

.gc-categories-btn:hover {
    color: #fff;
    background: #b91c1c;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

.gc-categories-dropdown {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 0;
}

.gc-categories-dropdown .dropdown-item {
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.gc-categories-dropdown .dropdown-item:hover {
    background: var(--c1);
    color: white;
}

/* Main Menu */
.gc-main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 30px;
}

.gc-menu-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #171717;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.gc-menu-link:hover,
.gc-menu-link.active {
    color: var(--c1);
    background: rgba(220, 38, 38, 0.1);
}

/* Contact Info */
.gc-phone-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--c1);
    /* padding-left: 44px; */
    justify-content: end;
}

.gc-phone-wrapper i {
    font-size: 20px;
    padding: 10px;
    background: #fde6ea;
    border-radius: 50%;
    color: #C00000;
}

.gc-phone-details {
    display: flex;
    flex-direction: column;
}

.gc-phone-label {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 2px;
}

.gc-phone-number {
    font-weight: bold;
    font-size: 18px;
    color: #171717;
    text-decoration: none;
}

.gc-phone-number:hover {
    color: #b91c1c;
}

/* Responsive Design */
@media (max-width: 991px) {
    .gc-search-wrapper {
        margin: 15px 0;
    }
    .info-detail {
        margin-bottom: 33px;
    }
    .contect-form {
        margin-bottom: 40px;
    }
    .gc-main-menu {
        flex-direction: column;
        gap: 10px;
        margin: 15px 0;
    }

    .gc-user-actions {
        justify-content: center;
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .gc-brand-name {
        font-size: 20px;
    }

    .gc-logo-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .gc-search-container {
        max-width: 100%;
    }

    .gc-main-menu {
        /* display: none; */
    }

    .gc-phone-details {
        /* display: none; */
    }
}

/* Animation Effects */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gc-main-header {
    animation: fadeInUp 0.6s ease-out;
}

/* Hover Effects */
.gc-logo-wrapper:hover .gc-logo-icon {
    transform: rotate(360deg);
    transition: transform 0.6s ease;
}

.gc-brand-name:hover .gc-brand-highlight {
    text-shadow: 2px 2px 4px rgba(220, 38, 38, 0.4);
    transition: text-shadow 0.3s ease;
}
.gc-logo-wrapper img {
    width: 100%;
}
.gc-slider-section {
    position: relative;
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
    overflow: hidden;
}

.gc-slider-container {
    position: relative;
    height: 820px;
}

.gc-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.gc-slide-item {
    position: relative;
    width: 100%;
    height: 820px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: start;
}

.gc-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(220, 38, 38, 0.8), rgba(0, 0, 0, 0.6));
    z-index: 1;
}
.gc-slide-content::before {
    position: absolute;
    content: "";
    height: 260px;
    width: 260px;
    background: var(--c1);
    border-radius: 50%;
    top: -40px;
    left: 140px;
}
.gc-slide-content {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 1110px;
    padding: 20px;
    padding-left: 150px;
}



.gc-slide-title {
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.gc-slide-title .gc-highlight-text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.gc-slide-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.6;
}

.gc-slide-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.gc-slide-btn {
    padding: 15px 35px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.gc-slide-btn.gc-btn-primary {
    background: linear-gradient(45deg, var(--c1), #ef4444);
    color: white;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
}

.gc-slide-btn.gc-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.6);
    background: linear-gradient(45deg, #b91c1c, var(--c1));
}

.gc-slide-btn.gc-btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.gc-slide-btn.gc-btn-secondary:hover {
    background: white;
    color: var(--c1);
    transform: translateY(-2px);
}

/* Slider Navigation */
.gc-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.gc-slider-nav:hover {
    background: rgba(220, 38, 38, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.gc-slider-prev {
    left: 30px;
}

.gc-slider-next {
    right: 30px;
}

/* Slider Dots */
.gc-slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 3;
}

.gc-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.gc-slider-dot.active,
.gc-slider-dot:hover {
    background: #fbbf24;
    border-color: white;
    transform: scale(1.2);
}


/* Swiper Custom Styles */
.gc-corvette-slider .swiper-button-next,
.gc-corvette-slider .swiper-button-prev {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.gc-corvette-slider .swiper-button-next:hover,
.gc-corvette-slider .swiper-button-prev:hover {
    background: rgba(220, 38, 38, 0.8);
    transform: scale(1.1);
}

.gc-corvette-slider .swiper-button-next:after,
.gc-corvette-slider .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 600;
}

.gc-corvette-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.gc-corvette-slider .swiper-pagination-bullet-active {
    background: #C00000;
}

/* Responsive Design */
@media (max-width: 991px) {
    .gc-slider-container {
        height: 500px;
    }

    .gc-slide-title {
        /* font-size: 3rem; */
    }

    .gc-slider-stats {
        gap: 20px;
    }

    .gc-stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .gc-slider-container {
        height: 400px;
    }

    .gc-slide-title {
        /* font-size: 2.5rem; */
    }

    .gc-slide-description {
        font-size: 1rem;
    }

    .gc-slide-buttons {
        /* flex-direction: column; */
        align-items: center;
    }

    .gc-slider-nav {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .gc-slider-prev {
        left: 15px;
    }

    .gc-slider-next {
        right: 15px;
    }

    .gc-slider-stats {
        display: none;
    }
}

/* Animation Effects */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.gc-slide-content .gc-slide-badge {
    animation: slideInUp 0.6s ease-out 0.2s both;
}

.gc-slide-content .gc-slide-title {
    animation: slideInLeft 0.8s ease-out 0.4s both;
}

.gc-slide-content .gc-slide-description {
    animation: slideInUp 0.6s ease-out 0.6s both;
}

.gc-slide-content .gc-slide-buttons {
    animation: slideInRight 0.8s ease-out 0.8s both;
}

/* GARY'S CORVETTES SLIDER SECTION END */
/* services section start  */
section.feature-cat {
    padding: 70px 0px;
}
.services-sec-item {
    padding: 15px;
    min-height: 240px;
    background-size: cover;
    font-weight: bold;
    background-position: top;
    background-repeat: no-repeat;
}

.services-sec-item p {
    width: 52%;
    margin: 1.5rem 0;
    font-weight: 400;
}

.services-sec-item .services-title {
    color: var(--c1);
}

.light-color ,.light-color .services-title {
    color: #fff !important;
}

.services-sec .primary-btn.primary-bg {
    background: #fff;
    border-color: #fff;
    color: black !important;
    padding: 8px 30px;
    border-radius: 5px;
}

.services-sec .primary-btn.primary-bg span {
    margin-left: 10px;
}
.services-sec-item h4 {
    font-size: 23px;
    font-weight: bold;
}

.services-sec-item h4 span {
    margin-bottom: 20px;
}
.content {
    position: relative;
    text-align: center;
}

.content img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    right: 0;
    bottom: 0;
    margin: auto;
}
.feature-items {
    border-right: 2px solid #E1E1E1;
    /* height: 160px; */
    padding: 20px 0;
    transition: 0.7s ease all;
}
.feature-items:hover {box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;}
.feature-content h4 {
    font-size: 18px;
    color: #C00000;
}
.feature-content small {
    font-size: 16px;
    color: #171717;
    opacity: 60%;
}
.service-box {
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 33px;
    margin-bottom: 70px !important;
}

.service-box:hover {
    background-color: #f8f9fa;
    border-radius: 8px;
}

.service-icon {
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    border-radius: 8px;
}

.active-service {
    border: 2px solid #000;
    border-radius: 8px;
    background-color: #eaeaea;
}

@media(max-width: 768px) {
    .center-image {
        margin: 30px 0;
    }
}
.rounded {
    width: 410px;
    height: 630px;
    object-fit: cover;
}
section.py-5.service {
    padding: 80px 0px;
}
.service-box p {
    font-size: 18px;
    font-family: 'Roboto';
    color: #171717;
    opacity: 60%;
}
.sr-1-con {
    text-align: end;
}

.product-slider {
    position: relative;
}

.main-area-con {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
}

.content.selling-area img {
    left: -170px;
    margin: unset;
}
.selling-area h1 {
    text-align: start;
}
.view-btn a {
    font-size: 18px;
    color: #000;
}

.view-btn i {
    font-size: 17px;
    padding-left: 10px;
}
.selling-con {
    background: #EBF2E6;
    text-align: center;
    opacity: 100%;
    padding: 4px;
    border-radius: 4px;
}

.img-1 {
    margin-bottom: 10px;
}
.selling-con span {
    font-family: 'Roboto';
}
.product-mg {
    text-align: center;
}
.cart-btn {
    background: #C00000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    opacity: 0;
    transition: all .7s;
}
.cart-btn.text-center a {
    font-family: 'Yantramanav';
    line-height: 30px;
    color: #fff;
}

.cart-btn.text-center img {
    padding-right: 10px;
}
.selling-area-product {
    border: 1px solid #E1E1E1;
    padding: 20px;
    margin: 0 10px;
    transition: all .7s;
    background: #fff;
    overflow: hidden;
}
h6.product-name {
    font-size: 18px;
    font-weight: 700;
}
span.price-main {
    font-size: 22px;
    color: #C00000;
    font-weight: 700;
}
span.old-main {
    text-decoration: line-through;
}
.inner-con {
    position: relative;
}

.car-img {
    position: absolute;
    bottom: -21px;
    right: -10px;
}
.selling-area-product:hover {
    cursor: pointer;
    transform: scale(1.02) !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.product-mg img {
    width: 100%;
    object-fit: cover;
    height: 327px;
    margin-bottom: 30px;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 50%;
    display: flex;
    margin: 0 auto;
    position: relative;
}

section.selling-sec {
    padding: 80px 0px;
    background: #FAFAFA;
    position: relative;
    z-index: 0;
}
.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {/* height: 540px; */}
/* services section end  */
/* show-car-img */
section.car-patner-sec {
    background-image: url(../images/show-car-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0px;
}
.con-car h6 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #fff;
    margin-bottom: 40px;
    font-weight: 600;
}

.con-car p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
}
.cart-btn.text-center.car-pat {
    padding: 10px;
    border-radius: 8px;
}
/* Test-sec */
section.Test-sec {
    background-image: url(../images/test-back.png);
    position: relative;
    height: 620px;
    padding: 80px 0;
}
.testimonial-section .testimonial-header {
    flex: 0 0 33%;
}
.testimonial-section {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.testimonial-header {
    flex: 1 1 350px;
    color: #fff;
}

.testimonial-header h2 {
    font-size: 48px;
    margin-bottom: 12px;
    font-weight: 700;
}

.testimonial-header p {
    font-size: 18px;
    margin-bottom: 24px;
}

.testimonial-arrows button {
    background: none;
    border: aliceblue;
    color: #fff;
    font-size: 2rem;
    border-radius: 50%;
    width: 56px;
    height: 40px;
    right: 68%;
    margin: 0 8px;
    cursor: pointer;
    margin-top: 80px;
    transition: background 0.2s;
}
.testimonial-slider {
    /* flex: 2 1 600px; */
    /* display: flex; */
    /* gap: 24px; */
    overflow: hidden;
    scroll-behavior: smooth;
}

.testimonial-card {
    background: #fff;
    color: #232323;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 24px 28px;         /* Padding kam kar diya */
    min-width: 420px;           /* Min-width kam kar diya */
    max-width: 310px;           /* Max-width kam kar diya */
    width: 100%;                /* Responsive width */
    /* Flex basis bhi kam kar diya */

    /* Box sizing set kiya */
}


.testimonial-img {
    object-fit: cover;
    margin-bottom: 16px;
}

.testimonial-text {
    font-size: 1rem;
    margin-bottom: 16px;
    color: #171717;
    opacity: 60%;
}

.testimonial-name {
    font-weight: bold;
    margin-bottom: 8px;
}

.testimonial-stars {
    color: #e63946;
    font-size: 1.2rem;
}

@media (max-width: 900px) {
    .testimonial-section {
        flex-direction: column;
        align-items: stretch;
    }
    .testimonial-slider {
        justify-content: flex-start;
    }
}
section.Test-sec.container-fluid {
    padding-right: 0 !important;
}
.tezt-con {
    padding-right: 0px;
    padding-left: 210px;
}
.test-car {
    position: absolute;
    bottom: -80px;
    left: 0;
}
section.rent-car-sec {
    padding: 100px 0px;
}
.rent-car-img img {
    width: 100%;
}
p.para {
    font-size: 18px;
    margin: 40px 0px;
    color: #171717;
    opacity: 60%;
}
.learn-more-anc {
    background: #C00000;
    padding: 10px 30px;
    text-align: center;
    display: inline-flex;
}

.learn-more-anc a {
    color: #fff;
}
.learn-more-anc a i {
    padding-right: 14px;
}
section.Articale-sec {
    background: #FAFAFA;
    position: relative;
    padding: 70px 0px;
    z-index: 0;
}
.card {
    margin: 0 auto;
    font-family: 'Inter', Arial, sans-serif;
    background: none;
    border: 0px;
    border-radius: 0px;
}

.card-image-section {
    position: relative;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-date {
    position: absolute;
    top: 0;
    left: 12px;
    background: var(--c1);
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    width: 90px;
    display: flex;
    align-items: center;
    height: 90px;
    justify-content: center;
    flex-direction: column;
}
.date-day {
    display: block;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
}
.date-month {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: -2px;
}

.card-content {
    padding: 28px 22px 22px 22px;
    text-align: center;
    border-radius: 5px;
    width: 350px;
    margin: -40px auto;
    z-index: 31;
    background: #fff;
    border-bottom: 2px solid var(--c1);
}

.card-meta {
    display: flex;
    justify-content: center;
    gap: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 10px;
    align-items: center;
    flex-direction: column;
}

.card-meta i {
    margin-right: 4px;
    color: #e53935;
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 18px;
    margin-top: 4px;
}

.card-readmore {
    color: #e53935;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 4px;
    transition: color 0.2s;
}

.card-readmore:hover {
    color: #b71c1c;
}
.content-center img {
    left: 11%;
    top: -10px;
}
.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    background: var(--c1);
}


/* new letter section start  */
.news-letter {display: flex;border: 1.5px solid #fff;border-radius: 5px;}

.news-letter input {
    border: unset;
    background: transparent;
    padding: 12px 10px;
}

.news-letter input:focus {
    box-shadow: unset;
}

.subscribe-new-item.content p {
    padding: 1.7rem 0px;
    font-size: 18px;
}

.news-letter button {
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.subscribe-new {
    padding: 130px 0px;
    background: var(--c1);
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
}
.subscribe-new-item h4 ,.subscribe-new-item p {
    color: #fff;
    text-align: start;
}

.subscribe-new-item h4 {
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 500;
}

.news-letter input::placeholder {
    color: #fff;
}
footer.footer-section {background-image: url(../images/footer-img.png);padding: 100px 100px 20px 100px;}

.footer-socil li img {margin-right: 18px;}

.footer-socil {
    margin-top: 20px;
    color: #5d5d5d;
}

.footer-socil li a {
    color: #5d5d5d;
}

.footer-section h4 {
    color: #fff;
    margin-bottom: 1.5rem;
}

.copyright {
    border-top: 1px solid #5d5d5d;
    padding-top: 30px;
    margin-top: 50px;
}

.footer-socil li {
    margin-bottom: 10px;
}

.footer-links li {
    margin-bottom: 10px;
}
.footer-section p ,.footer-section a {color: #5d5d5d;}
.footer-socil li:hover a, .footer-links li:hover a {
    color: #fff;
}
.time p {
    margin-bottom: 9px;
}
span.gc-cart-price {
    font-size: 14px;
    font-weight: bold;
}

ul.b {
    display: flex;
    justify-content: space-between;
}
.pricing {
    margin-top: 10px;
}

.inner-con {
    margin-top: 14px;
}

.selling-area-product {
    margin-top: 20px;
}
.selling-sec .selling-area-product {
    margin-bottom: 2.5rem;
}
.subscribe-new:before {
    position: absolute;
    content: "";
    background: url(../images/news-before.png);
    width: 920px;
    height: 550px;
    background-size: contain;
    right: 0;
    bottom: auto;
    top: 0;
    background-repeat: no-repeat;
}
/* new letter section end */



/* arrow setting */

.testimonial-arrows .swiper-button-next:after {
    content: "";
    background: url(../images/right-icon.png);
    width: 56px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: auto;
}
.testimonial-arrows .swiper-button-prev:after {
    content: "";
    background: url(../images/left-icon.png);
    width: 56px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: auto;
}
.selling-area-product-items {
    border: 1px solid #E1E1E1;
    padding: 10px;
}

ul.b .icon-con {
    opacity: 0;
    transition: 0.7s ease all;
}


.selling-area-product:hover ul.b .icon-con ,.selling-area-product:hover .cart-btn{
    opacity: 1;
}

.sr-1-con h5 {
    font-weight: bold !important;
}
.offcanvas-btn button {
    background: #c00000;
    color: #fff;
    padding:  6px 10px;
    border: 0px;
    border-radius: 7px;
}
.offcanvas-btn {
    display: none;
}
.gc-logo-wrapper.logo-responsive a img {
    width: 340px;
    padding: 86px 20px 40px;
}
ul.gc-main-menu.responsive-menu {
    padding: 0 24px;
}
.gc-categories-wrapper.responsive-btn {
    padding: 0 30px;
}
button.responsive-cut-btn {
    background: #c00000;
    padding: 8px 10px;
    color: #fff;
    width: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}



/* Contect-bannner */
.banner-section {
    position: relative;
}
.banner-content {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 40px;
    width: 100%;
    left: 0;
}
.banner-content h1 {
    font-size: clamp(2.5rem, 8vw, 6rem);
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
.contcet-con h6 {
    font-size: 45px;
}
section.Contect-information {
    padding: clamp(2rem, 5vw, 4.375rem) clamp(3rem, 7vw, 6.25rem);

}
.info-detail {
    background: #FAFAFA;
    padding: clamp(20px, 5vw, 26px);
    opacity: 100%;
    border-top: 2px solid #C00000;
    border-radius: 8px;
}
img.img-loc {
    margin-bottom: 20px;
}

.info-detail h5 {
    font-size: clamp(18px, 3vw, 21px);
    font-weight: 800;
    margin-bottom: 10px;
}

.info-detail p {
    font-size: 18px;
    color: #000;
    opacity: 60%;
    margin-bottom: 10px;
}
section.Contect-form-sec {
    padding: clamp(1rem, 3vw, 0.375rem) clamp(0rem, 6vw, 3.25rem);
}
.form-sec h6 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
}
input.form-control {
    background: #F4F4F4;
    border: 0px;
    height: 58px;
    padding: 0 20px;
    color: #000;
}

input.form-control::placeholder {
    font-family: 'Roboto';
    color: #C00000;
    font-size: 18px;
    opacity: 60%;
}
textarea.form-control {
    height: 130px;
    background: #F4F4F4;
    border: 0px;
    padding: 20px;
}

textarea.form-control::placeholder {
    font-size: 18px;
    color: #C00000;
    opacity: 60%;
}
button.form-control {
    height: 60px;
    background: #E8091E;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 16px;
    color: #fff;
    font-size: 18px;
}
.news-letter input.form-control {
    background: none;
}



/* Shop-detail */
section.detail-sec {
    padding: 80px 100px;
}
.main-slider {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.main-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.thumbs-slider {
    width: 100%;
    margin: 20px auto;
}

.thumbs-slider .swiper-slide {
    width: 80px;
    height: 90px;
    opacity: 0.5;
    cursor: pointer;
}

.thumbs-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid red;
}

.thumbs-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: red;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transform: translateY(28%);
    bottom: 0px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
}
.top-slide img {
    height: 400px;
    object-fit: contain;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -16px;
}
.main-thumb {
    position: relative;
}

.swiper-button-prev.swiper-button-disabled {
    left: -16px;
}
.swiper-button-next, .swiper-button-prev:after {
    content: unset;
}
.rating-area {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.rating-area span {
    font-size: 18px;
    display: block;
    font-family: 'Roboto';
}

.rating-area p {
    font-size: 18px;
    color: #17171794;
    opacity: 100%;
}
.detail-con h6 {
    font-size: clamp(24px, 5vw, 46px);

    font-weight: 600;
}
.inner-area span {
    font-size: 18px;
    color: #171717;
    display: block;
    opacity: 60%;
}
.priing-area span {
    font-size: 35px;
    display: block;
    color: #2DA5F3;
    font-weight: 600;
}
.priing-area {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
span.old-price {
    color: #77878F;
    text-decoration: line-through;
    font-weight: 400;
}
.priing-area a {
    background: #C00000;
    padding: 9px 25px;
    color: #fff;
    font-size: 19px;
    border-radius: 13px;
}
.detail-con {
    border-bottom: 1px solid #E4E7E9;
    padding-bottom: 30px;
}
.main-detail-area {
    padding-left: 50px;
}
.select-option label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 5px;
    width: 100%;
    justify-content: center;
    padding: 5px 0;
    font-family: Arial, sans-serif;
    gap: 10px;
    margin-bottom: 20px;
}
.quantity-btn {
    background: none;
    border: none;
    font-size: 24px;
    width: 32px;
    cursor: pointer;
    color: #333;
    outline: none;
}
.quantity-value {
    width: 32px;
    text-align: center;
    font-size: 20px;
    color: #888;
}
.cart-anc {
    background: #C00000;
    padding: 13px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 32px;
}
.cart-anc a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.cart-anc button {
    background: #C00000;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.buy-now-btn {
    border: 2px solid #c00000;
    text-align: center;
    padding: 10px;
}

.buy-now-btn a {
    color: #c00000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.nav-tabs {
    border-bottom: 1.5px solid #eee;
    padding: 0 24px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.08rem;
}
.nav-tabs .nav-link {
    border: none;
    border-bottom: 2.5px solid transparent;
    color: #222;
    font-weight: 700;
    font-size: 1.08rem;
    padding: 22px 28px 14px 0;
    margin-right: 16px;
    background: none;
    letter-spacing: 0.5px;
    transition: color 0.2s, border-color 0.2s;
    text-transform: uppercase;
}
.nav-tabs .nav-link.active {
    color: #e53935;
    border-bottom: 2.5px solid #e53935;
    background: none;
}
.tab-content {
    padding: 32px 32px 32px 32px;
}
.tab-pane {
    min-height: 250px;
}
.tab-row {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.desc-col {
    flex: 2.2;
    min-width: 260px;
}
.desc-col h5 {
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.1px;
}
.desc-col p {
    color: #444;
    font-size: 1rem;
    margin-bottom: 14px;
    line-height: 1.55;
}
.feature-col {
    flex: 1.1;
    min-width: 220px;
    padding-right: 32px;
    border-right: 1px solid #eee;
}
.feature-col h6 {
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.1px;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feature-list li {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 1rem;
    margin-bottom: 12px;
    gap: 10px;
}
.feature-list .icon {
    color: #e53935;
    font-size: 1.18em;
    width: 22px;
    text-align: center;
    flex-shrink: 0;
}
.ship-col {
    flex: 1.1;
    min-width: 220px;
    padding-left: 32px;
}
.ship-col h6 {
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.1px;
}
.ship-info {
    color: #222;
    font-size: 1rem;
}
.ship-info b {
    font-weight: 700;
}
.ship-info span {
    color: #888;
    font-size: 0.98em;
    font-weight: 400;
}
@media (max-width: 900px) {
    .tab-row { flex-direction: column; gap: 0; }
    .feature-col, .ship-col { border: none; padding: 0; }
    .ship-col { margin-top: 24px; }
    .tab-content { padding: 24px 8px; }
}






.category h3 {
    font-size: 26px;
    font-weight: 900;
    color: #171717;
    line-height: 26px;
}
ul.filter-list li span.cat-opt {
    font-size: 14px;
    font-weight: 400;
    color: #171717;
    line-height: 35px;
}
ul.filter-list {
    padding: 12px 0;
}

.wrapper {
    width: 100%;
    /* background: #ff5c5c; */
    /* border-radius: 10px; */
    padding: 20px 0px;
    /* box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); */
}
header h2 {
    font-size: 24px;
    font-weight: 600;
}
header p {
    margin-top: 5px;
    font-size: 16px;
}
.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}
.field input {
    width: 164px;
    height: 90%;
    outline: none;
    font-size: 16px;
    /* margin-left: 12px; */
    border-radius: 5px;
    text-align: justify;
    border: 1px solid #E4E7E9;
    -moz-appearance: inherit;
    padding: 0 10px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.slider {
    height: 2px;
    position: relative;
    background: #E4E7E9;
    border-radius: 5px;
    width: 100%;
    margin-top: 2rem;
}
.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #C00000;;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 8px;
    top: -6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    left: 0px;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #C00000;;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #C00000;;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.wrapper h2 {
    font-size: 26px;
    font-weight: 900;
    line-height: 26px;
    color: #171717;
}
ul.popular-items {
    column-count: 2;
    padding: 15px 0px;
    line-height: 32px;
}
.category
{
    border-bottom: 1px solid #E4E7E9;
    width: 85%;
    padding: 0px 0px 12px 0px;
    margin-bottom: 60px;
}
.popular-model h3{
    font-size: 26px;
    font-weight: 900;
    line-height: 26px;
    color: #171717;
}
.price-range{
    border-bottom: 1px solid #E4E7E9;
    width: 85%;
    padding: 0px 0px 12px 0px;
}
.popular-model {
    padding: 2rem 0;
}
footer.footer-section .container-fluid {
    padding: 0 30px;
}

/* .search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
} */

/* .search-input {
  border: 1px solid #E4E7E9;
  width: 350px;
  height: 35px;
  padding: 0px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #77878F;
  font-family: 'Roboto';
} */

.search-btn {
    padding: 3px 15px 3px 0px;
    border: 1px solid #E4E7E9;
    font-size: large;
    color: #fff;
    transition: 0.5s linear;
    /* height: 45px; */
    display: flex;
    align-items: center;
    width: 400px;
    margin-bottom: 20px;
}

ul.search-list {
    display: flex;
    justify-content: space-between;
    border: none;
    flex-wrap: wrap;
}
ul.active-list-inner {
    display: flex;
    gap: 15px;
}

ul.active-list {
    display: flex;
    justify-content: space-between;
}
.active-filter {
    background: #F2F4F5;
    padding: 10px 25px 10px 20px;
    margin: 1rem 0px;
}
section.shop-sec {
    margin: 7rem 0;
}
span.sort-by
{
    font-size: 14px;
    color: #191C1F;
    font-weight: 600;
    padding: 0px 12px;
    font-family: 'Roboto';
}
ul.active-list {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #191C1F;
}
li.active {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #5F6C72;
}

span.result {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #5F6C72;
}
input.search-input {
    border: 0;
}

input.search-input:focus {
    outline: none;
}
.search-btn a i {
    color: #191C1F;
}
.filter-list input[type="radio"] {
    transform: scale(1.5);
    margin: 0 8px;
    accent-color: #c00000;
}
.popular-model input[type="checkbox"] {
    transform: scale(1.5);
    margin: 0 8px;
    accent-color: #C00000;
}
.page-item {
    margin-right: 10px;
}
.gc-cart-section a {
    display: flex;
    gap: 8px;
}

.shop-pagination .page-link {
    color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
}

.shop-pagination .page-link.active {
    background: var(--c1);
}
.swiper-button-next i {
    font-size: 56px;
    font-weight: 700;
}
.swiper-button-prev i {
    font-size: 56px;
    font-weight: 700;
}
.testimonial-arrows .swiper-button-prev:after {
    content: unset !important;
}
.shop-pagination .page-item.active .page-link {
    background: var(--c1);
    border: var(--c1);
}
.icon-con {
    opacity: 0;
    transition: all .7s;
    position: absolute;
    overflow: hidden;
    left: 50px;
    top: 30px;
}

.selling-con {
    opacity: 0;
    transition: all .7s;
}

.selling-area-product:hover .icon-con {
    opacity: 1;
}

.selling-area-product:hover .selling-con {
    opacity: 1;
}
.main-thumb .swiper {height: 120px;}
.search-btn  input.search-input.form-control {
    border: 0;
    background: 0;
}
button#prev i {
    font-size: 56px;
}
.form-control:focus {
    border-color: 0;
}
.testimonial-arrows .swiper-button-next:after {
    content: unset !important;
}

.shop-pagination .page-item:last-child .page-link , .shop-pagination .page-item:first-child .page-link {
    border-radius: 50px;
}
.shop-pagination {
    margin-top: 30px;
}
.news-letter input.form-control::placeholder {
    color: #fff;
}
.card.admin.aos-init.aos-animate {
    margin-bottom: 80px;
}
/* 🔹 Pehle desktop ka default */
.toggle-filters {
  display: none; /* desktop par hide */
}

.shop-filters {
  display: block; /* desktop par visible */
}

/* 🔹 Jab screen 991px ya chhoti ho */
@media (max-width: 991px) {
  .toggle-filters {
    display: flex;             /* ab show kar do */
    justify-content: space-between;
    align-items: center;
    background: #c0392b;
    color: #fff;
    border: none;
    padding: 10px 16px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
  }
  .toggle-filters .icon {
    font-size: 20px; /* icon thoda bara */
    line-height: 1;
  }

  .shop-filters {
    display: none; /* by default hide */
    background: #f9f9f9;
    padding: 10px;
    margin-top: 10px;
  }
  .shop-filters.active {
    display: block; /* button click pe show */
  }
}
 .form-icon {
            position: relative;
            margin-bottom: 27px !important;
        }
        li + li {
    /* margin-top: 1rem; */
    margin-top: 0px !important;
}

.w-block {
    width: 74%;
    word-break: normal;
}

.cart-btn img {
    width: auto;
    height: 20px;
    margin-bottom: 0;
}