
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    scroll-behavior: smooth;
    transition: all 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: var(--navy) var(--charcoal);
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--charcoal);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--navy);
    border-radius: 10px;
    border: 3px solid var(--navy);
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--charcoal);
}

:root {
    --dark-color: #232628;
    --orange-color: #FF6A00;
    --light-clor: #AAAAAA;
    --white-clor: #fff;
    --color888: #888888;
    --fonts-18: clamp(14px, 0.9vw, 18px);
    --fonts-22: clamp(1rem, 1.375rem + (100vw - 1920px) / 1920, 1.375rem);
    --fonts-85: clamp(2.5rem, 5vw, 5.3125rem);
    --fonts-50: clamp(1.8rem, 4vw, 3.125rem);
    --fonts-36: clamp(1.5rem, 3vw, 2.25rem);
    --fonts-30: clamp(1.875rem, 2.5vw, 1.875rem);
    --radius: 0.5rem;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

body {
    overflow-x: hidden;
    transition: all 0.5s;
    font-family: "Montserrat", sans-serif;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.fancybox-slide--image {
    padding: 0 !important;
}

:is(ul, li) {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
    transition: 0.5s ease-out;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

.btn:hover, .btn.active {
    background-color: var(--dark-color) !important;
}

.btn {
    border: 0;
}

a {
    text-decoration: none;
}

button {
    border: 0;
    outline: 0;
}

section {
    position: relative;
    padding: 5rem 0;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
    border: 0;
}

/* .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 0;
} */
:is(.topmenu p, .sortby p,.thankyou h3, .stockcomp a, .evrige p, .grid-list.list .stockcomp p, .stockpage-sec-details .stockcomp p, .menu-bttom .nav-link, .cart, .heading-div p, .stock-sec .nav-pills .nav-link, .sliderwrp label, .sliderwrpdetailspage label, .carnme-price h6, .hdgtext h4) {
    text-transform: uppercase;
}

:is(.toprightmenu, .howrap,.icon-text, .evrige, .select-control, .pricetop, .tecnicalwrp ul li, .sortby, .social-media ul, .copyright, .social-media li a, .topmenu, .topmenu p, .cart, .banner-section .owl-carousel .banner-slide, .heading-div, .carnme-price, .fuel-dtls ul, .fuel-dtls p, .text-icon) {
    display: flex;
    align-items: center;
}

:is(.toprightmenu *, .about-banner h2, .offcanvas-body a, .tophdg p, .gethowtext p, .howtoget p, .savingdtl, .pricetop p, nav .nav-link.active, .quicklink a, .sec-heading h3, .copyright a:hover, .web-details span:hover, .copyright p, .social-media i, .quicklink h3, .orangbtn, .web-details a, .text-wrap h3, .navbar-nav .nav-link:hover, .dropdown-item:hover, .banner-section .owl-carousel .banner-slide, .banner-section .owl-theme .owl-nav [class*=owl-]:hover i, .banner-section .owl-nav button, .sliderwrpdetailspage label, .sliderwrp label, .carnme-price p, .sec-heading, .tetsi-text p) {
    color: var(--white-clor);
}

:is(.topmenu p, .pricetop p, .howrap p,.icon-text p, .evrige p, .custom-select p, .grid-list.list .stockcomp p, .stockpage-sec-details .stockcomp p, .carnme-price p, .fuel-dtls p, .tetsi-text p, .hdgtext p, .copyright p, .footerlogos p) {
    margin-bottom: 0;
}

:is(.menu-bttom .nav-link, #optionsList li, .select-control, .fuel-dtls sup, .grid-list.list strong span, .copyright p, .quicklink a, .cart, .footerlogos p, .heading-div p, .carnme-price p, .fuel-dtls p, .hdgtext p, .text-wrap p, .sec-heading p, .footer-form label) {
    font-size: 13px;
}

:is(.hdgtext h4, .tetsi-text p,.icon-text p, .contact-info, .nav.flex-column .nav-item .nav-link, .contctbtns a, .srchbox p, .social-media i, .stockcomp p, .quicklink h3, .orangbtn, .stock-sec .nav-pills .nav-link, .sliderwrp label, .sliderwrpdetailspage label, .carnme-price h6) {
    font-size: 14px;
}

:is(.banner-section .banner-text h2, .quicklink h3, .web-details a, .text-wrap h3, .orangbtn, .heading-div h3, .heading-div span, .sliderwrp label, .sliderwrpdetailspage label, .carnme-price h6, .carnme-price p, .sec-heading h3, .hdgtext h4) {
    font-weight: 700;
}

:is(.addres p, .stockcomp a, .tecnicalwrp ul li, .pricetop p, .options-list) {
    font-size: 12px;
}

/* header-css */
.top-menu {
    background: var(--dark-color);
}

.site-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.toprightmenu {
    justify-content: right;
    gap: 30px;
}

.topmenu {
    gap: 50px;
}

.topmenu p {
    gap: 10px;
}
.pricetop P {
    FONT-SIZE: 1.2REM ! IMPORTANT;
    FONT-WEIGHT: 900 !IMPORTANT;
}
.buy{
    FONT-WEIGHT:600;
}
.pricetop P:first-child,.pricetop P:first-child span{
    FONT-WEIGHT: 500 !IMPORTANT;
}
.addres p {
    font-weight: 400;
}

.addres a {
    margin-left: 6px;
    text-decoration: none;
    border-bottom: 2px dashed var(--white-clor);
    padding-bottom: 2px;
    font-weight: 600;
    font-size: 11px;
    color: var(--orange-color) !important;
}

.number a {
    font-size: var(--fonts-18);
    font-weight: 800;
    letter-spacing: 2px;

}

.number span:last-child {
    font-size: 11px;
    font-weight: 800;
    line-height: normal;
    color: var(--orange-color);
}

.sociol-media {
    background-color: #2F3234;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

.sociol-media i {
    color: var(--orange-color) !important;
}

.site-header nav {
    background-color: #d3d1d1;
}

.site-header .nav {
    gap: 10px;
    height: 54px;
}

.menu-bttom .nav-link, .cart {
    color: var(--dark-color);
    padding: 17px 25px;
    font-weight: 800;
}

:is(.menu-bttom :is(.nav-link.active, .nav-link:hover)) {
    background-color: var(--orange-color);
    color: var(--white-clor);
}

.navbar-nav .nav-link:hover {
    background: var(--clr-accent);
}

.cart {
    justify-content: flex-end;
    gap: 7px;
    padding-right: 0 !important;

}

.menu-bttom .nav-item:last-child {
    flex: auto;
    display: inline-flex;
    justify-content: flex-end;
}

/* Dropdown menu */
.dropdown-menu {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: none;
    padding: 0.5rem;
}

.dropdown-item {
    padding: 0.4rem 0.8rem;
    font-size: var(--fs-base);
    border-radius: var(--radius);
}

.dropdown-item:hover {
    background: var(--clr-accent);
}

/* Offcanvas */
.offcanvas.mobile-drawer {
    width: 78%;
    max-width: 360px;
    background-color: var(--dark-color);
}

.offcanvas-title {
    font-size: var(--fonts-36);
    font-weight: 700;
}

.offcanvas-title span {
    color: var(--orange-color);
}

.btn-toggle {
    font-size: var(--fs-base);
    background: none;
    border: none;
    text-align: left;
    padding: 0.5rem 0;
    width: 100%;
}

.btn-toggle:focus {
    outline: none;
}

.btn-toggle-nav a {
    padding-left: 1rem;
    display: block;
    color: var(--clr-text);
    text-decoration: none;
    font-size: 0.9rem;
}

.btn-toggle-nav a:hover {
    color: var(--clr-accent);
}

/* banner secion */
.banner-section {
    padding: 0;
    position: relative;

}

.banner-section .owl-carousel .banner-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
    position: relative;
    padding-top: 9rem;
}
.banner-section .banner-slide video{
  position: absolute;
      bottom: 0;
    top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner-image img {
    width: 100% !important;
    height: 500px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 5px 5px 5px 5px var(--orange-color);
    /*animation: swingImage 5s ease-in-out infinite;*/
}

/*@keyframes swingImage {*/
/*    0% {*/
/*        transform: rotate(0deg);*/
/*    }*/

/*    25% {*/
/*        transform: rotate(10deg);*/
/*    }*/

/*    50% {*/
/*        transform: rotate(0deg);*/
/*    }*/

/*    75% {*/
/*        transform: rotate(-10deg);*/
/*    }*/

/*    100% {*/
/*        transform: rotate(0deg);*/
/*    }*/
/*}*/

.banner-section .owl-carousel .banner-slide::after {
    background-color: #000;
    content: '';
    position: absolute;
    opacity: .6;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-section .container {
    z-index: 2;
}

.banner-section .banner-text h2 {
    font-size: var(--fonts-85);
    margin-bottom: 20px;
}

.banner-section .owl-theme .owl-nav button {
    background-color: var(--white-clor);
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.banner-section .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--orange-color);
}

.banner-section .banner-text h2 span {
    font-weight: 900;
    color: var(--orange-color);
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--white-clor);
    width: 30px;
    height: 4px;
}

.banner-section .owl-theme .owl-nav i {
    color: var(--orange-color);
    font-size: var(--fonts-50);

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--orange-color) !important;
}

.banner-section .banner-text p {
    font-size: var(--fonts-18);
}

.banner-section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
}

.banner-section .owl-theme .owl-nav {
    margin-top: 0;
}

.banner-section .owl-nav .owl-prev {
    left: 20px;
}

.banner-section .owl-nav .owl-next {
    right: 20px;
}

.banner-section .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* stock-section */
.stock-sec {
    padding-top: 0;
}

.stock-sec .tabs-nav {
    background-color: var(--dark-color);
    padding-top: 3rem;
}

:is(.heading-div :is(h3, p)) {
    color: var(--white-clor);
    margin-bottom: 0;
}

.heading-div h3 {
    margin-bottom: 2rem;
}

.heading-div {
    justify-content: space-between;
}

.heading-div img {
    margin-right: 6px;
}

.heading-div p {
    color: var(--light-clor);
}

.heading-div span {
    color: var(--orange-color);
}

.stock-sec .nav-pills .nav-link {
    color: var(--light-clor);
    width: max-content;
    height: 44px;
    background-color: #FFFFFF1A;
    font-weight: 800;
    border-radius: 0;
}

.stock-sec .nav {
    gap: 5px;
}

.stock-sec .nav-pills .nav-link.active, .stock-sec .nav-pills .show>.nav-link {
    background-color: var(--white-clor);
    color: var(--orange-color);
}

.stock-sec .tab-content {
    margin-top: 4rem;
}

.carsliderowl img {
    width: 100%;
}

:is(.testilsider, .carslider) .owl-theme .owl-dots .owl-dot span {
    background: #CCCCCC;
    height: 3px;
    border-radius: 0;
    width: 57px;
    margin: -10px 1px;
}

:is(.testilsider, .carslider) .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0 !important;
}

