:root {
    --globe-white: #F9F9FC;
    --globe-black: #0B1623;
    --globe-blue: #1D2B55;
}

body,
html {
    overflow-x: hidden !important;
}

header.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #1d2b554d;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #61616287;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

/*Header CSS*/
header.site-header {
    border-bottom: 1px solid #1d2b5538;
    padding: 0;
}

header.site-header .header-inner {
    max-width: 1460px;
}

header.site-header p.site-description.show {
    display: none;
}

header.site-header {
    border-bottom: 1px solid #1d2b5538;
    padding: 0;
}

header.site-header .header-inner {
    max-width: 1460px;
}

header.site-header p.site-description.show {
    display: none;
}

.site-navigation ul.menu>li {
    padding: 27px 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-navigation ul.menu>li a {
    font-size: 18px;
    font-family: 'Acumin Pro';
    font-weight: 500;
    color: var(--globe-blue);
    position: relative;
}

.site-navigation ul.menu li.menu-item-has-children:after {
    content: "";
}

.site-navigation ul.menu>li a {
    padding: 0 !important;
}

.site-navigation ul.menu {
    gap: 30px;
}

.site-navigation ul.menu li.menu-item-has-children:after {
    display: none !important;
}

.site-navigation ul.menu li.menu-item-has-children a {
    padding: 0 !important;
}

.site-navigation ul.menu li.menu-item-has-children>a:after {
    content: "";
    width: 12px;
    height: 9px;
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/04/dropdown.svg);
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.site-navigation ul.menu li.menu-item-has-children a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-navigation ul.menu .sub-menu>a {
    padding: 0 20px !important;
}

.site-navigation ul.menu li ul.sub-menu li:not(:last-child) {
    margin-bottom: 20px;
    border: none;
}

.site-navigation ul.menu li ul.sub-menu {
    padding: 20px 0;
    min-width: 250px;
    background-color: var(--globe-blue);
    border-bottom: 5px solid rgb(252 249 249 / 50%);
}

.site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: unset !important;
}

.site-navigation ul.menu li ul li {
    border: none;
}

.site-navigation ul.menu li.menu-item-has-children .sub-menu a {
    padding: 0 20px !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--globe-white);
}

.site-navigation ul.menu ul.sub-menu li.menu-item-has-children>a:after {
    background-image: url('https://globetextiles.net/wp-content/uploads/2024/03/menu-right-arrow.svg');
    width: 9px;
    height: 12px;
    background-size: contain;
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-right: 0 !important;
}

a.menu-open-left+ul.sub-menu ul.sub-menu {
    left: -100%;
    min-width: 300px;
    max-width: 300px;
}

.site-navigation ul.menu li a.menu-open-left+ul.sub-menu {
    min-width: 300px;
}

.site-navigation ul.menu li>a {
    position: relative;
}

.site-navigation ul.menu li>a::before {
    content: "";
    position: absolute;
    top: unset;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--globe-blue);
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.site-navigation ul.menu li:hover>a::before {
    width: 30px;
}

.site-navigation ul.menu li.menu-item-has-children .sub-menu a::before {
    left: 20px;
    background-color: var(--globe-white);
}

/*Header CSS End*/
* {
    box-sizing: border-box;
    outline: none;
}

.globe-hero-banner .container {
    max-width: 1460px;
    margin: 0 auto;
}

.globe-hero-banner .slide {
    position: relative;
    min-height: 870px;
    margin: 100px 0 50px;
}

.globe-hero-banner .slide .image1 {
    position: absolute;
    width: calc((100% / 12) * 5);
    -webkit-transition: 0.8s ease all;
    -moz-transition: 0.8s ease all;
    -ms-transition: 0.8s ease all;
    -o-transition: 0.8s ease all;
    transition: 0.8s ease all;
}

.globe-hero-banner .slide .image2 {
    position: absolute;
    width: calc((100% / 12) * 5);
    -webkit-transition: 0.8s ease all;
    -moz-transition: 0.8s ease all;
    -ms-transition: 0.8s ease all;
    -o-transition: 0.8s ease all;
    transition: 0.8s ease all;
}

.globe-hero-banner .slide .content {
    position: absolute;
    max-width: calc((100% / 12) * 6);
    width: 100%;
    background: #1D2B55;
    padding: 40px;
    -webkit-transition: 0.8s ease all;
    -moz-transition: 0.8s ease all;
    -ms-transition: 0.8s ease all;
    -o-transition: 0.8s ease all;
    transition: 0.8s ease all;
}

.globe-hero-banner .slide .content h2 {
    margin: 0;
    font-size: 48px;
    margin-bottom: 20px;
    font-family: "Acumin Pro Condensed", Sans-serif;
    color: var(--globe-white);
}

.globe-hero-banner .slide .content p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    color: var(--globe-white);
    font-family: "Acumin Pro", Sans-serif;
    font-weight: 300;
}

