.elementor-1566 .elementor-element.elementor-element-77e2f15{--display:flex;--min-height:720px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-end;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:4%;--padding-bottom:0%;--padding-left:4%;--padding-right:4%;--z-index:15;}.elementor-1566 .elementor-element.elementor-element-77e2f15:not(.elementor-motion-effects-element-type-background), .elementor-1566 .elementor-element.elementor-element-77e2f15 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ECEEEE;}.elementor-1566 .elementor-element.elementor-element-a9054d6{--display:flex;--min-height:580px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:16px 16px;--row-gap:16px;--column-gap:16px;--border-radius:24px 0px 0px 0px;}.elementor-1566 .elementor-element.elementor-element-a9054d6:not(.elementor-motion-effects-element-type-background), .elementor-1566 .elementor-element.elementor-element-a9054d6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://standoutstudioz.com/calom-ju/wp-content/uploads/2025/08/media-2.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1566 .elementor-element.elementor-element-c5599ba{--display:flex;--min-height:580px;--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:16px 16px;--row-gap:16px;--column-gap:16px;border-style:none;--border-style:none;--border-radius:0px 0px 0px 0px;--padding-top:4%;--padding-bottom:4%;--padding-left:4%;--padding-right:4%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1566 .elementor-element.elementor-element-50316bc{text-align:left;}.elementor-1566 .elementor-element.elementor-element-50316bc .elementor-heading-title{font-family:"poppins regular", Sans-serif;font-size:20px;font-weight:400;color:var( --e-global-color-7484f09 );}.elementor-1566 .elementor-element.elementor-element-a4d9c66 .elementor-heading-title{font-family:"poppins semibold", Sans-serif;font-size:60px;font-weight:600;line-height:68px;color:var( --e-global-color-primary );}.elementor-1566 .elementor-element.elementor-element-ed04323{text-align:left;}.elementor-1566 .elementor-element.elementor-element-ed04323 .elementor-heading-title{font-family:"poppins regular", Sans-serif;font-size:20px;font-weight:400;line-height:1.4em;color:#242931;}.elementor-1566 .elementor-element.elementor-element-c80ffd5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--z-index:10;}.elementor-1566 .elementor-element.elementor-element-c80ffd5:not(.elementor-motion-effects-element-type-background), .elementor-1566 .elementor-element.elementor-element-c80ffd5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D5DBE2;}.elementor-1566 .elementor-element.elementor-element-94db3c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-1566 .elementor-element.elementor-element-77e2f15{--min-height:620px;}.elementor-1566 .elementor-element.elementor-element-a9054d6{--min-height:430px;}.elementor-1566 .elementor-element.elementor-element-c5599ba{--min-height:430px;}.elementor-1566 .elementor-element.elementor-element-a4d9c66 .elementor-heading-title{font-size:48px;}.elementor-1566 .elementor-element.elementor-element-ed04323 .elementor-heading-title{font-size:16px;}}/* Start custom CSS for html, class: .elementor-element-de41615 */html, body {
    overflow-x: hidden !important;
    width: 100%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Poppins", Arial, sans-serif;
    background: linear-gradient(135deg, #f5f4f5 0%, #f1f1f1 50%, #f4f3f3 100%);
    color: #222;
}

.container {
    max-width: 1300px !important;
}

.globe-wrapper {
    position: relative;
    min-height: 300vh;
}

.globe-container {
    position: fixed;          
    bottom: 50px;             
    left: 50%;
    width: 50vmin;           
    height: 50vmin;          
    border-radius: 50%;       
    overflow: hidden;
    z-index: 0;
    transform: translateX(-50%); 
    background: transparent;
}

/*.globe-container {*/
/*    position: fixed;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 600px;*/
/*    height: 600px;*/
/*    max-width: 100% !important;*/
/*    max-height: 100% !important;*/
/*    transform: translate(-50%, -50%);*/
/*    border-radius: 50% !important;*/
/*    overflow: hidden;*/
/*    z-index: 0;*/
/*    transition: all 0.6s ease;*/
/*    background: transparent;*/
/*}*/


.sticky-heading {
    position: sticky;
    top: 20px;
    z-index: 10;
}

/* SHRINK MODE */
.globe-container.shrink {
    width: 500px;
    height: 500px;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

#chartdiv {
    width: 100%;
    height: 100%;
}

section {
    min-height: 100vh;
    display: flex;
    align-items: center;
}


.image-card {
    background: white;
    padding: 1rem;
    border-radius: 20px 0 0 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    max-width: 320px;
    text-align: center;
}

.image-card img {
    width: 100%;
    display: block;
    height: 280px;
    border-top-left-radius: 30px; 
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    object-fit: cover;
    filter: grayscale(100%);
}




.stats {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 280px;
}

.stat-box {
    background: #8d9aa5;
    color: #fff;
    text-align: left;
    padding: 1.2rem;
    border-radius: 6px;
}

.stat-box h2 {
    font-size: 68px;
    font-family: 'Poppins', sans-serif !important;
    line-height:72px;
    font-weight: 600;
    margin: 0;
}

.stat-box p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.borderless-text{
    font-size: 16px !important;
    font-weight: 400 ;
    color: #000 !important;
}


.text-block h2 {
    font-size: 68px;
    font-weight: 600;
   font-family: 'Poppins', sans-serif !important;
   line-height: 72px;
    margin-bottom: 1rem;
    color: #000;
}

.text-block p {
    font-size: 24px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    color: #000;
}

.cities {
  padding-top: 10px;    
  font-family: 'Poppins', sans-serif !important;
  font-size: 24px;
  font-weight: 800 !important;
  text-align: left;
  line-height: 27px;
}

.cities-text {
  font-family: 'Poppins', sans-serif !important; 
  font-size: 18px; 
  font-weight: 400;
  text-align: left;
  font-weight: 400;
  margin-top: -2px;
  
}

@media (max-width: 992px) {

    
    .globe-container {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 2rem auto;
        width: 90vw;
        height: 90vw;
    }

    .globe-wrapper {
        min-height: auto;
    }

    /* Text smaller */
    .text-block h2 {
        font-size: 30px;
    }

    /* Center content */
    section {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 480px) {

    .globe-container {
        width: 300px !important;   
        height: 300px !important;
        left: 50% !important;
        transform: translateX(-60%) !important;
    }
    
    .text-block h2 {
    font-size: 38px;
    font-weight: 600;
   font-family: 'Poppins', sans-serif !important;
   line-height: 40px;
    margin-bottom: 1rem;
    color: #000;
}

.row .image-card {
    margin-bottom: 30px; 
}


    .px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }


    [data-aos="fade-left"],
    [data-aos="fade-right"] {
        transform: none !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'poppins regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://standoutstudioz.com/calom-ju/wp-content/uploads/2025/10/Poppins-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'poppins semibold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://standoutstudioz.com/calom-ju/wp-content/uploads/2025/10/Poppins-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */