@import url('fonts.css');
@import url('../fonts/myriad-pro-webfont/myriad.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --georama: 'Georama SemiExpanded', sans-serif;
    --georamabold: 'Georama-bold';
    --darkred: rgb(216, 0, 40, 1);
    --lightred: #d80028;
    --lightblack: rgb(59, 60, 62, 1);
    --roboto: 'Roboto', sans-serif;
    --myriad: 'Myriad Pro Regular';
    --fnt_16: 16px;
    --fnt_14: 14px;
    --fnt_18: 18px;
    --fnt_20: 20px;
    --fnt_24: 24px;
    --fnt_42: 42px;
    --fnt_32: 32px;
}

.main-title {
    font-size: var(--fnt_42);
    line-height: 42px;
    text-transform: uppercase;
    color: #3b3c3e;
    font-family: var(--georamabold);
}

.main-title span {
    color: var(--darkred);
}

p {
    font-size: var(--fnt_18);
    line-height: 24px;
    color: #3b3c3e;
    font-weight: 700;
    font-family: var(--roboto);
}

.top_navigation {
    background: rgb(237, 237, 237, 1);
    padding: 1rem 0;
}

.top_navigation .wrapper {
    justify-content: end;
    align-items: center;
    gap: 1rem;
}
nav.navbar {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	position:sticky;
	top:0;
	z-index:999;
}
.dropdown-item:hover{
	background-color:var(--darkred) !important;
	color:#fff;
}
.navbar-nav .dropdown-menu {
    position: static;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
}
.top_navigation .wrapper .email a {
    font-size: var(--fnt_16);
    ;
    font-family: var(--roboto);
    color: var(--lightblack);
    text-align: left;
    text-decoration: none;
}

.top_navigation .wrapper .telephone a {
    font-size: var(--fnt_16);
    ;
    font-family: var(--roboto);
    text-transform: uppercase;
    color: var(--lightblack);
    text-align: left;
    text-decoration: none;
}

.top_navigation .wrapper .country-select {
    padding: 2px 8px;
    font-size: var(--fnt_16);
    ;
    font-weight: 600;
    font-family: var(--roboto);
    text-transform: uppercase;
    color: var(--lightblack);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../assets/Arrow.png") no-repeat right 10px center;
    background-size: 12px;
    padding-right: 2.5rem;
}

.navbar-nav .nav-link {
    font-size: var(--fnt_18);
    font-family: var(--roboto);
    font-weight: bold;
    line-height: 1.2;
}
.navbar-expand-lg .navbar-nav .dropdown-submenu .nav-link{
	padding:12px 18px !important;
	white-space:nowrap;
}
.navbar-expand-lg .navbar-nav .dropdown-submenu .nav-link:hover{
background-color:var(--lightred);
	color:#fff;
}
.navbar-expand-lg .navbar-nav .dropdown-submenu{
    width: auto;
    padding: 0;
    border-radius: 0%;
}
.dropdown-item{
    font-size: 18px;
    font-family: var(--roboto);
    font-weight: 500;
    text-transform: capitalize;
        padding: 10px 12px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: var(--lightred);
}
.dropdown-item {
  border-bottom: 1px solid #dfdfdf;
}
/* .dropdown-item:hover{
    color: #fff;
    background-color: var(--lightred);
} */
.dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--darkred);
}

.navbar-nav {
    gap: 12px;
}

.navbar-nav .dropdown-toggle {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../assets/Arrow.png") no-repeat right 10px center;
    background-size: 12px;
    padding-right: 2rem !important;
}

.navbar-nav .dropdown-toggle::after {
    display: none;
}

#banner-slider img {
    height: auto;
    display: block;
    width: 100%;
    object-fit: cover
}

.splide__arrow {
    border-radius: 0%;
    width: 3rem;
    background-color: var(--darkred);
    height: 3rem;
    opacity: 1;
}
.splide__arrow:hover{
	background-color: var(--darkred);
	color:#fff;
}
.splide__arrow:disabled {
    opacity: 1;
    border: 1px solid var(--lightblack);
    background-color: rgb(255 255 255 / 70%);
}

.splide__arrow:disabled i {
    color: black;
}

.splide__arrow i {
    font-size: var(--fnt_20);
    color: white;
}

.splide__pagination {
    gap: 1rem;
    bottom: 2rem;
}

.splide__pagination li {
    height: 20px;
    width: 20px;
    border-radius: 0%;
    opacity: 1;
    background: var(--lightblack);
}

.splide__pagination li button {
    background-color: transparent;
}

.splide__pagination li:has(.is-active) {
    background: var(--darkred);
}

.splide__pagination li:has(.is-active) button {
    background: transparent;
}

section.hero-banner .details_sec {
    position: absolute;
    top: 15%;
    left: 5%;
    max-width: 920px;
}

section.hero-banner .details_sec p {
    font-size: 41px;
    text-transform: uppercase;
    font-family: var(--georamabold);
    color: var(--lightblack);
    line-height: normal;
}

section.hero-banner .details_sec p span {
    color: var(--darkred);
}

section.hero-banner #banner-slider .details_sec img {
    width: fit-content;
    display: inline-block;
    position: relative;
    top: -0.5rem;
    margin-right: 0.5rem;
}

