@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --color-f57a2c: #f57a2c;
    --color-1a365d: #1a365d;
    --color-000000: #000;
    --color-282828: #282828;
    --color-5f5f5f: #5f5f5f;
    --color-ffffff: #fff;
    --font-family-Montserrat: "Montserrat", sans-serif;
    --font-family-Poppins: "Poppins", sans-serif;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-25: 25px;
    --font-size-30: 30px;
    --font-size-33: 33px;
    --font-size-35: 35px;
    --font-size-40: 40px;
    --font-size-50: 50px;
    --font-size-59: 59px;
    --font-size-66: 66px;
    --font-size-72: 72px;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}

.Montserrat {
    font-family: "Montserrat", sans-serif;
}

body {
    font-family: var(--font-family-Poppins);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    outline: 0;
}

.mobile,
.feature-mobile {
    display: none !important;
}

html {
    scroll-behavior: smooth;
    scrollbar-color: var(--color-d2a800) #282828;
}

.container {
    max-width: 100%;
    padding: 0 10%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

a,
.btn,
button {
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
    color: var(--color-ec1f2b);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
    text-transform: normal;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    font-size: var(--font-size-16);
}

button,
input,
optgroup,
select,
textarea {
    font-family: var(--font-family-Poppins)
}

header,
footer,
section {
    width: 100%;
    float: left;
}

.text-gold {
    color: var(--color-f57a2c) !important;
}

p {
    font-size: var(--font-size-16);
    font-family: var(--font-family-Poppins);
    font-weight: var(--font-weight-Regular);
    color: var(--color-1a365d);
}

.sub-title {
    font-size: var(--font-size-16);
    color: var(--colorvar(--color-1a365d));
    font-family: var(--font-family-Poppins);
    color: var(--color-f57a2c);
    font-weight: var(--font-weight-Regular);
}

.title {
    font-size: var(--font-size-50);
    font-family: var(--font-family-Montserrat);
    line-height: normal;
    color: var(--color-1a365d);
    font-weight: var(--font-weight-Bold);
}

.banner-title {
    font-size: var(--font-size-66);
    font-family: var(--font-family-Montserrat);
    line-height: normal;
    color: var(--color-1a365d);
    font-weight: var(--font-weight-Bold);
}

.short-title {
    font-family: var(--font-family-Montserrat);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-093d5b);
    font-size: var(--font-size-25);
    line-height: normal;
}

.top-product-title {
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-093d5b);
    margin-top: 15px;
    margin-bottom: 10px;
}

.div-title {
    font-size: var(--font-size-25);
    color: var(--color-000);
}

.div-text {
    font-size: var(--font-size-33);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-1a365d);
}
h3.div-text span {
    font-size: 18px;
}

.big-title {
    font-size: 80px;
    font-weight: var(--font-weight-Regular);
    text-transform: uppercase;
}

.section-space {
    padding: 100px 0;
}

.color-093d5b {
    color: var(--color-093d5b);
}

/* Navbar */
.screen-darken.active {
    height: 1000vh;
    position: absolute;
    z-index: 9999;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
    background: #000;
    opacity: 0.5;
}

.top-bg {
    background: var(--color-f57a2c);
    color: #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.top-flex {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
}

ul.top-contact li a,
ul.top-contact li p {
    color: var(--color-093d5b);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-Medium);
    margin: 0;
    letter-spacing: 1px;
}

ul.top-contact li p span {
    font-weight: var(--font-weight-Bold);
}

ul.top-contact li a:hover {
    color: var(--color-1a365d);
}

ul.top-contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.top-contact li {
    display: flex;
    list-style: disc;
    align-items: center;
    justify-content: center;
}

ul.top-contact li i {
    font-size: 16px;
    margin-right: 10px;
    color: var(--color-1a365d);
}

ul.top-social li i {
    font-size: 20px;
    transition: 0.5s;
    color: var(--color-ffffff);
}

ul.top-social li i:hover {
    color: var(--color-1a365d);
}

ul.top-social {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.social-bg {
    background: var(--color-d1b328);
    padding: 10px 0;
    position: relative;
}

.social-bg:before {
    content: "";
    background: var(--color-d1b328);
    position: absolute;
    right: -100%;
    width: 100%;
    height: 100%;
    top: 0;
}

.offcanvas-header {
    display: none;
}

.g_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--color-ffffff);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
    position: fixed;
    box-shadow: #63636333 0px 2px 8px 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 999;
}

img.logo {
    width: 100%;
    padding: 10px 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink img.logo {
    width: 80%;
}

.nav-item:hover,
a.nav-item.active {
    color: var(--color-1a365d);
}

div#sub_menu {
    display: flex;
    align-items: center;
}

.navbar-expand-lg {
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
}

.navbar {
    width: 100%;
    padding: 0;
    padding-top: 10px;
}

.nav-item {
    font-size: var(--font-size-16);
    font-family: var(--font-family-Poppins);
    cursor: pointer;
    text-decoration: none;
    color: var(--color-093d5b);
}

.social ul {
    display: none;
    gap: 15px;
    margin-top: 100px;
}

.social ul li i {
    font-size: var(--font-size-16);
    color: var(--color-f57a2c);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.social ul li i:hover {
    color: var(--color-ffffff);
}

.btn-style {
    padding: 12px 30px;
    background: var(--color-000000);
    color: var(--color-d2a800);
    text-transform: uppercase;
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-Bold);
}

