:root {
    --widgets-spacing: 0 0 !important;
    --widgets-spacing-row: 0 !important;
    --widgets-spacing-column: 0 !important;
}

body {
    font-family: Poppins;
    color: #003d57;
    background: #fafafa !important;
}

a:focus {
    outline: none;
}

.breadcrumbs {
    color: #b6b6b6;
    background: #fafafa;
    text-transform: capitalize;
    padding: 12px 0;
    width: 100%;
}

.ast-icon.icon-search svg {
    display: none;
}

.ast-icon.icon-search {
    font-size: 24px;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}

.breadcrumbs a {
    color: #003d57;
    text-decoration: none !important;
}

.breadcrumbs a:hover {
    /* color: #f9a138; */
    text-decoration: underline !important;
}

.breadcrumbs span {
    color: #003d57;
}

.breadcrumbs span.active-page {
    color: #f9a138;
    font-weight: 600;
}

p {
    margin-bottom: 0 !important;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.primary-menu>li>a {
    color: #fff !important;
}

body:not(.overlay-header) .primary-menu>li>.icon {
    color: #fff !important;
}

.ast-builder-menu-1 .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu {
    border-color: #f9a138 !important;
}


/* .ast-builder-menu-1 .sub-menu .menu-item > .menu-link,
.ast-builder-menu-1 .inline-on-mobile .sub-menu .menu-item > .menu-link {
    color: #000 !important;
}
.ast-builder-menu-1 .sub-menu .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-1 .inline-on-mobile .sub-menu .menu-item.current-menu-item > .menu-link {
    color: #f9a138 !important;
} */

.main-navigation ul .menu-item:hover .menu-link .dropdown-menu-toggle {
    transform: rotate(180deg);
}

.main-navigation ul .menu-item:hover .menu-link .dropdown-menu-toggle .ast-icon.icon-arrow svg {
    margin-left: 0;
    margin-right: 10px;
}

header.site-header {
    z-index: 9;
}

header.site-header.sticky-header {
    position: sticky !important;
    top: 0;
}

.header-titles-wrapper {
    width: 200px;
    margin-right: 0;
    max-width: inherit;
}

.header-navigation-wrapper {
    flex: 1;
}

.main-header-bar .ast-search-menu-icon .search-form {
    background-color: #003d57 !important;
    border: none;
    border-bottom: 1px solid #fafafa;
}

.main-header-bar .ast-search-menu-icon .search-form input {
    background-color: transparent;
    color: #fff !important;
    padding-right: 45px;
}

.main-header-bar .ast-search-menu-icon .search-form input::placeholder {
    color: #b2b2b2 !important;
}

.main-header-bar .ast-search-menu-icon .search-form input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

a.ast-search-item {
    color: #000;
}

.primary-menu-wrapper {
    display: inline-flex;
    justify-content: center;
}

.sr7-bullets {
    display: flex;
    width: auto !important;
}

.sr7-bullet {
    width: 4px !important;
    border-radius: 4px !important;
    height: 4px !important;
    position: inherit !important;
    background: #d5d5d580 !important;
    background: linear-gradient(90deg, rgba(213, 213, 213, 1) 50%, rgba(213, 213, 213, 0.7) 25%) !important;
}

.sr7-bullet.selected {
    /* width: 60px !important;
    height: 4px !important; */
    background: #fafafa !important;
}


/* hero slider */

.hero-slider .slick-slide {
    width: 100% !important;
    padding: 0 !important;
}


/* .hero-slider.slick-slider .slick-track{
    display: block !important;
} */

.hero-slider .slick-slide .hero-slide-inner {
    width: 100% !important;
    /* height: 540px; */
}

.hero-slider .slick-slide img,
.hero-slider .slick-slide video {
    width: 100% !important;
    /* height: 100% !important; */
    /* object-fit: cover; */
    /* display: block; */
}

.hero-slider.slick-slider .slick-dots {
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin: 0 auto;
    padding: 0;
    max-width: 1240px;
    width: 100%;
    transform: translateX(-50%);
    justify-content: flex-start;
}


/* hero slider */

.plane-img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    bottom: 290px !important;
    position: absolute !important;
    right: 0;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.find-lubi-form {
    position: absolute !important;
    /* top: -45px; */
}

.find-lubi-form form {
    padding-bottom: 0 !important;
}

.lubricant-form-wrapp {
    gap: 16px;
    display: flex;
    margin: 0 !important;
    padding: 24px;
}

.lubricant-form-wrapp h2 {
    color: #fafafa;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    max-width: 95px;
}

.lubricant-form-inn {
    display: flex;
    gap: 16px;
    flex: 1;
}

.lubricant-form {
    width: 100%;
    position: relative;
}


/* .lubricant-form::before{
    content: '\e913';
    font-family: icomoon;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
} */

.lubricant-form select {
    width: 100%;
    background: #fafafa;
    padding: 6px 30px 6px 10px !important;
    height: 40px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    color: #003d57;
    cursor: pointer;
}

.lubricant-form select:disabled {
    background: #e6ecee;
    opacity: 1;
    pointer-events: none;
}

.select2-container {
    width: 100% !important;
}

.lubricant-form .select2-container--default .select2-selection--single {
    font-size: 12px;
    height: 40px;
    color: #121212;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    background-size: 12px;
    background-position: 96% 50%;
}

.lubricant-form .select2-selection__clear {
    width: 20px;
    box-shadow: none;
    display: none;
}

.lubricant-form .select2-selection__clear::before {
    content: '\e914';
    color: #121212 !important;
    font-family: icomoon;
}

.lubricant-form .select2-selection__rendered {
    color: #121212 !important;
    padding-right: 8px !important;
}

.lubricant-form .select2-selection__placeholder {
    color: #121212 !important;
}

.select2-results__option {
    font-size: 12px;
}

.form-select .wpcf7-form-control-wrap::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../../../../uploads/2025/07/dropdown-icon.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.lubricant-form select:focus {
    outline: none;
}

.lubricant-form.lubricant-form-submit {
    max-width: 174px;
    margin: 0 auto;
}

.lubricant-form.lubricant-form-submit::before {
    display: none;
}

.lubricant-form input[type="submit"] {
    background: #003d57;
    padding: 8px 12px !important;
    height: 40px;
    font-size: 14px;
    border-radius: 4px;
    width: 100%;
}

.lubricant-form p span.wpcf7-spinner {
    display: none;
}
/*
.lubricant-form .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    top: calc(100% + 2px);
    margin-top: 0;
} */

.siddharth {
    right: -100px !important;
    position: absolute !important;
    bottom: 0;
}

.slick-slider.slick-initialized .slick-slide {
    display: inline-flex !important;
}

.slick-slider .slick-track {
    display: flex !important;
}

.slick-slider .slick-slide {
    height: auto !important;
    padding: 0 12px 20px 12px;
}

.sav-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    position: relative;
    border-radius: 8px;
}

.sav-card:hover {
    transform: translateY(-8px);
    /* box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0 8px 12px 12px rgba(0, 0, 0, 0.2); */
    box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.25);



}

.sav-card:focus {
    outline: none;
}

.sav-card .sav-card-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
    position: relative;
}

.sav-card .sav-card-img .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sav-card .sav-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.9s;
    border-radius: 8px 8px 0px 0px;
}

.sav-card:hover .sav-card-img img {
    /* transform: scale(1.1); */
    transition: all ease-in-out 0.9s;
}