section.hero-banner .banner-slider-list {
    position: relative;
}

section.hero-banner .details_sec button {
    background-color: var(--darkred);
    font-size: var(--fnt_18);
    font-family: var(--roboto);
    color: #fff;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    width: 164px;
    height: 48px;
}

button {
    background-color: var(--darkred);
    font-size: var(--fnt_18);
    font-family: var(--roboto);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    width: 164px;
    height: 48px;
	transition:0.3s ease-in-out;
}
button:hover,section.hero-banner .details_sec button:hover,section.contact-form form button:hover,section.enquiry-form form #button input.wpcf7-form-control.wpcf7-submit:hover,section.blog .wrapper-head button:hover{
background-color: rgb(255, 242, 0);
    color: #000;
}
section.blog .wrapper-head button:hover{
	border:none;
}

section.whychoose {
    padding: 6rem 0 4rem;
}

section.whychoose h2 {
    font-size: var(--fnt_42);
    text-align: left;
    font-family: var(--georama);
	font-weight:800;
    text-transform: uppercase;
    line-height: 1.215;
    color: var(--darkred);
}

section.whychoose p {
    font-size: var(--fnt_18);
    text-align: left;
    font-weight: 400;
    font-family: var(--roboto);
    line-height: 1.33;
    color: var(--lightblack);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

section.whychoose .grid-container {
    display: grid;
    padding: 2rem 0;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

/* Box background */
section.whychoose .grid-container .box {
  display: flex;
  padding: 3rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  color: #000;
  overflow: hidden;
  cursor: pointer;
	z-index:1;
  background: #f8f8f8;
}

/* Circle background */
section.whychoose .grid-container .box {
  position: relative;
  overflow: hidden;
}

/* Circle background */
section.whychoose .grid-container .box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: var(--darkred);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease-in, height 0.6s ease-in;
    z-index: -1;
}

section.whychoose .grid-container .box:hover::before {
    width: 300%;
    height: 300%;
}

/* Images */
section.whychoose .grid-container .box img.black {
    opacity: 1;
    height: auto;
    transition: opacity 0s ease-in-out 0.4s;
}

section.whychoose .grid-container .box img.white {
    opacity: 0;
    height: 0;
    transition: opacity 0.4s ease, height 0.4s ease;
}

section.whychoose .grid-container .box:hover img.white {
    opacity: 1;
    height: auto;
    transition-delay: 0s;
}

section.whychoose .grid-container .box:hover img.black {
    opacity: 0;
    height: 0;
    transition-delay: 0s;
}

/* Text */
section.whychoose .grid-container .box h2,
section.whychoose .grid-container .box p {
   transition: color 0.3s ease 0.6s; /* delay text color change after red circle */
}

section.whychoose .grid-container .box:hover h2,
section.whychoose .grid-container .box:hover p {
    color: #fff;
    transition-delay: 0s;
}

section.whychoose .grid-container .box:hover h2,
section.whychoose .grid-container .box:hover p {
    color: #fff;
    transition-delay: 0s;
}



section.whychoose .grid-container .box h2 {
    font-size: var(--fnt_32);
    text-align: center;
    font-family: var(--georamabold);
    text-transform: uppercase;
    line-height: 1.215;
    color: var(--darkred);
    margin-top: 1rem;
}

section.whychoose .grid-container .box p {
    font-size: var(--fnt_20);
    font-family: var(--roboto);
    text-align: center;
    margin: 0;
}
section.red-banner {
    background-size: 100% 80%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 4rem 0;
}

@media(max-width:768px){
	section.red-banner {
    background: url('/en-za/wp-content/uploads/2025/10/MobileBannerRed.jpg') no-repeat center;
    background-size: 100% 80%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 4rem 0;
}
}

section.red-banner p {
    font-family: 'Myriad Pro Regular';
    font-size: var(--fnt_18);
    color: #fff;
	font-weight:400;
    margin: 2rem 0;
    text-align: left;
    line-height: 1.33;
}

section.red-banner .container-inner {
    max-width: 800px;
    margin: auto;
}

section.red-banner hr {
    margin: 2rem 0;
    color: #fff;
    opacity: 1;
}

section.red-banner p a {
    color: #fff;
}

section.red-banner h2.title {
    font-size: var(--fnt_42);
    text-align: left;
    display: flex;
    align-items: center;
    font-family: var(--georamabold);
    text-transform: uppercase;
    line-height: 1.215;
    color: rgb(255, 242, 0);
    margin-bottom: 1rem;
}

section.red-banner h2.title::before {
    background: url(../assets/Yellowarrow.png) no-repeat center;
    content: "";
    display: block;
    width: 80px;
    height: 24px;
    margin-right: 8px;
}

section.red-banner .btn-wrapper {
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
    justify-content: start;
}

section.red-banner .btn-wrapper a{
	width: 100%;
}

section.red-banner .btn-wrapper button {
    background: transparent;
    text-transform: uppercase;
    padding: 4px;
    font-size: var(--fnt_16);
    width: 100%;
    border: 2px solid rgb(255, 170, 170);
}

section.red-banner .btn-wrapper button:hover {
    background-color: rgb(255, 242, 0);
    color: #000;
    border: none;
}

section.red-banner img.vechile {
    width: 100%;
}

section.contact-form {
    padding: 4rem 0;
}

section.contact-form iframe {
    width: 100%;
    border: none;
	height:100%;
}

section.contact-form h2.title {
    font-size: var(--fnt_42);
    text-align: left;
    font-family: var(--georamabold);
    text-transform: uppercase;
    line-height: 40px;
    color: var(--lightblack);
}

section.contact-form h2.title span {
    color: var(--darkred);
    display: block;
}

section.contact-form p {
    font-size: var(--fnt_18);
    font-weight: 400;
    text-align: left;
    font-family: var(--roboto);
    line-height: 1.33;
    color: var(--lightblack);
}

section.contact-form form label p {
    font-size: var(--fnt_18);
    text-transform: capitalize;
    font-family: var(--roboto);
    color: var(--lightblack);
    font-weight: bold;
    margin-bottom: 0.5rem;
}

section.contact-form form label {
    display: block;
    margin-bottom: 0.5rem;
}

section.contact-form form label select {
    padding: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../assets/Arrow.png) no-repeat right 10px center;
    background-size: 12px;
    padding-right: 2rem !important;
    background-color: #f8f8f8;
    border: 1px solid #e6e7e8;
}

