@media (max-width:992px) {
    header.page-header.sticky {
        padding-block: 0;
    }

}

.compre-boxes .img-box-grid .heart_icons img {
    transform: inherit !important;
}

.swiper-slide-first {
    background-image: url('../images/banner.webp');
}

.swiper-slide-second {
    background-image: url('../images/banner1-1.webp');
}

.swiper-slide-third {
    background-image: url('../images/banner1-2.webp');
}

.banner:after {
    background: url(../images/banner-bg.png) no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background-size: cover;
}

section.banner:before {
    background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    content: "";
    width: 100%;
    height: 16vh;
    position: absolute;
    bottom: 0;
    left: 0px;
    background-size: cover;
    z-index: 9;
}

.banner {
    position: relative;
    height: 100vh;
}

/* Swiper main container */
.banner .swiper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner .swiper-slide {
    position: relative;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    padding: 0 15% 9%;
}

.banner .slide-content {
    max-width: 45%;
    z-index: 9999;
    position: relative;
}

.banner .slide-content h1 {
    font-size: 6.4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.banner .slide-content p {
    margin-top: 1.2rem;
    font-size: 2.4rem;
    color: #ddd;
}

.banner .slide-content .btn {
    margin-top: 2rem;
    display: inline-block;
    background: #0077ff;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
    font-size: 1.6rem;
}

.banner .slide-content .btn:hover {
    background: #005fd4;
}

/* Dark overlay */
.banner .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

/* Pagination (dots) */
.banner .swiper-pagination {
    bottom: -42px !important;
    left: -16rem;
    z-index: 999 !important;
}

.banner .swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 0.3;
    width: 20px;
    height: 11px;
    transition: 0.3s;
    border-radius: 5px;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 56px;
    border-radius: 10px;
    background: #D9D9D9;
}

/* Thumbnail navigation */
.banner .thumbs {
    position: absolute;
    bottom: 22%;
    right: -2%;
    display: flex;
    gap: 1.5rem;
    z-index: 9999;
    align-items: baseline;
}

.banner .thumbs img {
    /* width: 80px; */
    height: 213px;
    border-radius: 15px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.banner .thumbs img.active {
    opacity: 1;
    height: 324px;
}

@media (max-width: 991px) {
    .banner .slide-content h1 {
        font-size: 3rem;
    }

    .banner .slide-content p {
        font-size: 1.8rem;
    }

    .banner .slide-content {
        text-align: center;
        max-width: 100%;
    }

    .banner .thumbs {
        right: 50%;
        transform: translateX(50%);
        bottom: 5%;

    }

    .banner .thumbs img {
        width: 60px;
        height: 60px;
        display: none;
    }
}


.banner img {
    height: 100vh;
    object-fit: cover;
}

.comp-solution {
    padding-block: 0rem 10rem;
    background: #000;
}

.title-head {
    text-align: center;
    color: #fff;
}

.title-head h1 {
    font-size: var(--font-48);
    margin-bottom: 3rem;
}

.title-head h2 {
    font-size: var(--font-48);
    margin-bottom: 3rem;
}

.title-head p {
    font-size: var(--font-18);
}

.s-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
    margin-top: 7.5rem;
}

.s-grid-item {
    display: grid;
    position: relative;
    margin-inline: 0;
    height: auto;
    /* Ensure that grid item height adjusts automatically */
}

.s-grid-item>* {
    grid-area: 1/1;
}

.insider-row .slide-box .slide-text p {
    margin-bottom: -1px;
    opacity: 0;
    position: relative;
    z-index: 9;
    padding-inline: 8rem 25rem;
    padding-block: 0 6rem;
}

.figure-img {
    height: 260px;
    /* Keep it fixed, or adjust to responsive */
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    /* Make sure it takes full width of the grid cell */
    padding-inline: 0;
    padding-block: 0;
    margin: 0em auto 0;
    display: block;
    transition: .2s ease all;
    padding: 1rem;
}

.figure-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

.s-detail {
    margin-top: auto;
    color: #fff;
    width: 81%;
    /* Make sure it takes the entire grid width */
    padding-inline: 3rem;
    /* Reduce the margin to avoid overlap */
    padding-block: 2rem;
    /* Adjust to prevent overflow */
    box-sizing: border-box;
    /* Ensure padding does not push elements outside */
    display: flex;
    flex-direction: column;
}

.s-detail h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    color: #fff;
}

.s-detail p {
    font-size: 1.6rem;
    min-height: 94px;
}

.footer-panel {
    background: #fff;
    border-radius: 30px;
    padding-bottom: 0rem;
    padding-top: 1rem;
    padding-inline: 8rem;
}