.sliderwrp {
    position: relative;
    overflow: hidden;
}

.sliderwrp label, .sliderwrpdetailspage label {
    background-color: var(--orange-color);
    position: absolute;
    left: -66px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 200px;
    z-index: 2;
    transform: rotate(312deg);
    top: 19px;
}

.carnme-price, .fuel-dtls ul {
    justify-content: space-between;
}

.carnme-price h6 {
    color: var(--dark-color);
}

.carnme-price p {
    background-color: var(--orange-color);
    text-align: right;
    padding: 7px 1rem 7px 1rem;
    width: 140px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.carnme-price del {
    color: var(--dark-color);
    font-weight: 500;
}

.fuel-dtls p {
    color: var(--color888);
}

.fuel-dtls img {
    margin-left: 4px;
}

.fuel-dtls {
    margin-top: 1rem;
    padding-top: 10px;
    border-top: 2px solid var(--color888);

}

.fuel-dtls ul {
    justify-content: start;
    gap: 35px;
}

.carslider {
    margin-bottom: 2.5rem;
    cursor: pointer;
}

/* testimonials */
.testimonials-sec {
    background-color: var(--dark-color);
}

.sec-heading {
    text-align: center;
    margin-bottom: 3rem;
}

:is(.sec-heading, .text-wrap, .heading-div) h3 {
    font-size: var(--fonts-36);
}

.testilsider .owl-theme .owl-dots .owl-dot span {
    width: 81px;
    margin-top: -12px;
}


.tetsi-text {
    background-color: #373C3F;
    padding: 2rem 10px 0rem 2rem;
    height: 290px;
}

.tetsi-text span {
    background-color: #ffffff1f;
    width: 100%;
    height: 2px;
    display: block;
    color: var(--orange-color);
}

.sec-heading h3 {
    color: var(--dark-color);
}

.sec-heading p {
    color: var(--dark-color);
}

.help-suport {
    padding-top: 3rem;
}

.tetsi-text strong {
    display: block;
}

.text-icon {
    align-items: self-start !important;
    gap: 20px;
}

.orangbtn {
    background-color: var(--orange-color);
    padding: 12px 25px;
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
}

:is(.footer-form :is(.form-control, textarea, select, .iti, .country-select, .select-control, .custom-select)) {
    border-radius: 6px;
    background-color: #D9D9D9;
    height: 42px;
    width: 100%;
}

.footer-form textarea {
    height: 89px !important;
    resize: none;
}

.iti__us {
    background-image: url("../images/flags.png") !important;
    background-position: -5241px 0 !important;
}

:is(.footer-form :is(.form-control:focus, .form-select:focus)) {
    box-shadow: 0 0 0 .25rem var(--orange-color);
}

.footer-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-form .orangbtn {
    align-items: center;
}

.orangbtn:hover img, .cart:hover img {
    display: inline-block;
    animation: shake 0.5s ease infinite;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-3px);
    }

    50% {
        transform: translateX(3px);
    }

    75% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}

