@import 'default.css';

html,
body {
    font-family: 'Roboto-Regular';
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden;
}

html {
    box-sizing: border-box;
}

.container90 {
    width: 90%;
    margin: 0 auto !important;
}

a {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:focus-visible {
    outline: 0;
}

.margin0 {
    margin: 0 auto !important;
}

.vc_column-inner {
    padding-top: 0px !important;
}

#topBar {
    background-color: var(--color-red);
    padding: 10px 0;
}

#topBar .row ul {
    display: flex;
    list-style-type: none;
    justify-content: left;
    margin: 0;
}

#topBar .row ul>li {
    color: var(--color-white);
    font-size: 0.75rem;
}

ul#menu-header-top-bar li a {
    color: var(--color-white);
    font-size: 0.75rem;
}


#topBar .row .columninfo_left ul>li>a {
    color: var(--color-white);
}

.mar0.vc_row {
    margin-bottom: 0 !important;
}

.columninfo_left {
    display: flex;
    align-items: center;
}

#topBar .columninfo_left ul {
    padding-left: 0;
}

#topBar .columninfo_left ul li {
    margin-right: 2rem;
}

#topBar .columninfo_left ul li h4 {
    font-size: 0.75rem;
    margin-bottom: 0;
}

#topBar .columninfo_right ul {
    display: flex;
    justify-content: end;
    align-items: center;
}

#topBar .columninfo_right ul li {
    margin-left: 2rem;
}

.searchStyle {
    z-index: 222;
    position: relative;
    left: 0;
}

.searchStyle::before {
    -ms-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    transform: skew(-25deg, 0deg);
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 100%;
    background: var(--color-red);
    left: -40px;
    top: 0;
}

.searchStyle {
    display: flex;
    align-items: center;
}

.searchStyle input {
    background: transparent;
    border: 0;
    border-bottom: 0.1rem solid var(--color-white);
    border-radius: 0;
    font-family: 'Roboto-Regular';
    color: var(--color-white);
    padding: 5px 10px 5px 25px;
    width: 100%;
}

.searchStyle input[type="text"]::placeholder {
    color: #bbb;
    padding: 5px 0px
}

.searchStyle .fa-magnifying-glass {
    color: var(--color-white);
    position: absolute;
    left: 0;
    top: 31px;
}

.searchStyle input:focus-visible {
    outline: 0;
}

#masthead .row .col-lg-2,
#masthead .row .col-lg-8,
#masthead .row .col-lg-2 {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

header#masthead {
    background-color: #000;
}

p {
    font-family: 'Roboto-Regular';
}

.ubermenu-skin-grey-white .ubermenu-submenu,
.ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-target {
    font-size: 14px;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.colorWhite {
    background-color: var(--color-white);
}

.colorRed {
    background-color: var(--color-red);
}

.colorRed {
    background-color: var(--color-black);
}

.custom-logo-link img {
    width: 109px;
    height: 58px;
}

.productCatalogue {
    background-color: var(--color-white);
    color: var(--color-red) !important;
    padding: 6px 12px;
    border-radius: 1rem;
}

.productCatalogue:hover {
    background-color: var(--color-black);
}

.productCatalogue:hover a {
    color: var(--color-white) !important;
    cursor: pointer;
}

.productCatalogue a {
    text-decoration: none;
    color: var(--color-red) !important;
}

/* .productCatalogue a:hover {
    color: var(--color-white) !important;
} */

#homesliderSec {
    border-bottom: 10px solid var(--color-red);
}

#paertnerSec {
    background-color: #cc1532;
}

.partnersLogo {
    width: 246px !important;
    height: 134px;
    margin: 0 auto;
}

/* New hover animation using transform and translate */
@keyframes hover-transform {
    0% {
        transform: translateY(100%);
        /* Start off-screen below */
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        /* Move to final position */
        opacity: 1;
    }
}

.item:hover h4.name,
.item:hover .link {
    opacity: 0;
    display: block !important;
    position: absolute;
    top: -350px;
    left: 0;
    right: 0;
    color: var(--color-white);
    font-family: 'Roboto-BoldCondensed';
    text-align: center;
    animation: 0.3s ease-in-out 0.5s 1 normal forwards running hover-transform;
}

.item:hover a.link {
    color: var(--color-white);
    font-family: 'Roboto-Light';
    font-size: 0.75rem;
    top: -350px;
    text-decoration: none;
}

.item {
    position: relative;
}

#sync2.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

#sync2 {
    margin-top: -80px;
}

.gwd-image-1dsy {
    position: absolute;
    top: -310px;
    left: 0;
    transform: translate(-50%, -100%) translate3d(0px, 130px, 0px) scale3d(0.4, 0.4, 0.4);
    opacity: 0;
    z-index: -999;
}

#sync2 .item::before {
    content: "";
    display: block;
    width: 263px;
    height: 49px;
    position: absolute;
    right: 15px;
    top: -50px;
    background-image: url('../images/base.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -999;
}

#sync2 .item:hover::before {
    opacity: 1;
}

#sync2 .item:hover .gwd-image-1dsy {
    display: block !important;
}

#sync1.owl-carousel .owl-item:hover img {
    transition: transform 0.2s linear;
    transform: scale(1.1);
}

#sync1.owl-carousel .owl-item img {
    transition-duration: 2s;
    height: auto;
}

@keyframes gwd-gen-b01ggwdanimation_gwd-keyframes {
    0% {
        transform: translate(-50%, -100%) translate3d(0px, 130px, 0px) scale3d(0.4, 0.4, 0.4);
        left: 50%;
        top: 50%;
        opacity: 0;
        animation-timing-function: ease;
    }

    100% {
        transform: translate(-50%, -100%) translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
        left: 50%;
        top: 0;
        opacity: 1;
        animation-timing-function: linear;
    }
}

.gwd-gen-b01ggwdanimation {
    animation: 0.5s linear 0s 1 normal forwards running gwd-gen-b01ggwdanimation_gwd-keyframes;
}

#bsVideos .ult-video {
    margin: 20px 0;
}

.exploreTyres_heading {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.exploreTyres_heading .uvc-headings-line {
    float: none;
    margin: 0 auto !important;
}

.exploreTyres_heading .uvc-main-heading h2 {
    color: var(--color-white);
    font-family: 'Roboto-BoldCondensed';
    font-size: 4rem;
    text-transform: uppercase;
}

.exploreTyres_heading .uvc-sub-heading {
    color: var(--color-white);
    font-size: 1rem;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    margin-top: 10px;
}

#explorecarousel {
    padding-top: 50px;
}

#explorecarousel ul {
    position: relative;
    /* Ensure the parent container has a positioning context */
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}

#explorecarousel ul li {
    color: var(--color-white);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    position: relative;
    cursor: pointer;
}

#explorecarousel ul li.current-cat::before {
    content: '';
    width: 100%;
    border: 3px solid var(--color-red);
    position: absolute;
    top: 58%;
    /* Adjust to center the border correctly */
    left: 0;
    display: block;
    right: 0;
    transform: translateY(-58%);
    /* Ensure it is vertically centered */
}

#explorecarousel ul::before {
    content: '';
    width: 100%;
    border: 3px solid var(--color-white);
    position: absolute;
    left: 0;
    top: 58%;
    /* Adjust to center the border correctly */
    transform: translateY(-58%);
    /* Ensure it is vertically centered */
}

#explorecarousel ul li a {
    display: block;
    color: var(--color-white);
    text-transform: uppercase;
    text-decoration: none;
    width: 80%;
    margin: 0 auto;
}

#explorecarousel .catIcon {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.selectMytyre_sec {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.selectMytyre_sec .uvc-headings-line {
    float: left;
    margin-left: 10% !important;
}

.selectMytyre_sec .uvc-main-heading h2,
.selectMytyre_sec .uvc-sub-heading {
    font-size: 3rem;
    color: var(--color-white);
    font-family: 'Roboto-BoldCondensed';
}

#exploremoreProduct.owl-carousel .owl-item img {
    width: 307px;
    margin: 0 auto;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

#exploremoreProduct .productTitle {
    display: none;
}

#exploremoreProduct .owl-item.active.center .productTitle {
    color: var(--color-black);
    text-align: center;
    display: block;
    font-family: 'Roboto-BoldCondensed';
    font-size: 20px;
    margin-top: 20px !important;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.1;
}

#exploremoreProduc .item {
    padding: 20px;
    margin: 20px;
}

#exploremoreProduc.owl-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

#exploremoreProduct .owl-stage-outer.owl-height {
    height: 550px !important;
}


#exploremoreProduct .owl-item.active.center {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

#exploremoreProduct .owl-stage {
    height: 550px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#exploremoreProduct .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

#exploremoreProduct .loading {
    color: var(--color-white);
    font-size: 3rem;
    text-align: center;
    margin-top: 100px;
}

#exploremoreProduct .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
}

#exploremoreProduct .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -10px;
    display: block !important;
}

#exploremoreProduct .owl-prev svg,
#exploremoreProduct .owl-next svg {
    color: #ccc;
    font-size: 2.5rem;
}

#exploremoreProduct .owl-item.active.center::before {
    content: "";
    display: block;
    width: 350px;
    height: 65px;
    position: absolute;
    right: 50px;
    top: 70%;
    background-image: url(../images/product-base.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

#absoluteSection {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
}

.embracingJourneys .uvc-main-heading h2 {
    font-size: 24px;
    font-family: var(--font-roboto-bold);
    text-align: left;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}

.embracingJourneys .uvc-sub-heading {
    font-size: 16px;
}

.content_Yoursafety .uvc-main-heading h2 {
    font-size: 55px;
    font-family: var(--font-roboto-bold);
    text-align: left;
    color: var(--color-white);
    margin-bottom: 15px !important;
    text-transform: uppercase;
}

.content_Yoursafety .uvc-sub-heading {
    font-size: 16px;
    color: var(--color-white);
    text-align: justify;
    line-height: 1.5;
}

.partnerSHRC .uvc-main-heading h2 {
    font-size: 46px;
    font-family: var(--font-roboto-bold);
    text-align: left;
    color: var(--color-white);
    margin-bottom: 15px !important;
    text-transform: uppercase;
}

.partnerSHRC .uvc-sub-heading {
    font-size: 16px;
    color: var(--color-white);
    text-align: justify;
    line-height: 1.5;
}

.explorebnR img {
    margin-bottom: 15%;
}

.buttonStyle a.ubtn-link .ubtn {
    font-family: var(--font-roboto-bold);
    font-size: 1rem;
}

.btnManifesto {
    padding-top: 25px;
    margin-bottom: 0px !important;
}

.btnManifesto a.ubtn-link .ubtn {
    background: transparent !important;
    padding-left: 0;
}

.btnManifesto a:hover {
    color: var(--color-red);
}