.sbscribe-panel {
    background-image: url('../images/footer-subscribe-bg.png');
    width: 100%;
    height: 100%;
    display: block;
    margin: -21rem auto 0;
    align-content: center;
    display: flex;
    align-items: center;
    background-position: center;
    position: relative;
    z-index: 99;
    top: 0;
    background-size: 100%;
    border-radius: 30px;
    justify-content: center;
    background-repeat: no-repeat;
    padding-block: 0 4rem;
    min-height: 430px;
}

.sbscribe_left img {
    width: 100%;
}

.insider-row .slide-box:hover .slide-text p {
    opacity: 1 !important;
    position: relative;
    z-index: 9;
}

.sbscribe_left {
    /* margin-left: 17rem; */
    margin-top: -7rem;
}

.subscribe_right {
    color: #fff;
    width: 45%;
    margin-left: 4rem;
}

footer {
    padding-top: 18rem;
    padding-bottom: 10rem;
    background: var(--color-1a);
    margin-top: -3rem;
    padding-inline: 6rem;
}

.subscribe_right h2 {
    font-size: 28px;
    margin-bottom: 1.8rem;
}

.subscribe_right p {
    font-size: 16px;
}

.input_group {
    display: grid;
    align-items: center;
}

.input_group>* {
    grid-area: 1/1;
}

input.form-control {
    background: #d9d9d97a;
    border-radius: 30px;
    padding-inline: 4rem;
    padding-block: 1.2rem;
    font-size: 14px;
    color: #fff;
    border: 0px;
    display: inline-block;
}

.input_group img {
    margin-left: 1.5rem;
}

.btn-submit {
    background: #fff;
    padding: .8rem 2rem;
    border: 0px;
    border-radius: 30px;
    position: absolute;
    bottom: 3px;
    right: 5px;
    color: #1A1A1A;
}

.input_subscribe {
    position: relative;
    width: 55%;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

input.form-control::placeholder {
    color: #fff;
}

.subscribe_right h5 {
    font-size: 14px;
}

.footer_menu_detail {
    margin-bottom: 0;
}

.footer_grid {
    display: grid;
    margin-inline: 8rem;
    padding-top: 5rem;
    grid-template-columns: 24% 72%;
    gap: 5rem;
    margin: 0;
}

.footer-logo {
    margin-bottom: 1.8rem;
}

.footer_address {
    padding-inline: 0 5rem;
}

.social-icon {
    margin-top: 2rem;
}

.footer_menu_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.footer_item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.8rem;
}

.footer_item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_item ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 1rem;
    display: block;
}

.copyright {
    border-top: 1px solid #6E6E6E;
    padding-block: 4rem;
    margin-top: 4rem;
    padding-inline: 0;
    display: flex;
    justify-content: space-between;
}

.right_copy_link a {
    color: #000;
    text-decoration: none;
    margin-left: 3rem;
}

.left-copy p {
    margin: 0;
}

.find-stocklist {
    background: #13353e;
    padding-bottom: 17rem;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
}

.map_panel {
    display: grid;
}

.map_panel>* {
    grid-area: 1/1;
}

.search_map_grid {
    display: grid;
    grid-template-columns: 47% 51.3%;
    gap: 2rem;
    padding: 2rem;
}

.left_map_data {
    background: #fff;
    border-radius: 30px;
}

.search_panel {
    display: flex;
    height: fit-content;
    align-items: center;
    gap: 2.5rem;
}

button.btn-search {
    height: fit-content;
    display: inline-block;
    border: 0;
    background: #085DF1;
    color: #fff;
    border-radius: 30px;
    padding: .8rem 5rem;
    font-size: 16px;
}

.input_filed {
    display: grid;
    width: 35%;
}

.input_filed>* {
    grid-area: 1/1;
}

.input_filed input {
    background: #fff;
    border: 0;
    border-radius: 30px;
    padding: .8rem 1rem .8rem 4rem;
    width: 100%;
    font-size: 18px;
}

.map_panel {
    display: grid;
    margin-top: 7.5rem;
}


.four-grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.8rem;
}

.dispatch-grid-sec .box img {
    width: max(50vw / var(--context), 40px);
    height: auto;
}

