.section-breadcrumb-nav {
    display: none;
}

header nav {
    /* display: none; */
}

.wrap-footer-nav {
    /* display: none; */
}

.country-one-pager .hero-image {
    width: 100%;
    height: 70vh;
    min-height: 440px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 60px;
}


.hero-image .page-title {
    font-family: Demo;
    font-size: 88px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.hero-image .hero-button {
    all: unset;
    cursor: pointer;
    background: #00b5d3;
    padding: 14px 30px;
    font-family: Inter;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 5px;
    margin-top: 32px;
}

.brand_slider {
    background-color: #F8F8F8;
    padding: 80px 0 120px 0;

}

.country-one-pager-has-social .brand_slider {
    padding-top: 0;
}

.country_one_social_bg {
    background-color: #F8F8F8;
    padding-top: 38px;
    padding-bottom: 20px;
}

.brand_slider .section-title h2 {
    font-family: Demo;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 16px;
}

.brandsProducts-descriptions {
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    max-width: 894px;
}

.brand_logo_slider {
    width: calc(100% + 30px);
    margin-left: -20px;
    margin-right: -15px;
    padding: 0 15px;
    overflow: visible;
    position: relative;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
}

.brand_logo_slider .slick-list {
    overflow: hidden;
    margin: 0;
    width: 100% !important;
}

.brand_logo_slider .slick-track {
    overflow: hidden;
    padding-bottom: 30px;
}

.brand_logo_slider.slick-initialized .slick-slide {
    margin-right: 0 !important;
}

.brand_logo_slider .slick-slide {
    padding-left: 21px;
    padding-right: 21px;
    box-sizing: border-box;
}

.brand_logo_slider .slick-slide .single_brand_slide.brand-card {
    box-shadow: none;
    transition: box-shadow 0.1s ease-in-out;
}

.brand_logo_slider .slick-slide.slick-active .single_brand_slide.brand-card {
    box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.08);
}

.single_brand_slide.brand-card {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: visible;
    background: #fff;
    box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.08) !important;
}

.brand-card-icon {
    background-color: #E9F5F8;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    border-radius: 6px 6px 0 0;
}

.brand-card-icon a,
.brand-card-icon img {
    display: block;
    margin: auto;
}

.brand-card-icon img {
    max-width: 172px;
    max-height: 60px;
    height: 65px;
    object-fit: contain;
    object-position: center;
}

.brand-card-content {
    background: #fff;
    min-height: 326px;
    padding: 20px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 6px 6px;
}

.brand-card-title {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #002B46;
    margin: 0 0 12px;
}

.brand-card-description-wrapper {
    position: relative;
}

.brand-card-description-inner {
    overflow: hidden;
    transition: height 0.35s ease;
}

.brand-card-description {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #002B46;
    margin: 0;
}

.brand-card-description p:first-child {
    margin-top: 0;
}

.brand-card-description p:last-child {
    margin-bottom: 0;
    line-height: 24px !important;
}

.brand-card-description--full-hidden {
    display: none !important;
}

.brand-card-description--short-hidden {
    display: none !important;
}

.brand-card-read-more {
    all: unset;
    cursor: pointer;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    color: #002B46;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.brand-card-read-more-text {
    color: #002B46;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    transition: color 0.2s ease;
}

.brand-card-read-more:hover {
    text-decoration: none;
}

.brand-card-read-more:hover .brand-card-read-more-text {
    color: #00b5d3;
}

.brand-card-read-more .brand-card-read-more-chevron {
    font-size: 18px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    color: #002B46;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, color 0.2s ease;
}

.brand-card-read-more:hover .brand-card-read-more-chevron {
    color: #00b5d3;
}

.brand-card-read-more:focus,
.brand-card-read-more:active {
    outline: none;
    color: #002B46;
}

.brand-card-read-more:focus .brand-card-read-more-text,
.brand-card-read-more:active .brand-card-read-more-text {
    color: #002B46;
}

.brand-card-read-more:focus .brand-card-read-more-chevron,
.brand-card-read-more:active .brand-card-read-more-chevron {
    color: #002B46;
}

.slick-slide{
    pointer-events: none;
}
.brand_logo_slider .slick-slide,
.news-events-container .slick-slide,
.experts-block-slider .slick-slide {
    pointer-events: auto !important;
}