.main-footer {
    background-color: var(--dark-color);
    padding: 3rem 0;
}

.country-display {
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    width: 200px;
    display: inline-block;
}

.footerlogos img {
    margin-bottom: 1rem;
}

.quicklink li {
    margin-bottom: 13px;
    padding-left: 25px;
}

.quicklink a {
    position: relative;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
}

.quicklink a:hover {
    padding-left: 10px;
    transition: 0.3s ease-in-out;
}

.quicklink a:hover::before {
    color: var(--light-clor);
    padding-left: 10px;
}

.quicklink a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    display: inline-block;
    vertical-align: middle;
    color: var(--orange-color);
    font-weight: 900;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    margin: auto;
}

.social-media ul {
    gap: 30px;
}

.social-media li a {
    background-color: #3B3D3F;
    height: 45px;
    width: 45px;
    justify-content: center;
}

.copyright span {
    color: var(--orange-color);
}

/* footer cta */
.footer-cta {
    background: url(../images/footer-ctabg.png) right/cover no-repeat;
    padding: 0;
}

.text-wrap {
    background-color: #E8AA37;
    padding: 2.5rem;
}

h3 {
    margin-bottom: 1rem;
}

.text-wrap h3 span {
    color: var(--dark-color);
}

.web-details span {
    margin-left: 10px;
    font-weight: 500;
    color: var(--orange-color);
}