@media (max-width: 992px) {
    .four-grid-row {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .four-grid-row {
        grid-template-columns: repeat(1, 1fr)
    }

    .search_panel {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .search_panel .btn-search {
        display: none;
    }

    .search_panel .input_filed {
        width: 100%;
        position: relative;
    }

    .find-stocklist {
        padding-bottom: 0;
        padding-top: 0;
        background-color: transparent;
    }

    .find-stocklist .map_panel {
        padding: 0;
        margin-top: 40px;
        border-radius: 16px;
    }

    .comprehensive-solutions-box {
        background-color: transparent !important;
    }

    .find-stocklist .map_panel img {
        border-radius: 16px;
    }

    .find-stocklist .stocklist_img,
    .find-stocklist .title-head {
        display: none;
    }

    .search_panel .input_filed input {
        padding: 10px 10px 10px 30px;
    }

    .search_map_grid {
        padding: 15px;
    }

    .search_panel .input_filed img {
        width: 10px;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }
}

.dispatch-grid-sec .box {
    box-shadow: 0 4px 30px #00000040;
    padding: 5rem 1rem 3rem;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    transition: .5s ease all;
}

.dispatch-grid-sec .box .text {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-top: 2.5rem;
}

.dispatch-grid-sec .box h4 {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 3rem;
}

.dispatch-grid-sec .box p {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 500;
    padding-inline: 1rem;
}

section.inside_uk_boxes {
    background: #fff;
    /* margin-top: -2rem; */
    padding-block: 10rem 15rem;
}

.inside_world_slider .title-head h2 {
    color: #1A1A1A;
}

.inside_world_slider .title-head p {
    color: #1A1A1A;
}

.inside_world_slider {
    padding-bottom: 0rem;
}

.insider-row .slide-box {
    position: relative;
}

.insider-row .slide-box img {
    width: 100%;
    height: 100%;
    mask-position: top
}

.insider-row .slide-box .slide-text {
    position: absolute;
    text-align: left;
    bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    left: 0;
    width: 100%;
    color: #fff;
    transform: translate(0px, 103px);
    transition: .5s ease all;
    filter: inner-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    /* backdrop-filter: blur(12.64px); */
    /* box-shadow: inset 1.15px 1.07px 4.48px 0px #FFFFFF26; */
}

.insider-row .slide-box:hover .slide-text {
    transform: translate(0px, 0px);
}

.insider-row .slide-box:hover .slide-text:after {
    transform: translate(0px, 0px);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* area which you want to blur */
    pointer-events: none;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    /* 30% blur */
    transition: backdrop-filter .4s ease;

    /* SMOOTH FADE using mask */
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to left, rgb(0 0 0), rgba(0, 0, 0, 1));
}

.insider-row .slide-box .slide-text h3 {
    font-size: 4.2rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 9;
    padding-inline: 8rem 25rem;
    padding-block: 3rem 0;
}

.insider-row .swiper-pagination {
    margin-top: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    position: static;
}

.insider-row .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 11px;
    transition: all .5s ease-in-out;
    background: rgba(26, 26, 26, .5019607843);
    border-radius: 6px
}

.insider-row .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1a1a1a;
    width: 56px;
}

.slide-box img {
    width: 100%;
}

.insider-row {
    padding: max(50vw / var(--context), 30px) 0 max(86vw / var(--context), 40px) max(100vw / var(--context), 30px);
}

section.experience_our {
    background: #1A1A1A;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-block: 9rem 10rem;
}

.soical_name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin-top: 4rem;
}

.community-row {
    padding: max(50vw / var(--context), 30px) 0 max(86vw / var(--context), 40px) max(100vw / var(--context), 30px);
}

.community-row .btn-wrapper {
    margin-top: max(58vw / var(--context), 30px);
    gap: max(15vw / var(--context), 10px);
    text-align: center;
    display: flex;
    justify-content: center;
}

.community-row .btn {
    background-color: var(--color-2c);
    color: #fff;
    font-size: 1.6rem;
    padding: .8rem 2rem;
    outline: none;
    cursor: pointer;
    border: none;
    transition: all .5s ease-in-out;
    display: inline-flex;
    font-weight: 500;
    border: 1px solid var(--color-2c);
    border-radius: 30px;
    margin: 0 .8rem;
}

.community-row .btn.transparent-btn {
    background-color: transparent;
    color: var(--color-2c);
    border: 1px solid var(--color-2c);
    border-radius: 30px;
}

.community-row .btn:hover {
    background: #fff;
    color: var(--color-2c);
}

.social-icon {
    display: flex;
    gap: 2rem;
    align-items: center;
}

@media (max-width:1699px) {
    .banner .swiper-slide {
        padding: 0 8% 9%;
    }

}

.comprehensive-solutions-box {
    background: #000;
}

.box_comp {
    padding-block: 7rem 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: 0rem;
    position: relative;
    z-index: 2;
    background: #fff;
}

.compre-boxes {
    /* background: #000; */
    display: grid;
    position: relative;
}

.compare_grid_area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    /* background: #000; */
    margin-top: 6rem;
}

.compre-boxes>* {
    grid-area: 1/1;
}



.box_img-box {
    /* box-shadow: 0px 4px 33.5px 0px #00000040; */
    /* background: #ddd; */
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
}

.img-box-grid img {
    width: 100%;
}

.img-box-grid {
    padding-inline: 0;
    padding-block: 0;
    height: fit-content;
    position: relative;
    width: 100%;
    margin: 0 auto 1rem;
    overflow: hidden;
    border-radius: 20px;
    padding: 1.2rem;
}