.explore_now {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    font-family: var(--font-family-Poppins);
    font-weight: var(--font-weight-Regular);
    font-size: var(--font-size-16);
    color: #ffffff;
    background-color: var(--color-1a365d);
    letter-spacing: 0;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.explore_now::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
    width: 12%;
    height: 100%;
    background-color: var(--color-f57a2c);
    /* Hover fill color */
    transition: center 0.4s ease;
    z-index: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.explore_now::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0%;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    width: 12%;
    height: 100%;
    background-color: var(--color-f57a2c);
    /* Hover fill color */
    transition: center 0.4s ease;
    z-index: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.explore_now:hover::before,
.explore_now:hover::after {
    width: 101%;

}

.explore_now span,
.explore_now i {
    position: relative;
    z-index: 1;
}

.explore_now i {
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.explore_now:hover i {
    rotate: 180deg;
}

.explore_now:hover {
    color: var(--color-ffffff);
}

ul.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: var(--font-size-16);
    gap: 45px;
}

.social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.mobile-social {
    display: none;
}

.read-more {
    color: var(--color-f57a2c);
}

.read-more i {
    margin-left: 10px;
}

.read-more:hover {
    color: var(--color-1a365d);
}

/* banner */
.banner {
    position: relative;
    height: 750px;
    display: flex;
    align-items: center;
}

.banner-slider {
    position: relative;
    height: 100%;
    top: 25%;
}

section#banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 35%;
    width: 8%;
    background: var(--color-f57a2c);
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

section#banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: #ede9e9;
    clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
}

.banner-inner {
    z-index: 99;
    position: relative;
}

.banner-bg {
    position: absolute;
    width: 100%;
    bottom: -15%;
}

img.banner-img {
    width: 139%;
    right: -18%;
    top: 0;
    position: absolute;
    margin-bottom: 0;
}

.logo-with-text {
    display: flex;
    gap: 15px;
    align-items: center;
}

.logo-with-text h4 {
    margin: 0;
    color: var(--color-1a365d);
}

.logo-with-text img {
    width: 15px;
}

.banner-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
}

.banner-txt hr {
    background: var(--color-f57a2c);
    height: 1px;
    width: 30%;
    opacity: 1;
}

.banner-txt p {
    width: 80%;
    margin-bottom: 30px;
}

.banner-txt .sub-title {
    padding-top: 0;
    margin: 0;
}

.banner-txt a {
    font-size: var(--font-size-16);
}

.banner-form .form-control {
    font-size: var(--font-size-16);
    color: var(--color-000000);
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px var(--color-1a365d);
    background: transparent;
}

.banner-form textarea.form-control {
    height: 150px;
    resize: none;
}

.banner-form {
    background: #f3f3f3;
    padding: 30px 30px;
    border-radius: 50px;
    width: 100%;
    box-shadow: 0 0 10px #ccc;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: var(--swiper-pagination-top, 70%);
}

/* Text animation (from left) */
/* common hidden state */
.banner-txt>* {
    opacity: 0;
    transition: all 0.8s ease;
}

/* logo-with-text (zoom-in effect) */
.banner-txt .logo-with-text {
    transform: scale(0.8);
}

.swiper-slide-active .banner-txt .logo-with-text {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.2s;
}
.banner-title span {
    font-size: 24px;
}

/* heading (fade-up) */
.banner-txt .banner-title {
    transform: translateY(40px);
}

.swiper-slide-active .banner-txt .banner-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

/* paragraph (fade-up) */
.banner-txt p {
    transform: translateY(40px);
}

.swiper-slide-active .banner-txt p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

/* button (fade-up) */
.banner-txt a {
    transform: translateY(40px);
}

.swiper-slide-active .banner-txt a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

/* Image animation (from right) */
.banner-img {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease 0.3s;
    /* 0.3s delay */
}

.swiper-slide-active .banner-img {
    opacity: 1;
    transform: translateX(0);
}


/* banner */
/* about */
.about-us {
    position: relative;
    background: #f3f3f3;
}

.about-padding {
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 250px;
}

img.about-img {
    width: 65%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.about-us p {
    margin-bottom: 30px;
}

.about-text {
    padding-left: 100px;
}

.counter::after {
    content: "+";
    font-size: 0.8em;
    margin-left: 2px;
}

.about-bottom {
    display: flex;
    align-items: center;
}

.counter-main {
    position: absolute;
    bottom: 0;
    left: 35%;
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--color-1a365d);
    font-family: var(--font-family-Montserrat);
    padding: 15px 150px;
    height: 120px;
    clip-path: polygon(-2% 0, 100% 0, 85% 100%, 0% 100%);
}

.counter {
    font-size: var(--font-size-66);
    font-weight: bold;
    color: var(--color-f57a2c);
}

.counter-main h4 {
    font-size: 27px;
    margin-bottom: 0;
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-ffffff);
}

.logo-flex {
    position: absolute;
    bottom: 0;
    right: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    height: 120px;
    padding: 15px 170px;
    background: var(--color-f57a2c);
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
}

.logo-flex img {
    width: 100px;
    /* fixed size instead of % */
    height: auto;
}

/* about */
/* services */
.services {
    background: #ede9e9;
    position: relative;
}

.services h2 {
    margin-bottom: 50px;
}

.services:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 35%;
    background: var(--color-f57a2c);
    clip-path: polygon(0 0, 100% 0%, 50% 100%, 0% 100%);
}