.sav-card .quote-img {
    position: absolute;
    top: -20px;
    left: -12px;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.sav-card:hover .sav-card-img .play-icon img {
    transform: none;
    transition: all ease-in-out 0.9s;

}

.sav-card:focus-visible {
    outline: none;
}

.sav-card .sav-card-cont {
    padding: 24px;
    border-radius: 0px 0px 8px 8px;
    background: #fff;
    /* box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.25); */
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.sav-card .sav-card-cont .post-category {
    display: inline-block;
    background: #003d57;
    color: #fff;
    padding: 4px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
}

.sav-card .sav-card-cont h3 {
    font-size: 16px;
    font-weight: 600;
    color: #003d57;
    min-height: 40px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sav-card .sav-card-cont p {
    font-size: 12px;
    color: #003d57;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sav-card .sav-card-cont .read-more {
    color: #f9a138;
    display: flex;
    gap: 4px;
    align-items: center;
}

.sav-card .sav-card-cont .read-more span {
    font-size: 14px;
}

.sav-card:hover .sav-card-cont .read-more span {
    text-decoration: underline;
}

.sav-card .sav-card-cont .likes {
    font-size: 12px;
    color: #003d57;
    display: none;
}

.slick-slider .slick-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 0;
    background: #003d57;
    color: #fafafa;
    /* background: url(../../../../uploads/2025/06/blue-prev.png) no-repeat;
    background-size: 100% 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-slider .slick-prev:before {
    content: '\e901';
    font-family: 'icomoon';
    font-size: 20px;
}

.slick-slider .slick-next {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 0;
    background: #003d57;
    color: #fafafa;
    /* background: url(../../../../uploads/2025/06/blue-next.png) no-repeat;
    background-size: 100% 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-slider .slick-next:before {
    content: '\e900';
    font-family: 'icomoon';
    font-size: 20px;
}

.slick-slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
}

.slick-slider .slick-dots li {
    margin: 0;
    display: flex;
}

.slick-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    border: 1px solid #d5d5d5;
    background: rgb(213 213 213 / 25%);
    font-size: 0;
    border-radius: 50%;
    padding: 0;
}

.slick-slider .slick-dots li.slick-active button {
    background: #d5d5d5;
    width: 60px;
    border-radius: 4px;
}

.blue-dots .slick-dots li button {
    border-color: #003d57;
}

.blue-dots .slick-dots li.slick-active button {
    background: #003d57;
}


/* .testimonial-slider .sav-card {
    padding-top: 20px;
} */

.testimonial-slider.slick-slider .slick-slide {
    padding-top: 20px;
}

.testimonial-slider .sav-card:hover {
    /* box-shadow: none; */
    box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.25);
    transform: translateY(-8px);
}

.testimonial-slider .sav-card .sav-card-cont {
    text-align: center;
    align-items: center;
    height: calc(100% - 220px);
}

.testimonial-slider .sav-card .sav-card-cont p {
    display: inherit;
}

.testimonial-slider .sav-card .sav-card-cont span.author-name {
    color: #f9a138;
    font-style: italic;
    font-size: 16px;
}

.testimonial-slider .sav-card .sav-card-cont h3 {
    display: inherit;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    background: #FAFAFA;
}

.testimonial-slider .slick-prev:before {
    /* background: url(../../../../uploads/2025/06/white-prev.png) no-repeat;
    background-size: 100% 100%; */
    color: #003D57;
}

.testimonial-slider .slick-next:before {
    /* background: url(../../../../uploads/2025/06/white-next.png) no-repeat;
    background-size: 100% 100%; */
    color: #003D57;
}

.product-category-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: center;
}

.prod-cat {
    display: flex;
    width: 120px;
    height: 120px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    text-decoration: none !important;
}

.prod-cat.category_selected {
    background: #003D57;
}

.prod-cat .prod-cat-img {
    width: 60px;
    height: 60px !important;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-cat img.hover-img {
    display: none;
}

.prod-cat:hover img.hover-img {
    display: block;
}

.prod-cat:hover img.default-img {
    display: none;
}

.prod-cat.category_selected img.hover-img {
    display: block;
}

.prod-cat.category_selected img.default-img {
    display: none;
}

.prod-cat h4 {
    color: #003d57;
    font-size: 12px;
    text-transform: uppercase;
    /* display: flex;
    align-items: center; */
    gap: 4px;
    /* justify-content: center;
    text-align: center;
    flex-wrap: wrap; */
    display: inline;
    word-break: break-all;
    text-align: center;
}

.prod-cat h4 img {
    width: 7px;
}

.prod-cat h4 img.white-arrow {
    display: none;
}

.prod-cat:hover h4 img.blue-arrow {
    display: none;
}

.prod-cat:hover h4 img.white-arrow {
    display: block;
}

.prod-cat.category_selected h4 {
    color: #FFF;
}

.prod-cat.category_selected img.white-arrow {
    display: block;
}

.prod-cat.category_selected img.blue-arrow {
    display: none;
}

.prod-cat:hover {
    background: #003d57;
}

.prod-cat:hover h4 {
    color: #fff;
}

.prod-cat:hover img {
    filter: #fff;
}

.primary-fill-btn {
    padding: 8px 12px !important;
    border-radius: 4px !important;
    background: #003d57 !important;
    font-size: 14px !important;
    color: #fafafa !important;
    text-transform: capitalize !important;
    border: 1px solid #003d57 !important;
    align-items: center;
    display: inline-flex !important;
    justify-content: center;
    gap: 8px;
}

.primary-fill-btn .hover-img {
    display: none;
}

.primary-fill-btn:hover .default-img {
    display: none;
}

.primary-fill-btn:hover .hover-img {
    display: block;
}

.primary-fill-btn:hover,
.primary-fill-btn:focus {
    color: #003d57 !important;
    background: none !important;
}

.primary-unfill-btn {
    padding: 8px 12px !important;
    border-radius: 4px !important;
    background: none !important;
    border: 1px solid #003d57 !important;
    font-size: 14px !important;
    color: #003d57 !important;
    display: inline-flex !important;
    align-items: center;
    text-transform: capitalize !important;
    justify-content: center;
    gap: 8px;
}

.primary-unfill-btn:hover,
.primary-unfill-btn:focus {
    color: #fafafa !important;
    background: #003d57 !important;
}

.primary-unfill-btn .hover-img {
    display: none;
}

.primary-unfill-btn:hover .default-img {
    display: none;
}

.primary-unfill-btn:hover .hover-img {
    display: block;
}

.primary-fill-btn img,
.primary-unfill-btn img {
    display: inline-block;
}

.secondary-fill-btn {
    padding: 8px 12px !important;
    border-radius: 4px !important;
    background: #f9a138 !important;
    font-size: 14px !important;
    color: #fafafa !important;
    text-transform: capitalize !important;
    border: 1px solid #f9a138 !important;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    gap: 8px;
}

.secondary-fill-btn img,
.secondary-unfill-btn img {
    display: inline-block;
}

.secondary-fill-btn:hover,
.secondary-fill-btn:focus {
    color: #f9a138 !important;
    border: 1px solid #f9a138 !important;
    background: none !important;
}

.secondary-fill-btn .hover-img {
    display: none;
}

.secondary-fill-btn:hover .default-img {
    display: none;
}

.secondary-fill-btn:hover .hover-img {
    display: block;
}

.secondary-unfill-btn {
    padding: 8px 12px;
    border-radius: 4px;
    background: none;
    border: 1px solid #f9a138;
    font-size: 14px;
    color: #f9a138;
    display: inline-flex;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.secondary-unfill-btn:hover,
.secondary-unfill-btn:focus {
    color: #fafafa;
    background: #f9a138;
    border: 1px solid #f9a138 !important;
}

.secondary-unfill-btn .hover-img {
    display: none;
}

.secondary-unfill-btn:hover .default-img {
    display: none;
}

.secondary-unfill-btn:hover .hover-img {
    display: block;
}

.primary-fill-btn img,
.primary-unfill-btn img,
.secondary-fill-btn img,
.secondary-unfill-btn img {
    width: 16px;
    height: 16px;
}

.primary-fill-btn i,
.primary-unfill-btn i,
.secondary-fill-btn i,
.secondary-unfill-btn i {
    font-size: 16px;
}

/* featured slider */

.feature-slide-wrpp {
    display: flex;
    width: 100%;
    max-width: 732px;
    gap: 100px;
    justify-content: space-around;
    margin: 0 auto;
}

.feature-slide-img {
    max-width: 360px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-slide-cont {
    width: 100%;
    max-width: 272px;
    color: #fff;
    padding-bottom: 100px;
}

.feature-slide-cont .post-category {
    font-size: 10px;
    text-transform: uppercase;
    color: #F9A138;
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid #F9A138;
    display: inline-block;
    font-weight: 700;
}

.feature-slide-cont h4 {
    font-size: 26px;
    color: #fafafa;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 12px 0;
}

.feature-slide-cont h4 span {
    color: #f9a138;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.feature-slide-cont p {
    font-size: 12px;
    color: #fafafa;
    margin-bottom: 12px !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.fea-btns {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.fea-btns a img {
    display: inline-flex !important;
    width: 16px;
}

.features-prod-slider {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.features-prod-slider .bgoil {
    position: absolute;
    top: -40px;
    max-width: 476px;
    width: 100%;
    left: 90px;
    display: flex;
    justify-content: center;
}

.features-prod-slider .slider-thumb {
    max-width: 300px;
    position: absolute;
    bottom: 20px;
    right: 100px;
    /* right: 6px; */
    width: 100%;
}

.features-prod-slider .slider-thumb .thumb-slide {
    /* width: 80px !important; */
    height: 80px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-right: 16px;
    cursor: pointer;
}

.features-prod-slider .slider-thumb .thumb-slide:last-child {
    margin-right: 0;
}

.features-prod-slider .slider-thumb .thumb-slide.slick-current {
    border: 1px solid #f9a138;
    background: rgba(255, 255, 255, 0.25);
}


/* .features-prod-slider .slick-prev,
.features-prod-slider .slick-next {
     background-size: 100% 100%;
} */

.features-prod-slider .slick-prev {
    /* background: url(../../../../uploads/2025/07/white-prev-next.png) no-repeat;
    transform: rotate(-180deg); */
}

.features-prod-slider .slick-next {
    /* background: url(../../../../uploads/2025/07/white-prev-next.png) no-repeat; */
}


/* featured slider */

.load-more-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.progressBarContainer {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    display: flex;
    aligin-items: center;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.progressBarContainer div {
    display: block;
    width: 10%;
    min-width: 30px;
    max-width: 100px;
    padding: 0;
    cursor: pointer;
    margin-right: 10px;
    color: white;
}

.progressBarContainer div:last-child {
    margin-right: 0;
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 7px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
}

.progressBarContainer div span.progressBar .inProgress {
    background-color: #ea353d;
    width: 0%;
    min-width: 0%;
    max-width: 100%;
    height: 7px;
    border-radius: 10px;
}


/* ----------------------home-bottom-slide---------------------------- */

.home-bottom-slide {
    width: 100%;
}

.savsol-tabs {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.sav-tabs-inn {
    background: #fafafa;
    display: flex;
    border-radius: 12px;
    gap: 10px;
}

.tab-btn {
    padding: 12px 16px;
    border: none;
    color: #0a304e !important;
    background: #fafafa;
    cursor: pointer;
    border-radius: 12px;
    text-transform: uppercase;
    box-shadow: none;
    font-weight: 700;
    font-size: 16px;
}

.tab-btn.active,
.tab-btn:hover,
.tab-btn:focus {
    background: #0a304e;
    color: #fafafa !important;
}

.savsol-slider-wrapper {
    width: 100%;

}
.savsol-slider-wrapper .squad-slider{
    /* width: 100%; */
     max-width: 80%;
    margin: 0 auto;
}
.savsol-slider-wrapper .insta-slider {
     max-width: 90%;
    margin: 0 auto;
}
.squad-slider .slick-list {
    max-width: 850px;
    margin: 0 auto;
}

.squad-slide .slide-video {
    border-radius: 16px;
    display: block;
}

.squad-slide.slick-slide.slick-active.slick-center .slide-video {
    box-shadow: 0px 14px 14px -3px rgba(0, 0, 0, 0.25);
}

.savsol-slider .slick-dots li button {
    border: 1px solid #0a304e;
}

.savsol-slider .slick-dots li.slick-active button {
    background: #0a304e;
}

.squad-slider .slick-slide .slide-card {
    position: relative;
    margin: 0 auto;
}

.squad-slider .slick-slide .slide-card:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 16px;
    z-index: 5;
    background: linear-gradient(0deg, rgba(11, 95, 131, 0.50) 0%, rgba(11, 95, 131, 0.50) 100%);
}

.squad-slider .slick-slide.slick-center .slide-card:after {
    background: none;
    display: none;
}

.mute-toggle {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    border: none;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    z-index: 4;
    width: 20px;
    height: 20px;
    background: url(../../../../uploads/2025/07/volume_off.png) no-repeat;
    background-size: contain;
}

.unmuted .mute-toggle {
    background: url(../../../../uploads/2025/07/volume_up.png) no-repeat;
    background-size: contain;
}

.mute-toggle:focus,
.mute-toggle:hover {
    background-color: transparent !important;
}

.squad-slider .slick-dots {
    margin-top: 10px;
}

.sb_instagram .sb_instagram_header {
    display: none !important;
}

.spotlight-slider .slick-dots li button,
.insta-slider .slick-dots li button {
    border: 1px solid #0a304e;
}

.spotlight-slider .slick-dots li.slick-active button,
.insta-slider .slick-dots li.slick-active button {
    background: #0a304e;
}

.spotlight-slider .slick-list,
.testimonial-slider .slick-list {
    padding-top: 10px;
}
.spotlight-slider,
.testimonial-slider {
   width: 90%;
   margin: 0 auto;
}

.blue-dots .slick-dots li button {
    border: 1px solid #0a304e;
}

.blue-dots .slick-dots li.slick-active button {
    background: #0a304e;
}


/* ------------------------home-bottom-slide-------------------------- */


/* ------------------------footer-------------------------- */

.site-footer .widget_block .wp-block-column {
    width: 100%;
}

.site-footer .widget_block .wp-block-columns {
    align-items: flex-start;
    width: 100%;
}

.site-footer .widget_block .wp-block-columns .wp-block-list {
    margin-left: 8px;
}

.site-footer .widget_block .wp-block-columns .wp-block-list li {
    margin-top: 8px;
}

.site-footer .widget_block .wp-block-columns .wp-block-list li a {
    text-transform: capitalize;
}

.site-footer #block-13.widget_block .wp-block-list li {
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
    align-items: center;
}

.site-footer #block-26.widget_block .wp-block-list {
    display: flex;
    gap: 16px;
}

.site-footer #block-28.widget_block .wp-block-list li a {
    color: #f9a138;
}

.site-footer #block-28.widget_block .wp-block-list li a:hover {
    color: #fff; /* white on hover */
}

ul.social-icons {
    display: flex;
    gap: 16px;
}

ul.social-icons li a {
    color: #f9a138 !important;
    font-size: 24px;
}

ul.social-icons li a:hover {
    color: #fff !important;
}

.contact-list li {
    display: flex;
    gap: 4px;
    align-items: center;
}

.contact-list li i {
    font-size: 16px;
    color: #f9a138;
}

.contact-list li a {
    font-size: 12px;
}


/* ------------------------footer-------------------------- */

:root :where(.is-layout-flow)>* {
    margin-block-start: 12px;
    margin-block-end: 0;
}

.ast-builder-menu-1 .menu-item .sub-menu.menu-item>.menu-link {
    color: #003d57;
}

.ast-builder-menu-1 .menu-item .sub-menu.menu-item.current-menu-item>.menu-link,
.ast-builder-menu-1 .menu-item .sub-menu.menu-item .menu-link {
    color: #f9a138;
}


/* listing page */

.listing-page-wrapp {
    padding: 40px 0;
    background: #e6ecee;
}

.post-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.post-listing .sav-card {
    width: calc((100% / 3) - 16px);
    margin-right: 0;
    height: auto;
}


/* listing page */

.about-icons-wrapp {
    display: flex;
    width: 100%;
    gap: 40px;
    /* margin-top: 24px; */
    max-width: 504px;
    margin: 24px auto 0;
}

.about-icon-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.about-icon {
    border-radius: 48px;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-icon-box h2 {
    color: #003d57;
    font-size: 10px;
    text-align: center;
}


/* about-journey */

.timeline-container {
    margin: 0 !important;
    padding: 0 !important;
}

#progress {
    background: #003d57;
    height: 100%;
    /* position: fixed; */
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: top center;
    width: 2px;
    /* z-index: -1; */
    z-index: 1;
    animation: progressBar linear;
    animation-timeline: scroll(root block);
    animation-range: 0% 50%;
    /* animation-range: 0% calc(100% - 300px); */
}

@keyframes progressBar {
    from {
        transform: scaleY(0);
    }
}

.about-journey-wrapp {
    display: flex;
    position: relative;
    padding-top: 90px;
    align-items: center;
    padding-bottom: 60px;
    gap: 40px;
    z-index: 2;
}

.journey-year {
    position: absolute;
    top: -3px;
    left: 50%;
    /* transform: translateX(-50%); */
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: -19px;
}

.journey-year p {
    border: 1px solid #f9a138;
    padding: 8px 16px;
    border-radius: 25px;
    color: #003d57;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.journey-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #003d57;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    background: #fff;
}

.journey-icon:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #003d57;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.journey-heading {
    width: 100%;
}

.journey-heading h3 {
    text-align: right;
    font-size: 28px;
    margin-bottom: 0 !important;
    color: #003d57;
    text-transform: uppercase;
}

.journey-img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.journey-content {
    width: 100%;
}

.journey-content p {
    font-size: 16px;
    color: #003d57;
}

.learn-more-link {
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #003D57;
    font-size: 14px;
    color: #003D57;
    text-decoration: none !important;
    margin-top: 12px;
}

.learn-more-link img {
    width: 16px;
}

.learn-more-link img.hover-arrow {
    display: none;
}

.learn-more-link:hover img.default-arrow {
    display: none;
}

.learn-more-link:hover img.hover-arrow {
    display: block;
}

.learn-more-link:hover,
.learn-more-link:focus {
    border: 1px solid #003D57;
    background: #003D57;
    color: #fff;
}


/* about-journey */

.post-content {
    width: 100%;
}

.load-more-wrap {
    display: flex;
    justify-content: center;
    padding: 24px 0 40px 0;
}


/* award-card */


/* .awards-slider {

} */

.award-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 24px 0 0px 0;
}

.award-card {
    width: calc((100% / 3) - 16px);
    border-radius: 24px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border: 2px solid transparent;
}

.award-card:hover {
    border: 2px solid #a57d24;
    background: linear-gradient(150deg, #1a8dbe -0.43%, #072a38 101.39%);
}

.award-card .award-img {
    width: 100% !important;
    height: auto !important;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.award-img-wrp {
    width: 173px;
    height: 158px;
    /* border: 1px solid; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.award-img-wrp .attachment-full {
    max-width: 120px;
    margin: 0 auto;
}

.left-leaf {
    position: absolute;
    top: -7px;
    left: -60px;
}

.right-leaf {
    position: absolute;
    top: -7px;
    right: -60px;
}

.award-card:hover .left-leaf {
    transform: rotate(13.759deg);
}

.award-card:hover .right-leaf {
    transform: rotate(-13.759deg);
}

.award-card .award-cont h3 {
    margin: 0 !important;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}

.award-card:hover .award-cont h3 {
    color: #fafafa;
}


/* award-card */

.page-header-wrpp {
    padding: 16px 0;
    display: flex;
    align-items: center;
}

.page-heading {
    width: 65%;
}

.page-heading h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.filter-btns {
    display: flex;
    overflow-x: auto;
    width: 35%;
    overflow-y: hidden;
    gap: 8px;
    justify-content: flex-end;
}

.filter-btns::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.filter-btns::-webkit-scrollbar {
    height: 4px;
    background-color: #F5F5F5;
}

.filter-btns::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #003d57;
}

.filter-btns .filter-btn {
    border: 1px solid #003d57;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 20px;
    background: none;
    color: #003d57;
    white-space: nowrap;
}

.filter-btns .filter-btn.active {
    background: #003d57;
    color: #fafafa;
}

.form-two-col {
    display: flex;
    gap: 30px;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

.form-group label {
    display: block;
    position: relative;
}

.form-group input {
    width: 100%;
    padding: 12px 12px;
    font-size: 12px;
    border: 1px solid #e7e7e7;
    border-radius: 4px !important;
    background: none;
    font-weight: 500;
    color: #003d57;
}

.form-group select {
    width: 100%;
    padding: 12px 12px;
    font-size: 12px;
    border: 1px solid #e7e7e7;
    border-radius: 4px !important;
    font-weight: 500;
    color: #003d57;
    background-size: 1em !important;
    background-position: 96% 50% !important;
}

.form-group textarea {
    width: 100%;
    padding: 12px 12px;
    font-size: 12px;
    border: 1px solid #e7e7e7;
    border-radius: 4px !important;
    background: none;
    color: #003d57;
    height: 60px;
    font-weight: 500;
}

.form-group label .float-label,
.wpcf7-form-control-wrap:has(select option:checked[value=""])+br+.float-label {
    position: absolute;
    top: 13px;
    left: 12px;
    color: #8aa6b2;
    font-size: 12px;
    transition: 0.2s ease;
    pointer-events: none;
    padding: 0 0px;
    text-transform: capitalize;
    line-height: 1;
}

.distributor-form .wpcf7-not-valid-tip {
    color: #dc2626;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px;
    position: absolute;
    top: calc(100% + 1px);
}

/* Default (mobile) - let it behave normally */
.wpcf7-response-output {
  position: static; /* normal flow */
  margin-top: 10px; /* small spacing */
}

/* Desktop only */
@media (min-width: 768px) {
  .wpcf7-response-output {
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    margin: 0;
  }
  .form-group-btns input {
    width: auto;         /* shrink to fit content */
    display: inline-block;

  }
}



.wpcf7-form-control-wrap:has(input:focus)+br+.float-label,
.wpcf7-form-control-wrap:has(input:not(:placeholder-shown))+br+.float-label,
.wpcf7-form-control-wrap:has(textarea:focus)+br+.float-label,
.wpcf7-form-control-wrap:has(textarea:not(:placeholder-shown))+br+.float-label,
.wpcf7-form-control-wrap:has(select:focus)+br+.float-label,
.wpcf7-form-control-wrap:has(select option:checked:not([value=""]))+br+.float-label {
    top: -16px;
    left: 0;
    color: #003d57;
    font-size: 12px;
}

.wpcf7-form-control:focus {
    border-color: #e7e7e7 !important;
}

.form-group br {
    display: none;
    height: 0;
}


/* .wpcf7-form-control-wrap:has(input:focus) + br + .float-label {
    color: #0073aa;
    font-weight: bold;
} */

.form-group-btns p {
    display: flex;
    justify-content: flex-end;
    position: relative;
    gap: 24px;
}

.form-group-btns p .wpcf7-spinner {
    position: absolute;
    top: -20px;
}


/* /Post detail page/ */

.mobile-header {
    display: none;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #003D57;
    height: 40px;
}

.mobile-header .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.mobile-header a {
    color: #fff;
    font-size: 24px;
}

.single-post-cont {
    width: 100%;
}

.post-header-wrp {
    padding: 16px 0;
}

.post-head {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.back-arrow img {
    /* margin-top: 10px; */
    width: 32px;
}

.back-arrow:hover,
.back-arrow:active,
.back-arrow:focus,
.back-arrow:focus-visible {
    outline: none !important;
}

.post-head-cont {
    flex: 1;
}

.post-head-cont h1 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-banner {
    margin: 40px 0;
}

.post-banner img {
    object-fit: cover;
    width: auto;
    display: block;
    border-radius: 20px;
    height: 480px;
    margin: 0 auto;
      width: 100%;
}

.post-share-date {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    border-top: 1px solid #e6ecee;
    border-bottom: 1px solid #e6ecee;
    padding: 16px 0;
}

.post-share-date .date {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.post-share-date .date span {
    font-size: 16px;
}

.share-post {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #003d57;
    text-transform: capitalize;
    background: #fafafa;
    color: #003d57 !important;
}

.share-post a {
    color: #003d57;
}

.share-post:hover,
.share-post:focus {
    color: #fafafa;
    background: #003d57;
}

.share-post:hover a,
.share-post:hover i,
.share-post:focus a,
.share-post:focus a i {
    color: #fafafa;
}

.share-post a img {
    width: 14px;
}

.share-post a .hover-img {
    display: none;
}

.share-post a:hover .hover-img {
    display: block;
}

.share-post a:hover .default-img {
    display: none;
}

.post-page-cont {
    padding: 40px 80px;
    font-size: 18px;
    color: #003d57;
}

.post-page-cont p {
    margin-bottom: 20px !important;
    font-size: 18px;
}

.post-page-cont ul {
    margin-bottom: 20px !important;
    list-style-type: disc;
    margin-left: 35px;
}

.post-page-cont h3 {
    font-size: 18px;
}

.post-page-cont img {
    display: inline-block;
    margin-bottom: 24px;
}

.forMorePost {
    padding: 40px 0;
    background: #f0f0f0;
}

.forMorePost h2 {
    text-align: center;
    color: #003d57;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
}


/* /Post detail page/ */


/* gallery -detail */

.gallery-slider-wrapp {
    padding: 40px 0;
}

.banner-slider {
    display: flex;
    gap: 40px;
}

.banner-slider .slider-content-gall {
    max-width: 75%;
    /* padding-right: 35px; */
    position: relative;
}

.multi-imgs {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #f9a138;
    background: #fafafa;
    color: #003d57;
    font-size: 12px;
    display: flex;
    /* display: none; */
    align-items: center;
    gap: 4px;
    font-weight: 600;
}

.multi-imgs i {
    color: #8AA6B2;
    font-size: 16px;
}

.banner-slider .slider.slider-thumb-gall {
    /* max-width: 25%; */
}

.banner-slider .slider-content-gall .slider,
.banner-slider .slider-thumb-gall .slider {
    width: 100%;
}

.banner-slider .slider-thumb-gall .slider {
    height: 560px;
    overflow: hidden;
}

.banner-slider .slider-content-gall .slider .slick-slide {
    padding: 0;
    height: 560px !important;
}

.slider-banner-image {
    height: 560px;
}

.banner-slider .slider-thumb-gall .slider {
    padding: 20px 0 0;
}

.slider-thumb-gall .slick-slide.thumbnail-image .thumbImg {
    /* max-width: 178px; */
    height: 180px;
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
}

.slider-banner-image img,
.slider-thumb-gall .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.slider-thumb-gall .slick-slide.thumbnail-image {
    padding: 0 !important;
    transform: scale(0.8);
    transition: all ease-in-out 0.9;
    opacity: 0.25;
    border-radius: 8px;
}

.slider-thumb-gall .thumbnail-image.slick-active.is-current {
    opacity: 1;
    transition: all ease-in-out 0.9;
    transform: scale(1);
}

.slider-thumb-gall.slick-slider .slick-track {
    display: block !important;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slider-thumb-gall .slick-arrow:hover,
.slider-thumb-gall .slick-arrow:focus {
    border: 0;
    outline: 0;
}

.slider-thumb-gall .slick-prev {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: -7%;
}

.slider-thumb-gall .slick-next {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -7%;
    top: inherit;
}

.gallery-tabs-wrapp {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.gallery-tabs {
    background: #fafafa;
    border-radius: 12px;
    display: flex;
}


/* gallery -detail */


/* Store locator */

.wpsl-default-filters {
    display: flex;
    gap: 40px;
}

.wpsl-search {
    position: absolute;
    width: 50%;
    right: 0;
    margin: 0;
    padding: 0;
    background: none;
    padding: 0 40px 0 10px;
}

#wpsl-search-wrap .wpsl-input {
    width: 100%;
    margin-bottom: 0;
}

#wpsl-search-wrap .wpsl-input label {
    display: none;
}

#wpsl-search-input {
    width: 100% !important;
    padding: 8px 12px;
    border-radius: 4px !important;
    border: 1px solid #E7E7E7 !important;
    background: #FFF;
}

#wpsl-search-wrap div,
#wpsl-search-btn {
    margin-right: 0;
    float: none;
}

.wpsl-search-btn-wrap #wpsl-search-btn {
    font-size: 12px;
    border: 1px solid #003D57;
    border-radius: 4px;
    background: none;
    color: #003D57;
    padding: 8px 12px;
}

#wpsl-search-wrap form {
    display: flex;
    gap: 24px;
}

#wpsl-gmap {
    width: 100%;
}

#wpsl-gmap {
    width: 100% !important;
}

#wpsl-result-list {
    width: 100% !important;
    margin-right: 0;
    padding-top: 65px;
    padding-right: 40px;
}