.btnManifesto .ubtn-sep-icon.ubtn-sep-icon-at-right .ubtn-icon {
    right: 5px;
}

.heading_Dealerlocator .uvc-main-heading h2 {
    font-size: 60px;
    color: var(--color-red);
    font-family: var(--font-roboto-bold);
    text-align: left;
    text-transform: uppercase;
}

.heading_Dealerlocator .uvc-sub-heading {
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
}

.contentBlockcertificate {
    margin: 0 auto !important;
    background-color: #000000b0;
    padding: 50px 25px;
}

.contentBlockcertificate {
    position: relative;
    overflow: visible;
}

.abc .vc_col-sm-12::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 100%;
    background: var(--color-red);
    left: 50%;
    top: 0;
    z-index: 999;
    transform: skew(-30deg, 0deg) translateX(-50%);
    -ms-transform: skew(-30deg, 0deg) translateX(-50%);
    -webkit-transform: skew(-30deg, 0deg) translateX(-50%);

}

.contentBlockcertificate .wpb_content_element p {
    color: var(--color-white);
}

.innovatingINharmony {
    padding-right: 60px !important;
}

.innovating .uvc-main-heading h2,
.innovating .uvc-sub-heading {
    color: #FFF;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: var(--font-roboto-bold);
    margin-bottom: 15px;
}

.tryeonTheroad .uvc-main-heading {
    font-size: 2rem;
    color: var(--color-white);
    text-transform: uppercase;
    font-family: var(--font-roboto-bold);
}

.tryeonTheroad .uvc-sub-heading {
    font-size: 5rem;
    color: var(--color-white);
    font-family: var(--font-roboto-bold);
}

.mytyreLabel .uvc-main-heading {
    text-transform: uppercase;
    font-family: var(--font-roboto-bold);
    color: var(--color-white);
}

#findVehicle .searchTyreBtn {
    text-transform: uppercase;
    color: var(--color-white);
    background-color: var(--color-black);
    border: 0;
    padding: 15px 50px;
    border-radius: 25px;
}

#findVehicle .searchTyreBtn:hover {
    background-color: var(--color-white);
    color: var(--color-black);
    transition: all 0.5s;
}

#findVehicle .form-select {
    border-radius: 25px;
}

.heading_GoodToknow {
    padding: 50px 0;
}

.heading_GoodToknow .uvc-main-heading h2 {
    font-size: 3rem;
    color: var(--color-red);
    text-transform: uppercase;
    font-family: var(--font-roboto-bold);
}

.columnA .vc_col-sm-4 .wpb_raw_html .wpb_wrapper {
    overflow: hidden;
    position: relative;
}

.columnA .wpb_raw_html img,
.columnB .wpb_raw_html img,
.columnC .wpb_raw_html img {
    transition-duration: 2s;
}

.columnA .wpb_raw_html img:hover,
.columnB .wpb_raw_html img:hover,
.columnC .wpb_raw_html img:hover {
    transition: all 0.2s linear;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.columnB {
    width: 35.333% !important;
}

.columnC {
    width: 29.333% !important;
}

/* .columnA .title {
    width: 300px;
} */

.columnB .flatTyre .title {
    width: 250px;
}

.columnB .title,
.columnC .title {
    width: 360px;
}

.tiles .wpb_raw_code {
    margin-bottom: 0px;
}

.tiles .tile {
    display: inline-block;
    margin: 10px;
    text-align: left;
    opacity: 0.99;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.tiles .tile:before {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transition-property: top, opacity;
    transition-duration: 0.3s;
}

.tiles .tile img {
    display: block;
    max-width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.tiles .tile .details {
    font-size: 16px;
    padding: 20px;
    color: var(--color-white);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.tiles .tile .details .title {
    font-family: var(--font-roboto-bold);
    font-size: 1.75rem;
    text-transform: uppercase;
    line-height: 1.1;
    opacity: 1;
}

.tiles .tile .details span {
    display: block;
    opacity: 0;
    position: relative;
    top: 50px;
    transition-property: top, opacity;
    transition-duration: 0.3s;
    transition-delay: 0s;
}

.tiles .tile:focus:before,
.tiles .tile:focus span,
.tiles .tile:hover:before,
.tiles .tile:hover span {
    opacity: 1;
}

.tiles .tile:focus:before,
.tiles .tile:hover:before {
    top: 50%;
}

.tiles .tile:focus span,
.tiles .tile:hover span {
    top: 0;
}

.tiles .tile:focus .title,
.tiles .tile:hover .title {
    transition-delay: 0.15s;

}

.tiles .tile:focus .info,
.tiles .tile:hover .info {
    transition-delay: 0.25s;
}

#dealerMap_sec {
    height: 380px;
}

.tyreform {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

#dealerForm {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

#dealerForm select {
    padding: 15px;
    border-radius: 30px;
}

#dealerForm .searchbtn {
    padding: 15px 40px;
    border-radius: 30px;
    font-family: 'Roboto-BoldCondensed';
    color: var(--color-red);
    border: 0;
}

#dealerForm .searchbtn:hover {
    background-color: var(--color-black);
    color: var(--color-white);
    transition: all 0.5s;
}

.tryeCollageImage img {
    margin-top: -27%;
}

.mapImageGrey img {
    margin-top: -60%;
}

.mapImageGreen img {
    margin-top: -84%;
}

#mapSection .mapImageGreen {
    opacity: 0;
    visibility: hidden;
}

#mapSection .wpb_wrapper:hover .mapImageGrey {
    opacity: 0;
    visibility: hidden;
}

#mapSection .wpb_wrapper:hover .mapImageGreen {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

#embracingJourney_sec {
    background-image: url('../images/Embracing-Journeys.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#embracingJourney_sec .vc_col-sm-12::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 75%;
    height: 100%;
    background: var(--color-white);
    -ms-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    transform: skew(-25deg, 0deg);
}

#embracingJourney_sec .vc_col-sm-12::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 45px;
    height: 100%;
    background-color: var(--color-red);
    left: 75%;
    top: 0;
    -ms-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    transform: skew(-25deg, 0deg);
}

#embracingJourney_sec .vc_col-sm-4 .wpb_single_image img {
    width: 70%;
}

#onTheRoad .vc_col-sm-4 .uvc-heading .uvc-main-heading h2 {
    font-family: var(--font-roboto-bold);
    font-size: 1.75rem;
    text-transform: uppercase;
    color: var(--color-white);
}

#onTheRoad .vc_col-sm-4 .uvc-sub-heading {
    font-family: var(--font-roboto-regular);
    font-size: 1.75rem;
    text-transform: uppercase;
    color: var(--color-white);
}

#onTheRoad .vc_col-sm-4 .wpb_content_element ul {
    font-family: var(--font-roboto-regular);
    list-style-type: none;
    margin-top: 25px;
    margin-left: 0;
    padding-left: 0;
    color: var(--color-white);
}

/* 
.rightColumn_forbran {
    position: relative;
    z-index: -111;
}

.rightColumn_forbran .uvc-heading .uvc-main-heading h2 {
    font-family: 'Roboto-BoldCondensed';
    font-size: 1.75rem;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 50px;
}

.rightColumn_forbran .uvc-sub-heading {
    font-family: 'Roboto-Regular';
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 50px;
}

.rightColumn_forbran .vc_column-inner {
    background-blend-mode: multiply;
    background-color: #cc1532;
}

.rightColumn_forbran .wpb_wrapper {
    width: 65%;
    margin: 0 auto;
    display: inline-block;
} */



.columnBrandCommunication .uvc-heading .uvc-main-heading h2 {
    font-family: var(--font-roboto-bold);
    font-size: 1.75rem;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 50px;
}

.columnBrandCommunication .uvc-sub-heading {
    font-family: var(--font-roboto-regular);
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 50px;
}

.columnBrandCommunication {
    background-blend-mode: multiply;
    background-color: #cc1532;
    background-image: url('../images/brand-communication.webp') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    height: 60vh;

    /*
    background-position: bottom -80px left;
   clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%); 
   */
}

/* .columnBrandCommunication .vc_col-sm-8 .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
} */

.columnBrandCommunication .vc_col-sm-8 .ult-video {
    margin: 0px;
}

/* .columnBrandCommunication .wpb_wrapper {
    width: 65%;
    margin: 0 auto;
    display: inline-block;
} */

/* .columnBrandCommunication::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 65px;
    height: 37.5vh;
    background-color: var(--color-red);
    right: 11px;
    top: 0;
    -ms-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    transform: skew(-25deg, 0deg);
    z-index: 222;
} */
.whyGTR-points {
    margin-bottom: 0px !important;
    margin-top: 25px;
}

.whyGTR-points .uavc-list {
    display: grid;
    grid-template-rows: repeat(4, 35px);
    grid-auto-flow: column;
}

.whyGTR-points .uavc-list li .uavc-list-desc {
    font-size: 1.2rem;
}

.whyGTR-points .uavc-list li {
    position: relative;
}

.whyGTR-points .uavc-list li::before {
    content: "";
    display: block;
    width: 40px;
    height: 7px;
    position: absolute;
    left: -10px;
    top: 15px;
    background-image: url(../images/currentItem.png);
    background-size: cover;
    background-repeat: no-repeat;
}


#brandCommunication_sec {
    background-position: right !important;
}

#brandCommunication_sec .vc_col-sm-6 .vc_column-inner {
    padding: 0px;
}

.clickHere_Button a {
    font-size: 1rem;
    font-family: var(--font-roboto-regular);
    text-transform: uppercase;
    color: var(--color-white);
    text-decoration: none;
    position: relative;
}

.clickHere_Button a::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    border-bottom: 1px solid var(--color-red);
    width: 70px;
    display: inline-block;
}

.rightColumn_forHelp .vc_column-inner {
    position: relative;
    z-index: 22222;
}

#achieversZalmi {
    background-image: url('../images/zalmi-thumbnail.jpg') !important;
    background-position: 0;
    background-repeat: no-repeat !important;
    height: 680px;
    background-size: cover;
}


footer {
    background-color: var(--color-black);
    padding: 25px 0;
    border-top: 25px solid var(--color-red);
}

.wp-block-code code {
    color: var(--color-white);
    text-align: justify;
    font-size: 12px;
    font-family: var(--font-roboto-regular);
}

#menu-footer-menu {
    display: grid;
    grid-gap: 0 60px;
    grid-template-rows: repeat(5, 30px);
    grid-auto-flow: column;
    padding-left: 0;
}

#menu-footer-menu>li>a {
    color: var(--color-white);
    font-family: var(--font-roboto-regular);
    font-size: 12px;
    text-decoration: none;
}

#menu-footer-menu>li>a:hover {
    color: var(--color-red);
    transition: all 0.5s;
}

