/* --- font-poppins-Office --- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* --- font-Ysabeau-Office --- */
@import url('https://fonts.googleapis.com/css2?family=Ysabeau+Office:ital,wght@0,1..1000;1,1..1000&display=swap');

a,
ul,
li,
ol,
span,
p {
    font-family: "Poppins", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ysabeau Office", sans-serif !important;
}

h2 {
    font-size: 46px !important;
    color: #222222 !important;
}

/* --- red-outline-btn ---- */
.red-outline-btn a {
    background-color: #fff !important;
    border-radius: 30px;
    padding: 12px 20px;
    border: 1px solid #C0201D !important;
    color: #C0201D;
}

.red-outline-btn a:hover {
    background-color: #C0201D !important;
    color: #fff !important;
}

.red-outline-btn .elementor-button span {
    fill: #C0201D;
}

.red-outline-btn .elementor-button span.elementor-button-text {
    color: #C0201D;
}

.red-outline-btn .elementor-button:hover span.elementor-button-text {
    color: #fff;
}

.red-outline-btn .elementor-button:hover span {
    fill: #fff;
}

.red-outline-btn .elementor-button .elementor-button-content-wrapper {
    gap: 10px;
}

/* --- END ---- */

/* --- red-fill-btn --- */

.red-btn a {
    background-color: #C0201D !important;
    border-radius: 30px;
    padding: 12px 20px;
    border: 1px solid #C0201D !important;
}

.red-btn a:hover {
    background-color: transparent !important;
    color: #C0201D !important;
}

.red-btn .elementor-button:hover span {
    fill: #C0201D;
}

.red-btn .elementor-button .elementor-button-content-wrapper {
    gap: 10px;
}

/* --- END --- */



/* ============================= */

.custom-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.product-card {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    text-align: left;
    border: 1px solid #DDDDDD;
}

.product-card h3 {
    font-size: 18px;
    margin: 15px 0 10px;
    color: #333333 !important;
}

.product-description {
    font-size: 15px;
    color: #555555;
}

.heading-product-and-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.details-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    border: 1px solid #555555;
    border-radius: 20px;
    font-size: 14px;
    color: #555555;
    font-weight: 500;
}

.product-card-body {
    padding: 10px;
}

.custom-products-grid .product-card .product-image-wrap {
    height: 450px;
    display: inline-block;
    width: 100%;
    background-color: #FFFAEE;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.custom-products-grid .product-card .product-image-wrap img {
    height: 100%;
    border-radius: 10px;
    width: 100%;
    object-fit: contain;
}

.custom-products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-testimonial-wrapper {
    padding: 20px 0 30px !important;
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    transition: all 0.4s ease;
    opacity: 0.5;
    transform: scale(0.9);
    border: 1px solid #999999;
}

.swiper-slide-active .testimonial-card {
    opacity: 1;
    transform: scale(1);
}

/* NEW LAYOUT */
.testimonial-row {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.testimonial-image {
    flex: 0 0 90px;
}

.testimonial-avatar {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    /* square style */
    object-fit: cover;
}

.testimonial-content-wrapper {
    flex: 1;
}

.designation {
    display: block;
    margin-bottom: 10px;
    color: #777;
}

.rating {
    margin-bottom: 15px;
}

.rating .star {
    color: #ccc;
}

.rating .filled {
    color: #f5b301;
}

.read-more-btn {
    color: #e63946;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}

.pro-testimonial-outer {
    padding: 40px 0;
}

.testimonial-pagination {
    text-align: center;
    margin-top: 30px;
}

.testimonial-pagination .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    transition: 0.3s;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: #555555;
    border-radius: 20px;
}

.custom-blog-slider {
    padding: 40px 0 50px !important;
    position: relative;
}

.blog-slider-pagination .swiper-pagination-bullet {
    border: 1px solid #555555;
    height: 18px !important;
    width: 18px !important;
    background: transparent !important;
    position: relative;
    display: inline-block;
}

.blog-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #555555;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    line-height: normal;
}

.custom-blog-slider .swiper-pagination {
    position: absolute;
    bottom: 10px !important;
    left: 0;
    right: 0;
    text-align: center;
}

.custom-blog-slider {
    padding: 15px 0px 40px;
}

.blog-slider-pagination {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-slider-pagination .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: 0.3s;
}

.blog-slider-pagination .swiper-pagination-bullet-active {
    background: #555555;
    border-radius: 10px;
}

.blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0px 6px 20px 0px #00000017;
}

.blog-card .blog-image a {
    height: 250px;
    display: inline-block;
    width: 100%;
}