.web-details li {
    margin-bottom: 13px;
}

.footerlogos p {
    color: var(--light-clor);
}

.main-footer hr {
    border-bottom: 1px solid #444444;
    opacity: 1;
    padding: 10px 0;
}

.copyright {
    justify-content: space-between;
}

.copyright a {
    color: var(--orange-color);
}

.quicklink a:hover {
    color: var(--orange-color) !important;
}

.social-media li a:hover {
    background-color: var(--orange-color);
}

/* stcok page */
.videodiv {
    position: absolute;
    left: 12.5rem;
    z-index: 2;
    padding: 10px;
}

.videodiv .orangbtn {
    font-size: 10px !important;
    padding: 10px 13px;
    font-weight: 500 !important;
    text-transform: uppercase;
    align-items: center !important;
    font-family: "Open Sans", sans-serif;
}

.stockpage-sec {
    padding: 15rem 0 5rem;
}

/* List View */
.grid-list.list .col-md-4 {
    width: 100%;
    margin-bottom: 20px;
}

/* List View */
.grid-list.list .carslider .sliderwrp {
    display: grid;
    grid-template-columns: 306px 3fr;
    /* left fix, right flexible */
    gap: 20px;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2.5rem;
}

.sliderwrp:last-child {
    border: 0;
}

/* Slider left column fix width */
.grid-list.list .carslider .stockslider {
    width: 100%;
}

/* Right content column */
.grid-list.list .carslider .right-content {
    display: flex;
    flex-direction: column;
}

.grid-list.list .carslider .fuel-dtls ul {
    gap: 28px;
    margin-top: 2rem;
}

.grid-list.list .carnme-price h6 {
    font-size: var(--fonts-22);
}

.carnme-price p span, .videodiv {
    display: none;
}

:is(.grid-list.grid, .grid-list.list) .owl-theme .owl-dots .owl-dot span {
    width: 59px;
}

.grid-list.list .carnme-price p span {
    display: inline-flex;
    margin-right: 5px;
    opacity: 1;
}

.grid-list.list .carnme-price p {
    width: auto;
    padding: 7px 1rem 7px 4rem;
}

.grid-list.list del {
    text-decoration: none;
}

.grid-list.list .videodiv {
    display: block;
}

.grid-list.list strong {
    display: grid;
    margin-left: 5px;
    color: var(--dark-color);
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 900;
}

.grid-list.list strong span {
    font-weight: 500;
    color: var(--color888);
}

.grid-list.list .fuel-dtls p {
    align-items: flex-start;
}

.grid-list.list .fuel-dtls {
    border-top: 0;
    margin: 0;
    padding: 0;
}

.grid-list.grid .fuel-dtls sup {
    top: 0;
}

.grid-list.grid strong, .nondiv, .grid-list.list .fuel-dtls sup, .grid-list.grid .stockcomp {
    display: none !important;
}

/* .grid-list.list .fuel-dtls ul li{
   position: relative;
}
.grid-list.list .fuel-dtls ul li p::after {
    position: absolute;
    content: '';
    left: 8rem;
    width: 1px;
    height: 50px;
    background: #DDDDDD;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
} */
.grid-list.list .nondiv, .grid-list.list .stockcomp {
    display: flex !important;
}

/* .grid-list.list .fuel-dtls ul li:last-child::after p{
    width: 0 !important;
} */
.grid-list.list .stockcomp p, .stockpage-sec-details .stockcomp p {
    background-color: #F0F2F5;
    padding: 4px 15px;
    border-radius: 15px;
    color: #232628;
}

.stockcomp {
    margin-top: 2rem;
}

.stockcomp a {
    padding: 4px 15px;
    border: 2px solid #DDDDDD;
    margin-left: 1rem;
    color: var(--color888);
    font-family: "Open Sans", sans-serif;
    border-radius: 15px;
}

.stockcomp a img {
    margin-right: 7px;

}

.view-toggle {
    text-align: right;
    padding: 0;
}

.view-toggle button {
    background-color: transparent;
}

.view-toggle button.active {
    background-color: #F0F2F5;
    width: 32px;
    height: 32px;
}

/* sort by */
/* Select Box */
.custom-select {
    position: relative;
    height: 32px;
    border: 0;
    display: inline-flex;
    gap: 10px;
    align-items: center;

}

.custom-select input::placeholder {
    color: var(--dark-color);
}