.wpsl-provided-by {
    display: none;
}

#wpsl-result-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

#wpsl-result-list ul li {
    list-style: none !important;
    width: calc((100% / 2) - 8px);
    border-radius: 12px;
    border: 1px solid var(--Primary-Blue-primary-blue-100, #B0C3CB);
    background: #FFF;
}

#wpsl-result-list li p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}

.wpsl-store-location p strong {
    display: block;
    margin-bottom: 12px;
    color: #121212;
    font-size: 16px;
}

.wpsl-store-location p span {
    display: initial;
    font-size: 12px;
    color: #003D57;
}

.wpsl-store-details {
    color: #F9A138;
    font-size: 10px;
    text-transform: capitalize;
}

.wpsl-store-direction {
    font-size: 0;
    display: flex !important;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #003D57;
    padding: 8px 12px;
    margin-top: 16px !important;
}

.wpsl-store-direction a {
    color: #003D57;
    font-size: 10px;
}

.wpsl-store-direction:hover {
    background: #003D57;
}

.wpsl-store-direction:hover a {
    color: #fff;
}

.wpsl-direction-wrap {
    display: none;
}

.wpsl-direction-wrap .wpsl-directions {
    color: #003d57;
    font-size: 10px;
}

.add-title {
    display: inline-block !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
    color: #003D57 !important;
}