.service-card img {
    width: 100%;
    padding: 0 30px;
    height: 300px;
    object-fit: contain;
    margin-bottom: 15px;
}

.service-card p {
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* show 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 3);
    font-size: var(--font-size-16);
}

/* services */
section.auto-care ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 30px;
}

.auto-card-padding {
    padding: 150px 100px;
    padding-bottom: 0;
}

.auto-card-padding1 {
    padding: 150px;
    padding-bottom: 0;
}

section.auto-care ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

section.auto-care ul li img {
    width: 50px;
}

section.auto-care ul h3 {
    font-size: var(--font-size-25);
    font-weight: var(--font-weight-Bold);
    color: var(--color-1a365d);
    margin-bottom: 0;
}

/* auto-care */
/* counter-section */
.counter-section .counter-main {
    position: relative;
    left: 0;
    padding: 0;
    z-index: 99;
}

section.counter-section {
    position: relative;
}

section.counter-section::before {
    content: "";
    width: 13%;
    height: 100%;
    background: #1a365d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
}

section.counter-section::after {
    content: "";
    width: 13%;
    height: 100%;
    background: #1a365d;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -9;
}

.counter-main.counter-middle::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f57a2c;
    position: absolute;
    left: -15%;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    z-index: -9;
}

.counter-main.counter-middle {
    clip-path: none;
    padding-left: 50px;
}

.counter-main.counter-last {
    padding-left: 100px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.clip-path {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-f57a2c);
    right: -15%;
    z-index: -9;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
}

/* counter-section */
/* why-trade-credit-section */
.why-trade-credit-section {
    background: #1a365d;
}

.trade-credit-logo ul li {
    width: 31.33%;
    float: left;
    margin: 1%;
}

.trade-credit-logo ul li img {
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 20px;
}

/* why-trade-credit-section */
/* products */
.products-slider {
    width: 95%;
    overflow: hidden;
    padding: 80px 20px;
}

.product-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    transition: transform 0.3s ease;
    text-align: center;
    padding: 20px;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #093d5b80;
    position: relative;
    margin-top: -30px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.product-image img {
    max-width: 100%;
    border-radius: 10px;
}

.product-title {
    font-size: 14px;
    font-weight: var(--font-weight-SemiBold);
    color: #244a73;
    margin: 15px 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.offer-section {
    padding-top: 150px;
}

.offer-section .offer {
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    width: 70px;
    height: 70px;
    background: red;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: absolute;
    top: -20px;
    right: 0px;
    text-align: center;
    z-index: 9;
    animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.offer-section h2 {
    margin-bottom: 60px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 70px);
}

.rating {
    margin: 10px 0;
    color: #ffb400;
    font-size: 14px;
}

.price {
    font-size: 24px;
    font-weight: 700;
    color: #009688;
}

.excl-gst {
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--color-093d5b)
}

.swiper-button-next,
.swiper-rtl .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 20px);
    left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 20px);
    right: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--color-093d5b);
}


.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    display: block;
}

.view-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    border-radius: 4px;
    font-size: 14px;
}

.product-card:hover .view-btn {
    opacity: 1;
    bottom: 20px;
}

/* products */

/* find a part */
.find {
    background: url(../images/find-search-bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    background-size: 100% 70%;
    background-position: center top;
}

.modal-footer {
    align-items: center;
    justify-content: center;
    gap: 20px;
}

button.submit {
    padding: 5px 35px;
    border-radius: 50px;
    border: 1px solid var(--color-093d5b);
    background: var(--color-093d5b);
    color: #fff;
}

button.submit:hover {
    background: var(--color-ffffff);
    color: var(--color-093d5b);
}

button.close {
    padding: 5px 35px;
    border-radius: 50px;
    border: 1px solid var(--color-f57a2c);
    background: var(--color-f57a2c);
    color: var(--color-093d5b);
}

.form-control {
    font-size: var(--font-size-14);
}

button:hover {
    background: var(--color-ffffff);
    color: var(--color-093d5b);
}

ul.time {
    margin-top: 50px;
    margin-bottom: 50px;
}

ul.time li {
    display: flex;
    align-items: center;
    color: var(--color-093d5b);
    gap: 15px;
    margin-bottom: 15px;
}

ul.time li i {
    font-size: var(--font-size-20);
}

ul.time li p span {
    color: var(--color-093d5b);
}

ul.time li p,
ul.time li a {
    margin: 0;
    font-size: var(--font-size-18);
    color: var(--color-093d5b);
    font-weight: var(--font-weight-Medium);
}

img.tier-img {
    position: absolute;
    top: -20%;
    width: 45%;
    right: 2%;
}

.find-bottom {
    background: var(--color-093d5b);
    padding: 30px 80px;
    border-radius: 100px;
    text-align: center;
    width: 80%;
    left: 10%;
    position: relative;
    margin-top: 50px;
}

.find-bottom .submit-btn {
    background: var(--color-ffffff);
    color: var(--color-093d5b);
}

.find-bottom .submit-btn:hover {
    background: var(--color-1a365d);
    color: var(--color-ffffff);
}

.find-bottom h3 {
    font-size: var(--font-size-35);
    color: #ffffff;
    font-style: italic;
}

.find-bottom h4 {
    font-size: var(--font-size-25);
    color: #f7392b;
    font-weight: bold;
}

.find-bottom h4 span {
    color: #ffffff;
    font-weight: var(--font-weight-SemiBold);
}

/* find a part */
/* product-rage */
.parts-grid {
    margin-top: 50px;
}

.parts-grid a {
    width: 20%;
    float: left;
}

.parts-grid a img {
    width: 100%;
}

.part-item img {
    width: 100%;
    position: relative;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.part-item {
    position: relative;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, filter 0.3s ease;
    overflow: hidden;
}

.part-item p {
    position: absolute;
    color: var(--color-ffffff);
    font-size: var(--font-size-25);
    font-family: var(--font-family-Montserrat);
    z-index: 99;
    transition: opacity 0.3s ease;
}

.part-item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 9;
    transition: opacity 0.3s ease;
}

.part-item:hover img {
    transform: scale(1.03);
}

.part-item:hover p,
.part-item:hover::before {
    opacity: 0;
}

/* product-rage */
/* why-choose */
.why-choose {
    background: var(--color-f57a2c);
    position: relative;
    overflow: hidden;
}

.why-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
    margin-top: 50px;
}