.blog-card .blog-image a img {
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.blog-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 600;
}

.blog-content p {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
}

.blog-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 18px;
    background: #fff;
    border-radius: 25px;
    font-size: 13px;
    transition: 0.3s;
    border: 1px solid #555555;
    color: #555555;
    font-weight: 500;
}

.blog-btn:hover {
    background: #000;
    color: #fff;
}

/* =================================== */



/* ---- header-css-start-here ---- */
.main-header-contact-btn-wrap .elementor-button {
    background-color: #C0201D;
    border-radius: 30px;
    padding: 12px 20px;
    border: 1px solid #C0201D;
}

.main-header-contact-btn-wrap .elementor-button:hover {
    background-color: transparent;
    color: #C0201D;
}

.main-header-contact-btn-wrap .elementor-button:hover span {
    fill: #C0201D;
}

.main-header-contact-btn-wrap .elementor-button .elementor-button-content-wrapper {
    gap: 10px;
}

.main-header-wrapper {
    background: #0000004D;
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    left: 0;
}

.main-header-menu-wrap .hfe-nav-menu .menu-item .hfe-menu-item {
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.main-header-menu-container {
    padding-top: 0;
    padding-bottom: 0;
}

.main-header-menu-wrap .hfe-nav-menu__layout-horizontal {
    width: 100% !important;
}

/* ---- header-css-end-here ---- */

/* ---- footer-css-start-here ----- */
.footer-copyright-container {
    padding-top: 24px;
    border-color: #999999 !important;
}

.footer-wrapper {
    padding-top: 50px;
}

.footer-logo-col img {
    margin: 0 auto;
}

/* ---- footer-css-end-here ----- */



/* ---- home-page-css-start-here ---- */
.home-hero-slider-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.home-hero-content-heading-wrap h1 {
    line-height: 80px !important;
    font-size: 80px !important;
}

.home-hero-content-des-wrap p {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
    font-size: 22px !important;
    line-height: normal !important;
}

.home-hero-content-col {
    margin: 0px !important;
}

.home-hero-content-col .n2-ss-layer-col {
    padding: 0px !important;
}

.home-hero-slider-wrapper .n2-ss-slide {
    padding-top: 10rem;
    padding-bottom: 30px;
}

.home-hero-slider-wrapper .n2-ss-slider-controls {
    height: auto !important;
    top: 50%;
    width: auto !important;
    right: 80px;
    transform: translateY(-50%) rotate(90deg);
}

.home-hero-slider-wrapper .n2-ss-slider-controls .n2-bullet {
    padding: 7px 7px 7px 7px !important;
    border: 2px solid #fff !important;
}

.home-hero-slider-wrapper .n2-ss-slider-controls .nextend-bullet-bar {
    gap: 8px;
}

.our-products-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}

.product-listing-page-sec .our-products-heading {
    margin-bottom: 40px !important;
}

.kingdom-rum-content-heading-wrap h2 {
    font-size: 55px !important;
    line-height: normal;
    color: #fff !important;
    font-weight: 700 !important;
    width: 80%;
}

.kingdom-rum-section {
    background-position: 100% 70% !important;
}

.testimonials-slider-wrapper .ti-profile-img-square img {
    height: auto !important;
    width: auto !important;
}

.testimonials-slider-wrapper .ti-profile-img-square {
    flex: unset !important;
    max-width: 100% !important;
}

.testimonials-slider-wrapper .ti-inner .ti-review-header,
.testimonials-slider-wrapper .ti-inner .ti-date,
.testimonials-slider-wrapper .ti-inner span.ti-stars {
    display: none !important;
}