.globe-hero-banner .slide .content a {
    margin-top: 20px;
    font-size: 18px;
    color: var(--globe-white);
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    min-height: 40px;
    font-family: "Acumin Pro Wide", Sans-serif;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.globe-hero-banner .slide .content a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(100%, -50%);
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url('https://globetextiles.net/wp-content/uploads/2024/02/cross-arrow-blue.svg');
    background-color: var(--globe-white);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.globe-hero-banner .slide .content a:hover {
    text-decoration: underline;
}

.globe-hero-banner .slide .content a:hover::after {
    background-image: url('https://globetextiles.net/wp-content/uploads/2024/02/cross-arrow.svg');
    background-color: transparent;
}

/* Slide 1 */
.globe-hero-banner .slide.slide_1_active .image1 {
    top: 0;
    left: calc((100% / 12) * 4);
    transform: translateX(0);
}

.globe-hero-banner .slide.slide_1_active .image2 {
    left: calc((100% / 12) * 7);
    bottom: 0;
    transform: translateX(0);
}

.globe-hero-banner .slide.slide_1_active .content {
    left: 0;
    top: 37%;
    transform: translateX(0);
}

/* Slide 2 */
.globe-hero-banner .slide.slide_2_active .image1 {
    top: 0;
    left: calc((100% / 12)* 3);
    transform: translateX(0);
}

.globe-hero-banner .slide.slide_2_active .image2 {
    left: 0;
    bottom: 0;
    transform: translateX(0);
}

.globe-hero-banner .slide.slide_2_active .content {
    left: 100%;
    top: 42%;
    transform: translateX(-100%);
}

/* Slide 3 */
.globe-hero-banner .slide.slide_3_active .image1 {
    top: 100%;
    left: calc((100% / 12) * 3);
    transform: translateY(-100%);
}

.globe-hero-banner .slide.slide_3_active .image2 {
    left: 0;
    bottom: 100%;
    transform: translateY(100%);
}

.globe-hero-banner .slide.slide_3_active .content {
    left: 100%;
    top: 30%;
    transform: translateX(-100%);
}

.globe-hero-banner .slider-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.globe-hero-banner .slider-dots .slider-dot {
    width: 15px;
    height: 9px;
    background-color: var(--globe-blue);
    border-radius: 10px;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.globe-hero-banner .slider-dots .slider-dot.active-dot {
    opacity: 1;
    width: 25px;
}

.globe-hero-banner .slide .slide1,
.globe-hero-banner .slide .slide2,
.globe-hero-banner .slide .slide3 {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    -ms-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}

.globe-hero-banner .slide .slide1.active,
.globe-hero-banner .slide .slide2.active,
.globe-hero-banner .slide .slide3.active {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}



@media screen and (max-width: 1199px) {
    .globe-hero-banner .slide {
        min-height: 670px;
    }

    .globe-hero-banner .slide .content h2 {
        font-size: 32px;
    }

    .globe-hero-banner .slide .content p {
        font-size: 18px;
        line-height: 28px;
    }

    .globe-hero-banner .slide .content a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .globe-hero-banner .slide {
        min-height: 500px;
        margin: 70px 0 50px;
    }

    .globe-hero-banner .slide .content h2 {
        font-size: 28px;
    }

    .globe-hero-banner .slide .content p {
        font-size: 16px;
        line-height: 26px;
    }

    .globe-hero-banner .slide .content {
        max-width: calc((100% / 12)* 6);
        padding: 20px;
    }

    .globe-hero-banner .slide.slide_1_active .content {
        top: 30%;
    }

    .globe-hero-banner .slide.slide_2_active .content {
        top: 35%;
    }
}

@media screen and (max-width: 767px) {
    .globe-hero-banner .slide {
        min-height: 136vw;
        margin: 20px 0;
    }

    .globe-hero-banner .slider-dots .slider-dot {
        height: 5px;
    }

    .globe-hero-banner .slide .content {
        max-width: calc((100% / 12)* 12);
        padding: 20px;
    }

    .globe-hero-banner .slide .content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .globe-hero-banner .slide .content a {
        margin-top: 10px;
        font-size: 14px;
    }

    .globe-hero-banner .slide.slide_3_active .image1 {
        left: calc((100% / 12)* 5);
        top: 20%;
        transform: translateY(0);
    }

    .globe-hero-banner .slide.slide_1_active .content {
        left: 0;
        top: 100%;
        transform: translate(0, -100%);
    }

    .globe-hero-banner .slide.slide_2_active .content {
        left: 0;
        top: 100%;
        transform: translate(0, -100%);
    }

    .globe-hero-banner .slide.slide_3_active .content {
        left: 0;
        top: 100%;
        transform: translate(0, -100%);
    }

    .globe-hero-banner .slide.slide_1_active .image2 {
        left: calc((100% / 12)* 5);
        bottom: 50%;
    }

    .globe-hero-banner .slide.slide_1_active .image1 {
        top: 0;
        left: calc((100% / 12)* 1);
    }

    .globe-hero-banner .slide.slide_2_active .image2 {
        left: 0;
        bottom: 45%;
    }

    .globe-hero-banner .slide.slide_2_active .image1 {
        top: 0;
        left: calc((100% / 12)* 5);
    }

    .globe-hero-banner {
        padding: 0 20px;
    }
}

/* home page */
/* Elementor button */
.elementor-button-wrapper a.elementor-button {
    padding: 0;
    font-size: 18px;
    font-family: 'Acumin Pro Wide';
    color: var(--globe-black) !important;
    text-decoration: underline;
    background-color: transparent;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.elementor-button-wrapper a.elementor-button span.elementor-button-icon {
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.elementor-button-wrapper a.elementor-button span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.elementor-button-wrapper a.elementor-button:hover span.elementor-button-icon {
    background-color: var(--globe-blue) !important;
}

.elementor-button-wrapper a.elementor-button:hover span.elementor-button-icon svg {
    filter: brightness(100);
}

.elementor-button-wrapper a.elementor-button span.elementor-button-icon svg {
    width: 14px;
}

.elementor-button-wrapper a.elementor-button:hover {
    color: var(--globe-blue);
    text-decoration: none;
}

.inverted-btn .elementor-button-wrapper a.elementor-button {
    text-decoration: none;
}

.inverted-btn .elementor-button-wrapper a.elementor-button span.elementor-button-icon {
    background-color: var(--globe-blue);
}

.inverted-btn .elementor-button-wrapper a.elementor-button span.elementor-button-icon svg {
    filter: brightness(100);
}

.inverted-btn .elementor-button-wrapper a.elementor-button:hover {
    text-decoration: underline;
}

.inverted-btn .elementor-button-wrapper a.elementor-button:hover span.elementor-button-icon {
    background-color: transparent !important;
}

.inverted-btn .elementor-button-wrapper a.elementor-button:hover span.elementor-button-icon svg {
    filter: unset;
}

/* Elementor Button White */
.white .elementor-button-wrapper a.elementor-button {
    color: var(--globe-white) !important;
}

.white .elementor-button-wrapper a.elementor-button span.elementor-button-icon svg {
    filter: brightness(10);
}

.white .elementor-button-wrapper a.elementor-button:hover span.elementor-button-icon {
    background-color: var(--globe-white) !important;
}

.white .elementor-button-wrapper a.elementor-button:hover span.elementor-button-icon svg {
    filter: brightness(1);
}

.inverted-btn.white .elementor-button-wrapper a.elementor-button {
    text-decoration: none;
}

.inverted-btn.white .elementor-button-wrapper a.elementor-button span.elementor-button-icon {
    background-color: var(--globe-white) !important;
}

.inverted-btn.white .elementor-button-wrapper a.elementor-button span.elementor-button-icon svg {
    filter: brightness(1);
}

.inverted-btn.white .elementor-button-wrapper a.elementor-button:hover {
    text-decoration: underline;
}

.inverted-btn.white .elementor-button-wrapper a.elementor-button:hover span.elementor-button-icon {
    background-color: transparent !important;
}

.inverted-btn.white .elementor-button-wrapper a.elementor-button:hover span.elementor-button-icon svg {
    filter: brightness(100);
}

@media screen and (max-width: 1023px) {
    .elementor-button-wrapper a.elementor-button {
        font-size: 16px;
    }
}

/* Procust Page */
:root {
    --size-header: 2.25rem;
    --size-accordion-title: 1.25rem;
    --size-accordion-content: 1rem;
    --animation-speed: 100;
    --slide-ease: cubic-bezier(0.86, 0, 0.07, 1);
    --slide-duration: calc(400ms * 100 / var(--animation-speed));
    --slide-delay: calc(450ms * 100 / var(--animation-speed));
    --circle-duration: calc(900ms * 100 / var(--animation-speed));
}

.elementor-column.elementor-col-100.globe_textile_rows {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 2rem;
}

section.elementor-section.elementor-section-boxed.container.globe-textile_Products_page {
    padding: 5% 0;
}

.collection-banner-image-globe {
    display: flex;
}

.collection-banner-image-globe img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.collection-banner-textual-content {
    position: relative;
}

.Globe_individual_product_descriptions>p {
    margin: 0;
    font-family: 'Acumin Pro';
    font-size: 20px;
    font-weight: 400;
    padding-top: 2%;
    color: var(--e-global-color-primary);
}

.Globe_individual_product_descriptions>p:nth-last-child(1) {
    padding-bottom: 0;
}

.globe-product-title-description-comb h2 {
    font-size: 25px;
    font-family: 'Acumin Pro';
    line-height: 35px;
    padding-top: 3%;
    font-weight: 500;
    padding-bottom: 1%;
    margin: 0;
    color: var(--e-global-color-primary);
}

.Globe_individual_product_descriptions {
    padding-bottom: 0%;
    padding-top: 1%;
}

.collection-banner-textual-content h1.flobe-cst-product_title {
    position: absolute;
    top: 50%;
    color: var(--globe-white);
    left: 50%;
    margin: 0;
    text-align: center;
    bottom: 0;
    transform: translate(-50%, -50%);
    height: fit-content;
    font-size: 55px;
    font-family: 'Acumin Pro Condensed';
    font-weight: 500;
}

.individual_product_title-bellow>h2 {
    margin: 0;
    font-family: 'Acumin Pro Condensed';
    font-size: 30px;
    font-weight: 500;
}

.individual_product_title-bellow {
    border-bottom: 1px solid var(--e-global-color-text);
    padding-bottom: 1%;
    margin-bottom: 4%;
}

.content-title-description-item>pre {
    margin: 0;
    font-size: 20px;
    font-family: 'Acumin Pro';
    font-weight: 400;
    line-height: 36px;
}

/* Accordion style */
.panel-heading {
    background-color: #f5f5f5;
    padding: 15px;
    border: 1px solid #ddd;
}

.panel-title a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.panel-body {
    padding: 15px;
}

.panel-collapse {
    border: 1px solid #ddd;
    margin-top: 5px;
}

.panel-collapse.in {
    border: 1px solid #ddd;
}

.panel-body a {
    display: block;
    color: #777;
    margin-bottom: 5px;
    padding: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.panel-body a:hover {
    background-color: #f5f5f5;
}

.panel-heading:hover {
    background-color: #e9ecef;
    cursor: pointer;
}

.panel-heading.active {
    background-color: #e9ecef;
}

.accordion {
    --circle-x: 1.8rem;
    --circle-y: 0;
    --circle-r: 200%;
    --circle-bg: #0000;
    color: #000;
    background-color: #1d2b552b;
    max-width: 56ch;
    margin-bottom: 1rem;
    border-radius: min(8px, 0.5rem);
    display: grid;
    grid-template-rows: 0fr 0fr;
    transition-timing-function: var(--slide-ease);
    transition-duration: 200ms, 200ms, var(--slide-duration);
    transition-property: opacity, box-shadow, grid-template-rows;
    transition-delay: 0ms, 0ms, var(--slide-delay);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}

.accordion:not(:target):hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}

.accordion:not(:target):active {
    opacity: 1;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
}

.accordion,
.content {
    overflow: hidden;
}

.accordion:target {
    --d: 90deg;
    grid-template-rows: 0fr 1fr;
    transition: grid-template-rows var(--slide-ease) var(--slide-duration) var(--slide-delay);
}

.wrapper {
    padding-block: 0 1.05rem;
    padding: 1rem 2rem 2rem;
}

.content {
    font-size: var(--size-accordion-content);
    line-height: 140%;
}

.content p {
    margin-bottom: 1rem;
}

.content a {
    color: currentColor;
    font-weight: 500;
    text-decoration: underline;
}

.accordion_container :last-child,
.content :last-child {
    margin-bottom: 0;
}

.title a {
    padding: 1rem 1.25rem;
    font-size: var(--size-accordion-title);
    font-weight: 800;
    color: currentColor;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    place-items: center;
}

.title a::before {
    --chevron-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='white' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
    content: "";
    left: 0;
    top: 0;
    width: 0.65rem;
    aspect-ratio: 320 / 512;
    display: inline-block;
    margin-right: 0.75rem;
    transform: rotate(var(--d, 0deg));
    transition: transform var(--slide-ease) var(--slide-duration) var(--slide-delay);
    mask-image: var(--chevron-icon);
    mask-size: 100% 100%;
    -webkit-mask-image: var(--chevron-icon);
    -webkit-mask-size: 100% 100%;
    background-color: currentColor;
}

.accordion::before,
.accordion::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--circle-bg);
    mix-blend-mode: difference;
    transform-style: preserve-3d;
    transition-timing-function: ease;
    transition-property: opacity, clip-path, visibility;
    pointer-events: none;
    clip-path: circle(var(--r) at var(--circle-x) var(--circle-y));
    border-radius: inherit;
    z-index: 4;
}

.accordion::before {
    --r: 0%;
    transition-delay: var(--circle-duration), var(--circle-duration), 0ms;
    transition-duration: 0ms, var(--circle-duration), 0ms;
    opacity: 0;
}

.accordion:target::before {
    --r: var(--circle-r);
    transition-delay: 0ms, 0ms, 0ms;
    transition-duration: 0ms, var(--circle-duration), 0ms;
    opacity: 1;
}

.accordion::after {
    --r: var(--circle-r);
    transition-delay: 0ms, 0ms, var(--circle-duration);
    transition-duration: 0ms, var(--circle-duration), 0ms;
    visibility: hidden;
    opacity: 1;
}

.accordion:target:after {
    --r: 0%;
    transition-delay: 0ms, 0ms, 0ms;
    transition-duration: 0ms, 0ms, 0ms;
    visibility: visible;
    opacity: 0;
}

.title a:focus-visible {
    background-color: hsl(0, 100%, 90%);
    outline: none;
}

.accordion:target .title a:focus-visible {
    background-color: hsl(183, 100%, 93%);
}

.accordion h1.title>a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.accordion>h1 {
    margin: 0;
}

div#accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* .accordion .content .wrapper>p:last-child { display: none; } */
.accordion .content .wrapper>p {
    margin: 0;
}

.accordion .content .wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accordion .content .wrapper>p a {
    text-decoration: none !important;
}

.globe-wrapper {
    padding: 10px 0;
    background-color: #ffffff;
}

.globe-about-principles-section .elementor-column:hover h2.elementor-heading-title,
.globe-about-principles-section .elementor-column:hover .elementor-widget-container {
    color: var(--globe-white);
}

/*Investors*/
.accordion-investors .accordion-item {
    border-bottom: 1px solid var(--globe-white);
}

.accordion-investors .accordion-item button[aria-expanded="true"] {
    margin-bottom: 20px;
    background-color: rgb(29 43 85 / 10%);
}

.accordion-investors button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-family: "Merienda" !important;
    font-size: 20px;
}

.accordion-investors button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
}