.comprehensive-solutions-box .title-head h2 {
    color: #1A1A1A;
}

.comprehensive-solutions-box .title-head p {
    color: #1A1A1A;
}

.s-logo {
    margin-bottom: 8rem;
}

.comp_detail1 {
    border-bottom: 1px solid #8B8B8B;
    padding-inline: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    position: relative;
}

.comp_detail2 {
    padding-inline: 2rem;
    position: relative;
}

.comp_detail1 h3 {
    font-size: 24px;
    margin-bottom: .5rem;
}

.comp_detail1 p {
    font-size: 13px;
    color: #6E6E6E;
}

.comp_detail2 p {
    font-size: 12px;
}

.img-box-grid figure {
    margin: 0;
}


.comprehensive-solutions-box .btn-wrapper {
    margin-top: max(58vw / var(--context), 30px);
    gap: max(15vw / var(--context), 10px);
    text-align: center;
    display: flex;
    justify-content: center;
}

.comprehensive-solutions-box .btn {
    background-color: var(--color-2c);
    color: #fff;
    font-size: 1.6rem;
    padding: .8rem 2rem;
    outline: none;
    cursor: pointer;
    border: none;
    transition: all .5s ease-in-out;
    display: inline-flex;
    font-weight: 500;
    border: 1px solid var(--color-2c);
    border-radius: 30px;
    margin: 0 .8rem;
}

.comprehensive-solutions-box .btn.transparent-btn {
    background-color: transparent;
    color: var(--color-2c);
    border: 1px solid var(--color-2c);
    border-radius: 30px;
}

.comprehensive-solutions-box .btn:hover {
    background: #fff;
    color: var(--color-2c);
}

.heart_icons {
    position: absolute;
    left: -2.5rem;
    top: -2rem;
    z-index: 1;
}

@media(max-width: 768px) {
    .compre-boxes .heart_icons {
        position: absolute;
        left: -1px;
            top: 0px;
        z-index: 1;
        width: 70px;
        height: 70px;
    }
}

main#maincontent {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
}

.compre-boxes:hover .arrow-w {
    opacity: 1
}

.compre-boxes .img-box-grid img {
    transform: scale(1);
    transition: .5s ease all
}

.compre-boxes:hover .img-box-grid img {
    transform: scale(1.1);
}

@media(max-width: 768px) {
    .compre-boxes:hover .img-box-grid img {
        transform: scale(1);
    }
}

header.page-header .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

footer.page-footer [data-content-type=row][data-appearance=contained] {
    width: 100%;
    max-width: 100%;
}

.arrow-w {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    opacity: 0;
}

.s-grid-item .figure-img img {
    transform: scale(1);
    transition: .5s ease all
}

.s-grid-item:hover .figure-img img {
    transform: scale(1.1);
}

.s-grid-item:hover .arrow-w {
    opacity: 1
}

.compre-boxes:hover .arrow-w {
    opacity: 1
}

.compre-boxes figure.img-s img {
    transform: scale(1);
    transition: .5s ease all
}

.compre-boxes:hover figure.img-s img {
    transform: scale(1.1);
}

figure.img-s {
    overflow: hidden;
    border-radius: 30px;
}

.s-grid-item:hover {
    /* background: #fff; */
}

.s-grid-item:hover .bg-1 img {
    filter: invert(1);
    background: rgb(255 255 255);
}



.s-grid-item:hover .s-detail h3 {
    color: #212121;
    filter: brightness(0.5);
}

.s-grid-item:hover .s-detail p {
    color: #212121;
    filter: brightness(0.5);
}

main#maincontent .columns {
    padding: 0;
    margin: 0;
}

main#maincontent .gap-2 {
    gap: 1.5rem !important;
}

div#header .py-4 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.dispatch-grid-sec .box:hover {
    transform: scale(1.1);
}

.dispatch-grid-sec .box:hover .icon {
    transform: scale(1.2);
}

.dispatch-grid-sec .box .icon {
    transition: .5s ease all;
    transform: scale(1);
}

.slide-box {
    display: grid;
    align-items: center;
    text-align: center;
    /* filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 0.10)); */
    border-bottom-left-radius: 40px;
    overflow: hidden;
    border-bottom-right-radius: 0px;
}

.community-row .slide-box p {
    font-size: 2rem;
    background: #fff;
    border-radius: 30px;
    width: fit-content;
    padding-inline: 3rem;
    padding-block: .5rem;
    margin: auto;
}

.community-row .slide-box>* {
    grid-area: 1/1
}

.community-row .slide-box {
    display: grid;
    align-items: center;
    text-align: center;
    position: relative;
}