.copyright p {
    margin: 15px 0;
    color: var(--color-black);
    text-align: left;
    font-family: var(--font-roboto-bold);
    text-transform: uppercase;
    font-size: 0.8rem;
}

.float-right {
    float: right;
}

.otherLinks {
    display: flex;
    justify-content: center;
}

.otherLinks .widget-title {
    font-family: var(--font-roboto-bold);
    color: #FFF;
}

.newsletterColumn input[type="email"] {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 5px 15px;
    font-family: var(--font-roboto-regular);
    font-size: 1rem;
    color: #FFF;
    width: 100%;
}

.newsletterColumn input[type="email"]:hover,
.newsletterColumn input[type="email"]:focus {
    outline: 0;
}

.newsletterColumn input[type="email"]::placeholder {
    color: var(--color-white);
    font-family: var(--font-roboto-regular);
    font-size: 1rem;
}

.newsletterColumn input[type="submit"] {
    background-color: #FFF;
    border-radius: 0;
    border: 0;
    padding: 10px 15px;
    clear: both;
}

.site-footer #block-2 .wp-block-image figure {
    margin-top: 0;
    margin-bottom: 0;
}

.site-footer .wpcf7-spinner {
    display: none;
}

.newsletterColumn .wpcf7-not-valid-tip {
    color: #000000;
    font-size: 14px;
}

.newsletterColumn .col-md-7 p {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.newsletterColumn .col-md-7 .col-md-12 {
    background-color: #cc1532;
    padding: 15px 20px 40px !important;
}

.newsletterColumn .col-md-7 .col-md-12 .newsletterColumn .col-md-7 {
    float: left;
}

.newsletterColumn .col-md-7 h4 {
    font-size: 22px;
    font-family: var(--font-roboto-bold);
    color: #FFF;
}

.newsletterColumn .col-lg-5 {
    float: left;
    margin-left: -20px;
    margin-top: 28px;
}

.newsletterColumn .wpcf7 form.failed .wpcf7-response-output,
.newsletterColumn .wpcf7 form.aborted .wpcf7-response-output {
    color: #FFF;
    font-size: 12px;
}

.socialMedia {
    clear: both;
}

.socialMedia #block-9,
.socialMedia #block-10 {
    margin-top: 20px;
}

.socialMedia #block-9 {
    display: inline-block;
}

.socialMedia #block-10 {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.socialMedia #block-10 h4 {
    font-size: 22px;
    font-family: 'Roboto-BoldCondensed';
    color: #FFF;
}

.socialMedia .wp-block-social-links .wp-social-link svg {
    height: 0.75em;
    width: 0.75em;
}

/* Product Page */
#productslider_AbsoluteSection {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    padding-top: 50px;
}

.productslider_heading {
    text-align: center !important;
    width: 60%;
    margin: 0 auto;
}

.productslider_heading .uvc-headings-line {
    margin: 0 auto !important;
    float: none !important;
}

.productslider_heading .uvc-main-heading h2 {
    color: var(--color-white);
    font-family: 'Roboto-BoldCondensed';
    font-size: 4rem;
    text-transform: uppercase;
}

.productslider_heading .uvc-sub-heading {
    color: var(--color-white);
    font-size: 1rem;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    margin-top: 10px;
}

.productPage .vc_col-sm-12 {
    margin-bottom: 15%;
}

#singleProduct .productColumn {
    display: flex;
    align-items: center;
    padding-right: 5%
}

.product-media {
    position: relative;
    width: 45%;
}

.product-title {
    color: var(--color-black);
    font-family: 'Roboto-BoldCondensed';
    font-size: 2.5rem;
    position: relative;
}

.product-title::after {
    content: "";
    display: inline-block;
    border-bottom: 2px solid var(--color-red);
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    width: 25%;
    padding-bottom: 10px;
}

#product_KV_slider.owl-carousel .owl-item {
    overflow: hidden;
}

#product_KV_slider.owl-carousel .owl-item .item img {
    height: auto !important;
    transition-duration: 2s;
}

#product_KV_slider.owl-carousel .owl-item .item img:hover {
    transition: all 0.2s linear;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.productCateTitle {
    font-size: 1rem;
}

.product-shortdesc {
    font-size: 1.125rem;
    font-family: 'Roboto-Regular';
    margin-bottom: 15%;
    margin-top: 10px;
}

.findAdealer {
    font-family: var(--font-roboto-regular);
    color: var(--color-black) !important;
    text-transform: uppercase;
    position: relative;
    font-size: 1rem;
}

.findAdealer::before {
    content: "";
    display: inline-block;
    border: 1px solid var(--color-red);
    position: absolute;
    left: 0;
    top: 23px;
    width: 17%;
}

.findAdealer:hover,
.findAdealer:focus {
    color: var(--color-black);
}

.findAdealer::after {
    content: "";
    position: absolute;
    top: 12%;
    left: 130px;
    width: 20px;
    height: 20px;
    background-image: url(../images/chevron-right-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pointer_info span {
    display: block;
    font-family: var(--font-roboto-regular);
}

.pointer_info span b {
    color: var(--color-black);
    font-weight: 700;
}

.wpgmp-map-1 .wpgmp_location_category.fc-badge.info {
    font-family: var(--font-roboto-regular);
    text-transform: capitalize;
}

.wpgmp_infowindow.fc-infowindow-default .fc-item-title {
    font-family: var(--font-roboto-regular);
    color: var(--color-black);
}

.wpgmp_location_title a.place_title {
    font-family: var(--font-roboto-bold);
    color: var(--color-red) !important;
}

.product-media .primary-product {
    display: block;
    transition: opacity 0.3s ease-in-out;
}

.product-media .hoverTyreangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.product-media:hover .primary-product {
    opacity: 0;
}

.product-media:hover .hoverTyreangle {
    opacity: 1;
}

.product-info {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: center;
}

.product-media,
.product-image {
    position: relative;
}

.product-tagE24 {
    position: absolute;
    right: 60px;
    top: 80%;
    display: inline-block;
    text-align: right;
    background-color: var(--color-red);
    color: var(--color-white);
    font-family: 'Roboto-Regular';
    font-size: 1.5rem;
    width: 150px;
    padding: 5px 10px;
    margin-bottom: 0;
    z-index: -999;
}

.customerBenefits_Points {
    padding-right: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customerBenefits_Points div {
    position: relative;
}

.customerBenefits_Points h1 {
    color: var(--color-black);
    font-family: 'Roboto-BoldCondensed';
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.customerBenefits_Points h1::before {
    content: "";
    display: inline-block;
    border: 2px solid var(--color-red);
    position: absolute;
    left: 0;
    top: 60px;
    width: 50%;
}

.customerBenefits_Points ul>li {
    font-family: 'Roboto-Regular';
    font-size: 1.125rem;
    line-height: 2;
}

#handlingtechnolog {
    position: relative;
}


.productFeature_img {
    display: flex;
    justify-content: center;
}

.productFeature_img img {
    top: 0;
    position: relative;
    z-index: -9999;
}

.productFeature_content {
    padding-left: 95px;
    padding-right: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productFeature_content h1 {
    color: var(--color-black);
    font-family: 'Roboto-BoldCondensed';
    font-size: 3rem;
    text-transform: uppercase;
    position: relative;
}

.productFeature_content h1::before {
    content: "";
    display: inline-block;
    border: 2px solid var(--color-red);
    position: absolute;
    left: 0;
    top: 60px;
    width: 50%;
    margin-bottom: 20px;
}

.productFeature_content ul>li {
    font-family: 'Roboto-Regular';
    font-size: 1.125rem;
    line-height: 2;
    color: var(--color-black);
}

.tyre_details h1 {
    color: var(--color-black);
    font-family: 'Roboto-BoldCondensed';
    font-size: 2.5rem;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid var(--color-red);
}

table.tyre_details_table tbody tr {
    border-color: #ce0e2d;
}

.section-header {
    color: var(--color-red) !important;
}

#section_tyre_details {
    padding: 75px 0px;
}

.makeTypemodel {
    background-color: var(--color-black);
    padding: 50px 0px;
}

table.vehicle_details_table thead tr th,
table.vehicle_details_table tbody tr {
    border-color: #ce0e2d;
    text-transform: uppercase;
}

table.vehicle_details_table thead tr th,
table.vehicle_details_table tbody tr td {
    background-color: transparent;
    color: var(--color-white);
    text-transform: uppercase;
}

.vehicle_details_table .section-header {
    vertical-align: middle;
    color: var(--color-white) !important;
}

#product_KV_slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    padding: 15px !important;
    background-color: var(--color-white);
    border-radius: 25px;
    width: 50px;
    height: 50px;
}

#product_KV_slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    padding: 15px !important;
    background-color: var(--color-white);
    border-radius: 25px;
    width: 50px;
    height: 50px;
}

#product_KV_slider .owl-nav button.owl-prev:hover,
#product_KV_slider .owl-nav button.owl-next:hover {
    background-color: var(--color-red);
    transition: all 0.5s;
    color: #FFF;
}

#product_KV_slider .owl-nav button svg {
    font-size: 20px;
}

#product_KV_slider {
    padding: 50px 0px;
}

.product-item.col-lg-3 {
    border: 0.35rem solid transparent;
    position: relative;
    margin-bottom: 50px;
}