.select-control, .custom-select input {
    padding: 10px 20px;
    background-color: #ECEFF3;
    cursor: pointer;
    justify-content: space-between;
    height: 32px;
    gap: 20px;
    border: 0;
}

.select-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--dark-color);
    color: var(--white-clor);
    border: 1px solid var(--orange-color);
    z-index: 100;
    cursor: pointer;
    padding: 1rem;
}

.select-dropdown.open {
    display: block !important;
}

#selectInput {
    width: 100%;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    margin-bottom: 1rem;
}

#optionsList li {
    padding: 5px;
    cursor: pointer;
}

#optionsList li[data-hidden="true"] {
    display: none;
}

#optionsList li:hover {
    background: var(--orange-color);
}

#noOptions {
    padding: 8px;
    color: var(--color888);
}

.hidden {
    display: none;
}

/* Tabs */
#servicesTabs {
    margin-top: 20px;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.sortby {
    justify-content: space-between;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #ddd;
    padding: 2.5rem 0;
}

.sortby p {
    color: var(--color888);
}

#servicesTabs hr {
    padding: 2rem;
}

.tophdg {
    background-color: var(--dark-color);
    padding: 2rem;
    text-align: center;
}

.tophdg p {
    font-size: var(--fonts-22);
    font-weight: 700;
    margin-bottom: 0;
}

.tophdg img {
    margin-right: 1rem;
}

.srcfilter {
    background-color: var(--white-clor);
    box-shadow: 5px 5px 5px 5px #0000002E;
}

:is(.srcfilter) :is(.custom-select, .select-control, .custom-select input) {
    width: 100%;
    height: 40px;
    font-weight: 500;
    font-size: 14px !important;
}

.srchbox {
    margin-top: 1rem;

}

.srchbox input {
    background-color: #ECEFF3;
    padding: 1rem;
    border: 1px solid #ECEFF3;
    width: 100%;
}

.srchbox p {
    color: var(--dark-color);

}

.options-list li {
    border-bottom: 1px solid var(--light-clor);
    padding: 10px 0;
}

.srcfilter .orangbtn {
    width: 100%;
    text-transform: uppercase;
    justify-content: center;
}

.srchbox input::placeholder {
    color: var(--dark-color);
}

/* stock details page */
.stockpage-sec-details {
    padding: 15rem 0 0;
}

.stockpage-sec-details .container {
    padding: 0 5rem;
}

.stockpage-sec-details h3 {
    font-size: var(--fonts-36);
    font-weight: 700;
}

.stockpage-sec-details .video-dot {
    position: relative;
}

.stockpage-sec-details .video-dot::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/overlayvideo.png) center/cover no-repeat;
    width: 60px;
    height: 60px;
    content: '';
}

.stockcomp {
    margin-bottom: 2rem;
}

.sliderwrpdetailspage {
    position: relative;
    overflow: hidden;
}

.sliderwrpdetailspage .videodiv {
    display: inherit;
    left: auto;
    right: 0;
}

.sliderwrpdetailspage .videodiv a {
    background-color: #0000004D;
}

.stockpage-sec-details .owl-dot img {
    width: 95px;
    height: 65px;
    object-fit: cover;
    border-radius: 0;
}

.stockpage-sec-details .owl-dots .owl-dot {
    position: relative;
    margin: 0 5px;
    overflow: hidden;
}

.stockpage-sec-details .owl-dots .owl-dot::after {
    background-color: #000;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    top: 0;
}

/* .silder-detailspage .item img {
    width: 100%;
    height: 550px !important;
    object-fit: cover;
} */

.stockpage-sec-details .owl-dots .owl-dot:first-child {
    margin-left: 0;
    /* pehle dot ka left margin 0 */
}

.stockpage-sec-details .owl-dots .owl-dot:last-child {
    margin-right: 0;
    /* aakhri dot ka right margin 0 */
}

.silder-detailspage video {
    width: 100%;
    height: 550px !important;
}

.vidobtn {
    position: relative;
}