section.contact-form form button {
    width: 100%;
    font-size: var(--fnt_18);
    line-height: 24px;
    text-transform: uppercase;
    color: #f8f8f8;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
}

.blackline {
    width: 100%;
    height: 0.5px;
    background-color: var(--lightblack);
    margin: 1rem 0;
}

section.contact-form .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}

section.contact-form .wrapper p,
section.contact-form a {
    font-size: var(--fnt_18);
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 24px;
    color: #3b3c3e;
    font-weight: 400;
    margin: 0;
    font-family: "Roboto";
}

button.share-btn {
    background: transparent;
    border: none;
    padding: 0;
    height: auto;
    width: auto;
}

section.enquiry-form .left img {
    width: 100%;
	height: 100%;
    object-fit: cover;
}

section.enquiry-form .right {
    padding: 2rem 0 2rem 8rem;
    background-color: #f3f3f3;
    position: relative;
}

section.enquiry-form .wrapper {
    max-width: 520px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

section.enquiry-form .row {
    --bs-gutter-x: 0rem;
	align-items:stretch;
}

section.enquiry-form .main-title {
    margin-bottom: 2rem;
}

section.enquiry-form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../assets/Arrow.png) no-repeat right 10px center;
    background-size: 12px;
    padding-right: 2rem !important;
    background-color: #f8f8f8;
    border: 1px solid #e6e7e8;
}

section.enquiry-form form input,
section.enquiry-form form textarea,
section.enquiry-form form select {
    width: 100%;
    padding: 12px 18px;
    font-size: var(--fnt_18);
    line-height: 24px;
    color: var(--lightblack);
    font-weight: 400;
    font-family: "Roboto";
    background-color: #fff;
    border: none;
    outline: none;
}

section.enquiry-form form {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

section.enquiry-form form label#textarea {
    grid-column: span 2;
}

section.enquiry-form button {
    width: 100%;
    grid-column: span 2;
}

section.blog {
    padding: 4rem 0;
}

section.blog .wrapper-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.blog .wrapper-head .head-left {
    max-width: 350px;
}

section.blog p {
    font-weight: 400;
}

section.blog .wrapper-head button {
    background-color: rgba(216, 0, 40, 0);
    border: 2px solid var(--lightred);
    color: var(--lightred);
}

section.blog .card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

section.blog .card-container .card {
    box-shadow: none;
    border: none;
	border-radius:0;
	transition: 0.3s 
ease-in;
	overflow:hidden;
}
section.blog .card-container .card-img{
	transition:0.3s ease-in-out;
	overflow:hidden;
	border-radius:0;
}

section.blog .card-container .card:hover {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    font-size: var(--fnt_16);
    cursor: pointer;
}
section.blog .card-container .card:hover .card-title{
color:var(--darkred);
}
section.blog .card-container .card:hover .card-img img{
	    transform: scale(105%);
}

section.blog .card-container .card .card-title {
    font-size: var(--fnt_24);
    line-height: 28px;
    color: #3b3c3e;
    font-weight: 700;
    font-family: "Roboto";
}

section.blog .card-container .card .date {
    font-size: var(--fnt_14);
    line-height: 30px;
    color: #3b3c3e;
    font-weight: 400;
    margin: 0;
    font-family: "Roboto";
}

section.blog .card-container .card .card-body {
    padding: 1rem 1.5rem;
}

section.blog .card-container .card img {
    width: 100%;
    height: auto;
    display: block;
	transition:0.3s ease-in;
}

section.blog .card-container .card .share-wrapper {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
    align-items: center;
}

.footer-heading,
.address-heading {
    font-size: var(--fnt_16);
    line-height: 24px;
    text-transform: uppercase;
    color: var(--lightblack);
    font-weight: 700;
    font-family: "Roboto";
}
.footer-heading:hover,
.address-heading:hover{
	cursor:pointer;
	 color: var(--lightred);
}

.footer-links {
    padding: 0;
    list-style: none;
}

.footer-links li a {
    text-decoration: none;
    font-family: var(--roboto);
    font-size: var(--fnt_16);
    font-weight: 400;
    color: #3b3c3e;
}
.footer-links li a:hover{
	 color: var(--lightred);
}

.address-text,
.contact-info a {
    font-size: var(--fnt_16);
    ;
    text-decoration: none;
    color: #3b3c3e;
    font-weight: 400;
}

.newsletter-heading {
    font-size: var(--fnt_16);
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.newsletter-input {
    font-size: var(--fnt_16);
	border-radius:0;
    line-height: 24px;
    color: #3b3c3e;
    padding: 12px;
    font-weight: 400;
    font-family: "Roboto";
    outline: none;
    margin-bottom: 0.5rem;
    background-color: #ffffff;
    border: 1px solid #e8e7e7;
}

.subscribe-btn {
    width: 100%;
}

footer.footer-section {
    padding: 4rem 0;
    background-color: #f8f8f8;
}

.newsletter-address-section {
    margin-top: 1rem;
}

.social-icons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    align-items: center;
}

.social-icon {
    background-color: #666;
    color: white;
}
.social-icon:hover{
background-color:#ff0000;
	color:#fff;
}

.social-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.copyright-section {
    padding: 1rem 0;
    background-color: #e8e7e7;
}

.copyright-text {
    font-size: var(--fnt_14);
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.copyright-section .wrapper a {
    text-decoration: none;
    color: #3b3c3e;
    font-size: var(--fnt_14);
    font-weight: 400;
    margin-right: 0.5rem;
    padding-left: 0.5rem;
    border-left: 1px solid #3b3c3e;
}

.copyright-section .wrapper {
    display: flex;
    align-items: center;
}

.social-icon{
    background-color: #666;
    color: white;
}

.social-icon.share {
    color: #666;
	background-color:transparent;
    font-size: var(--fnt_24);
}

@media(min-width:1200px) and (max-width:1399px) {
    .splide__arrow {
        top: 55%;
    }
}

@media(min-width:1800px) {
    section.enquiry-form .wrapper {
        position: absolute;
        left: 25%;
    }
}

@media(max-width:768px) {
    :root {
        --fnt_16: 12px;
        --fnt_18: 14px;
        --fnt_20: 16px;
        --fnt_24: 20px;
        --fnt_42: 32px;
        --fnt_32: 24px;
        --fnt_14: 12px;
    }

    section.hero-banner .details_sec {
        display: none;
    }
    button{
        width:fit-content;
        padding: 0 1rem;
    }
    .splide__arrow{
        width: 2rem;
        height: 2rem;
    }
    .splide__arrow i{
        font-size: 12px;
    }
    .splide__pagination{
        gap: 0.5rem;
        bottom: 1rem;
    }
    .splide__pagination li{
        width: 12px;
        height: 12px;
    }
    section.whychoose{
        padding: 2rem 0;
    }
    section.whychoose .grid-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    section.whychoose .grid-container .box{
        padding: 1.5rem;
    }
    section.enquiry-form .row{
        flex-direction: column;
    }
    section.blog .card-container{
        gap: 1rem;
        grid-template-columns: repeat(1, 1fr);
    }
    section.red-banner img{
        width: 100%;
    }
    section.enquiry-form .right{
        padding: 1rem;
    }
    section.blog,section.contact-form{
        padding: 2rem 0;
    }
    footer.footer-section{
        padding: 2rem 0 0;
    }
    .footer-logo{
        margin-bottom: 24px;
    }
    .social-icons{
        justify-content: center;
        margin-bottom: 24px;
    }
    .copyright-section{
        flex-direction: column-reverse;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        width: 100%;
        border: none;
    }
    section.blog .card-container .card .card-body {
    padding: 1rem;
}
section.enquiry-form form input, section.enquiry-form form textarea, section.enquiry-form form select{
    padding: 8px;
}
}

@media(max-width:399px){
        section.whychoose .grid-container .box {
        padding: 1rem;
    }
}


/* About Banner */

section.about-banner .wrapper{
    padding: 6rem 0 4rem;
}
section.about-banner .wrapper p{
    font-weight: 400;
}
section.about-banner .wrapper .row{
    justify-content: space-between;
    align-items: center;
}
section.about-banner .wrapper .row:first-child{
    padding-bottom: 4rem;
}
.breadcrumb{
    padding-top: 1rem;
    --bs-gutter-x: 0;
}
.breadcrumb a , .breadcrumb span{
    width: fit-content;
    font-family: var(--roboto);
    line-height: 24px;
    text-decoration: none;
    color: var(--lightblack);
    text-transform: capitalize;
    font-weight: 400;
    font-size: var(--fnt_16);
    padding: 0;
}
.breadcrumb a:not(:last-child)::after {
    content: "";
    width: 24px;
    height: auto;
    background: url(../assets/ArrowRotate.png) no-repeat right 10px center;
    background-size: 6px;
    padding-right: 1.5rem !important;
    transform: rotate(45deg);
}
section.red-banner.dynamic .container{
    display: none;
}
section.red-banner.dynamic .redBannerbtn{
     font-size: 30px;
    text-align: left;
    display: flex;
    text-decoration: none;
    align-items: center;
    cursor: pointer;
    font-family: var(--georamabold);
    text-transform: uppercase;
    line-height: 1.215;
    color: rgb(255, 242, 0);
/*     padding: 0.5rem 3.5rem; */
	    padding: 2rem 2rem;
    justify-content: center;
/*     flex: 0 0 50%; */
	    flex: 0 0 33.33%;
}
section.red-banner.dynamic .redBannerbtn:not(.active){
    background-color: var(--lightblack);
    color: #fff;
/*         justify-content: flex-start; */
    padding: 2rem 2rem;
}
section.red-banner.dynamic .redBannerbtn:not(.active)::before{
     background: url(../assets/whitearrow.png) no-repeat center;
}
section.red-banner.dynamic .redBannerbtn::before {
    background: url(../assets/Yellowarrow.png) no-repeat center;
    content: "";
    display: block;
    width: 80px;
    height: 24px;
    margin-right: 8px;
}
section.red-banner.dynamic{
    padding-top: 0;
}

section.mahigrp{
    padding: 4rem 0;
}
section.mahigrp .splide__arrow--next{
    right: -4rem;
}
section.mahigrp .splide__arrow--prev{
    left: -4rem;
}


#about-carousel .box img {
    width: 100%;
    max-width: 80px;
}