.soc-wl {
    display: flex !important;
    margin-top: 12px;
    gap: 4px;
}

.soc-wl a {
    color: #003D57;
}

.soc-wl a:hover,
.soc-wl a:focus {
    color: #003D57;
    text-decoration: underline;
}

.soc-wl strong {
    width: 16px;
    height: 16px;
    display: block;
}

.website-icon {
    background: url(../../../../uploads/2025/07/blue-globe.png) no-repeat;
    background-size: contain;
}

.call-icon {
    background: url(../../../../uploads/2025/07/blue-call.png) no-repeat;
    background-size: contain;
}

.email-icon {
    background: url(../../../../uploads/2025/07/blue-email.png) no-repeat;
    background-size: contain;
}

h3.add-info-title {
    font-size: 16px;
    position: absolute;
    top: 5px;
    width: calc(100% - 48px);
}

.gm-style-iw-d {
    overflow: inherit !important;
    max-height: none !important;
}

.gm-style-iw-chr {
    align-items: center;
    position: absolute;
    right: 10px;
    top: 16px;
}

.gm-style-iw-chr .gm-style-iw-ch {
    padding-top: 0;
    display: none;
}

.gm-style-iw-d {
    padding: 16px;
}

.gm-style-iw-d h3 {
    font-size: 16px;
    color: #121212;
    margin-bottom: 12px;
    margin-right: 14px;
}