.product-item.col-lg-3::after {
    content: "";
    display: block;
    width: 350px;
    height: 65px;
    position: absolute;
    right: 50px;
    top: 63%;
    background-image: url(../images/product-base.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    z-index: -9999;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

.categoryBanner {
    border-bottom: 8px solid var(--color-red);
}

.filtertemp-featured {
    border-bottom: 8px solid var(--color-red);
}

.filterproduct_result {
    margin-top: 50px;
    margin-bottom: 50px;
}

.categorytitle {
    font-family: var(--font-roboto-bold);
    position: relative;
    font-size: 3rem;
    text-transform: uppercase;
    margin: 50px 0;
}

.categorytitle::before {
    content: "";
    display: inline-block;
    border: 2px solid var(--color-red);
    position: absolute;
    left: 0;
    top: 55px;
    width: 20%;
}

.cat-product-title {
    color: var(--color-black);
    font-family: var(--font-roboto-bold);
    margin: 8px 0;
    font-size: 1.5rem;
    line-height: 1.1;
}

.cat-product-info {
    color: var(--color-black);
    font-family: var(--font-roboto-light);
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0px;
}

.product-thumbnail,
.pr-image {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.product-thumbnail .primary-image {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.product-thumbnail .hover-image,
.pr-image .productImageHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-thumbnail:hover .primary-image,
.pr-image:hover .productImageFront {
    opacity: 0;
}

.product-thumbnail:hover .hover-image,
.pr-image:hover .productImageHover {
    opacity: 1;
}

.cat-productDetails {
    height: 125px;
    padding: 8px;
}

.innerPage_template .innerPage_row {
    padding: 50px 0;
}

.pageTitle {
    font-family: var(--font-roboto-bold);
    position: relative;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: left;
}

.pageContent {
    text-align: left;
}

.pageTitle::before {
    content: "";
    display: inline-block;
    border: 2px solid var(--color-red);
    position: absolute;
    left: 0;
    top: 54px;
    width: 10%;
}

ul.sidebarMenu,
ul.sidebarBOD {
    list-style-type: none;
}

ul.sidebarMenu li,
ul.sidebarBOD li {
    font-family: var(--font-roboto-light);
    border-bottom: 1px solid var(--color-black);
    padding: 15px 0;
}

ul.sidebarBOD li a {
    text-transform: uppercase;
    font-size: 1.1rem !important;
}

ul.sidebarMenu li a {
    font-size: 1.5rem;
    color: var(--color-black);
}

ul.sidebarBOD li a {
    font-size: 1.5rem;
    color: var(--color-black);
}

ul.sidebarMenu li.active a {
    font-family: var(--font-roboto-bold);
    color: var(--color-red);
}


ul.sidebarMenu li a:hover {
    color: var(--color-red);
    transition: all 0.5s ease;
}

ul.sidebarBOD li a:hover {
    color: var(--color-red);
    transition: all 0.5s ease;
}

ul.sidebarMenu li a:focus {
    outline: 0;
    border: 0;
}

ul.sidebarBOD li a:focus {
    outline: 0;
    border: 0;
}

ul.sidebarMenu li.active {
    position: relative;
}

ul.sidebarBOD li.bod_active {
    position: relative;
}

ul.sidebarMenu li.active::before {
    content: "";
    display: block;
    width: 72px;
    height: 13px;
    position: absolute;
    left: -75px;
    top: 27px;
    background-image: url(../images/currentItem.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -9999;
}

.styleHeading .uvc-main-heading h2 {
    font-family: var(--font-roboto-bold);
    position: relative;
    font-size: 2rem;
    text-transform: capitalize;
    text-align: left;
}

.styleHeading .uvc-main-heading {
    margin-bottom: 15px;
}

.styleHeading .uvc-main-heading h2::before {
    content: "";
    display: inline-block;
    border: 2px solid var(--color-red);
    position: absolute;
    left: 0;
    top: 35px;
    width: 8%;
}

.mission .uvc-sub-heading ul {
    line-height: 1.5;
}



:root {
    --d: 2500ms;
    --angle: 90deg;
    --gradX: 100%;
    --gradY: 50%;
    --c1: #cc1532;
    --c2: rgba(168, 239, 255, 0.1);
}

.product-item:hover,
.prColumn:hover {
    border: 0.35rem solid;
    border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
    animation: borderRotate var(--d) linear infinite forwards;
}

@property --angle {
    syntax: '<angle>';
    initial-value: 90deg;
    inherits: true;
}

@property --gradX {
    syntax: '<percentage>';
    initial-value: 50%;
    inherits: true;
}

@property --gradY {
    syntax: '<percentage>';
    initial-value: 0%;
    inherits: true;
}

@keyframes borderRotate {
    100% {
        --angle: 420deg;
    }
}

.bod-details {
    text-align: center;
    margin: 15px 0;
    width: 93%;
}

.bod-item h4 {
    font-size: 1.125rem;
    font-family: var(--font-roboto-bold);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.csr-content {
    text-align: justify;
}

.bod-item a {
    color: var(--color-black);
}

.bod-item a:hover .bod-details h4,
.bod-item a:hover .bod-details p {
    color: var(--color-red);
}

.bod-item p {
    font-family: var(--font-roboto-light);
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.bod-item img {
    width: 100%;
}

.bod-item {
    margin-bottom: 50px !important;
}

.bod_single_template {
    padding: 50px 0;
}

.profileContent .row {
    display: flex;
    align-items: center;
}

.profileContent .col-lg-12 {
    padding-top: 25px;
}

.profileContent .bodName {
    font-family: var(--font-roboto-bold);
    font-size: 2rem;
    text-transform: uppercase;
}

.profileContent .bodDesignation {
    font-family: var(--font-roboto-light);
}

.skills {
    font-size: 1.5rem;
    font-family: var(--font-roboto-bold);
    text-transform: uppercase;
}

.bcm {
    font-family: var(--font-roboto-bold);
    text-transform: uppercase;
}

.annualReport,
.quarterlyReport {
    margin-bottom: 50px;
}

.annualReport-details h4 {
    font-family: var(--font-roboto-bold);
    font-size: 1.3rem;
    width: 40%;
    color: var(--color-black);
    margin-left: 8%;
    line-height: 1;
}

.annualReport-details a {
    position: relative;
}

.featured_title img.annual_pdfIcon {
    display: none;
}

.featured_title .annualReport-details h4 {
    position: absolute;
    top: -22px;
    right: -30px;
    display: inline-block;
    margin: 0;
    width: 35%;
}

.annual_pdfIcon {
    margin-top: -50px;
}

.quarterlyReport-details h4 {
    font-family: var(--font-roboto-bold);
    width: 60%;
    height: 60px;
    font-size: 1.1rem;
    color: var(--color-black);
    margin: 0 auto;
    text-align: center;
}

.quarterly_featuredImg {
    border: 5px solid var(--color-red);
    max-height: 450px !important;
}

.quarterly_pdfIcon {
    margin-top: -56px;
}

a.pdfBox {
    color: var(--color-black);
}

.pdfBox h5 {
    width: 60%;
    height: 50px;
    font-size: 1.1rem;
    margin-left: 18%;
}

.pdfbtn {
    float: right;
    margin-top: -58px;
}

#onTheRoad .vc_col-sm-7 .vc_custom_1736927072286 {
    height: 50vh;
    background-size: cover !important;
    background-position: bottom !important;
    /* clip-path: polygon(0 0, 100% 0%, 86% 100%, 0 100%); */
}

#onTheRoad .vc_col-sm-8 .vc_custom_1736928514513 {
    height: 50vh;
}

.bgonTheRoad {
    position: relative;
}

.nurturingGeneration .wpb_text_column p {
    color: #FFF;
    font-size: 1rem;
    text-align: justify;
}

.nurturingGeneration .uvc-main-heading h2 {
    font-size: 22px;
    font-family: var(--font-roboto-bold);
    color: var(--color-white);
    text-transform: uppercase;
}

.nurturingGeneration .uvc-sub-heading {
    font-size: 60px;
    font-family: var(--font-roboto-bold);
    color: #ffc20e;
    text-transform: uppercase;
    text-align: left;
}

.lightHeading strong {
    color: var(--color-red);
}

.newsDetails {
    margin: 15px 0px;
}

.newsevents.owl-carousel .owl-item .newsItems img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 5px solid var(--color-red);
}

.newsItems a .newsDetails h4 {
    font-family: var(--font-roboto-light);
    color: var(--color-black);
    font-size: 1.3rem;
    height: 50px;
    text-transform: uppercase;
}

.newsItems a {
    position: relative;
}

.newsItems a::after {
    content: "";
    display: block;
    width: 219px;
    height: 41px;
    position: absolute;
    right: -14px;
    top: 71%;
    background-image: url(../images/news-label.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.newsItems .newsDate {
    position: absolute;
    right: 4px;
    top: 77%;
    display: inline-block;
    font-size: 10px;
    color: var(--color-white);
    z-index: 222;
    text-transform: capitalize;
    margin-bottom: 0;
}

.newsevents .owl-nav .owl-prev span,
.newsevents .owl-nav .owl-next span {
    display: none;
}

.newsevents .owl-nav,
.routine-carousel-navigation {
    text-align: center;
    margin-top: 80px;
}

.routine-carousel-navigation {
    position: absolute;
    top: 88%;
    left: 0;
    right: 0;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    width: 20%;
    margin: 0 auto;
    color: var(--color-red);
}

.newsevents .owl-nav .owl-prev {
    width: 67px;
    height: 10px;
    display: inline-block;
    background-image: url('../images/arrow-previous.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 3%;
}

.newsevents .owl-nav .owl-next {
    width: 67px;
    height: 10px;
    display: inline-block;
    background-image: url('../images/arrow-next.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-left: 3%;
}

.newsItems a {
    color: var(--color-black);
}

.news_redMore {
    color: var(--color-black);
    position: relative;
    float: left;
}

.news_redMore:hover {
    color: var(--color-red);
    transition: all 0.5ms ease-in;
}

.news_redMore::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    border-bottom: 2px solid var(--color-red);
    width: 60px;
    display: inline-block;
}

.news_redMore::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -50%;
    width: 20px;
    height: 20px;
    background-image: url(../images/chevron-right-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sportsEvents,
.dealersTriptours,
.annualSalesMC,
.sectionAutomechanika,
.secExhibition {
    margin-top: -250px !important;
}

.sportsEvents .uvc-main-heading h2,
.dealersTriptours .uvc-main-heading h2,
.annualSalesMC .uvc-main-heading h2,
.sectionAutomechanika .uvc-main-heading h2,
.secExhibition .uvc-main-heading h2 {
    font-size: 60px;
    font-family: var(--font-roboto-bold);
    color: var(--color-white);
    text-transform: uppercase;
    margin-bottom: 50px !important;
    position: relative;
}

.sportsEvents .uvc-main-heading h2::before,
.dealersTriptours .uvc-main-heading h2::before,
.annualSalesMC .uvc-main-heading h2::before,
.sectionAutomechanika .uvc-main-heading h2::before,
.secExhibition .uvc-main-heading h2::before {
    content: "";
    position: absolute;
    top: 95%;
    left: 0;
    border-bottom: 2px solid var(--color-white);
    width: 15%;
    display: inline-block;
}

.latestnews-thumbnail img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border: 5px solid var(--color-red)
}

.latestnews-item {
    width: 90%;
}

.latestnews-item h4 {
    font-family: var(--font-roboto-light);
    color: var(--color-black);
    font-size: 2rem;
    height: 77px;
    margin-top: 15px;
    margin-bottom: 15px;
}

a.latest-news-list:focus-visible {
    outline: 0;
}

.latestnews_redMore {
    color: #000;
    position: relative;
    float: left;
}

.latestnews_redMore:hover {
    color: var(--color-red);
    transition: all 0.5ms ease-in;
}

.latestnews_redMore::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    border-bottom: 2px solid var(--color-red);
    width: 60px;
    display: inline-block;
}

.latestnews_redMore::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -50%;
    width: 20px;
    height: 20px;
    background-image: url(../images/chevron-right-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.latestnews-item,
.latestnews-thumbnail {
    position: relative;
}

.latestnews-thumbnail::after {
    content: "";
    display: block;
    width: 366px;
    height: 68px;
    position: absolute;
    right: -23px;
    top: 86%;
    background-image: url(../images/product-base.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.latestnews-date {
    position: absolute;
    right: 0;
    top: 79%;
    display: inline-block;
    font-size: 1rem;
    color: var(--color-white);
}

.title_latestnews .uvc-main-heading h2 {
    font-size: 3rem !important;
    font-family: var(--font-roboto-bold);
    color: var(--color-black);
}

.title_latestnews {
    padding: 50px 0px;
}

.title_latestnews .uvc-main-heading h2 {
    position: relative;
}

.title_latestnews .uvc-main-heading h2::after {
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    border-bottom: 2px solid var(--color-red);
    width: 160px;
    display: inline-block;
}

.singleTemplate_newsevents {
    padding: 50px 0px;
}

.singleTemplate_newsevents .row {
    display: flex;
    align-items: center;
}

.singleTemplate_newsevents .col-lg-7 {
    padding: 0 0 0 30px !important;
}

.singleTemplate_newsevents .col-lg-7 h1 {
    font-size: 2.25rem;
    font-family: var(--font-roboto-bold);
}

.singleTemplate_newsevents .col-lg-5 img {
    display: block;
    width: 100%;
    height: 470px;
    object-fit: cover;
    border: 5px solid var(--color-red);
}

.singleTemplate_newsevents .col-lg-5 {
    position: relative;
}

.singleTemplate_newsevents .col-lg-5::before {
    content: "";
    display: block;
    width: 366px;
    height: 68px;
    position: absolute;
    right: -11px;
    top: 85%;
    background-image: url(../images/product-base.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.singleTemplate_newsevents .col-lg-5 .post-meta {
    position: absolute;
    top: 94%;
    right: 23px;
    display: inline-block;
    color: #FFF;
    margin-bottom: 0;
}

a.backTonews {
    color: var(--color-black);
    display: inline-block;
    padding: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
}

a.backTonews:hover {
    color: var(--color-red);
    transition: all 0.5ms ease-in;
}

#newsGallery {
    margin-top: 50px;
}

.newsGallery-carousel-navigation {
    text-align: center;
    color: var(--color-red);
    margin-top: -26px;
}

#newsGallery .owl-nav .owl-prev {
    width: 67px;
    height: 10px;
    display: inline-block;
    background-image: url('../images/arrow-previous.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 3%;
}

#newsGallery .owl-nav .owl-next {
    width: 67px;
    height: 10px;
    display: inline-block;
    background-image: url('../images/arrow-next.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-left: 3%;
}

#newsGallery .owl-nav {
    text-align: center;
    margin-top: 50px;
}

#newsGallery .owl-nav span {
    display: none;
}

#newsGallery.owl-carousel .owl-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.post-navigation {
    margin-top: 75px;
}

.post-navigation .next_post_link {
    text-align: right;
}

.previous_post_link a,
.next_post_link a {
    font-family: var(--font-roboto-regular);
    color: var(--color-black);
    font-size: 1rem;
    text-transform: uppercase;
}

.address_khi .uvc-sub-heading ul,
.address_isb .uvc-sub-heading ul,
.address_mult .uvc-sub-heading ul {
    list-style-type: none;
    line-height: 1.5;
    font-family: var(--font-roboto-light);
    padding-left: 0;
}

.address_khi .uvc-main-heading h2,
.address_isb .uvc-main-heading h2,
.address_mult .uvc-main-heading h2,
.address_suk .uvc-main-heading h2,
.address_lhe .uvc-main-heading h2 {
    font-family: var(--font-roboto-bold);
    color: var(--color-red);
    font-size: 2rem;
}

.address_khi .uvc-main-heading h2::before,
.address_isb .uvc-main-heading h2::before,
.address_mult .uvc-main-heading h2::before,
.address_suk .uvc-main-heading h2::before,
.address_lhe .uvc-main-heading h2::before {
    content: "";
    display: block;
    width: 167px;
    height: 31px;
    top: -40px;
    position: absolute;
    background-image: url(../images/product-base.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.address_khi .uvc-main-heading h2::before {
    right: 32%;
}

.address_isb .uvc-main-heading h2::before {
    right: 44%;
}

.address_mult .uvc-main-heading h2::before {
    right: 53%;
}

.address_suk .uvc-main-heading h2::before {
    right: 53%;
}

.address_lhe .uvc-main-heading h2::before {
    right: 41%;
}

.address_suk .uvc-sub-heading ul,
.address_lhe .uvc-sub-heading ul {
    list-style-type: none;
    line-height: 1.5;
    font-family: var(--font-roboto-light);
    padding-left: 0;
}

/* Contact Us Form */

#mapRow {
    display: flex;
    align-items: stretch;
}

.contactusForm .vc_col-sm-12 .uvc-heading {
    margin-bottom: 30px;
}

.contactusForm .uvc-main-heading h2 {
    font-family: var(--font-roboto-bold);
    color: var(--color-white);
    position: relative;
    text-transform: uppercase;
}

.contactusForm .uvc-main-heading h2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: 2px solid var(--color-white);
    width: 30%;
    display: inline-block;
}

.contactusForm form label {
    width: 100%;
}

.your-message {
    height: 100px;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid var(--color-red);
    font-family: var(--font-roboto-light);
    color: var(--color-white);
}

.your-message::placeholder {
    color: var(--color-white);
    font-family: var(--font-roboto-light);
}

.contactusForm {
    background-color: #1d1d1b;
}



.contactusForm .vc_col-sm-12 {
    padding: 0 30px 0 95px;
}

input[type="text"],
input[type="number"],
input[type="email"] {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--color-red);
    font-family: var(--font-roboto-light);
    color: var(--color-white);
}

input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder {
    color: var(--color-white);
    font-family: var(--font-roboto-light);
}

.contactUsform .form-control:focus {
    background-color: transparent;
    border-color: var(--color-red);
    box-shadow: none;
    color: var(--color-white);
}

.innerPage_template .innerPage_row {
    padding: 50px 0;
}

#fullwidthTemplate {
    padding: 50px 0;
}

#innerfullTemplate {
    padding: 50px 0;
}

.wpcf7#wpcf7-f376-p26-o1 form .wpcf7-response-output {
    color: var(--color-white);
}

.contactUsform input[type="submit"] {
    background-color: var(--color-red);
    border-color: var(--color-red);
    color: var(--color-white);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}

.servicesAddress .uvc-sub-heading ul,
.servicesContactus .uvc-sub-heading ul,
.servicesSavecost .uvc-sub-heading ul,
.servicesFordetails .uvc-sub-heading ul {
    list-style-type: none;
    line-height: 1.5;
    font-family: var(--font-roboto-light);
    padding-left: 0;
}

.servicesAddress .uvc-main-heading h2,
.servicesContactus .uvc-main-heading h2,
.servicesSavecost .uvc-main-heading h2,
.servicesFordetails .uvc-main-heading h2 {
    font-family: var(--font-roboto-bold);
    color: var(--color-red);
    font-size: 2rem;
    text-transform: uppercase;
    position: relative;
}

.servicesAddress .uvc-main-heading h2::before,
.servicesContactus .uvc-main-heading h2::before,
.servicesSavecost .uvc-main-heading h2::before,
.servicesFordetails .uvc-main-heading h2::before {
    content: "";
    display: block;
    width: 167px;
    height: 31px;
    top: -40px;
    position: absolute;
    background-image: url(../images/product-base.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.servicesAddress .uvc-main-heading h2::before {
    left: auto;
}

.servicesContactus .uvc-main-heading h2::before {
    left: auto;
}

.servicesSavecost .uvc-main-heading h2::before {
    left: auto;
}

.servicesFordetails .uvc-main-heading h2::before {
    left: auto;
}


.prCard-title {
    color: var(--color-black);
    font-family: var(--font-roboto-bold);
    font-size: 1.5rem;
    line-height: 1.1;
    text-align: center;
}

.prCard-title .productDesc {
    color: var(--color-black);
    font-family: var(--font-roboto-light);
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0px;
}

.productTitle span {
    font-size: 1rem;
}

.product-thumbnail:focus,
.pr-image:focus,
.product-thumbnail:focus-visible,
.pr-image:focus-visible {
    border: 0;
    outline: 0;
}

.prColumn {
    border: 0.35rem solid transparent;
    position: relative;
    margin-bottom: 50px;
}

.prColumn::after {
    content: "";
    display: block;
    width: 350px;
    height: 65px;
    position: absolute;
    right: 50px;
    top: 63%;
    background-image: url(../images/product-base.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    z-index: -9999;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

#homeSlider .owl-item {
    height: 800px !important;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
}

#homeSlider .owl-item .item img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

#homeSlider .owl-nav {
    position: relative;
    top: 90%;
    left: 0;
    display: flex;
    justify-content: end;
    margin-top: -50px;
}

#homeSlider .owl-prev,
#homeSlider .owl-next {
    background-color: var(--color-red);
    width: 50px;
    height: 50px;
    color: var(--color-white);
}

#homeSlider .owl-next {
    margin-left: 15px;
}

#homeSlider .owl-prev:hover,
#homeSlider .owl-next:hover {
    background-color: var(--color-white);
    color: var(--color-red);
    transition: all 0.5s;
}

#homeSlider .owl-item .everyJourney_Tagline {
    width: 25%;
    position: absolute;
    top: 75%;
    left: 4%;
}

.parent-pageid-18 ul.sidebarMenu li.parent-page {
    display: none;
}

.iiStyle a {
    color: var(--color-red);
}

.managementStyleuniquE.managementStyle {
    display: block;
}

.managementStyle .vc_col-sm-12 .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}