.why-card h4 {
    font-size: var(--font-size-30);
    font-family: var(--font-family-Montserrat);
    color: var(--color-093d5b);
    font-weight: var(--font-weight-Regular);
}

.tier-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    opacity: 0.8;
}

/* why-choose */
/* faqs */
.faqs {
    position: relative;
}

img.faqs-img {
    position: absolute;
    width: 38%;
    left: -4%;
    bottom: 20%;
}

.tab {
    position: relative;
    border-bottom: 2px solid #efefef;
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.tab__content p {
    font-size: var(--font-size-14);
    color: #000;
}

.tab input:checked~.tab__content {
    max-height: 10rem;
}

.accordion {
    overflow: hidden;
    padding: 30px 0;
}

.tab__label {
    font-family: var(--font-family-Montserrat);
    font-weight: var(--font-weight-Regular);
    font-size: var(--font-size-19);
    display: flex;
    color: var(--color-000000);
    background: transparent;
    cursor: pointer;
}

.tab__label {
    justify-content: space-between;
    padding: 1rem 0;
    padding-right: 1rem;
    margin: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    font-style: normal;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
}

.tab input:checked+.tab__label::after {
    transform: rotate(270deg);
}

.tab__content p {
    margin: 0;
    padding: 1rem 0;
    padding-top: 0;
}

.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.accordion--radio {
    --theme: var(--color-093d5b);
}

.tab input:not(:checked)+.tab__label:hover::after {
    animation: bounce .5s infinite;
}

@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }

    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}

.tab input:checked+.tab__label {
    color: var(--color-1a365d);
    font-style: italic;
    padding-bottom: 5px;
    padding-right: 1rem;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/* faqs */

/* contact */
.contact-section {
    background-color: #2db4db;
    padding: 60px 40px;
    border-radius: 56px;
    margin: 0 auto;
    text-align: center;
}

section.contact {
    margin-top: -250px;
}

.contact-heading {
    color: #fff;
    font-weight: var(--font-weight-Regular);
    margin-bottom: 50px;
}

.contact-form {
    margin: auto;
    font-family: Arial, sans-serif;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

label {
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 8px;
    font-size: var(--font-size-14);
    color: white;
    text-align: left;
}

input,
textarea {
    padding: 10px;
    height: 50px;
    border: 2px solid #ffffff50;
    border-radius: 8px;
    background: transparent;
    color: white;
    font-size: 16px;
}

.form-group.textarea {
    width: 99%;
}

textarea {
    resize: vertical;
    height: 100px;
}

.submit-btn {
    padding: 12px 50px;
    background-color: var(--color-093d5b);
    color: var(--color-ffffff);
    border: none;
    border-radius: 50px;
    margin-top: 20px;
    font-weight: bold;
    border: 1px solid #093d5b;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: var(--color-ffffff);
    color: var(--color-093d5b);
}

/* contact */
/* testimonial */
.testimonial {
    text-align: left;
    position: relative;
}

.testimonial-slider {
    padding-top: 50px;
}

section.testimonial::before {
    content: "";
    width: 43%;
    height: 100%;
    background: #ede9e9;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 40% 100%, 0% 100%);
    z-index: -9;
}

.testimonial p {
    color: #2d3748;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    position: relative;
    padding: 25px 0;
}

.testimonial p::before {
    content: "“";
    font-size: 50px;
    color: #f97316;
    margin-right: 0px;
    position: absolute;
    top: 10px;
}

.testimonial p::after {
    content: "“";
    font-size: 50px;
    color: #f97316;
    margin-left: 0px;
    position: absolute;
    bottom: 0px;

}

.testimonial h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #1a365d;
}

.testimonial span {
    font-size: 14px;
    color: #718096;
}

/* Swiper navigation */
.swiper-button-prev,
.swiper-button-next {
    color: #f97316;
}

/* Swiper pagination */
.swiper-pagination-bullet {
    background: #f97316;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* testimonial */
/* footer */
footer {
    background: var(--color-1a365d);
    background-size: cover;
    padding: 100px 0;
    padding-bottom: 0 !important;
    position: relative;
}

img.gear-box {
    z-index: -9;
    position: absolute;
    width: 40%;
    right: -10%;
    bottom: 0;
}

footer ul li {
    margin-bottom: 5px;
}

.footer-logo img {
    width: 50%;
    margin-bottom: 20px;
}

footer p {
    color: var(--color-ffffff);
    line-height: 22px;
    text-align: left;
    /* margin: 0; */
}

.footer-menu a {
    color: var(--color-ffffff);
}

.footer-main {
    padding-left: 50px;
}

.footer-contact ul li a {
    font-size: var(--font-size-16);
    font-family: var(--font-family-Poppins);
    color: var(--color-ffffff);
    opacity: 0.8;
}

.big-font h2 {
    font-size: 100px;
    position: absolute;
    text-transform: uppercase;
    color: #d2a800;
    bottom: 10%;
    right: 1%;
    opacity: 0.2;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}

ul.footer-contact li {
    display: flex;
    align-items: start;
    color: var(--color-093d5b);
    gap: 15px;
    margin-bottom: 15px;
}

ul.footer-contact li i {
    font-size: var(--font-size-18);
    color: var(--color-f57a2c);
    margin-top: 3px;
}

ul.footer-contact li p span {
    color: var(--color-093d5b);
}

ul.footer-contact li p,
ul.footer-contact li a {
    margin: 0;
    font-size: var(--font-size-16);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Medium);
    margin-bottom: 5px;
}
ul.footer-contact li a:hover,.footer-menu a:hover{
    color: var(--color-f57a2c);
}

ul.legal li {
    margin-bottom: 5px;
}

ul.legal li a {
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-Medium);
    color: var(--color-093d5b);
}