#about-carousel .box {
    display: flex;
    padding: 3rem;
    background: rgb(248, 248, 248);
    justify-content: center;
    align-items: center;
    flex-direction: column;
	position: relative;
   color: #000;
  overflow: hidden;
  cursor: pointer;
	z-index:1;
  background: #f8f8f8;
}

#about-carousel .box h2 {
    font-size: var(--fnt_32);
    text-align: center;
    font-family: var(--georamabold);
    text-transform: uppercase;
    line-height: 1.215;
    color: var(--darkred);
    margin-top: 1rem;
}

#about-carousel .box p {
    font-size: var(--fnt_20);
    font-family: var(--roboto);
    text-align: center;
    margin: 0;
}
#about-carousel .box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: var(--darkred);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease-in, height 0.6s ease-in;
  z-index: -1;
}

#about-carousel .box:hover::before {
  width: 300%;
  height: 300%;
}

/* Images */
#about-carousel .box img.black {
  opacity: 1;
  height: auto;
   transition: opacity 0s ease-in-out 0.4s; 
}

#about-carousel .box img.white {
  opacity: 0;
  height: 0;
  transition: opacity 0.4s ease, height 0.4s ease;
}

#about-carousel .box:hover img.white {
  opacity: 1;
  height: auto;
  transition-delay: 0s;
}

#about-carousel .box:hover img.black {
  opacity: 0;
  height: 0;
  transition-delay: 0s;
}

/* Text */
#about-carousel .box h2,
#about-carousel .box p {
   transition: color 0.3s ease 0.6s; /* delay text color change after red circle */
}

#about-carousel .box:hover h2,
#about-carousel .box:hover p {
  color: #fff;
  transition-delay: 0s;
}


section.video_section iframe{
    width: 100%;
    height: 100vh;
}



@media(max-width:768px){
    section.red-banner.dynamic .redBannerbtn{
        flex: 0 0 33.33%;
		padding:0.5rem;
		font-size:20px;
    }
    section.red-banner.dynamic .redBannerbtn::before{
        content: none;
    }
    section.mahigrp .splide__arrow--next {
        right: 1rem;
}
section.mahigrp .splide__arrow--prev{
    left: 1rem;
}
section.mahigrp{
    padding: 2rem 0;
}
section.red-banner .btn-wrapper{
    flex-wrap: wrap;
}
}

@media(max-width:400px){
	section.red-banner.dynamic .redBannerbtn{
		padding:1rem 0;
	}
}

@media(max-width:768px){
   section.about-banner .wrapper,section.red-banner {
    padding: 2rem 0;
}
section.about-banner .wrapper .row:first-child{
    padding-bottom: 1rem;
}
section.about-banner .breadcrumb{
    margin: 0;
}
section.red-banner.dynamic .redBannerbtn:not(.active){
    padding: 1rem 0;
    text-align: center;
}section.red-banner.dynamic .redBannerbtn{
    text-align: center;
}
section.red-banner.dynamic{
    background-size: 100% 90%;
}
section.video_section iframe{
    height: 40vh;
}
}



section.hero{
    position: relative;
}

main.home .smart-enquiry{
	top:1rem;
}
 
.smart-enquiry{
    background-color: var(--lightblack);
    padding: 8px 12px;
    width: fit-content;
    text-align: center;
    position: absolute;
	z-index:999;
    right: 0;
}
.smart-enquiry a{
	display:flex;
	align-items:center;
	gap:1rem;
    text-decoration: none;
}
.smart-enquiry p{
    color: #fff;
	text-transform:uppercase;
    font-size: var(--fnt_16);
    font-weight: 400;
    margin:0;
    text-decoration: none;
}
.smart-enquiry img{
    max-width: 36px;
    margin: auto;
}