.accordion-investors button .icon::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid var(--globe-blue);
    border-radius: 50%;
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/03/menu-dropdown.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s ease all;
}

.accordion-investors button[aria-expanded="true"] .icon::before {
    transform: rotate(-180deg);
}

.accordion-investors button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion-investors button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: unset;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding-bottom: 20px;
}

.accordion-investors .accordion-content:not(.single) {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion-investors .accordion-content p {
    font-size: 16px;
    font-family: "Font-1681910706467" !important;
    color: #141414;
    padding: 14px 0;
    font-weight: 300;
}

.accordion-investors .accordion-item button {
    width: 100%;
    padding: 10px;
    text-align: left;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--globe-blue);
    font-size: 24px;
    color: var(--globe-blue);
    font-family: 'Acumin Pro';
    background: transparent;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-investors .accordion-item button::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/03/menu-dropdown.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s ease all;
}

.accordion-investors .accordion-item button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.accordion-investors .accordion-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.accordion-investors .accordion-content a {
    width: calc(50% - 20px);
    padding: 15px;
    border: 1px solid var(--globe-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Acumin Pro';
    color: var(--globe-blue);
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.accordion-investors .accordion-content a span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.accordion-investors .accordion-content a:hover {
    background-color: var(--globe-blue);
    color: var(--globe-white);
}

.accordion-investors .accordion-content a:hover img {
    filter: brightness(10);
}

.accordion-investors h1.page-title {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Acumin Pro Condensed';
    padding-bottom: 10px;
    border-bottom: 1px solid var(--globe-blue);
    margin-bottom: 70px;
}

.accordion-investors .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .elementor-column.elementor-col-100.globe_textile_rows {
        grid-template-columns: auto;
    }

    section.elementor-section.elementor-section-boxed.container.globe-textile_Products_page {
        padding-left: 20px;
        padding-right: 20px;
    }

    .accordion-investors .accordion-content a {
        width: 100%;
    }

    .accordion-investors h1.page-title {
        margin-bottom: 30px;
    }
}

/* Home Sliders */
.slick-slider {
    margin: 0 -20px;
}

.slick-slide {
    margin-right: 20px;
    margin-left: 20px;
}

.main_products_slider .custom-product img {
    aspect-ratio: 11 / 16;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.main_products_slider .custom-product a {
    font-size: 18px;
    color: var(--globe-black);
    margin: 0;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.main_products_slider .custom-product a svg {
    width: 12px;
    height: auto;
}

.main_products_slider .custom-product h2 {
    margin: 15px 0 0;
}

.main_products_slider .custom-product a:hover {
    text-decoration: none;
}

.globe-collection-slider .Globe-collection-item {
    position: relative;
}

.globe-collection-slider .Globe-collection-item h1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    margin: 0;
    font-size: 36px;
    padding: 0 20px;
    color: var(--globe-white);
    font-weight: 500;
    font-family: 'Acumin Pro Condensed';
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.globe-collection-slider .Globe-collection-item a:hover h1 {
    transform: scale(1.05);
}

.globe-collection-slider .Globe-collection-item img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.gt-products-column .products-grid {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.gt-products-column .products-grid article.product {
    width: calc((100% / 3) - (80px / 3));
}

.gt-products-column .custom-product img {
    aspect-ratio: 11 / 16;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.gt-products-column .custom-product a {
    font-size: 20px;
    color: var(--globe-black);
    margin: 0;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.gt-products-column .custom-product a svg {
    width: 16px;
    height: auto;
}

.gt-products-column .custom-product h2 {
    margin: 15px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gt-products-column .custom-product a:hover {
    text-decoration: none;
}

.row.custom-product-details-globe-textile>.product .product-inner img {
    border: 1px solid rgb(29 43 85 / 20%);
    aspect-ratio: 11 / 16;
    object-fit: contain;
}

.accordion.active h1.title>a {
    background-color: var(--globe-blue);
    color: var(--globe-white);
}

.accordion .content .wrapper>p.active {
    border-bottom: 1px solid var(--globe-blue);
}

.accordion.no-child h1.title a::before {
    visibility: hidden;
    pointer-events: none;
}

.elementor-shortcode .site-header {
    margin: 0;
    padding: 0;
}

.paoc-popup-1795 .paoc-popup-inr::-webkit-scrollbar {
    width: 3px;
}

@media screen and (max-width: 767px) {
    .gt-products-column .products-grid {
        gap: 20px;
    }

    .gt-products-column .products-grid article.product {
        width: calc(50% - 10px);
    }

    .paoc-popup-1795 {
        padding: 30px 10px 30px 30px !important;
    }

    .paoc-popup-1795 .paoc-popup-inr {
        padding-right: 20px;
    }

    .paoc-popup-1795 .paoc-popup-mheading {
        font-size: 20px !important;
    }

    .paoc-popup-1795 .forminator-ui.forminator-custom-form[data-grid=open] .forminator-col:not(:last-child) {
        margin-bottom: 10px;
    }

    .paoc-popup-1795 .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row {
        margin-bottom: 10px;
    }

    .paoc-popup-1795 .paoc-popup-inr-wrap {
        max-height: 70vh !important;
    }

    .gt-products-column .custom-product a {
        font-size: 14px;
    }
}

/* Mobile Header CSS */
showhide {
    width: 46px;
    height: 46px;
    cursor: pointer;
    margin-left: auto;
}

.showhide span {
    color: var(--globe-white);
    background: var(--globe-blue) !important;
}

/* .showhide.open { background: var(--globe-white); height: 70px; top: 0px; right: 0px; box-shadow: -4px 3px 11px 0px #0000009c; position: fixed; top: 0; right: 0; cursor: pointer; padding: 0 10px; z-index: 9999; } */
/* .showhide.open .showhide--inner { height: fit-content; display: block; top: 14px; } .showhide.open span { background-color: #000 !important; box-shadow: -4px 3px 11px 0px #0000009c; } .showhide.open:hover, .showhide.open:focus { background-color: var(--globe-white) !important; } */
.showhide:hover {
    background: transparent;
}

.showhide--inner {
    position: relative;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    display: block;
    margin-left: auto;
}

.showhide span {
    position: absolute;
    background: #000;
    height: 2px;
    width: 28px;
    transition: 0.5s;
    opacity: 1;
}

.showhide span.ham1 {
    top: 4px
}

.showhide span.ham2 {
    top: 14px
}

.showhide span.ham3 {
    top: 24px
}

.showhide.open span.ham1 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}

.showhide.open span.ham2 {
    opacity: 0
}

.showhide.open span.ham3 {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}

/* mobile menu container */
.mobilenav--wrap {
    padding: 0;
    width: 0;
    height: 100vh;
    background-color: var(--globe-blue);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0;
    right: -320px;
    position: fixed;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}

.mobilenav--wrap.show--mobilenav {
    right: 0;
    width: 100%;
}

ul.sub-menu li {
    padding: 0;
}

/* mobile menu */
.mobilenav {
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding: 0;
}

.mobilenav ul.mobile-menu {
    width: 100%;
    box-sizing: border-box;
    margin: 6rem 0 2rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: unset;
    gap: 20px;
}

.mobilenav ul li {
    position: relative;
    /* border-bottom: 1px solid #ccc; */
    list-style: none;
    font-size: 1.6rem
}

.mobilenav ul li a {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: var(--globe-white);
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    opacity: 0.7;
}

.mobilenav ul li.current-menu-item a {
    opacity: 1;
}

.mobilenav ul li a:hover {
    background: var(--globe-blue);
    color: var(--globe-white);
}

.mobilenav ul li:hover ul {
    display: block;
    margin-left: 0;
}

.mobilenav ul ul li {
    border-bottom: 0;
    position: relative;
    font-size: 90%;
}

.mobilenav ul ul {
    padding: 0;
}

ul.sub-menu li a:hover,
ul.sub-menu li a:focus {
    background-color: var(--globe-blue);
}

a.menu-expand {
    padding: 0 !important;
    background: transparent !important;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0px;
    right: 13px;
    z-index: 100;
}

.mobilenav ul li.menu-item-has-children .plus1 {
    content: '';
    position: absolute;
    right: 10px;
    top: 24px;
    width: 20px;
    height: 2px;
    display: block;
    background: var(--globe-white);
    transition: all 0.3s ease-in-out;
    transform: rotate(-180deg);
}

.mobilenav ul li.menu-item-has-children .plus2 {
    content: '';
    position: absolute;
    right: 10px;
    top: 24px;
    width: 20px;
    height: 2px;
    display: block;
    background: var(--globe-white);
    transition: all 0.3s ease-in-out;
    transform: rotate(-270deg);
}

a.menu-expand:hover span {
    background: var(--globe-white) !important;
}

.mobilenav ul li.menu-item-has-children>a.menu-expand.menu-clicked .plus1 {
    transform: rotate(0);
}

.mobilenav ul li.menu-item-has-children>a.menu-expand.menu-clicked .plus2 {
    transform: rotate(0);
}

.mobilenav ul li ul.sub-menu {
    padding-left: 20px;
}

/* .animated_border_cst { text-shadow: 0 1px 0 #000; --border-angle: 0turn; --main-bg: conic-gradient(from var(--border-angle), #213, #112 5%, #112 60%, #213 95%); border: solid 5px transparent; --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #fff, #1d2b55 99%, transparent); background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box; animation: bg-spin 3s linear infinite; } @keyframes bg-spin { to { --border-angle: 1turn; } } .animated_border_cst:hover { animation-play-state: paused; } @property --border-angle { syntax: "<angle>"; inherits: true; initial-value: 0turn; } */
a.animated_border_cst {
    position: relative;
}

a.animated_border_cst .animation-border-cts {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

a.animated_border_cst .animation-border-cts .one::after {
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    top: 2%;
    left: 2%;
    width: 10%;
    transition: width 2s;
    background-image: radial-gradient(circle at 4px, #FFF 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #FFF 4px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle at 4px, #FFF 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #FFF 4px, rgba(255, 255, 255, 0) 4px);
    background-position: top, right, bottom, left;
    background-size: 15px 5px, 5px 15px;
    background-repeat: repeat-x, repeat-y;
}

a.animated_border_cst .animation-border-cts .one::before {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    top: 2%;
    left: 2%;
    height: 13%;
    transition: height 2s;
    background-image: radial-gradient(circle at 4px, #FFF 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #FFF 4px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle at 4px, #FFF 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #FFF 4px, rgba(255, 255, 255, 0) 4px);
    background-position: top, right, bottom, left;
    background-size: 15px 5px, 5px 15px;
    background-repeat: repeat-x, repeat-y;
}

a.animated_border_cst .animation-border-cts .two::after {
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 2%;
    right: 2%;
    width: 3%;
    transition: width 2s;
    background-image: radial-gradient(circle at 4px, #FFF 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #FFF 4px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle at 4px, #FFF 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #FFF 4px, rgba(255, 255, 255, 0) 4px);
    background-position: top, right, bottom, left;
    background-size: 15px 5px, 5px 15px;
    background-repeat: repeat-x, repeat-y;
}

a.animated_border_cst .animation-border-cts .two::before {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    bottom: 2%;
    right: 2%;
    height: 3%;
    transition: height 2s;
    background-image: radial-gradient(circle at 4px, #FFF 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #FFF 4px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle at 4px, #FFF 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #FFF 4px, rgba(255, 255, 255, 0) 4px);
    background-position: top, right, bottom, left;
    background-size: 15px 5px, 5px 15px;
    background-repeat: repeat-x, repeat-y;
}

.animation-triggered a.animated_border_cst .animation-border-cts .one::after {
    width: 96%;
}

.animation-triggered a.animated_border_cst .animation-border-cts .one::before {
    height: 96%;
}

.animation-triggered a.animated_border_cst .animation-border-cts .two::after {
    width: 96%;
}

.animation-triggered a.animated_border_cst .animation-border-cts .two::before {
    height: 96%;
}

.animated_stats_comes {
    position: relative;
}

.animated_stats_comes::after,
.animated_member_comes::after {
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    top: 0;
    left: 0;
    width: 10%;
    transition: width 2s;
    background-image: radial-gradient(circle at 4px, #1D2B55 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #1D2B55 4px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle at 4px, #1D2B55 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #1D2B55 4px, rgba(255, 255, 255, 0) 4px);
    background-position: top, right, bottom, left;
    background-size: 15px 5px, 5px 15px;
    background-repeat: repeat-x, repeat-y;
}

.animated_stats_comes::before,
.animated_member_comes::before {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    top: 0;
    left: 0;
    height: 13%;
    transition: height 2s;
    background-image: radial-gradient(circle at 4px, #1D2B55 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #1D2B55 4px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle at 4px, #1D2B55 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #1D2B55 4px, rgba(255, 255, 255, 0) 4px);
    background-position: top, right, bottom, left;
    background-size: 15px 5px, 5px 15px;
    background-repeat: repeat-x, repeat-y;
}

.animated_stats_comes>.animation-border-cts::after,
.animated_member_comes>.animation-border-cts::after {
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    right: 0;
    width: 3%;
    transition: width 2s;
    background-image: radial-gradient(circle at 4px, #1D2B55 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #1D2B55 4px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle at 4px, #1D2B55 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #1D2B55 4px, rgba(255, 255, 255, 0) 4px);
    background-position: top, right, bottom, left;
    background-size: 15px 5px, 5px 15px;
    background-repeat: repeat-x, repeat-y;
}

.animated_stats_comes>.animation-border-cts::before,
.animated_member_comes>.animation-border-cts::before {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    bottom: 0;
    right: 0;
    height: 3%;
    transition: height 2s;
    background-image: radial-gradient(circle at 4px, #1D2B55 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #1D2B55 4px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle at 4px, #1D2B55 1.25px, rgba(255, 255, 255, 0) 4px), radial-gradient(circle, #1D2B55 4px, rgba(255, 255, 255, 0) 4px);
    background-position: top, right, bottom, left;
    background-size: 15px 5px, 5px 15px;
    background-repeat: repeat-x, repeat-y;
}

.animation-triggered.animated_stats_comes::after,
.animation-triggered.animated_member_comes::after {
    width: 100%;
}

.animation-triggered.animated_stats_comes::before,
.animation-triggered.animated_member_comes::before {
    height: 100%;
}

.animation-triggered.animated_stats_comes>.animation-border-cts::after,
.animation-triggered.animated_member_comes>.animation-border-cts::after {
    width: 100%;
}

.animation-triggered.animated_stats_comes>.animation-border-cts::before,
.animation-triggered.animated_member_comes>.animation-border-cts::before {
    height: 100%;
}

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

    .custom-product.slick-slide,
    .Globe-collection-item.slick-slide {
        transform: translateX(25%);
    }

    .globe-collection-slider .Globe-collection-item h1 {
        font-size: 24px;
    }
}

.mobile-popup-button {
    position: fixed;
    bottom: 30px;
    z-index: 9;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.mobile-popup-button button {
    font-size: 16px;
    border-radius: 35px;
    color: var(--globe-white) !important;
    border: none !important;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 28px;
    padding: 11px 20px;
    background-color: var(--globe-blue) !important;
    box-shadow: 0 0 12px 2px rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    gap: 4px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
}

.mobile-popup-button button img {
    max-width: 15px;
}

.mobile-popup-close-button {
    display: none;
}

.globe-textile-accordion .mobile-popup .acordian-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .globe-textile-accordion .mobile-popup .acordian-section {
        display: flex;
    }

    .globe-textile-accordion .mobile-popup {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: 70%;
        z-index: 99;
        background-color: var(--globe-white);
        padding: 30px 20px;
        box-shadow: 0 0 12px 4px rgba(0, 0, 0, .12);
        border-radius: 10px 10px 0 0;
        transform: translateY(101%);
        transition: .4s ease-in-out;
        -webkit-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
    }

    .globe-textile-accordion .mobile-popup.active {
        transform: translateY(0%);
    }

    .globe-textile-accordion .mobile-popup .acordian-section {
        padding: 10px 0;
        overflow-y: scroll;
    }

    .globe-textile-accordion .mobile-popup .acordian-section::-webkit-scrollbar {
        width: 0px;
    }

    .mobile-popup-close-button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .mobile-popup-close-button p {
        font-weight: 600;
        margin: 0;
        font-size: 20px;
    }

    .mobile-popup-button {
        display: flex;
    }

    .mobile-popup-close-button button {
        border: none !important;
        background: transparent !important;
        display: flex;
        align-items: center;
        gap: 6px;
        margin-left: auto;
        padding: 0;
        line-height: normal;
        font-size: 14px;
        color: #707070 !important;
        text-transform: capitalize;
    }

    .mobile-popup-close-button button img {
        max-width: 12px;
        margin-top: 2px;
    }
}

button#goBackBtn {
    border-radius: 35px;
    color: var(--globe-white) !important;
    border: none !important;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 28px;
    padding: 20px 20px;
    background-color: var(--globe-blue) !important;
    box-shadow: 0 0 12px 2px rgba(255, 255, 255, .22);
    display: flex;
    align-items: center;
    gap: 4px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

button#goBackBtn img {
    filter: brightness(2);
}

.paoc-popup-1795 .paoc-popup-inr {
    max-height: 70vh;
    overflow-y: scroll !important;
}

.page .paoc-modal-popup {
    max-height: 70vh !important;
}

.page .paoc-close-popup svg {
    display: none !important;
}

.page a.paoc-close-popup {
    border: none;
    background-color: var(--globe-blue);
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 12px 2px rgba(255, 255, 255, .22);
}

.page a.paoc-close-popup::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/05/clear.svg);
    display: block;
    background-size: cover;
    filter: brightness(1.5);
}

.second-slider {
    direction: rtl;
}

.second-slider .slick-track {
    display: flex;
    flex-direction: row-reverse;
}

.second-slider .slick-slide {
    float: none;
}

.customer-sliders .customer-logo-box {
    overflow: hidden;
    position: relative;
    min-width: 200px;
}

.customer-sliders .customer-logo-box figure {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-sliders .customer-logo-box figure.image img {
    max-width: 220px;
    height: 60px;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1);
}

.customer-sliders .customer-logo-box figure.image {
    z-index: 1;
}

.customer-sliders .customer-logo-box figure.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.customer-sliders .customer-logo-box figure.overlay-image img {
    max-width: 220px;
    height: 60px;
    object-fit: contain;
    object-position: center;
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.customer-sliders .customer-logo-box:hover figure.overlay-image img {
    transform: translateY(0);
}

.customer-sliders {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.lottiePosition {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    max-height: 1100px;
    overflow: hidden;
    pointer-events: none;
}

.lottiePosition.vertical {
    top: -110px;
    z-index: -1;
    max-height: 1100px;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
    /* 	.lottiePosition { max-height: 2300px; } .lottiePosition.vertical { top: -110px; z-index: -1; max-height: 3000px; } */
}

@media screen and (max-width: 767px) {
    .customer-sliders .customer-logo-box figure img {
        max-width: 100% !important;
        height: 60px;
    }

    .customer-sliders .customer-logo-box {
        overflow: hidden;
        position: relative;
        min-width: unset;
    }

    .customer-sliders .customer-logo-box figure img {
        max-width: 120px;
    }

    .customer-sliders {
        gap: 35px;
    }

    .accordion-investors .accordion-content a span img {
        width: 25px;
    }

    .globe-home-member-section .elementor-column:last-child {
        border: none !important;
    }
}

.globe_contact_details span.elementor-icon-list-text {
    border-left: 1px solid var(--globe-blue);
    padding-left: 12px !important;
}

.forminator-custom-form-1794 .forminator-label {
    display: none !important;
}

.forminator-custom-form-1794 .forminator-row:not(:last-child) {
    margin-bottom: 0 !important;
}

.forminator-custom-form-1794 .forminator-row:not(:last-child) .forminator-col {
    margin-bottom: 30px !important;
}

.forminator-custom-form-1794 {
    margin: 0 !important;
}

.desktop-only,
.smalldesktop-only,
.mobile-only {
    display: none;
}

@media screen and (min-width: 1400px) {
    .desktop-only {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
    .smalldesktop-only {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .mobile-only {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .customer-sliders {
        gap: 10px;
    }
}

/*New Home Page*/
img {
    max-width: 100%;
}

.section-gap {
    padding: 100px 0;
}

.globe-container {
    max-width: 1500px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    position: relative;
}

.w-full {
    width: 100%;
}

.lottie-section {
    position: relative;
    z-index: -1;
}

.lottie-section .player {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    max-height: 1600px;
    overflow-y: hidden;
}

.lottie-section .player.vertical {
    top: -100px;
}

.lottie-section .player.vertical.last {
    max-height: 1000px;
}

.title-bar {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 20px;
}

.title-bar h3 {
    font-size: 16px;
    line-height: 1.2;
    font-family: "Acumin Pro Wide";
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.title-bar h2 {
    font-size: 48px;
    line-height: 1.2;
    font-family: "Acumin Pro Condensed";
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.title-bar p {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}

.title-bar.white h3 {
    color: var(--globe-white);
}

.title-bar.white h2 {
    color: var(--globe-white);
}

.title-bar.white p {
    color: var(--globe-white);
}

.about-section .about-block {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}

.about-section .about-block .image-block {
    width: calc(55% - 20px);
}

.about-section .about-block .about-content {
    width: calc(45% - 20px);
}

.about-section .about-block .image-block img {
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
}

.about-section .about-block .about-content .strength-block ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.about-section .about-block .about-content .strength-block ul li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: var(--globe-blue);
    margin-left: 20px;
}

.about-section .about-block .about-content .strength-block ul li {
    font-size: 24px;
    font-family: 'Acumin Pro Condensed';
    display: flex;
    align-items: center;
    gap: 10px;
}

.common-btn {
    font-size: 18px;
    color: var(--globe-blue);
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    min-height: 40px;
    font-family: "Acumin Pro Wide", Sans-serif;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.common-btn:hover {
    text-decoration: underline;
}

.common-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(100%, -50%);
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/02/cross-arrow.svg);
    background-color: var(--globe-blue);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.common-btn:hover::after {
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/02/cross-arrow-blue.svg);
    background-color: var(--globe-white);
}

.common-btn.white {
    color: var(--globe-white);
}

.common-btn.white::after {
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/02/cross-arrow-blue.svg);
    background-color: var(--globe-white);
}

.common-btn:hover::after {
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/02/cross-arrow.svg);
    background-color: transparent;
}

.explore-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.denwash-section .denwash-block {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}

.denwash-section .denwash-block .image-block {
    width: calc(52% - 20px);
}

.denwash-section .denwash-block .denwash-content {
    width: calc(48% - 20px);
}

.denwash-section .denwash-block .denwash-content {
    color: var(--globe-white);
}

.denwash-section .denwash-block .image-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.denwash-section .denwash-block .image-block img {
    width: calc(50% - 15px);
}

.denwash-section .denwash-block .image-block img:first-child {
    aspect-ratio: 1/1.2;
    object-fit: cover;
    object-position: center;
}

.denwash-section .denwash-block .image-block img:last-child {
    aspect-ratio: 1/1.4;
    object-fit: cover;
    object-position: center;
}

.denwash-section {
    position: relative;
}

.denwash-section .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.denwash-section .background-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--globe-blue);
    opacity: 0.8;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.globe-stats-section .stats-block {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 50px 40px;
    border: 1px solid #1D2B552E;
    background-color: var(--globe-white);
}

.globe-stats-section .stats-block .column {
    width: calc((100% / 4) - (60px / 4));
}

.globe-stats-section .stats-block .column img {
    max-width: 240px;
}

.globe-stats-section .stats-block .column:not(:first-child) {
    position: relative;
}

.globe-stats-section .stats-block .column:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    right: 0;
    height: 0.5px;
    background-color: var(--globe-blue);
}

.globe-stats-section .stats-block .column:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 5px;
    background-color: var(--globe-blue);
    width: 70px;
}

.globe-stats-section .stats-block .column:nth-child(2)::before {
    width: 100px;
}

.globe-stats-section .stats-block .column:last-child::before {
    width: 150px;
}

.globe-video-tour-wrapper .button-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.globe-certification-section .certification-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 40px;
    border: 1px solid #1D2B552E;
    background-color: var(--globe-white);
}

.globe-certification-section .customer-block {
    padding: 40px;
    border: 1px solid #1D2B552E;
    background-color: var(--globe-white);
}

.globe-certification-section .certification-block .column:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid #1D2B552E;
    margin-right: 20px;
}

.globe-certification-section .certification-block .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    width: -webkit-fill-available;
}

.globe-certification-section .certification-block .column img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.globe-certification-section .certification-block .column h3 {
    margin: 0;
    font-family: "Acumin Pro Condensed";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.globe-certification-section .certification-block .column p {
    margin: 0;
    font-family: "Acumin Pro";
    font-size: 16px;
    white-space: nowrap;
}

.globe-stats-section .stats-block .column h3 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 15px;
    font-family: 'Acumin Pro Condensed';
}

.globe-stats-section .stats-block .column p {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Acumin Pro';
}

.globe-stats-section .stats-block .column p span {
    font-weight: 600;
}

.globe-hero-banner .slide .image1 {
    width: 40%;
    aspect-ratio: 6/7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.globe-hero-banner .slide .image2 {
    width: 40%;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.globe-hero-banner .slide .image1.slide1 {
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/05/slide1_image1.jpg);
}

.globe-hero-banner .slide .image1.slide2 {
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/05/slide2_image1.jpg);
}

.globe-hero-banner .slide .image1.slide3 {
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/05/slide3_image1.jpg);
}

.globe-hero-banner .slide .image2.slide1 {
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/05/slide1_image2.jpg);
}

.globe-hero-banner .slide .image2.slide2 {
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/05/slide2_image2.jpg);
}

.globe-hero-banner .slide .image2.slide3 {
    background-image: url(https://globetextiles.net/wp-content/uploads/2024/05/slide3_image2.jpg);
}

@media screen and (max-width: 1199px) {
    .about-section .about-block {
        flex-direction: column;
    }

    .about-section .about-block .image-block {
        width: 100%;
    }

    .about-section .about-block .about-content {
        width: 100%;
    }

    .denwash-section .denwash-block {
        flex-direction: column;
    }

    .denwash-section .denwash-block .image-block {
        width: 100%;
    }

    .denwash-section .denwash-block .denwash-content {
        width: 100%;
    }

    .globe-certification-section .certification-block .column,
    .globe-certification-section .certification-block .column:not(:last-child) {
        width: 50%;
        margin: 0;
        padding: 0;
        border: none;
    }

    .globe-certification-section .certification-block {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .globe-certification-section .certification-block .column p {
        white-space: unset;
        line-height: 1.5;
    }

    .globe-certification-section .certification-block .column:nth-child(odd) {
        border-right: 1px solid #1D2B552E;
        padding-right: 20px;
    }

    .globe-certification-section .certification-block .column:nth-child(even) {
        padding-left: 20px;
    }

    .globe-certification-section .certification-block .column:nth-last-child(n + 3) {
        border-bottom: 1px solid #1D2B552E;
        padding-bottom: 20px;
    }

    .globe-certification-section .certification-block .column:nth-child(n + 2) {
        padding-top: 20px;
    }

    .title-bar p {
        max-width: 100%;
    }

    .section-gap {
        padding: 60px 0;
    }

    .globe-stats-section .stats-block {
        padding: 30px 20px;
        flex-wrap: wrap;
        align-items: flex-start;
        row-gap: 40px;
    }

    .globe-stats-section .stats-block .column:first-child {
        width: 100%;
        text-align: center;
    }

    .globe-stats-section .stats-block .column {
        width: calc((100% / 3) - (40px / 3));
    }

    .globe-stats-section .stats-block .column:not(:first-child)::after {
        top: 50px;
        left: -10px;
        right: -10px;
    }

    .globe-stats-section .stats-block .column:not(:first-child)::before {
        top: 50px;
    }

    .globe-stats-section .stats-block .column p {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .products-section .main_products_slider {
        max-height: 500px;
        overflow-y: hidden;
    }
    .section-gap {
        padding: 45px 0;
    }

    .globe-stats-section .stats-block .column h3 {
        font-size: 24px;
    }

    .lottie-section .player {
        top: 25px;
    }

    .title-bar h3 {
        font-size: 14px;
    }

    .title-bar h2 {
        font-size: 32px;
    }

    .title-bar {
        gap: 4px;
    }

    .about-section .about-block {
        gap: 20px;
    }

    .about-section .about-block .about-content .strength-block ul {
        gap: 5px;
        column-gap: 20px;
        justify-content: center;
    }

    .about-section .about-block .about-content .strength-block ul li {
        font-size: 18px;
        gap: 7px;
    }

    .about-section .about-block .about-content .strength-block ul li:not(:last-child)::after {
        display: none;
    }

    .about-section .about-block .about-content .strength-block ul li svg {
        width: 20px;
    }

    .about-section .about-block .about-content .strength-block ul li svg {
        width: 20px;
    }

    .globe-wrapper p,
    .globe-denwash-wrapper p,
    .globe-video-tour-wrapper p {
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
    }

    .globe-wrapper p br,
    .globe-denwash-wrapper p br,
    .globe-video-tour-wrapper p br {
        display: none;
    }

    .about-section .about-block .about-content,
    .denwash-section .denwash-block .denwash-content {
        text-align: center;
    }

    a.common-btn {
        margin-right: 50px;
    }

    .explore-more-btn {
        margin-top: 40px;
    }

    .globe-stats-section .stats-block .column:first-child {
        padding-bottom: 20px;
    }

    .globe-stats-section .stats-block .column {
        width: 100%;
    }

    .globe-stats-section .stats-block {
        gap: 10px;
    }

    .globe-certification-section .certification-block .column {
        width: 100% !important;
    }

    .globe-certification-section .certification-block .column:nth-last-child(n + 3),
    .globe-certification-section .certification-block .column:nth-child(odd),
    .globe-certification-section .certification-block .column:nth-child(even) {
        border: none;
        padding: 0;
    }

    .globe-certification-section .certification-block {
        padding: 30px 20px;
    }

    .globe-certification-section .certification-block .column:not(:last-child) {
        border-bottom: 1px solid #1D2B552E;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    a.common-btn {
        font-size: 14px;
    }

    .globe-stats-section .stats-block .column:not(:first-child)::after {
        top: 35px;
    }

    .globe-stats-section .stats-block .column:not(:first-child)::before {
        top: 35px;
    }

    .globe-hero-banner .slide .image1,
    .globe-hero-banner .slide .image2 {
        width: 100%;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        transform: none !important;
        aspect-ratio: 1/1;
    }

    .globe-hero-banner .slide .image2 {
        display: none;
    }

    .globe-hero-banner .slide .slide1.active.content,
    .globe-hero-banner .slide .slide2.active.content,
    .globe-hero-banner .slide .slide3.active.content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-color: var(--globe-blue);
    }

    .globe-hero-banner .slide .content a::after,
    .common-btn::after {
        width: 30px;
        height: 30px;
        background-size: 14px;
    }

    .globe-video-tour-wrapper .button-block {
        margin-top: 20px;
    }

    .slick-slider {
        margin: 0 -15px;
    }
    
    .slick-slide {
        margin-right: 15px;
        margin-left: 15px;
    }

    .lottie-section .player {
        max-height: 1300px;
    }
}