ul.legal li a:hover {
    color: var(--color-1a365d);
}

.copy-right {
    padding: 40px 0;
    background: var(--color-093d5b);
    margin-top: 40px;
    border-top: 1px solid #f5792c76;
}

.copy-right a {
    color: var(--color-f57a2c);
}

.copy-right p {
    margin-bottom: 0;
    color: var(--color-ffffff);
}

/* highlited */
.scroll-btn,
.contact-btn {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 20px;
    padding: 10px 15px;
    background-color: var(--color-1a365d);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    transition: background-color 0.3s;
    border: 1px solid #ffffff;
    align-items: center;
    justify-content: center;
}

.whatsapp-btn i,
.instagram-btn i {
    font-size: 20px;
}

.facebook-btn {
    background: #3b5998;
}

.instagram-btn {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.instagram-btn:hover {
    background: var(--color-000000);
    color: var(--color-f57a2c);
}

.whatsapp-btn {
    background: #25D366;
}


.scroll-btn:hover,
.contact-btn:hover {
    background-color: var(--color-1a365d);
    color: var(--color-f57a2c);
    border: 1px solid var(--color-f57a2c);
}

.whatsapp-btn {
    bottom: 240px;
}

.instagram-btn {
    bottom: 185px;
}

.facebook-btn {
    bottom: 130px;
}

.phone-btn {
    bottom: 75px;
}

#topBtn {
    bottom: 20px;
}
.scroll-btn,
.contact-btn {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 20px;
    padding: 10px 15px;
    background-color: var(--color-1a365d);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    transition: background-color 0.3s;
    border: 1px solid #ffffff;
    align-items: center;
    justify-content: center;
}

.whatsapp-btn i,
.instagram-btn i {
    font-size: 20px;
}

.facebook-btn {
    background: #3b5998;
}

.instagram-btn {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.instagram-btn:hover {
    background: var(--color-000000);
    color: var(--color-f57a2c);
}

.whatsapp-btn {
    background: #25D366;
}

.scroll-btn:hover,
.contact-btn:hover {
    background-color: var(--color-1a365d);
    color: var(--color-f57a2c);
    border: 1px solid var(--color-f57a2c);
}

.whatsapp-btn {
    bottom: 130px;
    border-radius: 50%;
}

.instagram-btn {
    bottom: 185px;
}

.facebook-btn {
    bottom: 130px;
}

.phone-btn {
    bottom: 75px;
}

/* ---- Phone Options Dropdown ---- */
.phone-options {
    display: none;
    position: fixed;
    right: 75px; /* positions dropdown left of the button */
    bottom: 75px;
    background: var(--color-1a365d);
    padding: 10px 14px;
    border-radius: 6px;
    z-index: 1100;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);

    /* animation base */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.phone-options.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.phone-options a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 5px 0;
    font-size: 14px;
    transition: color 0.3s;
}

.phone-options a:hover {
    background: var(--color-1a365d);
    color: var(--color-f57a2c);
}
.breadcrumb-section {
    background-size: cover;
    background-position: center;
    padding: 200px 0;
    color: #fff;
    position: relative;
}

.breadcrumb-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* dark overlay */
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}

.breadcrumb {
    display: inline-flex;
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #f57a2c;
    /* highlight last item */
}

/* about-page */
.about-pg-us {
    position: relative;
}

section.about-pg-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 35%;
    width: 8%;
    background: var(--color-f57a2c);
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
section.about-pg-us::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35%;
    width: 8%;
    background: var(--color-1a365d);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%)
}

.about-us {
    background: #f9f9f9;
}

.about-pg-us .about-padding {
    padding-left: 30px;
    padding-right: 0;
    padding-top: 0;
}

.about-content h2 {
    font-weight: 700;
    color: #1a365d;
}

.about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.about-list {
    list-style: none;
    padding: 0;
}

.about-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.about-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #1a365d;
    font-weight: bold;
}
.bg-blue .about-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--color-f57a2c);
    font-weight: bold;
}

.about-img img {
    border-radius: 12px;
}

/* Why Choose Us */
.why-us {
    background: #fff;
    padding: 80px 0;
}

.why-box h6 {
    margin-bottom: 0;
}