@media(max-width:768px){
    .smart-enquiry{
        display: none;
    }
}

@media(min-width:1400px) and (max-width:1499px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1160px;
    }
}

/* our Values Page */
.ourvalues_wrapper .container-fluid{
    padding: 0;
}
.ourvalues_wrapper .container-fluid img{
    width: 100%;
}
.ourvalues_wrapper .container-fluid .row{
    --bs-gutter-x: 0;
    align-items: center;
}
.ourvalues_wrapper .container-fluid .wrapper{
    max-width: 470px;
    margin: auto;
}
.ourvalues_wrapper .container-fluid .wrapper p{
    font-weight: 400;
}
.ourvalues_wrapper{
    padding: 6rem 0 8rem;
}
@media(max-width:768px){
    .ourvalues_wrapper{
        padding: 0rem 0 2rem;
    }
   .ourvalues_wrapper .container-fluid{
        padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .ourvalues_wrapper .container-fluid .row{
        margin-bottom: 1rem;
    }
    .ourvalues_wrapper .container-fluid .row:nth-child(2),.ourvalues_wrapper .container-fluid .row:nth-child(4){
        flex-direction: column-reverse;
    }
}

/* news page */
.about_news .news_cards{
    padding: 6rem 0 4rem;
}
.about_news .news_cards .sub-para{
    font-weight: 400;
    max-width: 470px;
}
.news_selection{
     padding: 1rem;
     display: flex;
     gap: 1rem;
    background-color: #f3f3f3;
}
.news_selection a{
    padding: 0.5rem 1.5rem;
    background-color: #fff;
    font-size: var(--fnt_16);
line-height: 24px;
text-transform: uppercase;
color: #3b3c3e;
font-weight: 700;
font-family: "Roboto";
    text-decoration: none;
}
.news_selection a.active,.news_selection a:hover{
    background-color: var(--lightblack);
    color: #fff;
}
.news_selection select{
    padding: 2px 8px;
    font-size: var(--fnt_16);
    font-weight: 700;
    font-family: var(--roboto);
    text-transform: uppercase;
    color: var(--lightblack);
    cursor: pointer;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../assets/Arrow.png) no-repeat right 10px center #fff;
    background-size: 12px;
    padding-right: 2.5rem;
}
.custom-card-container .card {
    box-shadow: none;
    border: none;
	overflow:hidden;
	transition: 0.3s ease-in;
}
.custom-card-container .card .card-img{
	transition:0.3s ease-in;
	overflow:hidden;
	border-radius:0;
}
.custom-card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
     margin-top: 3.5rem;
}
.custom-card-container .card p.card-para{
    font-weight: 400;
    min-height: 110px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    max-width: 30ch;
}

.custom-card-container .card:hover {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    font-size: var(--fnt_16);
    cursor: pointer;
	border-radius:0;
	transition: 0.3s 
ease-in-out;
}