.vidobtn {
    background: url(../images/overlayvideo.png) center/cover no-repeat;
    width: 51px;
    height: 52px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    content: '';
    z-index: 2;
}

.tecnicaldtails {
    margin-top: 3rem;
}

.tecnicaldtails h3 {
    font-size: var(--fonts-36);
    margin-bottom: 2rem;
}

.tecnicalwrp img {
    margin-right: 10px;
}

.tecnicalwrp ul {
    margin-top: 2rem;
}

.tecnicalwrp ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e7;
    justify-content: space-between;
    font-weight: 600;
}

.pricetop {
    background-color: var(--orange-color);
    padding: 2rem 2rem;
}

.pricetop {
    justify-content: space-between;
}

.bodr {
    border: 1px solid #89ADE7;
    height: 35px;
}

.pricetop p span {
    display: inherit;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    line-height: 1;
    font-size: 16px;
}

.savingdtl {
    display: inline-flex;
    justify-content: center;
    background-color: var(--dark-color);
    padding: 20px 13px;
    width: 100%;
}

.savingdtl strong {
    margin-left: 6px;
}

.contctbtns a {
    background-color: var(--white-clor);
    border: 1px solid #E0E3E7;
    box-shadow: 0 0 7px 1px #00000017;
    padding: 1.3rem;
    border-radius: 5px;
    width: 100%;
    color: var(--dark-color);
    font-weight: 700;
    display: block;
    margin: 1rem 0;
}

.contctbtns a img {
    margin-right: 10px;
}

.cardtls {
    background-color: #F0F2F5;
    padding: 2rem 1rem;
    border-radius: 5px;
}

.cardtls ul {
    margin: 0;
}

.cardtls strong {
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
}

.evrige {
    justify-content: center;
}

.evrige {
    margin-top: 1rem;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #e5e9ed;
    padding: 10px;
}

.evrige p {
    text-align: center;
    font-size: 16px;
}

.evrige p strong {
    display: inherit;
}

:is(.footer-form-sec, .relaventstock, .how-buy-sec,.help-suport) .sec-heading h3 {
    color: var(--dark-color) !important;
}

.maindtls .footer-form {
    background: #fff;
    padding: 1rem;
    box-shadow: 0px 0px 16px -8px;
}


.howtoget {
    background-color: var(--dark-color);
    padding: 3rem 0;
}

.howtoget .sec-heading p {
    font-size: var(--fonts-18) !important;
    color: var(--light-clor) !important;
    text-transform: capitalize !important;

}

.gethowtext p {
    font-size: var(--fonts-18);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 25px;
    padding-right: 20px;
}

.gethowtext p strong {
    font-size: var(--fonts-85);
    color: var(--orange-color);
}

.gethowtext {
    padding: 0 5rem;
}

/* about banner */
.about-banner {
    padding: 15rem 0 5rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)),
        url('../images/aboutbanner.png') no-repeat center center/cover;
}

.about-banner h2 {
    text-transform: uppercase;
}

.aboutus-sec h3 {
    margin: 2rem 0 1rem;
    font-size: var(--fonts-50);
    font-weight: 700;
}

.aboutus-sec p {
    margin-bottom: 1.5rem;
}

.aboutus-sec ul {
    padding-left: 2rem;
    margin: 2rem;
}

.aboutus-sec ul li {
    margin-bottom: 1rem;
    list-style: disc;
}

.aboutus-sec .container {
    padding: 0 5rem;
}

/* how to buy */
.how-to-buy {
    padding: 15rem 0 5rem;
    background: linear-gradient(to bottom, rgb(0 0 0 / 91%), rgb(0 0 0 / 37%)), url(../images/howtobnr.png) no-repeat center center / cover;
    color: var(--white-clor);
}

.how-buy-sec .sec-heading p {
    font-size: var(--fonts-22);
    color: var(--orange-color);
    font-weight: 600;
}

.howrap {
    background-color: var(--white-clor);
    border-radius: 22px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    margin-bottom: 1.5rem;
    gap: 25px;
}