.why-box {
    text-align: center;
    padding: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.why-box i {
    font-size: 20px;
    display: flex;
    width: 45px;
    height: 45px;
    color: #1a365d;
    margin-bottom: 0;
    padding: 7px;
    background: #f57a2c;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.mission {
    background: #ede9e9;
}

.mission-padding {
    background: #ede9e9;
    height: 100%;
    padding: 0 100px;
}

/* contact-us */
.contact-us-section {
    background: #f5f5f5;
}

.contact-us-section h3,
.contact-us-section h4,
.contact-us-section h5 {
    color: #1a365d;
    font-weight: 600;
}

.contact-address a {
    color: #1a365d;
    text-decoration: none;
}

.contact-address a:hover {
    text-decoration: underline;
}

.contact-address i {
    color: #1a365d;
    margin-right: 8px;
}

.contact-form h3,
.contact-address h3 {
    font-size: 25px;
    margin-top: 20px;
    color: #1a365d;
}

.contact-form .form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
}

.contact-form .btn-submit {
    background: #1a365d;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form .btn-submit:hover {
    background: #0f244b;
}

section#main-services a {
    margin-top: 30px;
}
#main-services .bg-light{
    position: relative;
}
#main-services .bg-light::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 35%;
    width: 8%;
    background: var(--color-f57a2c);
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
#main-services .bg-light::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35%;
    width: 8%;
    background: var(--color-1a365d);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%)
}
#main-services .bg-blue{
    position: relative;
}
#main-services .bg-blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    height: 35%;
    width: 8%;
    background: var(--color-f57a2c);
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
#main-services .bg-blue::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    height: 35%;
    width: 8%;
    background: #ede9e9;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%)
}   


/* Social Media Icons */
.social-links a {
    color: #1a365d;
    font-size: 18px;
    transition: 0.3s;
}

.social-links a:hover {
    color: #0f244b;
}

.bg-blue {
    background: var(--color-1a365d);
}

.padding-service {
    padding: 0 100px;
}
.bg-blue a{
    border: 1px solid var(--color-f57a2c);
}

/* responsive */
@media (max-width: 1680px) {
    :root {
        --font-size-66: 56px;
        --font-size-50: 40px;
        --font-size-33: 26px;
        --font-size-25: 20px;
    }
.service-card img {
    width: 100%;
    padding: 0 15px;
    height: 250px;
}
    .container {
        max-width: 100%;
        padding: 0 6%;
    }
    iframe {
    height: 300px;
}

    ul.btns-tabs {
        width: 55%;
    }

    .banner {
        height: 650px;
    }

    .about-padding {
        padding-top: 50px;
        padding-left: 30px;
        padding-right: 150px;
    }

    .logo-flex {
        gap: 35px;
        height: 100px;
        padding: 15px 120px;
    }

    .counter-main {
        left: 35%;
        gap: 15px;
        padding: 15px 100px;
        height: 100px;
    }

    .service-card p {
        width: 95%;
    }

    .auto-card-padding {
        padding: 70px 30px;
    }

    section.auto-care ul {
        gap: 30px;
        margin-top: 15px;
    }

    .auto-card-padding1 {
        padding: 70px 30px;
    }

    .counter-main h4 {
        font-size: 24px;
    }

    .breadcrumb-section {
        padding: 100px 0;
    }

    .section-space,
    footer {
        padding: 70px 0;
    }

    .copy-right {
        padding: 25px 0;
        margin-top: 25px;
    }

    .why-box i {
        width: 45px;
        height: 40px;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .about-pg-us .about-padding {
        padding-left: 10px;
        padding-right: 0;
        padding-top: 0;
    }

    .mission-padding {
        padding: 0 50px;
    }
}

@media (max-width: 1480px) {
    :root {
        --font-size-66: 46px;
        --font-size-50: 30px;
        --font-size-33: 22px;
        --font-size-25: 18px;
        --font-size-16: 14px;
        --font-size-14: 12px;
    }
    h3.div-text span {
    font-size: 16px;
}

    .container {
        max-width: 100%;
        padding: 0 6%;
    }

    .banner {
        height: 85vh;
    }

    img.banner-img {
        width: 100%;
        right: 0;
    }

    .explore_now {
        padding: 8px 28px;
    }

    .logo-with-text {
        gap: 10px;
        margin-bottom: 10px;
    }

    .about-us p {
        margin-bottom: 15px;
    }

    .about-padding {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 80px;
    }

    .read-more {
        font-size: 14px;
    }
.service-card img {
    width: 100%;
    padding: 0 0px;
    height: 200px;
}

    .service-card p {
        width: 95%;
    }

    .logo-flex img {
        width: 70px;
    }

    .counter-main h4 {
        font-size: 20px;
    }

    .counter-main {
        padding: 15px 90px;
    }

    section.auto-care ul h3 {
        margin-bottom: 5px;
    }

    section.auto-care ul li img {
        width: 40px;
    }

    section.auto-care ul li {
        gap: 10px;
    }

    .testimonial p {
        font-size: 14px;
        line-height: 24px;
    }

    .logo-flex {
        gap: 25px;
        height: 90px;
        padding: 15px 120px;
    }

    .counter-main {
        left: 35%;
        gap: 15px;
        padding: 15px 110px;
        height: 90px;
    }
section#main-services .img-fluid {
    height: 400px;
    object-fit: cover;
}
.about-list li {
    margin-bottom: 5px;
}
.padding-service {
    padding: 0 50px;
}
#main-services .bg-light::before , #main-services .bg-light::after, #main-services .bg-blue::before, #main-services .bg-blue::after {
    height: 25%;
    width: 6%;

}
.social ul {
    margin-top: 60px;
}

}