.custom-card-container .card .card-title {
    font-size: var(--fnt_24);
    line-height: 28px;
    margin-bottom: 1.5rem;
    color: #3b3c3e;
    font-weight: 700;
    font-family: "Roboto";
    display: -webkit-box;
    -webkit-line-clamp: 4;
    min-height: 115px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.custom-card-container .card:hover .card-title{
	color:var(--darkred);
}
.custom-card-container .card:hover .card-img img{
	transform:scale(1.1);
}

.custom-card-container .card .date {
    font-size: var(--fnt_16);
    line-height: 30px;
    color: #3b3c3e;
    font-weight: 700;
    margin: 0;
    font-family: "Roboto";
}

.custom-card-container .card .read_more{
    color: var(--lightred);
    text-decoration: none;
    font-size: 16px;
line-height: 30px;
color: #d80028;
font-weight: 700;
font-family: "Roboto";
display: flex;
align-items: center;
gap: 0.5rem;
}

.custom-card-container .card .card-body {
    padding: 1rem 1.5rem;
}

.custom-card-container .card img {
    width: 100%;
    height: auto;
    display: block;
	transition:0.3s ease-in;
}

.custom-card-container .card .share-wrapper {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
    align-items: center;
}

section.subscribe_letter{
    position: relative;
}
section.subscribe_letter .details_sec{
position: absolute;
top: 14%;
left: 32%;
max-width: 550px;
margin: auto;
}
section.subscribe_letter .details_sec .main-title{
    font-size: var(--fnt_42);
line-height: 46px;
text-transform: uppercase;
color: #ffffff;
font-family: var(--georamabold);
text-align: center;
 margin-bottom: 3rem;
}
section.subscribe_letter img{
    width: 100%;
}
section.subscribe_letter .details_sec input{
    width: 100%;
    display: block;
    font-size: 16px;
line-height: 24px;
color: #3b3c3e;
font-weight: 400;
font-family: "Roboto";
padding: 0.5rem 1rem;
border: none;
outline: none;
text-align: center;
margin-bottom: 6px;
}
section.subscribe_letter .details_sec button{
    width: 100%;
}
section.subscribe_letter .details_sec p{
    text-align: center;
    font-size: var(--fnt_14);
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-top: 6px;
}

@media(max-width:1399px){
    section.subscribe_letter .details_sec{
        left: 30%;
    }
}
@media(min-width:1599px){
    section.subscribe_letter .details_sec{
        left: 35%;
    }
}

.custom-card-container.recommended_news{
    margin-bottom: 2.5rem;
}
.pagination{
    padding: 0.6rem 0;
    justify-content: center;
    gap: 0.5rem;
    background-color:  #f3f3f3;
}
.pagination .page-btns{
    width: 42px;
    height: 42px;
    font-size: 18px;
line-height: 24px;
text-transform: uppercase;
color: var(--lightblack);
text-decoration: none;
font-weight: 700;
font-family: "Roboto";
display: flex;
align-items: center;
justify-content: center;
}
.pagination .page-btns.active,.pagination .page-btns:hover{
    background-color: #3b3c3e;
    color:#fff;
}
.news_recommended_cards .pagination{
    margin-bottom: 7rem;
}
.pagination .prev,.pagination .next{
    width: 42px;
    height: 42px;
    font-size: 18px;
line-height: 24px;
text-transform: uppercase;
color: var(--lightblack);
text-decoration: none;
font-weight: 700;
font-family: "Roboto";
display: flex;
align-items: center;
justify-content: center;
}

@media(max-width:768px){
    .about_news .news_cards{
        padding: 0rem 0 2rem;
    }
    .news_selection{
        gap: 0.5rem;
        flex-wrap: wrap;
        padding: 0.5rem;
    }
    .news_selection select{
        min-height: 40px;
    }
    .custom-card-container {
        margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
}
.custom-card-container .card .card-title,.custom-card-container .card p.card-para{
    min-height: 80px;
}
section.subscribe_letter .details_sec{
    left: 0;
    padding: 24px;
}
}

/* post inside */
.post-inside-wrapper{
    padding: 6rem 0 4rem;
}
.post-inside-wrapper .share-wrapper{
    display: flex;
    max-width: 750px;
    margin: auto;
    margin-bottom: 1.2rem;
    align-items: center;
}
.post-inside-wrapper .share-wrapper .date{
    font-size: var(--fnt_16);
    line-height: 30px;
    color: #3b3c3e;
    font-weight: 700;
    margin: 0;
     margin-right: 1rem;
    font-family: "Roboto";
}
.post-inside-wrapper .main-title{
    max-width: 750px;
    margin: auto;
}
.post-inside-wrapper .post_inside_thumbnail{
    width: 100%;
    margin-top: 2.6rem;
}
.post-inside-wrapper .content{
    max-width: 800px;
    margin: auto;
    padding: 3rem 0;
}
.post-inside-wrapper .content p{
    font-weight: 400;
}
.news_inside .inside_post_news{
    padding: 8rem 0 4rem ;
}
.inside_post_news .custom-card-container{
    display: unset;
}
.inside_post_news .custom-card-container .splide__arrow{
    background-color: rgba(216, 0, 40, 0);
    border: 2px solid var(--lightred);
    color: var(--lightred);
    height: auto;
    width: auto;
    top: -10%;
    padding: 1rem 2rem;
    width: 166px;
    height: 48px;
}
.inside_post_news .custom-card-container .splide__arrow i{
color: var(--lightred);
}

@media(max-width:768px){
    .inside_post_news .custom-card-container .splide__arrow{
        width: auto;
        padding: 1rem;
    }
    .post-inside-wrapper {
    padding: 2rem 0;
}
.news_inside .inside_post_news {
    padding: 6rem 0 2rem;
}
}

/* Mantinance tips */
main.mantiance_tips .hero img{
    width: 100%;
}
.mantiance_tips .main-content{
    max-width: 960px;
    margin: auto;
    padding: 4rem 0;
}
.mantiance_tips .main-title{
    max-width: 650px;
    margin: auto;
    margin-bottom: 4rem;
}
.mantiance_tips .main-content p{
    font-size: var(--fnt_24);
    font-weight: 400;
    letter-spacing: 0px;
line-height: 31px;
}
.mantiance_tips .main-content {
  counter-reset: para; /* initialize counter */
}

.mantiance_tips .main-content p {
  position: relative;
  padding-left: 6rem;
  max-width: 55ch;
  margin: auto;
}
.mantiance_tips .main-content .hoverred{
    padding: 2rem 0;
	position:relative;
/* 	transition: all 2s ease-in-out; */
}
/* .mantiance_tips .main-content .hoverred:hover{
    background-color: var(--darkred);
    color: #fff;
} */

/* .mantiance_tips .main-content .hoverred:hover .circle{
         margin-top: 0px;
    background-color: var(--darkred);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 0;
    transition: all 1s;
}


.mantiance_tips .main-content .hoverred:hover p{
    color: #fff;
}
.mantiance_tips .main-content .hoverred:not(:last-of-type){
    margin-bottom: 1rem;
}
.mantiance_tips .main-content p::before {
  counter-increment: para;
  content: counter(para);
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  font-size: var(--fnt_32);
  font-weight: bold;
  line-height: 42px;
  text-transform: uppercase;
  color: #3b3c3e;
  font-family: var(--georamabold);
  text-align: center;
	transition:all 1s;
}
.mantiance_tips .main-content .hoverred:hover p::before {
  background-color: #fff;
  color: var(--darkred);
} */
.mantiance_tips .main-content .hoverred {
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
/*   transition: color 0.3s ease; */
}

/* Create the sweeping background effect */
.mantiance_tips .main-content .hoverred::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0; /* start from left corner */
  width: 0;
  height: 100%;
  background-color: var(--darkred);
  z-index: 0;
  transition: width 0.5s ease;
}

