.elementor-1382 .elementor-element.elementor-element-5f8ae07{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for HomePage, class: .elementor-element-07f7e9d *//* Force the bubble text to stay in one line */
.home-global-item .title-small-share,
.home-global-item h3.title {
    white-space: nowrap;
    letter-spacing: 0; /* remove exaggerated spacing causing wrapping */
    line-height: 1.3;
}

/* Desktop / default padding so circle stays balanced */
.home-global-item h3.title {
    padding: 10px 22px;
}

.home-page .home-global .home-global-item .title {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 9px 40px;
}

/* Mobile adjustments */
@media screen and (max-width: 768px) {

    /* Make the text smaller and bubbles narrower */
    .home-page .home-global .home-global-item .title {
        font-size: 12px;
        padding: 6px 18px;
        max-width: 90vw;   /* prevent bubbles from going wider than the screen */
    }

    .home-global-item .title-small-share,
    .home-global-item h3.title {
        line-height: 1.2;
        letter-spacing: 0;  /* keep tight so it doesn’t wrap */
        white-space: nowrap; /* still force one line on mobile */
    }
}




.home-swiper .swiper-pagination-wrap {
    left: 44%;
    max-width: 340px;
    position: absolute;
    top: -51px;
    width: 70%;
}




/* Remove horizontal scroll site-wide */
html, body {
    overflow-x: hidden !important;
}





@media (max-width: 1599.98px) {
    .home-page .home-global .home-global-wrap {
        margin: -4% 1% auto;
        width: 70%;
    }
}


@media (max-width: 575px) {

    /* Center the entire global items block */
    .home-page .home-global-wrap {
        display: grid !important;
        grid-template-columns: repeat(2, auto) !important; /* keep 2 columns */
        justify-content: center !important;                /* center grid horizontally */
        column-gap: 24px !important;
        row-gap: 20px !important;
        margin: 0 auto !important;
        width: 100% !important;
    }

  /* Move the global-items block higher on mobile */
@media (max-width: 767px) {
    .home-page .home-global .container-share {
        top: 10% !important;         /* move it up */
        transform: translate(-50%, 0) !important; /* prevent downward shift */
        position: absolute;
    }

    /* Ensure 2-column layout stays centered */
    .home-global .home-global-wrap {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px 30px !important;   /* spacing between items */
        justify-items: center !important;
    }
}







/* Desktop + large tablet: center the global bubbles over the globe */
@media (min-width: 992px) {
  .home-page .home-global .container-share {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important; /* only horizontal centering */
    top: 20% !important;                    /* raise/lower the whole group */
    width: 100% !important;
    max-width: 1200px !important;
    padding: 0 40px !important;
    z-index: 3 !important;
  }


  .home-page .home-global-wrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 32px !important;       /* horizontal spacing between bubbles */
    flex-wrap: wrap !important; /* keep two rows, not one huge line */
  }

  .home-page .home-global-item {
    flex: 0 0 auto !important;  /* keep each bubble its natural width */
  }
}/* End custom CSS */