.managementStyle .uvc-heading {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 90%;
    height: 100px;
    padding: 15px;
    position: relative;
}

.managementStyle .uvc-heading::after {
    content: "";
    display: block;
    width: 250px;
    height: 46px;
    position: absolute;
    right: -16px;
    background-image: url(../images/mg-title-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 54%;
}

.managementStyle .uvc-main-heading h2 {
    font-size: 1.2rem;
    font-family: var(--font-roboto-bold);
}

.managementStyle .uvc-sub-heading {
    font-size: 0.9rem;
    font-family: var(--font-roboto-light);
}

/* .myresponseDiv {
    display: flex;
    justify-content: flex-start;
} */

.distributor_container {
    float: left;
    height: 300px;
    overflow: auto;
    display: grid;
    width: 30% !important;
    margin: 15px .9%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    padding: 20px;
    align-items: center !important;
    place-items: normal;
}

.distributor_name {
    position: relative
}



.distributors_pageTitle {
    font-family: var(--font-roboto-bold);
    position: relative;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: left;
}

.distributors_pageTitle {
    position: relative;
}

.distributors_pageTitle::before {
    content: "";
    display: inline-block;
    border: 2px solid var(--color-red);
    position: absolute;
    left: 15px;
    top: 54px;
    width: 10%;
}

.distributorsTemplate {
    padding: 50px 0 0;
}

#distributors_city {
    width: 25% !important;
}