/* On hover — background slides in from left to right */
.mantiance_tips .main-content .hoverred:hover::before {
  width: 100%;
}

/* Keep text above the overlay */
.mantiance_tips .main-content .hoverred p {
  position: relative;
  z-index: 1;
  transition: color 0.5s ease;
}

/* Smooth text color change */
.mantiance_tips .main-content .hoverred:hover p {
  color: #fff;
}

/* Space between items */
.mantiance_tips .main-content .hoverred:not(:last-of-type) {
  margin-bottom: 1rem;
}

/* Counter before each paragraph */
.mantiance_tips .main-content p::before {
  counter-increment: para;
  content: counter(para);
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  font-size: var(--fnt_32);
  font-weight: bold;
  line-height: 42px;
  text-transform: uppercase;
  color: #3b3c3e;
  font-family: var(--georamabold);
  text-align: center;
  transition: background-color 0.5s ease, color 0.5s ease;
}

/* Counter color change on hover */
.mantiance_tips .main-content .hoverred:hover p::before {
  background-color: #fff;
  color: var(--darkred);
}

main.mantiance_tips .smart-enquiry{
	top:10%;
}
main.mantiance_tips .main-title.mid-heading{
position:absolute;
    margin-bottom:0;
    color:#fff;
    top:45%;
    left:35%;
}
@media(max-width:768px){
	main.mantiance_tips .main-title.mid-heading{
	 top:25%;
    left:11%;
	}
    .mantiance_tips .main-content{
        padding: 2rem 0;
    }
    .mantiance_tips .main-title{
        margin-bottom: 1rem;
    }
    .mantiance_tips .main-content p::before{
        width: 48px;
    height: 38px;
    }
    .mantiance_tips .main-content p{
        padding-left: 4rem;
    }
    .mantiance_tips .main-content .hoverred{
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

/* let's Connect Form */
.connect-form{
padding:6rem 0 4rem;
}
input.custom,textarea.custom,select.custom {
    width: 100%;
    padding:12px 18px;
    width:100%;
    font-size: var(--fnt_18);
    line-height: 24px;
    color: var(--lightblack);
    font-weight: 400;
    font-family: "Roboto";
    background-color: rgb(248,248,248);
    border: none;
	margin-bottom:1rem;
    outline: none;
}
.connect-form p {
    margin-bottom: 0px;
}
.connect-form label{
width:100%;
	display:100%
}
.connect-form .form-sub-title{
font-family:var(--myriad);
	font-weight:300;
	max-width:100ch;
}
.connect-form .send_message {
    font-size: 22px;
    font-family: var(--roboto);
    font-weight: bold;
    margin-bottom: 1rem;
}
.connect-form button{
	width:100%;
}
.connect-form .left img{
	width:100%;
	margin-left:20px;
}
label:has(.custom_checkbox) {
     display:flex;
    align-items:center;
    margin: 0rem 0 1rem;
    gap: 12px;
}
label span{
    font-size:var(--fnt_16);
    font-weight:400;
    margin:0;
	font-family:var(--roboto);
    color:var(--lightblack);
}
label input.custom_checkbox{
	height: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    outline: none;
    border: 1px solid #ccc7c7;
    width: 30px;
    background-color: #f8f8f8;
}
input.custom_checkbox:checked {
  background: var(--darkred);
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M6.173 12.414l-3.89-3.89 1.414-1.415 2.476 2.476 5.657-5.657 1.414 1.414z'/></svg>");
  border-color: var(--darkred);
}


@media(min-width:768px){
.connect-form .left{flex: 0 0 66%;padding: 0;}
.connect-form .right{flex: 0 0 32%;padding: 0;}
}
@media(max-width:768px){
	.connect-form .left img{
margin-left:0;
	margin-top:1rem;}
	.connect-form {
    padding: 2rem 0;
}
}

/* Became a dealer */

main.became_dealer section.form-dealer {
    padding:6rem 0;
    text-align:center;
}

main.became_dealer section.form-dealer .main-title{
	margin-bottom: 1rem;
}

main.became_dealer section.form-dealer .sub-title{
    max-width:75ch;
	font-weight:400;
    margin:0 auto;
}

main.became_dealer section.form-dealer img.banner-img{
	width:100%;
	margin-bottom:4rem;
}

main.became_dealer .form-wrapper{
margin-top:4rem;
	background:#f8f8f8;
}
.footer-nav-section a{
	text-decoration:none;
}
.news_inside .splide__track{
	padding-bottom:5px;
}

@media(max-width:768px){
	section.red-banner h2.title::before{
		display:none;
	}
	.navbar-toggler:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    box-shadow: none;
}
	.navbar-nav {
    gap: 12px;
    padding-top: 1rem;
}


}