.brand_logo_slider.slick-initialized.slick-slider button.slick-arrow {
    position: absolute;
    /* Fixed vertical position so arrows don’t move when a card expands (Read more) */
    top: 230px;
    transform: translateY(-50%);
    height: auto;
    min-height: 44px;
}

.brand_logo_slider.slick-initialized.slick-slider button {
    /* position: absolute; */
    left: -10px;
    font-size: 40px !important;
    color: #00b5d3 !important;
    background: transparent !important;
    border: 0;
    z-index: 9;
}

.brand_logo_slider.slick-initialized.slick-slider button i {
    font-weight: 500;
    font-size: 42px;
}

.fa-angle-left:before, .fa-angle-right:before {
    font-size: 22px;
    font-weight: 200;
    width: 26px;
    height: 26px;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: -4px;
    margin-left: -4px;
}

.brand_logo_slider .fal::before {
    font-size: 55px;
    font-weight: 200;
    height: auto;
}

.brand-card-read-more .fal::before{
    font-size: 16px;
    font-weight: 500;
}

.brand_logo_slider.slick-initialized.slick-slider button.slick-next {
    left: auto;
    right: -10px;
}

.news-and-events-section {
    margin-bottom: 120px;
    margin-top: 80px;
}

.news-events-title {
    font-family: Demo;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 40px;
}

.news-events-container .slick-slide {
    padding-right: 24px;
}

.news-events-container {
    display: grid;
    gap: 40px 32px;
}

/* 1–3 items: same card width (3-column grid); 4 items: 4 columns */
.news-events-container.count-1,
.news-events-container.count-2,
.news-events-container.count-3 {
    grid-template-columns: repeat(3, 1fr);
}

.news-events-container.count-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* News & Events slider arrows – same blue icons as brand/experts sliders */
.news-events-container.slick-initialized.slick-slider button {
    position: absolute;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px !important;
    color: #00b5d3 !important;
    background: transparent !important;
    border: 0;
    padding: 0;
    height: auto;
    z-index: 9;
}
.news-events-container.slick-initialized.slick-slider button.slick-next {
    left: auto;
    right: -44px;
}
.news-events-container.slick-initialized.slick-slider button i {
    font-weight: 500;
    font-size: 54px;
}
.news-events-container.slick-initialized.slick-slider button i::before {
    font-size: 54px;
}

@media (max-width: 1200px) {
    .news-events-container.count-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .news-events-container.count-1,
    .news-events-container.count-2,
    .news-events-container.count-3,
    .news-events-container.count-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .news-events-container.count-1,
    .news-events-container.count-2,
    .news-events-container.count-3,
    .news-events-container.count-4 {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.single-news-event.news-event-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.news-events-img-container {
    position: relative;
    margin-bottom: 16px;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 290 / 189;
}

/* Video play icon overlay – same as digital-tools .product_resource_slider .all-resources-playit */
.news-and-events-section .all-resources-playit {
    position: absolute;
    transition: 0.25s all !important;
    width: 60px !important;
    height: 70px !important;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    pointer-events: none;
    z-index: 1;
}

/* Video popup iframe size – same as digital-tools */
.venoframe.vbvid {
    width: 960px;
    height: 540px;
}

.single-news-event img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}

.news-event-content-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    flex: 1;
}

.news-events-single-title {
    font-family: Demo;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
}

.news-events-single-description {
    font-family: Inter;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 130%;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
}

.news-event-learn-more-mobile {
    display: none;
}

.news-events-single-type {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #00b5d3;
}

.news-events-single-type i {
    color: #5bcfe2;
}

/* Content type icons – aligned with ag_home news block (same section) */
.news-events-single-type i[class^="icon-"] {
    font-style: normal;
}
.news-events-single-type i[class^="icon-"]:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
    vertical-align: middle;
}
.news-events-single-type .icon-article:before,
.news-events-single-type .icon-testimonial:before {
    background-image: url(../../../ag_home/assets/icons/article-icon.svg);
    transform: translateY(-1.5px);
}
.news-events-single-type .icon-testimonial:before {
    transform: translateY(-2px);
}
.news-events-single-type .icon-ebook:before {
    background-image: url(../../../ag_home/assets/icons/ebook.svg);
}
.news-events-single-type .icon-event:before {
    background-image: url(../../../ag_home/assets/icons/event-icon.svg);
    width: 18px;
    height: 20px;
    transform: translateY(-4px);
}
.news-events-single-type .icon-video:before {
    background-image: url(../../../ag_home/assets/icons/video-icon.svg);
    width: 20px;
    height: 20px;
    transform: translate(2px, -2px);
}
.news-events-single-type .icon-podcast:before {
    background-image: url(../../../ag_home/assets/icons/podcast.svg);
}
.news-events-single-type .icon-news:before {
    background-image: url(../../../ag_home/assets/icons/news-icon.svg);
    width: 22px;
    height: 19px;
    transform: translateY(-3px);
}
.news-events-single-type .icon-quiz:before {
    background-image: url(../../../../assets/images/quiz/quiz-icon.svg);
    width: 18px;
    height: 18px;
}
.news-events-single-type .icon-digital_tool:before {
    background-image: url(../../../digital-tools/converter-page/assets/tools-icon.svg);
}
.news-events-single-type .icon-tag_results {
    display: flex;
    align-items: center;
}
.news-events-single-type .icon-tag_results:before {
    background-image: url(../../../ag_home/assets/icons/category-icon.svg);
    width: 23px !important;
    height: 31px !important;
    background-position: center;
    margin-right: 4px;
    transform: translate(5px, -3px);
}
.news-events-single-type .icon-trial:before {
    background-image: url(../../../ag_home/assets/icons/trial-results-icon.svg);
    width: 18px;
    height: 18px;
    transform: translateY(-2px);
}
.news-events-single-type .icon-crop:before {
    background-image: url(../../../ag_home/assets/icons/crop-icon.svg);
    width: 20px;
    height: 20px;
    transform: translateY(-4px);
}
.news-events-single-type .icon-guide:before {
    background-image: url(../../../../assets/icons/icon-guide.png);
    width: 24px;
    height: 24px;
}

/********************* START DEALERS SECTION *********************/
/* Match find-a-dealer page design */

.dealers-section.section-dealers-list {
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 80px;
}

.dealers-title {
    font-family: Demo;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 8px;
}

.dealers-subtitle {
    font-family: Inter;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    margin-bottom: 40px;
}

.headers-container {
    margin-bottom: 18px !important;
}

.section-dealers-list .headers {
    font-family: Inter;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    padding-left: 40px;
    padding-right: 35px;
    column-gap: 0px;
    flex-wrap: nowrap;
}

.section-dealers-list .dealer-name-header {
    width: 43%;
}

.section-dealers-list .location-header {
    text-align: left;
    width: 45.2%;
}

@media (min-width: 1400px) {
    .section-dealers-list .location-header {
        padding-left: 10px;
    }
}

@media (max-width: 1200px) {
    .section-dealers-list .location-header {
        padding-left: 18px;
    }
}

.section-dealers-list .distance-header {
    text-align: left;
    width: 10%;
}

.section-dealers-list .distance-header:hover {
    cursor: pointer;
}

.dealers-section.section-dealers-list #accordionDealers {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0;
}

.dealers__item {
    /* display: none; */
}

.dealer-detailes {
    flex-wrap: nowrap;
}

.distance-location-container {
    display: flex;
    flex-direction: row;
    width: 60%;
}

.dealer-name {
    font-family: Inter;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    padding-right: 10px;
    min-width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (min-width: 768px) {
 
    .dealer-name {
        max-width: 40%;
    }
    .distance-location-container{
        max-width: calc(60% - 35px);
    }
}
.dealer-location {
    font-family: Inter;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75.5%;
    padding-right: 15px;
}

@media (max-width: 1400px) {
    .dealer-location {
        width: 74.5%;
        max-width: 74.5%;
    }

    .section-dealers-list .location-header {
        width: 44.8%;
    }
}

@media (max-width: 1200px) {
    .dealer-location {
        width: 72.5%;
        max-width: 72.5%;
    }

    .section-dealers-list .location-header {
        width: 44.5%;
    }
}

.dealer-location-city,
.dealer-location-road {
    font-family: Inter;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
}
.dealer-location-road {
    opacity: 0.6;
}

.dealer-distance {
    font-family: Inter;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* min-width: 12%; */
    padding-left: 23px;
}

/* Accordion items: card style like find-a-dealer */
.section-dealers-list .accordion .accordion-item.dealers__item.to-be-displayed,
.section-dealers-list .accordion .accordion-item {
    border-radius: 8px;
    border: 1px solid #C2EDF5;
    background: #F2FBFD;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
}

.section-dealers-list .accordion .accordion-item .accordion-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    padding: 0;
    background: unset;
    margin-bottom: 0;
    border-radius: 0;
}