.tyreTips_style {
    margin-bottom: 15px;
}

.dos-and-Donts ul li {
    font-family: var(--font-roboto-regular);
    margin-bottom: 8px;
}

.tyreTips_style .uvc-main-heading h2 {
    font-family: var(--font-roboto-bold);
    font-size: 2rem;
    margin-bottom: 5px !important;
}

.tyreTips_style .uvc-sub-heading {
    font-family: var(--font-roboto-light);
    font-size: 1.2rem;
}

.tyreTips_substyle {
    margin-bottom: 25px;
}

.tyreTips_substyle .uvc-main-heading h2 {
    font-family: var(--font-roboto-bold);
    font-size: 1.2rem;
    margin-bottom: 5px !important;
}

.tyreTips_substyle .uvc-sub-heading {
    font-family: var(--font-roboto-light);
    font-size: 1.2rem;
}

.careers .uvc-main-heading h2 {
    font-family: var(--font-roboto-bold);
    font-size: 2rem;
    color: var(--color-red);
    margin-bottom: 5px !important;
    text-transform: uppercase;
}

.careers .uvc-sub-heading {
    font-family: var(--font-roboto-regular);
    font-size: 1.2rem;
}


#singlepress_release {
    padding: 50px 0;
}

.presngletittlE {
    font-family: var(--font-roboto-bold);
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.pressbanneR img {
    width: 100%;
}

.pressH2 {
    font-family: var(--font-roboto-bold);
    font-size: 1.5rem;
    color: var(--color-red) !important;
}

.heading-pr {
    margin-bottom: 50px;
}

.heading-pr .uvc-main-heading h2 {
    font-size: 3rem;
    color: var(--color-red);
    text-transform: uppercase;
    font-family: var(--font-roboto-bold);

}

#myCarousel .prContent h2 {
    font-family: var(--font-roboto-bold);
    font-size: 1.5rem;
    text-transform: uppercase;
}

#myCarousel .prContent .readmorEs {
    color: var(--color-black);
    position: relative;
}

#myCarousel .prContent .readmorEs:hover {
    color: var(--color-red);
}

#singlepress_release .wpb_single_image .vc_figure,
#singlepress_release .wpb_single_image .vc_single_image-wrapper,
#singlepress_release .wpb_single_image img {
    width: 100%;
}

#singlepress_release .ult-video {
    margin: 0px;
}

.postid-4887 .pressbanneR img {
    border-top: 1px solid #FFF;
}

.readmorEs::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -50%;
    width: 20px;
    height: 20px;
    background-image: url(../images/chevron-right-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.readmorEs::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    border-bottom: 2px solid var(--color-red);
    width: 60px;
    display: inline-block;
}

#myCarousel .prContent p {
    font-family: var(--font-roboto-regular);
    font-size: 1rem;
}

#myCarousel .owl-nav .owl-prev {
    width: 67px;
    height: 10px;
    display: inline-block;
    background-image: url(../images/arrow-previous.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 2%;
}

#myCarousel .owl-nav .owl-next {
    width: 67px;
    height: 10px;
    display: inline-block;
    background-image: url(../images/arrow-next.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-left: 2%;
}

#myCarousel .owl-nav {
    text-align: center;
    margin-top: 25px;
}

.pr-carousel-nav {
    color: var(--color-red);
}

.pr-carousel-nav {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
}

#myCarousel .owl-nav .owl-prev span,
#myCarousel .owl-nav .owl-next span {
    display: none;
}


.section--fhd {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: calc(1920px +(min(8rem, 4.17vw))* 2);
    margin: 0 auto;
    padding: 0 min(8rem, 2vw);
}

/* Base container styles */
.lhmb {
    margin: 0 auto;
    box-sizing: border-box;
}

/* Title styles */
.lhmb .title {
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.8rem;
    letter-spacing: -0.05rem;
}

/* Image Title specific styles */
.lhmb .title.img-title {
    font-size: 2.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lhmb .title.img-title img {
    width: 52.3rem;
}

.lhmb .title.img-title span {
    font-size: 1.6rem;
    letter-spacing: -0.01rem;
    color: #000;
    display: flex;
    align-items: center;
}

/* Item styles */
.lhmb__item {
    position: relative;
    width: 100%;
    height: 8rem;
    overflow: hidden;
    transition: all 0.4s ease-out;
    cursor: pointer;
}

.lhmb__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* Link styles */
.lhmb__link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.is-active .lhmb__link {
    pointer-events: initial;
}

.lhmb__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

/* Content section inside items */
.lhmb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3.2rem 2.4rem;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out;
}

.lhmb .content .tags li {
    display: inline-block;
    font-size: 1.1rem;
}

.lhmb .content .subhead {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.03rem;
    padding: 0.8rem 0 0.4rem;
}

.p-content {
    bottom: 0;
    display: block;
    height: 65%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.gtrTagline {
    width: 40% !important;
    margin-top: 10%;
}

.font_headline_3,
.font_headline_3_main,
.font_headline_3.en,
.font_headline_3_main.en {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1.24;
    letter-spacing: -0.03em;
    font-family: var(--font-roboto-bold);
}

.lhmb .content .desc {
    display: none;
    font-weight: 500;
    line-height: 1.5;
}

.lhmb__item .content ul {
    padding-left: 0;
    text-transform: uppercase;
}

.btn--round {
    position: relative;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 47.99em) {
    .lhmb__item+.lhmb__item {
        margin-top: 1.2rem;
    }

    .lhmb__item.is-active {
        height: 44rem;
    }

    .lhmb__item.is-active .content {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 48em) {
    .lhmb .content {
        width: 48rem;
    }

    .lhmb__list {
        display: flex;
        padding: 0px;
    }

    .lhmb__item {
        width: 6.4rem;
        /* height: 62.4rem; */
    }

    .lhmb__item+.lhmb__item {
        margin-left: 1.4rem;
    }

    /* Hover effect on large screens */
    .lhmb__item:hover {
        width: 20%;
    }
}

@media (min-width: 48em) and (hover: hover) and (pointer: fine) {
    .lhmb__item:hover {
        width: 20%;
    }
}

@media (min-width: 48em) {
    .lhmb__item.is-active {
        width: calc(100% - 6.4rem - 6.4rem);
    }

    .lhmb__item.is-active .content {
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 64.0625em) {
    .lhmb .title {
        font-size: 4.8rem;
        text-align: left;
        margin-bottom: 3.2rem;
    }

    .lhmb .content {
        padding: 3rem 3rem;
        width: 64rem;
        color: #fff;
    }

    .lhmb .content .tags li {
        font-size: 1.3rem;
    }

    .lhmb .content .subhead {
        font-size: 3rem;
        font-weight: 600;
        line-height: 1.17;
        letter-spacing: 0.05rem;
        padding: 1.2rem 0 0.4rem;
        text-transform: uppercase;
    }

    .lhmb .content .desc {
        display: block;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
        margin: 1em 0 1.2em;
    }

    /* .lhmb__bg {
        height: 120%;
    } */

    .lhmb__list {
        margin-top: 2rem;
    }

    .lhmb__item {
        width: 10rem;
        height: 50rem;
    }

    .lhmb__item.is-active {
        width: calc(100% - 6.4rem - 6.4rem);
        /*    width: calc(100% - 16rem - 16rem); */
    }

    .lhmb__item .title {
        font-size: 4.8rem;
        font-weight: 600;
    }

    .lhmb__item img {
        width: 100%;
    }

    .lhmb__item+.lhmb__item {
        margin-left: 1.6rem;
    }
}

@media (min-width: 80em) {
    .lhmb .content {
        width: 50rem;
    }
}


/* Mobile-specific adjustments */
@media (max-width: 767px) {
    .lhmb .title.img-title {
        flex-direction: column;
        align-items: flex-end;
    }

    .lhmb .title.img-title a:nth-of-type(1) {
        display: block;
        margin: 0 auto;
    }

    .lhmb .title.img-title img {
        width: 282px;
    }
}


ul.sidebarBOD li.bod_active::before {
    content: "";
    display: block;
    width: 72px;
    height: 13px;
    position: absolute;
    left: -75px;
    top: 27px;
    background-image: url(../images/currentItem.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -9999;
}

ul.sidebarBOD li.bod_active a {
    font-family: var(--font-roboto-bold);
    color: var(--color-red);
}

.certfiactroW {
    padding-top: 30px;
}

#mapRow iframe {
    align-items: stretch;
    display: flex;
}

#mapRow .vc_col-sm-4 .wpb_wrapper {
    height: 100%;
}

#mapRow .vc_col-sm-4 .vc_row.contactusForm {
    height: 100%;
    display: grid;
    place-items: center;
}

#mapRow .vc_col-sm-8 .vc_column-inner {
    padding: 0;
}

.contact_address .uvc-main-heading h2 {
    font-family: var(--font-roboto-bold);
    color: var(--color-red);
    font-size: 2rem;
    position: relative;
}

.contact_address .uvc-main-heading h2::before {
    content: "";
    display: block;
    width: 167px;
    height: 31px;
    left: 0;
    top: -35px;
    position: absolute;
    background-image: url(../images/product-base.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.contact_address .uvc-sub-heading ul {
    list-style-type: none;
    line-height: 1.5;
    font-family: var(--font-roboto-light);
    padding-left: 0;
}

.contact_address .vc_col-sm-12 .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}

#myresponseDiv {
    padding: 20px 0;
}

.distributor_container::before {
    content: "";
    display: block;
    width: 83%;
    height: 78px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/mg-title-after.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-id-5973 #fullwidthTemplate {
    padding: 0px;
}

.manifest-purpose {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
}

.manifest-purpose .uvc-sub-heading {
    font-family: var(--font-roboto-light);
}

.manifest-purpose-2 {
    position: absolute !important;
    top: 40px !important;
    width: 100% !important;
}

.achievers {
    position: absolute !important;
    top: 40px !important;
    width: 100% !important;
}

.achievers .vc_custom_heading {
    font-family: var(--font-roboto-bold) !important;
}

.achievers .wpb_content_element {
    font-family: var(--font-roboto-light);
    font-size: 18px;
    color: var(--color-white);
    text-align: left;
}

#technicalVideos .vc_do_custom_heading {
    font-family: var(--font-roboto-bold);
}

#bsVideos .vc_do_custom_heading {
    font-family: var(--font-roboto-bold);
}

/*----------------------*/
/*  GTR Zalmi Page: */
/*----------------------*/

.page-id-6033 #fullwidthTemplate {
    background-image: url('../images/Tyre-Drift-Background.png');
    background-color: rgb(0, 0, 0);
    padding: 0px !important;
}