.client-reviews-sec .testimonials-slider-wrapper .ti-reviews-container-wrapper .ti-review-item .ti-inner {
    display: flex !important;
    flex-direction: column-reverse;
    gap: 10px;
    border: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.testimonials-slider-wrapper .ti-review-item {
    border: 1px solid #999999;
    border-radius: 20px;
    padding: 30px !important;
}

.testimonials-slider-wrapper .ti-reviews-container-wrapper {
    gap: 20px;
}

.client-reviews-sec .testimonials-slider-wrapper .ti-review-item .ti-inner .ti-review-text-container.ti-review-content {
    height: auto !important;
    margin-bottom: 0px;
    color: #555555;
    font-weight: 400;
}

.client-reviews-sec .testimonials-slider-wrapper .ti-reviews-container-wrapper .ti-review-item .ti-inner .ti-name {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    font-family: 'Ysabeau Office';
}

.testimonials-slider-wrapper .ti-controls {
    display: none !important;
}

.testimonials-slider-wrapper .ti-controls-line {
    display: block !important;
}

.testimonials-slider-wrapper .ti-controls-line .dot {
    background: #C0201D !important;
}

/* ---- home-page-css-end-here ---- */

/* ----- product-listing-page-css-start-here ------ */
.page-banner-sec {
    padding-top: 14rem;
    padding-bottom: 8rem;
}

.page-banner-heading-wrap h1 {
    font-size: 55px !important;
}

.product-listing-page-sec .custom-products-wrapper {
    padding: 40px 0 80px;
}

.custom-products-header h3 {
    font-size: 24px;
    color: #222222 !important;
}

.custom-products-header h3 {
    font-size: 24px;
    color: #222222 !important;
}

.custom-sort-wrapper #sort_by {
    appearance: auto;
    border: 1px solid #555555;
    color: #555555;
    font-weight: 500;
    font-size: 16px;
    padding: 11px 21px;
    font-family: 'Poppins';
}

.custom-sort-wrapper label {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}