.section-dealers-list .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--dark-blue, #002B46);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    background: unset;
    padding: 0;
    box-shadow: unset;
    border: 0;
    outline: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
}

.section-dealers-list .accordion .accordion-item .accordion-header .accordion-button:after {
    display: none;
}

.section-dealers-list .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"]:before,
.section-dealers-list .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="false"]:before {
    display: none;
}

/* Left column: dealer name, location, read more/less + chevron */
.section-dealers-list .dealer-header-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.section-dealers-list .dealer-header-left .dealer-location {
    color: var(--Secondary-text, #879CA8);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 8px;
    width: auto;
    white-space: normal;
}

.section-dealers-list .dealer-header-left .dealer-location-icon {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
}
.section-dealers-list .dealer-header-left .dealer-location-icon svg {
    flex-shrink: 0;
    margin-top: 4px;
}
.section-dealers-list .dealer-header-left .dealer-location-text {
    flex: 1;
    min-width: 0;
    white-space: normal;
}

.section-dealers-list .accordion-toggle-label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 26px;
}

.section-dealers-list .accordion-toggle-label .read-more-text,
.section-dealers-list .accordion-toggle-label .read-less-text {
    text-decoration: underline;
}

.section-dealers-list .accordion-toggle-label .accordion-chevron {
    text-decoration: none;
}

.section-dealers-list .accordion-toggle-label .read-less-text {
    display: none;
}

.section-dealers-list .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"] .read-more-text {
    display: none;
}

.section-dealers-list .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"] .read-less-text {
    display: inline;
}

.section-dealers-list .accordion-chevron {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.section-dealers-list .accordion-chevron svg {
    display: block;
    width: 100%;
    height: 100%;
}

.section-dealers-list .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"] .accordion-chevron {
    transform: rotate(180deg);
}

.section-dealers-list .dealer-distance {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #C2EDF5;
    flex-shrink: 0;
}

/* Hide dealer-distance when it has no value (distance filled by JS) */
.dealer-distance:has(.distance:empty) {
    display: none !important;
}

.section-dealers-list .dealer-distance span {
    color: #002B46;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-dealers-list .dealer-name {
    color: var(--dark-blue, #002B46);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-right: 0;
    min-width: unset;
    overflow: visible;
    white-space: normal;
    text-overflow: unset;
    text-decoration: none;
}

.section-dealers-list .distance-location-container {
    color: rgba(0, 43, 70, 0.60);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    column-gap: 8px;
    width: auto;
}

.section-dealers-list .distance-location-container:before {
    background-image: url(../../find-a-dealer/assets/icons/location-icon.svg);
    display: inline-block;
    content: '';
    width: 14px;
    height: 20px;
    flex-shrink: 0;
}

/* Expanded: below read less — icons (dealer-info-blocks), then brands (dealers-products-wrapper) */
.section-dealers-list .accordion-collapse {
    overflow: hidden;
}
.section-dealers-list .accordion-collapse.show {
    overflow: visible;
}

.section-dealers-list .accordion-body {
    padding: 32px 0 0 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
}

.section-dealers-list .accordion-body * {
    font-family: Inter;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
}

.section-dealers-list .dealer-info-blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
}

.dealer-info-blocks .dealer-info {
    padding: 0;
    height: fit-content;
}

.dealer-info-blocks .dealer-info a {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row;
}

.dealer-info-blocks .dealer-info .info-title span {
    word-break: break-word;
}

.dealer-info-blocks .dealer-info .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 36px;
    width: 36px;
    min-height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background-color: #00b5d3;
}