.zalmiEng_tagline .wpb_wrapper {
    font-size: 66px;
    font-family: var(--font-roboto-bold);
    text-align: center;
    color: #000;
}

.zalmiUrdu_note p {
    font-size: 22px;
    direction: rtl;
    text-align: center;
    color: #000;
    font-family: var(--font-Jameel-Noori-Nastaleeq);
    font-weight: 600;
}

.zalmiEng_tagline .wpb_wrapper span {
    font-family: var(--font-roboto-light);
}

.zalmiEng_tagline .wpb_wrapper {
    font-size: 66px;
    font-family: var(--font-roboto-bold);
    text-align: center;
    color: #000;
}

.chanceTowin {
    font-family: var(--font-roboto-bold);
}

/*----------------------*/
/*  Search Model: */
/*----------------------*/

#btn-search {
    display: none;
}

/* Buttons */

.btn {
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
}

.btn:focus {
    outline: none;
}

.btn--search {
    font-size: 1.5em;
}

.btn--hidden {
    pointer-events: none;
    opacity: 0;
}

#exhibition,
#automechanika,
#annual-sales-marketing-conference,
#dealers-activities,
#sports-events {
    width: auto;
}

#exhibition .owl-stage-outer,
#automechanika .owl-stage-outer,
#annual-sales-marketing-conference .owl-stage-outer,
#dealers-activities .owl-stage-outer,
#sports-events .owl-stage-outer {
    padding: 0;
    overflow: visible;
}

#exhibition .owl-stage,
#automechanika .owl-stage,
#annual-sales-marketing-conference .owl-stage,
#dealers-activities .owl-stage,
#sports-events .owl-stage {
    left: -14px;
}

.automechanika_roW .routine-carousel-navigation {
    display: none;
}

.automechanika_roW {
    padding-bottom: 50px;
}

.eventimghghT .vc_single_image-img {
    height: 400px;
    object-fit: cover;
}

#explorecarousel ul li:last-child.current-cat::before {
    left: auto;
}

/* Reset Search Input */

.search__input {
    border: 0 !important;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
}

.search__input:focus {
    outline: none;
}

.searchView .search__form input[type="search"] {
    border-bottom: 1px solid #fff !important;
}

.searchView .search__form input[type="search"]::placeholder {
    color: var(--color-white);

}

a,
.btn {
    text-decoration: none;
    color: #d17c78;
    outline: none;
}

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

.icon {
    display: block;
    width: 1em;
    height: 1em;
    margin: 0 auto;
    fill: var(--color-white);
}

.codrops-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 2.5em 2.75em 2.5em 1.5em;
    text-align: left;
}

.codrops-header__title {
    font-size: 1em;
    margin: 0;
    padding: 0 0.75em;
}

.codrops-header__side,
.search-wrap {
    margin: 0 0 0 auto;
}

.bottom-nav {
    position: relative;
    width: 100%;
    margin: auto 0 0 0;
    padding: 2.5em 2.75em 2.5em 2em;
}

.codrops-demos {
    font-weight: bold;
    padding: 1.25em 0;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.codrops-demos span {
    display: inline-block;
    margin: 0 1em 0 0;
    vertical-align: bottom;
}

.codrops-demos a {
    position: relative;
    display: inline-block;
    margin: 0 0.1em;
    padding: 0 0.4em;
}

.codrops-demos a.current-demo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.25em;
    height: 2.25em;
    margin: -1.125em 0 0 -1.125em;
    border: 2px solid;
    border-radius: 50%;
}


.codrops-links {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.codrops-links::after {
    content: '';
    position: absolute;
    top: 15%;
    left: 50%;
    width: 2px;
    height: 70%;
    opacity: 0.1;
    background: currentColor;
    transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
    display: inline-block;
    margin: 0.5em;
    padding: 0.5em;
}

.decolines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

.decoline {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.decoline:first-child {
    right: 88em;
}

.decoline:nth-child(2) {
    right: 68em;
}

.decoline:nth-child(3) {
    right: 48em;
}

.decoline:nth-child(4) {
    right: 28em;
}

.decoline:nth-child(5) {
    right: 8em;
}


.demo-2 {
    color: #ffefb9;
}

.demo-2 main {
    background-color: #2c312e;
}

.demo-2 a,
.demo-2 .btn {
    color: #e85454;
}

.demo-2 .codrops-header {
    margin-top: auto;
}


@media screen and (max-width: 40em) {
    .codrops-header {
        display: block;
        padding: 4em 1em 0;
        text-align: center;
    }

    .codrops-header__side {
        margin: 0 auto;
    }

    .codrops-links {
        font-size: 0.85em;
        margin: 0 auto;
    }

    .search-wrap {
        font-size: 0.85em;
        position: absolute;
        top: 2.15em;
        right: 2em;
    }

    .bottom-nav {
        padding: 0.5em;
    }

    .codrops-demos {
        text-align: center;
    }

    .codrops-demos a {
        margin-bottom: 1em;
    }

    .codrops-demos span {
        display: block;
        margin: 0 auto 1em;
        text-align: center;
    }
}


.searchView {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(18, 23, 56, 0.9);
}

.searchView {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.searchView::before,
.searchView::after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
    border: 1.5em solid #cc1532;
}

.searchView::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}

.searchView::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
}

.btn--search-close {
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
}

.btn--search-close {
    display: block;
}

.search__form {
    margin: 5em 0;
}

.search__input {
    font-family: inherit;
    font-size: 10vw;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    color: #d17c78;
    border-bottom: 2px solid;
}

.search__input::-webkit-input-placeholder {
    opacity: 0.3;
    color: #060919;
}

.search__input::-moz-placeholder {
    opacity: 0.3;
    color: #060919;
}

.search__input:-ms-input-placeholder {

    opacity: 0.3;
    color: #060919;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.search__input::-ms-clear {
    display: none;
}

.search__info {
    font-size: 90%;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: var(--color-white);
}

.search__related {
    display: flex;
    width: 75%;
    pointer-events: none;
}

.search__suggestion {
    width: 33.33%;
    text-align: left;
}

.search__suggestion:nth-child(2) {
    margin: 0 3em;
}

.search__suggestion h3 {
    font-size: 1.35em;
    margin: 0;
}

.search__suggestion h3::before {
    content: '\21FE';
    display: inline-block;
    padding: 0 0.5em 0 0;
}

.search__suggestion p {
    font-size: 1.15em;
    line-height: 1.4;
    margin: 0.75em 0 0 0;
}