.community-row .slide-box p {
    font-size: 2rem;
    background: #fff;
    border-radius: 30px;
    width: fit-content;
    padding-inline: 3rem;
    padding-block: .5rem;
    margin: auto;
    opacity: 0;
}

.community-row .slide-box>* {
    grid-area: 1/1
}

.community-row .slide-box:hover:after {
    opacity: 0;
    /* filter: blur(100px); */
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 1;
    /* -webkit-filter: blur(100px); */
    /* background: rgba(255, 255, 255, 0.01) !important; */
    /* box-shadow: 0px 0px 10px 0px rgb(0 0 0) inset !important; */
    background: #00000080;
}

.community-row .slide-box:hover p {
    opacity: 1;
    position: relative;
    z-index: 9;
}

.footer_item:last-child li a {
    display: flex;
}

a.btn.transparent-btn:hover {
    background: var(--color-2c);
    color: #fff;
}

div#header .gap-2 {
    gap: 1.5rem !important;
}

.for-mobile {
    display: none;
}

.only-mobile {
    display: none;
}

@media (max-width:990px) {
    .top-header {
        display: none;
    }

    .banner .swiper-slide {
        align-items: center;
        justify-content: center;
        padding: 0 1.5% 9%;
    }

    section.inside_uk_boxes.dispatch-grid-sec {
        display: none;
    }

    .box_comp {
        padding-block: 5rem 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    section.experience_our {
        background: #1A1A1A;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-block: 5rem 3rem;
    }

    .soical_name {
        display: none;
    }

    .community-row .btn-wrapper .btn:nth-child(2) {
        display: none;
    }
}

/* Mobile: convert grid to horizontal slider */
@media (max-width: 991px) {

    /* arrows */
    .slider-controls {
        display: flex;
        justify-content: center;
        gap: .75rem;
        margin-top: .85rem;
        align-items: center;
        display: none;
    }

    .slider-button {
        background: #fff;
        border: 1px solid #ddd;
        display: none;
        padding: .45rem .6rem;
        border-radius: 8px;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .dots {
        display: flex;
        gap: .4rem;
        align-items: center;
        display: none;
    }

    .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d6d6d6;
        opacity: .9;
    }

    .dot.is-active {
        background: #333;
        transform: scale(1.1);
    }

    /* optional: show a little peek of next slide */
    .s-grid {
        padding-inline: calc((100% - 88%) / 2);
        margin-top: 5rem;
    }

    /* center first/last */

    .s-detail p {
        font-size: 1.4rem;
        display: none;
    }

    .s-detail h3 {
        font-size: 2rem;
    }

    .arrow-w a img {
        width: 2.8rem;
    }

    .comp_detail1 h3 {
        font-size: 1.6rem;
        margin-bottom: .3rem;
    }

    .arrow-w {
        position: absolute;
        bottom: 2rem;
        right: 2rem;
    }

    .s-detail {
        margin-top: auto;
        color: #fff;
        width: fit-content;
        padding-inline: 0;
        margin-bottom: 1rem;
        margin-inline: 2rem;
        filter: inherit;
        position: relative;
    }

    .figure-img {
        height: 200px;
        width: 94%;
        padding-inline: 0;
        padding-block: 0;
        margin: 1rem auto 0rem;
        display: block;
        position: relative;
    }

    .s-grid-item:hover {
        background: none;
    }

    .s-grid-item:hover .bg-1 img {
        background: none;
        filter: inherit;
    }

    .comp_detail1 {
        border: 0px
    }

    .comp_detail2 {
        display: none;
    }

    .s-grid-item .arrow-w {
        opacity: 1;
        right: 1rem;
        bottom: 1rem;
    }

    .s-grid-item:hover .s-detail h3 {
        color: #fff;
        filter: inherit;
    }

    .s-grid-item:hover .figure-img img {
        transform: inherit;
    }

    .comp-solution {
        padding-block: 5rem 2rem;
        background: #000;
    }

    .title-head p br {
        display: none;
    }

    .title-head {
        text-align: center;
        color: #fff;
        padding-inline: 2rem;
    }

    .insider-row .slide-text p {
        opacity: 1 !important;
    }

    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .banner .swiper-pagination-bullet-active {
        opacity: 1;
        width: 10px;
        border-radius: 10px;
        background: #D9D9D9;
    }

    .banner .swiper-pagination {
        bottom: 100px !important;
        left: 0rem;
        z-index: 999 !important;
        display: flex;
        align-items: center;
        right: 0;
        justify-content: center;
        top: inherit !important;
        height: 40px;
        width: 100%;
        height: 100px;
        position: static;
    }

    .s-logo {
        display: none;
    }
}

@media (max-width:790px) {
    .comp_detail1 h3 {
        font-size: 1.5rem;
        margin-bottom: .3rem;
    }

    .box_img-box img {
        width: 100%;
    }

}

/* ------------------ Mobile Slider ------------------ */
@media (max-width: 767px) {

    .compare_grid_area {
        display: flex;
        overflow-x: auto;
        gap: 1rem;
        scroll-snap-type: x mandatory;
        padding-inline: 1.5rem;
        margin-top: 3rem;
    }

    .compre-boxes {
        min-width: 90%;
        flex: 0 0 90%;
        scroll-snap-align: start;
        background: #fff;
        border-radius: 1rem;
        overflow: hidden;
        padding: 1rem;
    }

    .comprehensive-solutions-box .btn-wrapper {
        display: none;
    }

    .compare_grid_area::-webkit-scrollbar {
        display: none;
    }

    .comp_detail2 {
        display: none;
    }

    .comp_detail1 {
        border: 0px;
    }

    .compre-boxes .arrow-w {
        opacity: 1;
    }

    .compre-boxes .arrow-w {
        bottom: 2rem;
        right: 1.5rem;
        opacity: 1;
        filter: brightness(0) saturate(100%) invert(86%) sepia(3%) saturate(44%) hue-rotate(181deg) brightness(96%) contrast(88%);
    }

    .comprehensive-solutions-box .for-desktop {
        display: none;
    }

    .for-desktop {
        display: none;
    }

    .for-mobile {
        display: block;
    }

    .btn-wrapper .btn {
        background-color: var(--color-2c);
        color: #fff;
        font-size: 1.6rem;
        padding: .8rem 2rem;
        outline: none;
        cursor: pointer;
        border: none;
        transition: all .5s ease-in-out;
        display: inline-flex;
        font-weight: 500;
        border: 1px solid var(--color-2c);
        border-radius: 30px;
        margin: 0 .8rem;
    }

    .inside_world_slider {
        padding-block: 5rem 0;
    }

    .insider-row .slide-box .slide-text {
        position: absolute;
        text-align: left;
        bottom: 2rem;
        margin-bottom: 0;
        padding: 1rem 3rem;
        left: 1rem;
        width: fit-content;
        color: #fff;
        transform: inherit;
        transition: .5s ease all;
        backdrop-filter: blur(1px);
        box-shadow: 0.93px 0.87px 4px 0px #ffffff4d inset;
        /* background: #ffffff29; */
        border-radius: 15px;
    }

    body .insider-row .slide-box .slide-text h3 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        padding: 0;
    }

    .insider-row .slide-box .slide-text p {
        display: none;
    }

    .insider-row {
        padding: 1rem;
    }

    .sbscribe-panel {
        margin: 0rem auto 0;
        z-index: 2;
        top: 0;
        flex-direction: column;
        border-radius: 20px;
        padding-inline: 3rem;
        padding-block: 4rem;
        text-align: center;
        background: #2C79FF;
    }

    footer {
        padding-top: 3rem;
        padding-bottom: 0;
        background: #fff;
        margin-top: 0;
        padding-inline: 1rem;
    }

    .footer-panel {
        background: none;
        border-radius: 30px;
        padding-bottom: 0rem;
        padding-top: 1rem;
        padding-inline: 0rem;
    }

    body .subscribe_right {
        color: #fff;
        width: 100%;
        margin-left: 0;
        padding-top: 0;
        padding-right: 0;
    }

    .sbscribe_left {
        margin-top: 0;
        order: 2;
    }

    .input_subscribe {
        position: relative;
        width: 100%;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .subscribe_right h2 {
        font-size: 24px;
        margin-bottom: 1.8rem;
    }

    .only-mobile {
        display: block;
    }

    .only-desktop {
        display: none;
    }

    .sbscribe_left h5 {
        color: #fff;
    }

    .footer_grid {
        display: grid;
        margin-inline: 0rem;
        padding-top: 5rem;
        grid-template-columns: 100%;
        gap: 0;
        margin: 0;
        padding-inline: 2rem;
        padding-left: 0;
        padding-right: 0;
    }

    .footer_menu_list .footer_item {
        padding: 0 25px 20px;
        border-bottom: 1px solid #8B8B8B;
        margin-bottom: 19px;
    }

    .footer_address {
        padding: 30px 0;
        order: 2;
    }

    .footer_address .footer-logo {
        padding: 0 30px;
    }

    .footer_address p {
        font-size: 14px;
        max-width: 260px;
        padding: 0 30px 30px;
    }

    .social-icon {
        padding: 30px;
        justify-content: center;
        border-bottom: 1px solid #8B8B8B;
        border-top: 1px solid #8B8B8B;

    }

    .footer_menu_list {
        display: grid;
        grid-template-columns: 100%;
    }

    .copyright {
        border: none;
        border-bottom: 1px solid #6E6E6E;
        margin-top: 4rem;
        padding-inline: 0;
        margin-top: 0;
        padding: 10px 0 2px;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .footer_menu {
        order: 1;
    }

    .right_copy_link a {
        color: #1A1A1A;
        text-decoration: none;
        display: block;
        font-weight: 500;
        text-align: center;
        margin: 10px 0;
    }

    .copyright .left-copy {
        padding: 16px 20px 16px;
        border-top: 1px solid #8B8B8B;
    }

    .right_copy_link a:nth-of-type(1) {
        margin-top: 0;
    }

    .left-copy p {
        margin: 0;
        text-align: center;
    }
}


/* map section */


.map-image-content {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #8B8B8B;
    padding: 15px 15px 28px;
}

.map-image-content .image-wrap {
    width: 225px;
    position: relative;
}

.map-image-content .image-wrap .arrow {
    position: absolute;
    right: 0.5rem;
    bottom: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

.map-image-content .image-wrap .arrow img {
    width: 32px;
}

.map-image-content .image-wrap:hover .arrow {
    opacity: 1;
    visibility: visible;
}

.map-image-content .image-wrap figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-mask-image: url('../images/map-image1.png');
    mask-image: url('../images/map-image1.png');
    mask-size: 100%;
    mask-repeat: no-repeat;
}

.map-image-content .image-wrap figure img {
    transition: all 0.35s ease;
}

.map-image-content .image-wrap:hover figure img {
    transform: scale(1.1);
}

.map-image-content .content {
    padding: 28px 90px 0 40px;
    width: calc(100% - 225px);
}

.map-image-content .content h3 {
    color: var(--color-1a);
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
}

.map-image-content .content h5 {
    color: var(--color-1a);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.map-image-content .content p {
    color: #6E6E6E;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 36px;
}

.map-image-content .content .btn {
    padding: 10px 45px;
    background-color: #085DF1;
    border-radius: 27px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0px;
    border: solid 1px transparent;
    transition: all 0.35s ease;
}

.map-image-content .content .btn:hover {
    border-color: #085DF1;
    background-color: #fff;
    color: #085DF1;
}

.related-image {
    padding: 32px 15px 17px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.related-image .img-box {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.related-image .img-box figure {
    border-radius: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.related-image .img-box figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(153, 153, 153, 0) 100%);
}

.related-image .img-box figure img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s ease;
}

.related-image .img-box:hover figure img {
    transform: scale(1.1);
}

.related-image .img-box .content {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px 10px 30px 30px;
    width: 100%;
    padding: 22px;
}

.related-image .img-box .content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 97px;
    /* backdrop-filter: blur(4px); */
    /* box-shadow: 1.86px 1.73px 8px 0px #FFFFFF26 inset; */
    border-radius: 30px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    /* backdrop-filter: blur(15px); */
    /* box-shadow: 1.86px 1.73px 8px 0px rgba(255, 255, 255, 0.15) inset; */
    /* box-shadow: -1.86px -1.73px 12px -8px rgba(0, 0, 0, 0.15); */
    /* box-shadow: -11.15px -10.39px 48px -12px rgba(0, 0, 0, 0.15); */
    backdrop-filter: blur(4px);
    box-shadow: 0.93px 0.87px 4px 0px rgb(203 203 203 / 63%) inset;
}

.related-image .img-box:hover .content:after {
    opacity: 1;
    visibility: visible;
}

.related-image .img-box .content h4,
.related-image .img-box .content p {
    position: relative;
    z-index: 1;
    color: #fff;
    transition: all 0.35s ease;
}

.related-image .img-box .content h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 10px;
    transform: translateY(10px);
}

.related-image .img-box .content p {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    transform: translateY(50px);
}

.related-image .img-box:hover .content h4 {
    font-size: 16px;
    transform: translateY(0);
}

.related-image .img-box:hover .content p {
    transform: translateY(0);
}

.map_panel .map_img figure,
.map_panel .map_img figure img {
    width: 100%;
    height: 100%;
}

.map_panel .map_img figure img {
    object-fit: cover;
}

@media (max-width: 1280px) {
    .map_panel {
        padding: 0 20px;
    }

    .map-image-content .content {
        padding: 20px 20px 0 20px;
    }

    .map-image-content .content h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .map-image-content .content h5 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .map-image-content .content p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .map-image-content .content .btn {
        padding: 10px 35px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .figure-img {
        height: 201px;
    }

    .s-logo {
        margin-bottom: 8rem;
        padding-inline: 5rem;
    }

    .comp_detail2 {
        display: none;
    }

    .comp_detail1 {
        border: 0px;
    }

    section.inside_uk_boxes {
        padding-inline: 2rem;
    }

    .insider-row .slide-box .slide-text {
        transform: translate(0px, 76px);
        transition: .5s ease all;
    }

    footer {
        padding-inline: 2rem;
    }

    .subscribe_right {
        width: 70%;
        margin-left: 4rem;
        padding-top: 5rem;
    }

    .sbscribe-panel {
        min-height: 335px;
    }

    .comprehensive-solutions-box .btn-wrapper {
        padding-bottom: 5rem;
    }
}

@media (min-width: 700px) and (max-width: 995px) {
    .insider-row .slide-box .slide-text h3 {
        font-size: 3.2rem;
        margin-bottom: 2rem;
        padding: 0;
    }

    body .subscribe_right h2 {
        font-size: 17px;
        line-height: inherit;
        margin-bottom: 0rem;
    }

    .input_subscribe {
        width: 70%;
        margin-bottom: 1rem;
    }

    body .subscribe_right p {
        font-size: 14px;
        margin-bottom: 0 !important;
    }

    .footer_grid {
        padding-block: 0;
        grid-template-columns: 22% 72%;
        gap: 4rem;
    }

    .footer_address {
        padding-inline: 0
    }
}

@media (max-width: 995px) {
    .comprehensive-solutions-box .btn-wrapper {
        padding-bottom: 5rem;
    }

    body .insider-row .slide-box .slide-text {
        transform: translate(0px, 0px) !important;
        left: 2rem;
    }

    .search_map_grid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 160px;
    }

    .insider-row .slide-box .slide-text h3 {
        font-size: 3.2rem;
        margin-bottom: 2rem;
    }

    body .insider-row .slide-box .slide-text p {
        opacity: 0 !important;
        display: none;
    }

    footer {
        padding-inline: 0;
    }

    .footer-panel {
        padding-inline: 2rem;
    }

    .subscribe_right {
        width: 83%;
        margin-left: 0rem;
        padding-right: 4rem;
        padding-top: 4rem;
    }

    .subscribe_right h2 {
        font-size: 21px;
        margin-bottom: 1.2rem;
    }

    .inside_world_slider {
        padding-bottom: 0rem;
        padding-top: 5rem;
    }

    .find-stocklist {
        padding-bottom: 0rem;
    }

    .heart_icons img {
        width: 8rem;
    }
}

@media (max-width: 900px) {
    .compae-box-grid .arrow-w {
        opacity: 1;
        right: 1rem;
        bottom: 2rem;
    }

    .figure-img {
        height: 140px;
        width: 94%;
        padding-inline: 0;
        padding-block: 0;
        margin: 1rem auto 0rem;
        display: block;
        position: relative;
    }

    .insider-row .slide-box p {
        display: none !important;
    }

    .comp_detail1 p {
        font-size: 12px;
        color: #6E6E6E;
    }
}



@media (max-width: 767px) {

    .map-image-content .image-wrap {
        display: none;
    }

    .map-image-content .content {
        width: 100%;
    }

    .related-image {
        padding: 20px 15px 17px;
        grid-template-columns: 1fr 1fr;
        gap: 7px;
    }

    .related-image .img-box .content {
        padding: 12px;
    }

    .search_map_grid {
        row-gap: 180px;
    }
}

@media (max-width: 690px) {
    .figure-img {
        height: 120px;
        width: 94%;
        padding-inline: 0;
        padding-block: 0;
        margin: 1rem auto 0rem;
        display: block;
        position: relative;
    }

    .box_img-box img {
        width: 100%;
    }
}

@media (max-width:599px) {
    .figure-img {
        height: 30rem;
    }

    .box_img-box picture,
    .box_img-box picture img {
        height: 100%;
    }

    .bg-1 img {
        filter: drop-shadow(0px 0px 0px #ededed) !important;
        height: 100%;
        width: 100%;
    }

    .comp_detail1 h3 {
        font-size: 18px;
        margin-bottom: .5rem;
    }

    .s-detail h3 {
        font-size: 2rem;
    }

    .s-grid {
        display: flex;
        gap: 1rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        /* iOS momentum */
        padding-inline: 1rem;
        scroll-behavior: smooth;
    }

    /* hide native scrollbar but keep scroll working */
    .s-grid::-webkit-scrollbar {
        height: 8px;
        display: none;
    }

    .s-grid {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .s-grid-item {
        min-width: 90%;
        /* width of each slide */
        flex: 0 0 90%;
        scroll-snap-align: center;
        border-radius: 12px;
        margin: 0;
        padding-bottom: 1rem;
    }

    .comp_detail1 p {
        display: none;
    }


}

@media (max-width:500px) {
    .figure-img {
        height: 20rem;
    }
}

@media (min-width:1920px) {
    .sbscribe-panel {
        min-height: 490px;
    }

}


.customer-account-login #maincontent {
    padding-block: 20rem !important;
    padding-inline: 10rem !important;
}
.sbscribe_left:hover img {
    transform: scale(1.08);
}