.dealer-info-blocks .dealer-info .icon-container svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.dealer-info-blocks .dealer-info .info-title {
    color: var(--dark-blue, #002B46);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}

.dealer-info-blocks .dealer-info .info-title span {
    display: block;
    color: var(--Secondary-text, #879CA8);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.mobile-direction {
    display: none;
}

.headers-container {
    margin-bottom: 18px !important;
}

@media (max-width: 992px) {
    .headers-container {
        display: none;
    }

    .dealers-section.section-dealers-list {
        padding-top: 16px;
        padding-bottom: 40px;
        margin-bottom: 29.5px;
    }

    .dealers-section.section-dealers-list #accordionDealers {
        gap: 16px;
    }

    .section-dealers-list .accordion .accordion-item {
        border-radius: 6px;
    }

    .section-dealers-list .accordion .accordion-item .accordion-header {
        background: none;
        margin-bottom: 0;
        border-radius: 0;
    }

    .section-dealers-list .accordion .accordion-item .accordion-header .accordion-button {
        align-items: start;
        transition: 0s;
        padding: 0 !important;
        padding-bottom: 10px !important;
        margin-bottom: 4px !important;
    }
    
    .section-dealers-list .accordion .accordion-item .accordion-header .accordion-button{
        flex-direction: column-reverse;
    }

    .dealer-data-container{
        flex-direction: column !important;
    }

    .section-dealers-list .dealer-header-left{
        min-width: 100%;
    }

    .section-dealers-list .dealer-header-left .dealer-location {
        min-width: 100%;
        text-align: left;
        white-space: normal;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .section-dealers-list .dealer-header-left .dealer-location-text {
        text-align: left;
        white-space: normal;
    }
    .section-dealers-list .dealer-header-left .dealer-location-city,
    .section-dealers-list .dealer-header-left .dealer-location-road {
        text-align: left;
        white-space: normal;
    }

    .section-dealers-list .dealer-info-blocks {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 12px;
        row-gap: 16px;
    }
    .section-dealers-list .dealer-info-blocks .dealer-info {
        min-width: 0;
    }

    .section-dealers-list .dealer-name{
        width: 100%;
    }


    .section-dealers-list .accordion .accordion-item .accordion-header .accordion-button.collapsed {
        margin-bottom: 17px;
        padding: 0 !important;
        padding-bottom: 10px !important;
    }

    .well {
        margin-bottom: 0 !important;
    }

    .section-dealers-list .accordion .accordion-item .accordion-header .accordion-button:before {
        transform: translateY(-2px);
    }

    .mobile-accordion-body {
        padding: 8px !important;
    }

    .dealer-data-container {
        margin-top: 20px;
    }

    .distance-location-container {
        flex-direction: column-reverse;
        align-items: end;
        width: 70%;
    }

    .dealer-location {
        min-width: unset;
        white-space: normal;
    }

    .dealer-distance {
        font-size: 18px;
    }

    .dealer-location,
    .dealer-location .dealer-location-city,
    .dealer-location .dealer-location-road {
        padding-right: unset;
        text-align: end;
        font-size: 18px;
        font-family: Inter;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.79;
        letter-spacing: normal;
        color: #002b46;
    }
    .dealer-location .dealer-location-road {
        opacity: 0.7;
    }

    .dealer-name {
        overflow: unset;
        white-space: normal;
        text-overflow: unset;
        font-family: Inter;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #002c45;
        min-width: unset;
        width: 50%;
    }

    .dealer-info-blocks .dealer-info a {
        flex-direction: column;
        gap:8px;
        align-items: center;
    }

    .dealer-info-blocks .dealer-info a .icon-container {
        margin-right: 0;
    }

    .dealer-info-blocks .dealer-info .info-title span {
        display: none;
    }

    .section-dealers-list .accordion-body .mobile-direction {
        display: block;
        margin-bottom: 10px;
        font-family: Inter;
        font-size: 16px;
        font-weight: normal !important;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #002b46;
        width: 50%;
        max-width: 180px;
    }

    .dealer-info-blocks .dealer-info .info-title {
        font-size: 14px;
        line-height: 1.56;
        font-weight: 600;
        letter-spacing: normal;
        color: #002b46;
        min-width: 0;
        word-break: break-word;
        overflow-wrap: break-word;
    }
}

@media (max-width: 460px) {

    .distances-values {
        /* width: 89% !important; */
    }


    .dealer-data-container {
        padding-left: 0;
        padding-right: 0;
    }

    .dealer-info-blocks .dealer-info .info-title {
        /* font-size: 12px; */
    }
}

.dealer-products {
    display: flex;
    column-gap: 39px;
    flex-wrap: wrap;
}


.dealer-product {
    width: 120px;
    height: auto;
    object-fit: contain;
}


.dealers-products-wrapper {
    padding-top: 64px;
}

.section-dealers-list .accordion-body .dealers-products-wrapper .products-sold {
    opacity: 0.8;
    font-family: Inter;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    margin-bottom: 16px;
}


/********************* END DEALERS SECTION *********************/

.top-quality-section {
    display: flex;
    flex-direction: column;
    row-gap: 64px;
    margin-bottom: 64px;
}

.top-quality-block, .rich-variety-block {
    display: flex;
    column-gap: 63px;
}

.top-quality-section img {
    width: 486px;
    height: 444px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}

.top-quality-content-wrapper {
    padding-right: 63px;
}

.top-quality-title, .rich-variety-title {
    font-family: Demo;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 8px;
}

.top-quality-subtitle, .rich-variety-subtitle {
    font-family: Inter;
    font-size: 24px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 16px;
}

.top-quality-description, .rich-variety-description {
    font-family: Inter;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
}

@media (max-width: 992px) {
    .hero-image .page-title {
        font-size: 48px
    }

    .country-one-pager .hero-image {
        height: 300px;
        padding-top: unset;
    }

    .top-quality-block {
        flex-direction: column;
    }

    .rich-variety-block {
        flex-direction: column-reverse;
    }

    .top-quality-section img {
        width: 100%;
        margin-bottom: 24px;
    }

    .section-dealers-list .accordion .accordion-item:last-of-type {
        /*border-bottom: 1px solid rgba(0, 43, 70, 0.2);*/
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .single_brand_slide.slick-slide img {
        max-width: 100px;
        max-height: 60px;
        height: 60px;
        width: 100px;
        object-fit: contain;
        object-position: center;
    }
}


.search-container-no-segmented,
.menu-search-container{
    display: none;
}

.country-one-pages-sds-finder{
    position: absolute;
    right: 95px;
    top: 22px;
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
}

.header-bottom{
    display: none;
}

#nav-tabContentMenu{
    display: none;
}

.brands_logos_section{
    margin-top: 40px;
}

/* Mobile: horizontal scroll instead of sliders (no Slick) */
@media (max-width: 560px) {
    .brand_logo_slider:not(.slick-initialized) {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 24px;
        padding-bottom: 38px;
        justify-content: flex-start;
        align-items: stretch;
    }
    .brand_logo_slider:not(.slick-initialized) .single_brand_slide.brand-card {
        max-width: 282px;
        min-width: unset !important;
        min-height: 420px;
    }
    /* When one card expands, only that card grows; others stay at collapsed height */
    .brand_logo_slider:not(.slick-initialized) .single_brand_slide.brand-card:not(.brand-card--expanded) {
        max-height: 480px;
    }
    .brand_logo_slider:not(.slick-initialized) > * {
        flex: 0 0 auto;
    }

    .experts-block-slider:not(.slick-initialized) {
        width: calc(100% + 40px);
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding-bottom: 24px;
        justify-content: flex-start;
        align-items: stretch;
        /* Match brand carousel: no extra empty space on left */
        margin-left: -20px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .experts-block-slider:not(.slick-initialized) > * {
        flex: 1;
        max-width: 175px;
        min-width: unset;
    }

    .news-events-container:not(.slick-initialized) {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding-bottom: 8px;
        /* Match brand carousel: pull scroll area to edges so no extra left space */
        margin-left: -20px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .news-events-container:not(.slick-initialized) > * {
        flex: 0 0 auto;
        max-width: 325px;
        min-width: unset;
    }
    /* Dealers accordion: row + horizontal scroll, start from start (override column) */
    .dealers-section.section-dealers-list #accordionDealers,
    .section-dealers-list .dealers-accordion {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding-bottom: 8px;
        justify-content: flex-start;
        /* Match brand carousel: no extra empty space on left */
        margin-left: -20px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-dealers-list .dealers__item {
        flex: 0 0 auto;
        max-width: 325px;
        min-width: unset;
    }
}

ul.social-links.country_one_social {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    min-height: 29px;
}

/* ========== Single media query per breakpoint ========== */
@media (max-width: 768px) {
    .news-events-single-type i[class^="icon-"]{
        font-size: 10px;
    }
    .section-dealers-list .accordion-collapse.show {
        overflow: visible;
    }
    .section-dealers-list .dealer-header-left{
        gap:16px;
    }

    .mobile-direction{
        display: none !important;
    }

    .section-dealers-list .accordion-body,
    .dealer-products{
        margin-top:24px !important;
    }

    .section-dealers-list .accordion-body,
    .dealer-products{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .section-dealers-list .accordion .accordion-item.dealers__item.to-be-displayed, .section-dealers-list .accordion .accordion-item{
        border:1px solid #E9F5F8;
        background-color: #E9F5F8;
    }

    .section-dealers-list .accordion-toggle-label{
        margin-top:10px;
    }

    .section-dealers-list .accordion .accordion-item.dealers__item.to-be-displayed, .section-dealers-list .accordion .accordion-item{
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-dealers-list .accordion .accordion-item .accordion-header .accordion-button.collapsed,
    .section-dealers-list .accordion .accordion-item .accordion-header .accordion-button{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .brand_logo_slider:not(.slick-initialized),
    .news-events-container:not(.slick-initialized),
    .experts-block-slider:not(.slick-initialized) {
        padding-right: 20px;
        padding-left: 20px;
    }
    /* Match brand carousel: no extra empty space on left when scrolling */
    .news-events-container:not(.slick-initialized) {
        margin-left: -20px;
        margin-right: -15px;
        padding-left: 20px;
        padding-right: 30px;
    }
    /* All counts (1–4): horizontal scroll (slider) on mobile */
    .news-events-container.count-1:not(.slick-initialized),
    .news-events-container.count-2:not(.slick-initialized),
    .news-events-container.count-3:not(.slick-initialized),
    .news-events-container.count-4:not(.slick-initialized) {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding-bottom: 8px;
        margin-left: -20px;
        margin-right: -15px;
        padding-left: 20px;
        padding-right: 30px;
    }
    .news-events-container.count-1:not(.slick-initialized) > *,
    .news-events-container.count-2:not(.slick-initialized) > *,
    .news-events-container.count-3:not(.slick-initialized) > *,
    .news-events-container.count-4:not(.slick-initialized) > * {
        flex: 0 0 auto;
        max-width: 325px;
        min-width: unset;
    }
    .experts-block-slider:not(.slick-initialized) {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -15px;
        padding-right: 15px !important;
        padding-left: 20px;
    }
    .dealers-section.section-dealers-list #accordionDealers,
    .section-dealers-list .dealers-accordion {
        margin-left: -20px;
        margin-right: -15px;
        padding-left: 15px;
    }

    .brand-card-icon {
        padding: 16px;
        min-height: 100px;
    }
    .brand-card-icon img {
        max-width: 172px;
    }
    .brand-card-content {
        min-height: 280px;
        padding: 20px 16px;
    }
    .brand-card-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }
    .brand-card-description {
        font-size: 16px !important;
        line-height: 24px;
    }
    .brand_logo_slider.slick-initialized.slick-slider button {
        padding-top: 16px;
    }
    .news-events-single-type {
        font-size: 18px;
    }
    .filter-no-dealers-found {
        display: none;
        font-family: Inter;
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.26;
        letter-spacing: normal;
        text-align: center;
        color: #002b46;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .dealer-name,
    .dealer-distance {
        font-size: 16px;
    }
    .dealer-location,
    .dealer-location .dealer-location-city,
    .dealer-location .dealer-location-road {
        font-size: 16px;
        width: unset;
    }
    .dealer-info-blocks .dealer-info .icon-container {
        height: 36px;
        width: 36px;
        min-height: 36px;
        min-width: 36px;
    }
    .dealers-section.section-dealers-list {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .dealers-section.section-dealers-list #accordionDealers, .section-dealers-list .dealers-accordion{
        padding-right:30px;
        padding-left: 20px !important;
    }
    .section-dealers-list .dealer-name {
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
    }
    .section-dealers-list .distance-location-container {
        display: inline-block;
        line-height: 24px;
    }
    .section-dealers-list .distance-location-container:before {
        margin-right: 8px;
    }
    .section-dealers-list .dealer-info-blocks {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 12px;
        row-gap: 16px;
    }
    .section-dealers-list .dealer-info-blocks .dealer-info {
        min-width: 0;
    }
    .dealer-products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 16px;
        margin-bottom: 14px;
        margin-top: 16px;
        align-items: center;
    }
    .dealer-product {
        width: 100%;
        max-width: 70%;
        height: auto;
        object-fit: contain;
    }
    .section-dealers-list .accordion-body .dealers-products-wrapper .products-sold {
        display: none;
    }
    .dealers-products-wrapper {
        padding-top: 0;
    }
    .dealer-data-container {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 0;
    }
    .country-one-pager .hero-image {
        height: 440px;
        /* margin-bottom: 19px; */
        align-items: flex-end;
        padding-bottom: 40px;
    }
    .hero-image .page-title {
        font-family: Demo;
        font-size: 32px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
    }
    .hero-image .hero-button {
        width: 100%;
        font-family: Inter;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        margin-top: 16px;
        box-sizing: border-box;
    }
    .brand_slider .section-title h2 {
        font-family: Demo;
        font-size: 28px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #002c45;
        margin-bottom: 8px;
    }

    .brand_slider {
        padding: 40px 0;
        padding-bottom: 0;

    }

    .country-one-pager-has-social .brand_slider {
        padding-top: 0;
    }

    .brandsProducts-descriptions {
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #002b46;
    }
    .news-events-title {
        font-family: Demo;
        font-size: 28px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #002b46;
        margin-bottom: 16px;
    }
    .news-event-content-wrapper {
        row-gap: 12px;
    }
    .news-events-single-title {
        font-family: Demo;
        font-size: 24px;
        color: var(--Dark-Blue, #002846);
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        text-align: left;
    }
    .news-events-single-description {
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 19px;
        letter-spacing: normal;
        text-align: left;
        color: #002b46;
    }
    .news-event-learn-more-mobile {
        display: inline;
        color: var(--turquoise-blue, #00B5D3);
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        border-bottom: 1px solid #00B5D3;
        width: fit-content;
    }
    .news-and-events-section {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .section-dealers-list .accordion .accordion-item {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .dealers-title {
        font-family: Demo;
        font-size: 28px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #002c45;
    }
    .dealers-subtitle {
        font-family: Inter;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: left;
        color: #002c45;
        margin-bottom: 10px;
    }
    .top-quality-section img {
        max-height: 305px;
    }
    .top-quality-title, .rich-variety-title {
        font-family: Demo;
        font-size: 28px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #002c45;
    }
    .top-quality-subtitle, .rich-variety-subtitle {
        font-family: Inter;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #002b46;
    }
    .top-quality-description, .rich-variety-description {
        font-family: Inter;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #002b46;
    }
    .top-quality-content-wrapper {
        padding-right: 0;
    }
    .top-quality-section {
        row-gap: 40px;
        margin-bottom: 40px;
    }
    .section-dealers-list {
        padding-left: 0;
        padding-right: 0;
    }
    .section-dealers-list > * {
        padding-left: 20px;
        padding-right: 20px;
    }
    .dealers-container {
        padding-right: 0;
    }
    .dealers__item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-dealers-list .accordion .accordion-item.dealers__item:has(.open) {
        background: #E9F5F8;
    }
    .header-mobile-item nav#mobile-nav button {
        /* display: none; */
    }
    .mobile-menu-search-icon,
    .search-container-no-segmented-mobile {
        display: none;
    }
    .brands_logos_section {
        margin-top: 53px;
    }
    .brand_logo_slider.slick-initialized.slick-slider button.slick-next {
        padding-right: 0;
    }
    .brand_logo_slider.slick-initialized.slick-slider button.slick-prev {
        padding-left: 0;
    }
    .news-events-container.slick-initialized.slick-slider button.slick-next {
        padding-right: 0;
    }
    .news-events-container.slick-initialized.slick-slider button.slick-prev {
        padding-left: 0;
    }
    .country-one-pager-no-padding-end {
        padding-right: 0;
    }
    .brand_logo_slider {
        padding-right: 0;
    }
    ul.social-links.country_one_social {
        justify-content: flex-start;
        min-height: unset;
    }
    .country_one_social {
        margin-bottom: 20px;
    }
    ul.social-links.country_one_social li {
        margin-left: unset;
        margin-right: 24px;
    }
}

@media (min-width: 768px) {
    .news-events-single-type span {
        position: relative;
        bottom: -4px;
    }
}