.custom-pagination .page-numbers {
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #555555;
    border-color: #555555;
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.custom-pagination .page-numbers.current {
    background-color: #555555;
    border-color: #555555;
    color: #fff;
}

/* ----- product-listing-page-css-end-here ------ */

/* ----- about-us-page-css-start-here ------ */
.about-dead-reckoning-sec {
    padding-top: 80px;
    padding-bottom: 40px;
}

.about-dead-reckoning-des-wrap {
    width: 80% !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-dead-reckoning-des-wrap p {
    font-size: 16px;
    color: #555555;
}

.about-page-static-img-wrap {
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
}

.about-page-static-img-wrap img {
    height: 100%;
    object-fit: cover;
}

.about-last-video-content-container {
    box-shadow: 0px 4px 20px 0px #0000001A;
    border-radius: 20px;
    padding: 40px 30px;
    margin-left: 30px;
}

.about-last-video-wrap {
    border-radius: 20px;
}

.about-last-img-wrap img {
    width: 100%;
}

.about-last-video-content-heading-wrap h3 {
    font-size: 36px;
    color: #222 !important;
    font-weight: 700 !important;
}

.about-last-video-content-list-heading h5 {
    color: #333 !important;
}

.about-last-video-content-list-des p {
    color: #555555;
}

.about-last-video-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* ----- about-us-page-css-end-here ------ */


/* ----- blog-listing-page-css-start-here ----- */
.blog-listing-page-sec .blog-grid-wrapper {
    padding-top: 20px;
}

.blog-listing-page-sec {
    padding-top: 80px;
    padding-bottom: 30px;
}

.blog-listing-page-sec .blog-pagination .page-numbers {
    color: #555555;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    background: transparent;
}

.blog-listing-page-sec .blog-pagination .page-numbers.current {
    background: #C0201D33;
    border: 1px solid #C0201D;
    color: #C0201D;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.blog-listing-page-sec .blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ----- blog-listing-page-css-end-here ----- */


/* ------ blog-detail-page-css-start-here ------ */
section.blog-hero-image {
    height: 600px;
}

section.blog-hero-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-detail-section {
    background-color: #fff;
    padding: 80px 10px;
}

.blog-detail-section .container,
.similer-blogs .container {
    max-width: 1170px;
    margin: 0 auto;
}

button.btn.share-btn {
    border: 1px solid #555555;
    border-radius: 30px;
    padding: 10px 20px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    font-family: 'Poppins';
    color: #555555;
    font-weight: 500;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
}

button.btn.share-btn span {
    display: flex;
}

.blog-detail-section .blog-content {
    padding: 0;
    margin-top: 30px;
}

.blog-detail-section .blog-content p {
    margin-bottom: 16px;
}

.blog-detail-section .blog-content ul li {
    margin-bottom: 20px;
}

section.similer-blogs {
    background-color: #FFFAEE;
    padding: 80px 10px;
}

/* ------ blog-detail-page-css-end-here ------ */



/* ------- contact-us-page-css-start-here ------- */
.get-in-touch-form-wrapper .custom-contact-form {
    margin: 0;
    padding: 0;
    background: transparent;
    max-width: 100%;
}

.get-in-touch-sec .e-con-inner {
    box-shadow: 0px 4px 25px 0px #0000001A;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 100px;
}

.get-in-touch-img-wrap,
.get-in-touch-img-wrap img {
    height: 100%;
}

.get-in-touch-form-col {
    padding: 40px;
}

.get-in-touch-form-wrapper form.wpcf7-form.init p br {
    display: none;
}

/* ------- contact-us-page-css-end-here ------- */


/* ------ map-page-css-start-here ------ */
.maps-page-static-content-txt {
    width: 70% !important;
    margin: 0 auto;
}

.world-map-sec {
    background: #fff;
    padding-bottom: 80px;
}

.wine-maps {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 10px #0000001a;
}

.map-all-products-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* ------ map-page-css-end-here ------ */




/* Responsive */
/* ---- media-query-start-here ----- */
@media screen and (max-width:1024px) {
    .home-hero-slider-wrapper .n2-ss-slide {
        padding-top: 5rem;
        padding-bottom: 30px;
    }

    .home-hero-slider-wrapper .n2-ss-slider-controls {
        right: 0px;
    }

    .dry-aged-content-col .elementor-widget-wrap {
        padding: 10px !important;
    }

    .custom-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .custom-products-grid .product-card .product-image-wrap {
        height: 550px;
    }

    .custom-products-grid .product-card .product-image-wrap img {
        object-position: 100% 20%;
    }

    .main-header-menu-wrap .hfe-nav-menu__toggle .hfe-nav-menu-icon svg {
        fill: #fff;
    }

    .main-header-menu-wrap .hfe-nav-menu__toggle {
        margin-left: auto !important;
        margin-right: 0px !important;
    }

    .main-header-menu-container {
        flex-direction: row-reverse !important;
        justify-content: end;
    }

    .main-header-menu-wrap nav.hfe-nav-menu__layout-horizontal {
        position: fixed !important;
        right: auto !important;
        left: 0 !important;
        /* min-width: max-content; */
        width: 50vw !important;
        top: 0 !important;
        height: 100vh !important;
        align-items: flex-start;
    }

    .main-header-menu-wrap .hfe-nav-menu .menu-item .hfe-menu-item {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        color: #333 !important;
    }

    .main-header-menu-wrap .hfe-nav-menu .menu-item.current-menu-item .hfe-menu-item {
        color: #c0201d !important;
    }

    .get-in-touch-form-col {
        padding: 30px;
    }

    .maps-page-static-content-txt {
        width: 100% !important;
    }

    .world-map-sec {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:992px) {
    .home-hero-content-heading-wrap h1 {
        line-height: 60px !important;
        font-size: 60px !important;
    }

    .home-hero-content-des-wrap p {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        font-size: 20px !important;
    }

    .home-hero-slider-wrapper .n2-ss-slide {
        padding-top: 6rem;
        padding-bottom: 0px;
    }

    .dry-aged-sec-wrapper .elementor-column-gap-default {
        display: grid;
    }

    .dry-aged-img-col,
    .dry-aged-content-col {
        width: 100% !important;
    }

    .custom-products-grid .product-card .product-image-wrap {
        height: 400px;
    }

    .kingdom-rum-content-heading-wrap h2 {
        font-size: 45px !important;
    }

    .kingdom-rum-section {
        min-height: 100%;
        padding: 4rem 0;
    }

    .dry-aged-img-col .elementor-widget-wrap {
        padding: 10px !important;
    }

    .page-banner-sec {
        padding-top: 12rem;
        padding-bottom: 6rem;
    }

    .page-banner-heading-wrap h1 {
        font-size: 45px !important;
    }

    .heading-product-and-filter {
        margin-bottom: 16px;
    }

    .custom-products-header h3 {
        font-size: 20px;
    }

    .custom-products-wrapper {
        padding: 30px 0 50px;
    }

    .about-dead-reckoning-des-wrap {
        width: 100% !important;
    }

    .about-last-video-sec .e-con-inner {
        display: grid;
        gap: 20px;
    }

    .about-last-video-container {
        width: 100%;
    }

    .about-last-video-content-container {
        margin: 0;
        width: 100%;
    }

    .get-in-touch-sec .e-con-inner {
        display: grid;
        width: 80%;
    }

    .get-in-touch-img-col,
    .get-in-touch-form-col {
        width: 100%;
    }

    .get-in-touch-img-wrap,
    .get-in-touch-img-wrap img {
        height: 100%;
        width: 100%;
    }

    .map-all-products-sec .custom-products-wrapper {
        padding: 0;
    }

    section.blog-hero-image {
        height: 400px;
    }
}

@media(max-width:768px) {
    .testimonial-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .main-header-wrapper .e-con-inner {
        flex-wrap: nowrap !important;
    }

    .home-hero-content-heading-wrap h1 {
        line-height: 46px !important;
        font-size: 46px !important;
    }

    .home-hero-content-des-wrap p {
        font-size: 18px !important;
    }

    .home-hero-content-col {
        width: 60% !important;
        flex: unset !important;
    }

    .footer-logo-col img {
        width: 25% !important;
    }

    .main-header-menu-container {
        gap: 0px;
    }

    .testimonials-slider-wrapper .ti-reviews-container-wrapper {
        gap: 0px;
    }

    .page-banner-heading-wrap h1 {
        font-size: 36px !important;
    }

    .about-page-static-img-wrap {
        height: 300px;
    }

    .get-in-touch-sec .e-con-inner {
        width: 100%;
    }
}

@media screen and (max-width:576px) {

    h2 {
        font-size: 28px !important;
    }

    .custom-products-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .main-header-menu-wrap nav.hfe-nav-menu__layout-horizontal {
        width: 60vw !important;
    }

    .main-header-menu-wrap .hfe-nav-menu .menu-item .hfe-menu-item {
        font-size: 14px;
    }

    .home-hero-slider-wrapper .n2-ss-slider-controls {
        bottom: 0;
        transform: translateX(-50%);
        right: auto;
        left: 50%;
    }

    .home-hero-content-col {
        width: 100% !important;
    }

    .home-hero-content-heading-wrap h1 {
        line-height: 40px !important;
        font-size: 36px !important;
    }

    .home-hero-content-des-wrap p {
        font-size: 16px !important;
    }

    .home-hero-slider-wrapper .n2-ss-slider-controls .n2-bullet {
        padding: 5px 5px 5px 5px !important;
        border: 1px solid #fff !important;
    }

    .kingdom-rum-content-heading-wrap h2 {
        font-size: 36px !important;
    }

    .kingdom-rum-section {
        padding: 2rem 0;
    }

    .dry-aged-sec-wrapper,
    .client-reviews-sec,
    .home-our-blogs-sec {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .our-products-sec,
    .about-last-video-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .custom-blog-slider {
        padding: 10px 0 50px !important;
    }

    .footer-logo-col img {
        width: 50% !important;
    }

    .footer-copyright-container {
        flex-direction: column-reverse !important;
    }

    .footer-copyright-txt p {
        text-align: center;
        font-size: 14px;
    }

    .footer-navbar-col .hfe-nav-menu .menu-item a {
        font-size: 14px;
        font-weight: 500;
    }

    .footer-privacy-policy-txt p {
        font-size: 14px;
    }

    .main-header-logo-wrap img {
        height: auto !important;
        width: 110px !important;
    }

    .testimonials-slider-wrapper .ti-review-item {
        padding: 20px !important;
    }

    /* .page-banner-heading-wrap h1 {
        font-size: 28px !important;
    } */

    .page-banner-sec {
        padding-top: 10rem;
        padding-bottom: 4rem;
        /* background-position: 100% 100% !important; */
    }

    .heading-product-and-filter {
        margin-bottom: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .custom-products-filter,
    .custom-products-filter form {
        width: 100%;
    }

    .custom-sort-wrapper {
        justify-content: end;
    }

    .custom-sort-wrapper #sort_by {
        font-size: 14px;
        padding: 10px 20px;
    }

    .custom-sort-wrapper label {
        font-size: 14px;
    }

    .custom-products-header h3 {
        font-size: 18px;
    }

    .about-dead-reckoning-sec {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .about-dead-reckoning-des-wrap p {
        font-size: 15px;
    }

    .about-last-video-content-heading-wrap h3 {
        font-size: 26px;
    }

    .about-last-video-content-container {
        padding: 30px 20px;
    }

    .about-last-video-content-list-heading h5 {
        font-size: 18px !important;
    }

    .blog-listing-page-sec {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .blog-listing-page-sec .blog-grid-wrapper {
        padding-top: 10px;
    }

    .contact-us-static-content-sec {
        padding: 30px 0 !important;
    }

    .get-in-touch-sec .e-con-inner {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .get-in-touch-form-col {
        padding: 20px;
    }

    .maps-page-static-content-sec {
        padding: 30px 0px !important;
    }

    .world-map-sec {
        padding-bottom: 40px;
    }

    .map-all-products-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .map-all-products-sec .custom-products-wrapper .view-all-btn {
        margin-left: auto;
    }

    section.blog-hero-image {
        height: 250px;
    }

    .blog-detail-section,
    section.similer-blogs {
        padding: 40px 10px;
    }

    .blog-detail-section .container,
    .similer-blogs .container {
        max-width: 100%;
    }
}

/* ---- media-query-end-here ----- */