.howrap:last-child {
    margin-bottom: 0;
}

.howpoint p {
    font-size: var(--fonts-18);
}

.howpoint span {
    display: block;
    font-size: var(--fonts-30);
    color: var(--orange-color);
    font-weight: 600;
}

.wrapone {
    align-items: start !important;
    gap: 10px;
    padding: 1.5rem;
    position: relative;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.5);
}

.wrapone .howpoint {
    margin-top: 1.5rem;
}

.auctions-sec .col-md-4 {
    margin-bottom: 2rem;
}

.wrapone::after {
    background: url(../images/getaction.png) center / 100% no-repeat;
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    right: 0;
    width: 86%;
    top: 20px;
    margin: auto;
}

.wrapone span {
    font-size: var(--fonts-22);
}

 .bank-box {
            background: #fff;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }
        .copy-btn {
            background: #007bff;
            color: #fff;
            border: none;
            padding: 2px 8px;
            border-radius: 5px;
            font-size: 13px;
            cursor: pointer;
        }
        .copy-btn:hover {
            background: #0056b3;
        }
        .text-primary {
            color: #0f559b;
        }
.banking-form .form-control {
    background-color: transparent;
    border-bottom: 1px solid #787878 !important;
    border: 0;
    border-radius: 0;
    height: 30px;
    padding: 0;
}

.banking-form .form-control:focus {
    box-shadow: 0 0 0 .05rem var(--orange-color);
}

.banking-form label {
    margin-bottom: 0;
    color: #222732;
    font-weight: 500;
}

.how-buy-sec .footer-form-sec .sec-heading {
    display: none;
}

.how-buy-sec .footer-form-sec {
    padding: 0;
}

.feature-item {
    padding: 8px 14px;
    border: 1px solid var(--orange-color);
    border-radius: 0;
    margin: 5px;
    background: var(--light-clor);
    color: var(--dark-color);
    width: 200px;
    height: 40px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-item.active {
    background: #ff6600;
    color: #fff;
    border-color: #ff6600;
}

.features-section h4 {
    margin: 5rem 0 2rem;
    font-weight: 700;
    color: var(--dark-color);
    text-transform: uppercase;
}

.contact-info div {
    margin-bottom: 10px;
}

.contact-info i {
    margin-right: 5px;
    color: var(--orange-color);
}

.nav.flex-column {
    margin-top: 1rem;
}

.nav.flex-column .nav-item .nav-link {
    border-bottom: 1px solid var(--orange-color);
}

.offcanvas-header {
    background-color: var(--white-clor);
}

.btn-close {
    background-color: var(--orange-color);
    opacity: 1;
    color: var(--white-clor) !important;
}

.car-list .owl-stage-outer {
    padding: 2rem 0;
}



.tetsi-text strong {
    color: var(--orange-color);
}

.tetsi-text p {
    height: 80%;
}
.icon-text{
    border: 1px solid var(--dark-color);
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.icon-text span{
    margin-bottom: 1rem;
    display: block;
}
.icon-text h4{
    color: var(--orange-color);
    margin-bottom: 1rem;
}
.thankyou h3{
    font-size: var(--fonts-50);
    font-weight: 800;
    color: var(--orange-color);
}
.thankyou p{
    font-size: var(--fonts-22);
}
.thankyou i{
    font-size: var(--fonts-85);
    margin-bottom: 2rem;
    color: var(--dark-color);
}
responseMsg{color:#fcae20;background:0 0;padding:8px 15px;border-radius:4px;margin-top:10px;font-weight:700;display:inline-block}.loader{display:none;width:24px;height:24px;background:url('../images/loader.gif') center center/contain no-repeat;margin-top:10px}
.bank-box h3{
    color: var(--orange-color);
    text-align: center;
    margin-bottom: 3rem;
}
.bank-box strong {
    margin-right: 20px;
    display:flex;
    flex-wrap: wrap;
    color: var(--dark-color);
}
.bank-box p{
    font-size: 14px;
}