@media (max-width: 1366px) {

        :root {
        --font-size-66: 36px;
        --font-size-50: 25px;
        --font-size-33: 20px;
        --font-size-25: 16px;
        --font-size-16: 12px;
    }

    h4,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 10px;
    }
.scroll-btn, .contact-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
}
}

@media (max-width: 1280px) {
        .container {
        max-width: 100%;
        padding: 0 3%;
    }
    .about-list li {
    font-size: 12px;
}
    .logo-flex {
        gap: 25px;
        height: 80px;
        padding: 15px 90px;
    }

    .counter-main {
        left: 35%;
        gap: 15px;
        padding: 15px 90px;
        height: 80px;
    }
}

@media (max-width: 991px) {
    :root {
        --font-size-14: 13px;
        --font-size-18: 14px;
        --font-size-16: 14px;
        --font-size-25: 20px;
        --font-size-20: 16px;
        --font-size-40: 22px;
        --font-size-50: 30px;
        --font-size-30: 18px;
        --font-size-33: 20px;
        --font-size-59: 26px;
        --font-size-66: 26px;
    }

    .container {
        width: 100%;
        padding: 0 30px;
    }

    .title {
        margin-bottom: 10px;
    }
    ul.btns-tabs {
        width: 100%;
    }
        .about-pg-us .about-padding {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 0;
    }
        .mission-padding {
        padding: 30px 15px;
    }
    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }
    .counter-main.counter-middle {
    padding-left: 0;
}
.footer-logo img {
    width: 30%;
    margin-bottom: 20px;
}
section.testimonial::before {
    content: "";
    width: 43%;
    height: 20%;
    background: #ede9e9;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
    z-index: -9;
}
img.banner-img{
    position: relative;
    margin-bottom: 20px;
}
.banner-txt p{
    margin-bottom: 15px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: var(--swiper-pagination-top, 96%);
}


    .banner,
    .banner-txt,
    .banner-inner {
        height: auto;
    }

    ul.top-contact li a i {
        font-size: 22px;
    }

    .banner-inner {
        align-items: center;
        height: auto;
        flex-direction: column-reverse;
        padding: 80px 0;
        padding-bottom: 80px;
    }


    .banner-txt {
        padding: 0 !important;
        align-items: center;
        text-align: center;
    }
    .counter-main {
        left: 0%;
    }
        .counter-main h4 {
        font-size: 18px;
    }
    br{
        display: none;
    }
        .about-padding {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 80px;
    }
      .counter-main{
        left: 0%;
    }
         .counter-main,.logo-flex {
        gap: 10px;
        padding: 15px 60px;
        height: 60px;
    }
        .logo-flex img {
        width: 55px;
    }
    .logo-flex {
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.services:before {
    height: 20%;
    width: 30%;
    clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
}
    .auto-card-padding {
        padding: 30px 15px;
    }
        .section-space, footer {
        padding: 30px 0;
    }
}

@media (max-width: 800px) {}