.gm-style-iw-d strong {
    font-size: 12px;
    margin-bottom: 4px;
    display: inline-block;
}

.gm-style-iw-d p {
    font-size: 12px;
}

.gm-style-iw-chr button,
.gm-style-iw-chr button span {
    height: 20px !important;
    width: 20px !important;
    margin: 0 !important;
    box-shadow: none;
    opacity: 1;
}

#wpsl-gmap .wpsl-info-window {
    /* padding-top: 12px;     */
    padding: 12px;
    width: 100%;
}

.wpsl-info-actions {
    display: none !important;
}

.wpsl-info-buttons {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.wpsl-info-buttons a {
    display: flex !important;
    width: 100%;
    justify-content: center;
    white-space: nowrap;
}

.gm-style .gm-style-iw-c {
    width: 260px;
    padding: 0;
    max-height: none !important;
}


/* //////////////// */

.store-locator-wrapper {
    display: flex;
    gap: 40px;
}

.store-loacate-map {
    width: 100%;
    height: 660px;
}

.store-locator-right {
    width: 100%;
    padding-right: 40px;
}

.store-locator-search {
    margin-bottom: 16px;
    /* display: flex; */
    align-items: center;
    gap: 16px;
}

#store-locator-search {
    display: none;
}

.store-search {
    flex: 1;
    padding: 5px 12px;
    color: #003D57;
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}