.searchView {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.searchView::before,
.searchView::after {
    transition: transform 0.5s;
}

.searchView::before {
    transform: translate3d(-15px, -15px, 0);
}

.searchView::after {
    transform: translate3d(15px, 15px, 0);
}


.search--open {
    pointer-events: auto;
    opacity: 1;
}


.search--open::before,
.search--open::after {
    transform: translate3d(0, 0, 0);
}

.btn--search-close {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.search--open .btn--search-close {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.search__form {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__form {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.search__suggestion {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__suggestion {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.search--open .search__suggestion:nth-child(2) {
    transition-delay: 0.1s;
}

.search--open .search__suggestion:nth-child(3) {
    transition-delay: 0.2s;
}

@media screen and (max-width:40em) {
    .search__form {
        margin: 5em 0 1em;
    }

    .btn--search-close {
        font-size: 1.25em;
        top: 1.5em;
        right: 1.5em;
    }

    .search__info {
        text-align: left;
    }

    .search__suggestion {
        font-size: 80%;
        width: 100%;
    }

    .search__suggestion:nth-child(2),
    .search__suggestion:nth-child(3) {
        display: none;
    }
}

#searchContainer {
    padding: 50px 0;
}

ul.search-results-list li {
    margin-bottom: 25px;
    padding: 25px;
    border-bottom: 1px solid #ccc;
    font-size: 1.3rem;
}

ul.search-results-list li {
    position: relative;
    list-style: none;
    padding-left: 40px;
}

ul.search-results-list li::before {
    content: "";
    display: block;
    width: 50px;
    height: 9px;
    left: -30px;
    top: 35px;
    position: absolute;
    background-image: url(../images/markerIcon.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.searchTitle {
    font-size: 2rem;
    margin-bottom: 20px;
}

ul.search-results-list li a {
    font-family: var(--font-roboto-regular);
    color: var(--color-black);
}

#pagecontent404 .container {
    padding: 100px 0;
}

.page-title {
    font-family: var(--font-roboto-bold);
}

.forheadinG {
    padding: 40px;
    font-size: 18rem;
    background-image: url('../images/bGs.jpg');
    background-size: contain;
    font-family: var(--font-roboto-bold);
}

.foR {
    vertical-align: bottom;
    width: 20%;
    position: relative;
    top: 0px;
    -moz-transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    animation: spin1 1s infinite linear;
    -webkit-animation: spin1 1s infinite linear;
}

@keyframes spin1 {
    0% {
        -moz-transform: rotate(320deg);
        -webkit-transform: rotate(320deg);
        -o-transform: rotate(320deg);
        -ms-transform: rotate(320deg);
    }

    100% {
        -moz-transform: rotate(680deg);
        -webkit-transform: rotate(680deg);
        -o-transform: rotate(680deg);
        -ms-transform: rotate(680deg);
    }
}

@-webkit-keyframes spin1 {
    0% {
        -moz-transform: rotate(320deg);
        -webkit-transform: rotate(320deg);
        -o-transform: rotate(320deg);
        -ms-transform: rotate(320deg);
    }

    100% {
        -moz-transform: rotate(680deg);
        -webkit-transform: rotate(680deg);
        -o-transform: rotate(680deg);
        -ms-transform: rotate(680deg);
    }
}

a.bhomE {
    background-color: var(--color-red);
    padding: 15px 25px;
    color: var(--color-white);
    border-radius: 2rem;
}

a.bhomE:hover {
    background-color: var(--color-black);
    transition: all 0.5s ease;
}

#pagecontent404 form {
    margin-bottom: 50px;
}

.search-button {
    background: var(--color-red);
    color: var(--color-white);
    border: none;
    padding: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.search-button i {
    font-size: 16px;
}

.search-button:hover {
    background: var(--color-black);
}


#pagecontent404 #search {
    border: 1px solid var(--color-black);
    width: 40%;
    padding: 15px 15px;
    border-radius: 5px;
    color: var(--color-black);
}

#pagecontent404 input::placeholder {
    color: #999 !important;
    opacity: 1 !important;
}

/* URDU Translataion Css */

.widget_gtranslate a.glink {
    font-size: 0.75rem;
    color: var(--color-white);
    font-family: var(--font-roboto-bold);
    margin-right: 15px;
}


a.glink.gt-current-lang {
    font-weight: bold;
    background-color: var(--color-white);
    padding: 5px 15px;
    color: var(--color-black);
    border-radius: 15px;
}

.agm_row_2 .vc_col-sm-3 .ubtn-normal {
    width: 100%;
}

.agm_row_2 .vc_col-sm-3 .ubtn-normal .ubtn {
    width: 100%;
}

.electionroW2 .vc_col-sm-12 .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}

.electionroW2 .vc_col-sm-12 .wpb_text_column .wpb_wrapper {
    display: block;
}

.electionroW2 .pdfBox h5 {
    margin-left: 0;
}

.taxonomy-title {
    margin-bottom: 25px;
    color: var(--color-red);
    text-transform: uppercase;
    font-family: var(--font-roboto-bold);
    font-size: 1.5rem;
}

#ourstorY .ult-video {
    margin: 20px 0;
}

.videomargiN.ult-video {
    margin: 20px 0;
}

.vc_row.identity_roW9 h2 {
    padding-bottom: 15px !important;
}

.vc_row.identity_roW11 h2 {
    padding-bottom: 20px !important;
}

.vc_row.identity_roW14 h2 {
    padding: 15px 0 25px !important;
}

.vc_row.identity_roW18 h2 {
    padding-bottom: 40px !important;
}

.vc_row.identity_roW19 h2 {
    padding-bottom: 30px !important;
}

.rgbaroW {
    padding: 100px 0;
    background: linear-gradient(to bottom, #0000000f 0%, #000000 100%);
}

.rgbaroW .zalmiEng_tagline .wpb_wrapper {
    color: var(--color-white);
}

.rgbaroW .zalmiUrdu_note p {
    color: var(--color-white);
}

.dealersroW div.categories_filter select {
    max-width: 100% !important;
    width: 47% !important;
    float: left;
    margin-left: 0px;
}

.dealersroW div.categories_filter select:last-child {
    margin-left: 10px;
    margin-right: 0;
    width: 48% !important;
}

.locatorsroW div.categories_filter select {
    max-width: 100% !important;
    width: 47% !important;
    float: left;
    margin-left: 0px;
}

.locatorsroW div.categories_filter select:last-child {
    margin-left: 10px;
    margin-right: 0;
    width: 48% !important;
}

.locatorsroW .wpgmp_pagination a,
.wpgmp_pagination span {
    padding: 5px 10px;
}

.locatorsroW .wpgmp_pagination a,
.wpgmp_pagination span.current {
    padding: 5px 10px;
}

.search-results .navigation.pagination {
    text-align: center;
    display: block;
    padding: 50px 0 20px;
}

.search-results .navigation.pagination .page-numbers.current {
    background-color: var(--color-red);
    color: var(--color-white);
    padding: 10px 15px;
}

.search-results .navigation.pagination .page-numbers {
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 10px 15px;
}

.search-results .navigation.pagination .page-numbers:hover {
    background-color: var(--color-red);
    color: var(--color-white);
    transition: 0.5s background;
}





/*-------------------*/
/*  Translation Urdu    
/*-------------------*/
html[lang="ur"] * {
    /* Targets all elements within the <html> tag when lang is ur */
    font-family: var(--font-Jameel-Noori-Nastaleeq) !important;
}

/* Or, if you want to be more specific (e.g., only translated text): */
html[lang="ur"] .goog-text-translate {
    font-family: var(--font-Jameel-Noori-Nastaleeq) !important;
}

font font {
    font-family: var(--font-Jameel-Noori-Nastaleeq) !important;
}

/* 
.rtl .pageTitle {
    text-align: right !important;
    font-family: var(--font-Jameel-Noori-Nastaleeq) !important;
}

.rtl .pageContent {
    text-align: right !important;
    font-family: var(--font-Jameel-Noori-Nastaleeq) !important;
}

.rtl .pageContent p {
    text-align: right !important;
    font-family: var(--font-Jameel-Noori-Nastaleeq) !important;
    font-size: 1.3rem;
}

.rtl .styleHeading .uvc-main-heading h2 {
    text-align: right;
}

.rtl .styleHeading .uvc-sub-heading {
    text-align: right;
}

.rtl .styleHeading .uvc-main-heading h2::before {
    right: 0;
}

.rtl .pageTitle::before {
    right: 0;
}

.rtl ul.sidebarMenu li.active::before {
    right: -75px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.rtl .mission .uvc-sub-heading ul {
    text-align: right;
}

.rtl ul.sidebarMenu li {
    font-family: var(--font-Jameel-Noori-Nastaleeq);
}

.rtl ul.sidebarMenu li.active a {
    font-family: var(--font-Jameel-Noori-Nastaleeq);
}

.rtl .pdfBox h5 {
    font-family: var(--font-roboto-regular);
    margin-right: 23% !important;
} */

.siteMape_section ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.siteMape_section>ul>li {
    margin-bottom: 25px;
    padding-left: 30px;
    position: relative;
    font-family: var(--font-roboto-bold);
    font-size: 16px;
    line-height: 1.5;
    break-inside: avoid;
}

.siteMape_section li:before {
    content: "";
    background-image: url('https://gtrweb.mediaidee.com/wp-content/themes/GTR/assets/images/currentItem.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 7px;
    position: absolute;
    left: -20px;
    top: 10px;
    transition: all 0.3s ease;
}

.siteMape_section li:hover:before {
    transform: scale(1.2);
}

.siteMape_section a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 2px 0;
}

.siteMape_section a:hover {
    color: #cc1532;
    text-decoration: underline;
    transform: translateX(5px);
}

.siteMape_section ul li ul {
    padding-left: 20px;
    margin-top: 10px;
    font-family: var(--font-roboto-regular);
    display: block;
    column-count: 1;
}

.siteMape_section ul li ul li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.siteMape_section ul li ul li:before {
    width: 30px;
    height: 5px;
    top: 8px;
}

/* For nested lists with many items */
.siteMape_section ul li ul[data-columns="2"] {
    column-count: 2;
    column-gap: 20px;
}

.siteMape_section ul li ul[data-columns="3"] {
    column-count: 3;
    column-gap: 20px;
}

.siteMape_section ul li ul[data-columns="4"] {
    column-count: 4;
    column-gap: 20px;
}

.lastmod {
    font-size: 12px;
    color: #666;
    margin-left: 8px;
    font-family: var(--font-roboto-regular);
    font-weight: normal;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .siteMape_section ul {
        grid-template-columns: 1fr;
    }

    .siteMape_section ul li ul[data-columns="2"],
    .siteMape_section ul li ul[data-columns="3"],
    .siteMape_section ul li ul[data-columns="4"] {
        column-count: 1;
    }
}

#homeSlider .owl-item .item img {
    transition-duration: 2s;
}

#homeSlider .owl-item .item:hover img {
    transition: transform 0.2s linear;
    transform: scale(1.1);
}

#homeSlider .everyJourney_Tagline img:hover {
    transition: none;
}

.lhmb__item.bosscarousel.is-active #homeSlider .owl-nav {
    display: flex !important;
}

.lhmb__item.bosscarousel #homeSlider .owl-nav {
    display: none !important;
}

.page-id-6006 .pageTitle {
    text-transform: capitalize;
}

/* Keep arrows below the carousel */
#youtubeOwlCarousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}

/* Style individual arrow buttons */
#youtubeOwlCarousel .owl-nav button.owl-prev,
#youtubeOwlCarousel .owl-nav button.owl-next {
    background: #fff;
    /* dark background */
    color: #000;
    /* white arrow */
    border: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

/* Optional hover effect */
#youtubeOwlCarousel .owl-nav button.owl-prev:hover,
#youtubeOwlCarousel .owl-nav button.owl-next:hover {
    background: #cc1532;
    color: #fff;
}

/* Replace default text with arrow icons */
#youtubeOwlCarousel .owl-nav button.owl-prev::before {
    content: "‹";
}

#youtubeOwlCarousel .owl-nav button.owl-next::before {
    content: "›";
}

#youtubeOwlCarousel .owl-nav button span {
    display: none;
    /* Hide default text inside buttons */
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-divider {
    padding: 10px 8px !important;
}

.ubermenu .ubermenu-divider hr {
    border-top: 1px solid rgba(0, 0, 0, .5) !important;
}

.whoweare-sub .ubermenu-target {
    font-size: 1rem;
    font-weight: 700;
}

.sidebarMenu .not-clickable {
    cursor: default;
    color: #888;
    text-decoration: none;
    pointer-events: none;
    /* prevents click */
}

#onlinecomplaint_form input[type="text"],
#onlinecomplaint_form input[type="number"],
#onlinecomplaint_form input[type="tel"],
#onlinecomplaint_form input[type="email"] {
    width: 100%;
    border: none;
    background-color: #f1f1f1;
    margin: 8px 0;
    padding: 13px 15px;
    color: #000;
    border-radius: 5px;
}

#onlinecomplaint_form input[type="text"]::placeholder {
    color: #555555;
}

#onlinecomplaint_form input[type="number"]::placeholder {
    color: #555555;
}

#onlinecomplaint_form input[type="email"]::placeholder {
    color: #555555;
}

#onlinecomplaint_form input[type="tel"]::placeholder {
    color: #555555;
}

.submit-request {
    text-transform: uppercase;
    color: #fff !important;
    padding: 15px !important;
    background-color: var(--color-red) !important;
    border: 0 !important;
}

.submit-request:hover {
    background-color: var(--color-black) !important;
    transition: all 0.5s ease-in;
}

#lastupdateD {
    background-color: #191919;
}

p.lastupdateD {
    color: var(--color-white);
    text-align: center;
    font-size: 1rem;
}

.df-container .df-bg {
    background-color: transparent !important;
}

.df-ui-nav .df-ui-btn:before {
    color: var(--color-red) !important;
}

.singlreports-template {
    padding: 50px 0px;
}

.singlreports_title {
    text-transform: uppercase;
    color: var(--color-black);
}

.flipbook-container {
    margin: 20px 0;
    text-align: center;
}

.fallback-pdf {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 5px;
}

.quarterlyReport-details .qr-rep-title {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    margin-top: 15px;
    padding: 15px 0 0 0;
}

.quarterlyReport-details .qr-rep-title:hover {
    background-color: var(--color-red);
    transition: all 0.5s ease-in;
}

.quarterlyReport-details .qr-rep-title:hover .qr-title {
    color: var(--color-white);
}

.qr-rep-title {
    position: relative;
    /* optional: ensures a stacking context */
    z-index: 0;
}

.qr-rep-title::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 72px;
    height: 13px;
    background-image: url(../images/currentItem.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* put it above the text/content */
    z-index: 1;
    pointer-events: none;
    /* so it never blocks hover/clicks */
}

.qr-rep-title:hover::after {
    background-image: url(../images/currentItem-white.png);
}




.page-id-20 #innerfullTemplate {
    padding: 0px;
}
.page-id-399 #innerfullTemplate {
    padding: 0px;
}
.page-id-7380 #innerfullTemplate {
    padding: 0px;
}