@media (max-width: 575px) {
    :root {
        --font-size-50: 20px;
        --font-size-59: 22px;
        --font-size-35: 20px;
        --font-size-25: 14px;
        --font-size-66: 22px;

    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }



    header,
    footer {
        overflow: hidden !important;
    }
        ul.btns-tabs {
     display: none!important;
    }
    .logo {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0;
}.about-list {
    display: flex
;
    text-align: center;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.sticky-wrapper.is-sticky .logo {
    width: 100%;
    padding: 15px 0;
}
    .logo-flex img {
        width: 50px;
    }
    .counter-main, .logo-flex {width: 100%;position: relative;gap: 10px;padding: 15px 25px;height: 50px;}
    .about-bottom {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }
    .counter-main br{
        display: none!important;
    }
     .counter-main{
            text-align: center;
            justify-content: center;
        }
            .counter-main h4 {
        font-size: 15px;
    }
    .about-padding {
        text-align: center;
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
    }
    .service-card img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.banner-title span {
    font-size: 18px;
}
.services .logo-with-text{
    margin-top: 0px;
}
.services h2 {
    text-align: center;
    margin-bottom: 0px;
}
    .logo-with-text img {
    width: 12px;
}
    .logo-with-text {
    gap: 10px;
    justify-content: center;
}
    .banner-txt p {
    width: 100%;
    text-align: center!important;
    }
    .banner-inner {
        padding: 80px 0;
        padding-top: 60px;
    }
        .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        top: var(--swiper-pagination-top, 90%);
    }
    .explore_now{
        padding: 6px 28px;
        font-size: 12px;
    }

    .banner-bg {
        bottom: -5%;
    }

    .product-card.p-0 {
        margin-top: 30px;
    }

    .product-image img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .offer-section {
        padding-top: 50px;
    }
    .service-card {
        text-align: center;
        margin-top: 40px;
    }
    
section.services.section-space .logo-with-text {
    margin-top: 30px;
}
    .service-card p {
        width: 100%;
        margin-bottom: 10px;
    }

    .about-text {
        padding-left: 0;
    }

    img.about-img {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 5px);
        right: auto;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 5px);
        left: auto;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 25px;
    }

    .products-slider {
        padding: 50px 15px;
    }

    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: var(--swiper-pagination-bottom, 50px);
    }

    .submit-btn {
        padding: 8px 15px;
    }

    .why-card img {
        width: 80px;
    }

    .form-group {
        width: 100%;
    }

    img.faqs-img {
        position: absolute;
        width: 36%;
        left: 60%;
        bottom: 3%;
    }

    .tab input:checked+.tab__label::after {
        transform: rotate(270deg);
        margin-right: 0;
    }

    .tab__label::after {
        margin-right: -10px;
    }

    .contact-form {
        display: flex;
        flex-direction: column;
    }
    .testimonial h4 {
    font-size: 16px;
}

    ul.footer-contact li {
        margin-bottom: 10px;
        gap: 10px;
    }

    footer {
        padding: 50px 0;
    }
    footer p{
        font-size: 12px;
        line-height: 18px;
        padding-right: 50px;
    }
        footer {
        padding: 30px 0;
    }
    .whatsapp-btn {
    bottom: 135px;
}

    input,
    textarea {
        padding: 8px;
        height: auto;
    }

    .footer-heading {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    h2.contact-heading.title.text-white {
        margin-bottom: 15px;
    }

    .social.desktop-social {
        display: none;
    }

    .mobile-social {
        display: block;
    }

       .copy-right p {
        font-size: 12px;
        padding: 0 0px;
        line-height: normal;
    }
    .footer-flex {
    display: flex
;
    justify-content: space-between;
    flex-direction: column;
}

    img.gear-box {
        width: 60%;
        right: -16px;
        bottom: 6%;
    }

    .scroll-btn,
    .contact-btn {
        width: 40px;
        height: 40px;
        right: 10px;
        padding: 10px 15px;
        font-size: 14px;
    }

    #topBtn {
        bottom: 35px;
    }



    .instagram-btn {
        bottom: 185px;
    }

    .facebook-btn {
        bottom: 135px;
    }

    .phone-btn {
        bottom: 85px;
    }

    .why-trade-credit-section img {
        height: 280px;
        object-fit: cover;
        object-position: center;
    }

    .why-trade-credit-section img {
        height: 280px;
        object-fit: cover;
        object-position: center;
    }

    .contact-form .form-row {
        margin-top: 10px;
    }

    .offer-section h2 {
        margin-bottom: 0px;
    }

    .offer-section .offer {
        font-size: 12px;
        line-height: 13px;
        padding: 5px;
        width: 50px;
        height: 50px;
        top: 15px;
        right: 15px;
    }
        .auto-card-padding,.auto-card-padding1 {
        padding: 30px 0px;
    }
        .title {
        text-align: center;
    }
    .about-us br{
        display: block;
    }
    section.counter-section::before,section.counter-section::after,.counter-main.counter-middle::before,.clip-path{
        display: none;
    }
    .counter-main.counter-middle,.counter-main.counter-last {
        clip-path: polygon(0% 0, 100% 0, 85% 100%, 0% 100%);
    }
    .counter-section .counter-main {
        padding-left: 15px !important;
        justify-content: flex-start;
    }
        .testimonial p {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }
    .testimonial {
    text-align: center;
}
.testimonial-slider {
    padding-top: 20px;
}
    .copy-right {
        padding: 10px 0;
        margin-top: 10px;
    }
    .breadcrumb-content h2 {
        font-size: 22px;
        margin-bottom: 6px;
    }
    .breadcrumb-section {
        padding: 30px 0;
    }
        .about-list li {
        font-size: 12px;
        text-align: left;
    }
    .about-pg-us br{
        display: block;
    }
        .about-pg-us .about-padding {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }
        .mission-padding {
        padding: 20px 15px;
        text-align: center;
    }
    .why-us {
    padding: 30px 0;
}
    .why-box i {
        width: 40px;
        height: 40px;
    }
    section.about-pg-us::after {
    height: 10%;
}
section#main-services {
    padding: 0px 0px;
}

section#main-services .p-0 {
    padding-right: 15px!important;
    padding-left: 15px!important;
}
    section#main-services .img-fluid {
        height: auto;
        object-fit: cover;
        padding-top: 30px;
    }
        .padding-service {
        padding: 15px 0px;
        text-align: center;
    }
    section#main-services a {
    margin-top: 10px;
    margin-bottom: 25px;
}
#main-services .bg-light::before , #main-services .bg-light::after, #main-services .bg-blue::before, #main-services .bg-blue::after {
    height: 15%;
    width: 6%;
}
#main-services .bg-light::before{
    left: 0;
}
section#main-services .container-fluid.p-0 {
     padding-right: 0px!important;
    padding-left: 0px!important;
}
.about-list li {
    padding-left: 15px;
}
#main-services .bg-blue::after {
    right: 0%;
}
.contact-us-section .row {
    flex-direction: column-reverse;
}
.p-4 {
    padding: 1rem !important;
}
.contact-form h3, .contact-address h3 {
    font-size: 20px;
    margin-bottom: 10px!important;
    margin-top: 0px;
    color: #1a365d;
}
.contact-form .form-control {
    border-radius: 4px;
    padding: 10px;
}
form {
    text-align: center;
}
.phone-options {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 85px;
}
    .footer-logo img {
        width: 40%;
        margin-bottom: 15px;
    }
    section{
        overflow: hidden!important;
    }
    h3.div-text span {
    font-size: 18px;
    display: block;
    margin-top: 5px;
}
}

@media (max-width: 480px) {



}