.store-search i {
    color: #8AA6B2;
}

.store-search input {
    border: none;
    padding: 0;
    font-size: 12px;
    height: auto;
    color: #003D57;
}

.store-search input::placeholder {
    color: #003D57;
}

.store-search input:focus {
    outline: none;
    border: none;
}

.custom-store-locator-wrapp {
    height: 544px;
    overflow-y: auto;
    padding-right: 5px;
}
.custom-store-locator-wrapp::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.custom-store-locator-wrapp::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

.custom-store-locator-wrapp::-webkit-scrollbar-thumb
{
	background-color: #003d57;
}
.custom-store-locator-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    /* align-items: flex-start; */
}

.store-filter-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.store-filter-buttons .filter-btn:hover,
.store-filter-buttons .filter-btn:focus {
    background: #003D57 !important;
    color: #FFF !important;
    border-color: #003D57 !important;
}

.custom-store {
    width: calc((100% / 2) - 8px);
    border-radius: 12px;
    border: 1px solid #B0C3CB;
    background: #FFF;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.custom-store h3 {
    font-size: 16px;
    color: #121212;
    margin-bottom: 12px;
}

.custom-store strong {
    font-size: 12px;
    color: #003D57;
    margin-bottom: 4px;
}

.custom-store p {
    font-size: 10px;
    color: #003D57;
    margin-bottom: 12px !important;
    line-height: normal;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.custom-store p:last-child {
    margin-bottom: 16px !important;
}

.custom-store p i {
    font-size: 16px;
}

.custom-store p a {
    color: #003D57;
    word-break: break-all;
}

.call-list {
    width: 100%;
}

.call-list a {
    display: block;
    color: #003D57;
    font-size: 10px;
    word-break: break-all;
}

/* .st-address {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.store-locates-foot {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    margin-top: auto;
}

.store-locates-foot a {
    width: 100%;
    max-width: 50%;
    font-size: 10px !important;
    display: flex !important;
    justify-content: center !important;
    cursor: pointer;
}

.store-locates-foot a i {
    font-size: 12px !important;
}

.call-btn,
.direction-btn {
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.call-btn span,
.direction-btn span {
    position: relative;
    padding-right: 16px;
    font-size: 10px;
}

.call-btn span:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../../../../uploads/2025/07/blue-call.png) no-repeat;
    background-size: contain;
    display: inline-block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.call-btn:hover span:before {
    background: url(../../../../uploads/2025/08/white-call.png) no-repeat;
    background-size: contain;
}

.direction-btn span:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../../../../uploads/2025/08/white-direction.png) no-repeat;
    background-size: contain;
    display: inline-block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.direction-btn:hover span:before {
    background: url(../../../../uploads/2025/08/blue-direction.png) no-repeat;
    background-size: contain;
}


/* Store locator */

.award-year-filters {
    text-align: center;
    margin-bottom: 20px;
}

.filter-btn {
    padding: 8px 14px;
    background: transparent;
    border: 1px solid #003D57;
    border-radius: 8px;
    cursor: pointer;
    color: #003D57 !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

.filter-btn.active {
    background: #003d57;
    color: #fff !important;
    border-color: #003D57;
}

.award-card {
    margin-bottom: 20px;
}


/* popup-main */

.popup-main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.popup-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
}

.popup-heading {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.popup-heading h2 {
    margin: 0;
    flex: 1;
    font-size: 24px;
}

button.popup-close {
    background: no-repeat;
    width: 16px;
}

.popup-content {
    max-height: calc(100vh - 140px);
    overflow-x: auto;
    padding-right: 5px;
}

.popup-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #F5F5F5;
}

.popup-content::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.popup-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #0a304e;
}

.popup-content ul {
    list-style-type: disc;
    margin-left: 20px;
}

.popup-content ul li {
    list-style-type: disc;
    font-size: 14px;
    margin-bottom: 10px;
}

.popup-content ul li:last-child {
    margin-bottom: 0;
}


/* popup-main */


/* .floating-toggle-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
} */

.floating-toggle-container.active {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.main-toggle-btn,
.main-toggle-btn:hover,
.main-toggle-btn:focus {
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 22px;
    background: #F9A138;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.main-toggle-btn img {
    width: 28px;
    height: 28px;
}

.main-toggle-btn img.close-drop {
    display: none;
}

.floating-toggle-container.active .main-toggle-btn img.drop {
    display: none;
}

.floating-toggle-container.active .main-toggle-btn img.close-drop {
    display: block;
}

.toggle-options {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 10px;
    position: fixed;
    bottom: 80px;
    right: 30px;
    gap: 12px;
}

.toggle-options .toggle-btn {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    border-radius: 22px;
    background: #FAFAFA;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    color: #003D57;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.toggle-options .toggle-btn img {
    width: 22px;
}


/* .toggle-options .toggle-btn:hover {
    background-color: #014a9a;
} */

.tc-list li {
    list-style-type: disc !important;
    margin-bottom: 16px;
}

.tc-list li:last-child {
    margin-bottom: 0;
}

.video-controls {
    position: absolute;
    bottom: 80px;
    right: 50%;
    z-index: 10;
    display: flex;
    gap: 8px;
    max-width: 1240px;
    width: 100%;
    transform: translateX(50%);
    justify-content: flex-end;
}

.play-pause,
.mute-unmute {
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    cursor: pointer;
}

.desktop-video {
    display: block;
}

.mobile-video {
    display: none;
}

.mobile-controls {
    display: none;
}

.video-controls button {
    width: 20px;
    height: 20px;
    font-size: 0;
}

.mute-unmute-desktop.is-muted,
.mute-unmute-mobile.is-muted {
    background: url(../../../../uploads/2025/07/volume_off.png) no-repeat;
    background-size: contain;
}

.mute-unmute-desktop.is-unmuted,
.mute-unmute-mobile.is-unmuted {
    background: url(../../../../uploads/2025/07/volume_up.png) no-repeat;
    background-size: contain;
}

.play-pause-desktop.is-playing,
.play-pause-mobile.is-playing {
    background: url(../../../../uploads/2025/07/pause-white.png) no-repeat;
    background-size: contain;
}

.play-pause-desktop.is-paused,
.play-pause-mobile.is-paused {
    background: url(../../../../uploads/2025/07/play-white.png) no-repeat;
    background-size: contain;
}

.news-bann-slider .slick-list {
    border-radius: 20px;
}

.news-bann-slider.slick-slider .slick-slide {
    padding: 0;
}

.news-bann-slider.slick-slider .slick-slide img {
    border-radius: 20px;
}

.news-bann-slider.slick-slider .slick-dots {
    position: absolute;
    bottom: 12px;
    width: 100%;
}

.error404 {
    background: #E6ECEE !important;
}

.sav-404-layout-wrapp {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.sav-404-btns {
    display: flex;
    gap: 24px;
}

.cont-add-cont h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.cont-add-cont h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 8px;
}

.cont-add-cont .add-para p {
    font-size: 12px;
    margin-bottom: 8px !important;
}

.add-para {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.add-para p a {
    color: #003D57;
    text-decoration: underline;
}

.search-results .ast-archive-description {
    padding: 0 20px;
}

.search-results .ast-article-post .ast-blog-meta-container {
    display: none;
}

.search-results .ast-article-post .ast-excerpt-container {
    display: none;
}

.search-results .ast-article-post .cat-links {
    display: none;
}

.search-results .ast-article-post:hover .post-thumb-img-content img {
    transform: none;
}

.search-results .ast-article-post .ast-article-inner {
    padding: 16px;
    border-radius: 8px;
}

.search-results .ast-article-post.remove-featured-img-padding .blog-layout-4 .post-content .ast-blog-featured-section .post-thumb-img-content {
    margin: -16px -16px 16px !important;
    border-radius: 8px 8px 0 0;
}

.search-results .ast-article-post .ast-blog-featured-section {
    margin-bottom: 16px;
}

.search-results .ast-article-post .entry-title {
    font-size: 16px;
    font-weight: 500;
    margin-top: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-results .ast-article-post .post-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.search-results .ast-pagination .prev.page-numbers:hover,
.search-results .ast-pagination .next.page-numbers:hover {
    color: #F9A138;
}

.search-results .ast-pagination .page-numbers:hover {
    color: #F9A138;
}

.search-results .ast-pagination .page-numbers.current,
.search-results .ast-pagination .page-numbers:hover.current {
    background: #F9A138;
    color: #fff;
}

.search-results .type-product .post-thumb-img-content {
    display: flex;
    justify-content: center;
}

.search-results .type-product .post-thumb-img-content img {
    height: 200px;
    aspect-ratio: inherit;
    width: auto;
}

.search-results .type-post .post-thumb-img-content img {
    aspect-ratio: inherit;
}

@media screen and (min-width: 1500px) and (max-width: 1920px) {
    .container,
    .e-con-inner {
        max-width: 1450px !important;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
    .container,
    .e-con-inner {
        max-width: 1100px !important;
    }
}

@media (max-width: 992px) {
    .container {
        padding: 0 20px;
    }
    .site-branding {
        padding: 0 !important;
    }
    .ast-button-wrap .menu-toggle:focus {
        outline: none;
    }
    .site-header-primary-section-right .site-header-focus-item {
        padding: 0;
        width: 43px;
        height: 43px;
    }
    .site-header-primary-section-right .ast-header-search {
        width: auto;
    }
    .site-header-primary-section-right .ast-icon.icon-search svg {
        margin-top: 8px;
    }
    .video-controls {
        bottom: 24px;
        right: 24px;
        transform: none;
    }
    .desktop-video {
        display: none !important;
    }
    .mobile-video {
        display: block !important;
    }
    .desktop-controls {
        display: none;
    }
    .mobile-controls {
        display: flex;
    }
    .plane-img {
        bottom: 140px !important;
    }
    .find-lubi-form {
        position: inherit !important;
        top: inherit;
    }
    .post-listing .sav-card {
        width: calc((100% / 2) - 16px);
    }
    /* .awards-slider {
        padding: 0 0px;
    } */
    .award-cards-wrapper {
        padding: 0 0px;
    }
    .award-card {
        width: calc((100% / 2) - 16px);
        border: 2px solid #a57d24;
        background: linear-gradient(150deg, #1a8dbe -0.43%, #072a38 101.39%);
        margin-bottom: 0;
    }
    .award-card .award-cont h3 {
        color: #fafafa;
    }
    .page-header-wrpp {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .page-heading {
        width: 100%;
    }
    .filter-btns {
        width: 100%;
        justify-content: flex-start;
    }
    .lubricant-form-wrapp {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
    }
    .lubricant-form-wrapp h2 {
        max-width: 100%;
        text-align: center;
        font-size: 26px;
    }
    .lubricant-form-inn {
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        gap: 24px;
    }
    .about-icons-wrapp {
        gap: 20px;
        flex-wrap: wrap;
    }
    .about-icon-box {
        width: calc((100% / 4) - 15px);
    }
    .about-icon {
        width: 64px;
        height: 64px;
    }
    .about-icon-box h2 {
        font-weight: normal;
    }
    .feature-slide-wrpp {
        flex-direction: column;
        gap: 0px;
    }
    .feature-slide-wrpp {
        max-width: 100%;
    }
    .feature-slide-cont {
        max-width: 100%;
        text-align: center;
    }
    .fea-btns {
        justify-content: center;
    }
    .fea-btns a {
        width: 100%;
    }
    .feature-slide-img {
        /* margin-top: 40px; */
        margin: 0 auto;
    }
    .features-prod-slider .slider-thumb {
        max-width: 340px;
        right: 50%;
        transform: translateX(50%);
        margin: 0 auto;
    }
    .slick-slider .slick-prev,
    .slick-slider .slick-next {
        display: none !important;
    }
    .features-prod-slider .slick-track {
        justify-content: center;
    }
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.ast-menu-toggle {
        color: #fafafa !important;
        left: 0;
        justify-content: flex-end;
        display: inline-flex !important;
        box-shadow: none;
        top: 15px;
        width: 100%;
        height: 48px;
        padding: 0 30px 0 20px;
    }
    .ast-header-break-point .main-navigation ul .menu-item .menu-link {
        padding: 0 30px 0 20px;
    }
    .ast-menu-toggle:focus {
        outline: none !important;
    }
    .ast-menu-toggle svg {
        margin-left: 0 !important;
    }
    .ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type {
        display: none !important;
    }
    .about-journey-wrapp {
        flex-direction: column;
        padding-top: 40px;
        gap: 24px;
    }
    #progress {
        left: 0;
    }
    .journey-year {
        left: 0;
        gap: 12px;
        margin-left: -11px;
        top: -13px;
    }
    .journey-icon {
        width: 24px;
        height: 24px;
    }
    .journey-year p {
        font-size: 12px;
    }
    .journey-heading h3 {
        text-align: left;
        font-size: 20px;
    }
    .journey-heading {
        padding-left: 25px;
    }
    .journey-img {
        padding-left: 25px;
    }
    .journey-content {
        padding-left: 25px;
    }
    .journey-content p {
        font-size: 12px;
    }
    .form-group-btns p {
        justify-content: center;
    }
    .siddharth {
        position: inherit !important;
        right: auto !important;
    }
    .product-category-icons {
        gap: 30px;
    }
    .prod-cat {
        width: calc((100% / 3) - 20px);
    }
    .tab-btn {
        font-size: 13px;
    }
    .post-page-cont {
        padding: 20px;
    }
    .store-filter-buttons {
        gap: 10px;
    }
    .store-filter-buttons button {
        font-size: 12px;
    }
    .custom-store-locator-wrapp {
        height: auto;
    }
    .custom-store {
        width: 100%;
    }
    .post-banner {
        height: 200px;
    }
    .post-banner img {
        object-fit: cover;
        width: auto;
        display: block;
        border-radius: 20px;
        height: 200px;
        margin: 0 auto;
    }
    .banner-slider {
        flex-direction: column;
        gap: 20px;
    }
    .gallery-slider-wrapp {
        margin: 0 -20px;
    }
    .banner-slider .slider-content-gall,
    .banner-slider .slider-thumb-gall {
        max-width: 100%;
    }
    .slider-thumb-gall .slick-slide.thumbnail-image .thumbImg {
        height: 100px;
    }
    .banner-slider .slider.slider-thumb-gall {
        height: auto;
        padding: 0 20px;
    }
    .banner-slider .slider-content-gall .slider .slick-slide {
        height: 360px;
    }
    .banner-slider .slider-content-gall .slider .slick-slide img {
        border-radius: 0;
    }
    .spotlight-slider,
.testimonial-slider {
   width: 100%;
}
.savsol-slider-wrapper .insta-slider {
     max-width: 100%;
}
}

@media (max-width: 767px) {
    /* .hero-slider .slick-slide .hero-slide-inner {
        height: auto;
    } */
    .hero-slider.slick-slider .slick-dots {
        bottom: 24px;
        left: 24px;
        transform: none;
    }
    .post-listing .sav-card {
        width: 100%;
    }
    .sav-card .sav-card-img {
        height: 200px;
    }
    .sav-card .sav-card-cont {
        height: calc(100% - 200px);
    }
    .sav-card .sav-card-cont h3 {
        min-height: auto;
    }
    .award-card {
        width: 100%;
    }
    .page-heading h1 {
        font-size: 28px;
    }
    .product-category-icons {
        gap: 15px;
    }
    .prod-cat {
        width: calc((100% / 3) - 10px);
    }
    .features-prod-slider .bgoil {
        /* max-width: 280px; */
        max-width: 100%;
        margin: 0 auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        margin-bottom: 32px;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section:last-child {
        margin-bottom: 0;
    }
    .site-footer .widget_block .wp-block-columns {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }
    .wp-block-heading {
        font-weight: normal;
    }
    .form-two-col {
        flex-direction: column;
        gap: 0;
    }
    /* .form-group-btns input {
        width: 100%;
    } */
    .popup-heading h2 {
        font-size: 18px;
    }
    .popup-content ul li {
        font-size: 12px;
    }
    .ast-footer-copyright p {
        text-align: center !important;
    }
    .site-footer-below-section-2.site-footer-section-2 ul li {
        text-align: center !important;
    }
    .site-footer #block-13.widget_block .wp-block-list li {
        font-size: 12px;
    }
    .testimonial-slider.slick-slider .slick-slide {
        padding: 12px 24px 24px;
    }
    .mobile-header {
        display: block;
    }
    .mobile-header a img {
        width: 24px;
    }
    .single-post header {
        display: none !important;
    }
    .post-head .back-arrow {
        display: none;
    }
    .post-head-cont h1 {
        font-size: 28px;
    }
    .store-locator-wrapper {
        flex-direction: column;
    }
    .store-locator-right {
        padding: 0 20px 20px;
    }
    .error404 #page {
        min-height: calc(100vh - 150px);
    }
    .sav-404-layout-wrapp {
        padding: 20px;
    }
    .sav-404-btns {
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }
    .sav-404-btns a {
        width: 100%;
        justify-content: center;
    }
    .store-loacate-map {
        height: 360px;
    }
    .store-locator-search button {
        font-size: 0 !important;
        gap: 0;
    }
    .store-locator-search button i {
        font-size: 14px !important;
    }
    /* .store-locates-foot a {
        font-size: 0 !important;
        gap: 0;
    } */
    .store-locates-foot a i {
        font-size: 14px !important;
    }
}

.disclaimer {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
}

@media (max-width: 767px) {
  #home-disclaimer p {
    font-size: 4px !important;
  }
}

.wpcf7-textarea{
    resize: none;
}

#home-disclaimer {
  position: absolute;
  bottom: 10px;   /* adjust as needed */
  right: 10px;    /* adjust as needed */
  font-size: 0.85rem;  /* responsive font size */
  color: #666;         /* optional styling */
  text-align: right;
  max-width: 90%;      /* prevent overflow on small screens */
  word-wrap: break-word;
}

.about-left-section ul {
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 20px;
    list-style: disc;
    color: #fff;

}

#about-features-list li {
  white-space: normal !important;  /* allow wrapping naturally */
  word-break: break-word;          /* prevent overflow */
  overflow-wrap: break-word;       /* clean wrap on edge */
  display: block !important;       /* prevent inline-block spacing issues */
  margin: 0 !important;            /* reset slick spacing */
}
#about-features-list .slick-slide {
  display: block !important;       /* each slide acts like a full block */
}


.home-disclaimer {
  position: absolute;
  bottom: 10px;   /* adjust as needed */
  right: 10px;    /* adjust as needed */
  font-size: 0.85rem;  /* responsive font size */
  color: #666;         /* optional styling */
  text-align: right;
  max-width: 90%;      /* prevent overflow on small screens */
  word-wrap: break-word;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.main-image-box img {
    max-height: 386px;
}

.oil-features {
  display: flex;
  flex-wrap: wrap;
}



/* Mobile: 2 in a row */
@media (max-width: 767px) {
  .oil-feature-list {
    flex: 1 1 calc(50% - 20px); /* 2 per row */
  }
}







