.glob_border h6 {
    position: relative;
}
.glob_border h6:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 10px;
    width: 28px;
    height: 2px;
    background: #0B86FE;
}
.glob_item label {
    color: #171717;
    font-size: 18px;
    line-height: 22px;
    font-family: "Manrope", Sans-serif;
    padding-bottom: 10px;
    display: flex;
}

.glob-Menu li.menu-item {
    padding: 0 12px;
}
.glob-Menu li.menu-item a {
    position: relative;
}
.glob-Menu li.menu-item:hover a, .glob-Menu li.menu-item.current-menu-item a {
    color:#0B86FE !important;
    transition: all .5s ease-in-out;
}
.glob-Menu li.menu-item a, .glob_submit, .globetek_cta a, .glob_contacturl a, .glob_blogbtn a {
    position: relative;
}

.glob-Menu li.menu-item a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0B86FE !important;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .5s ease-in-out;
    opacity: 1 !important;
}
.glob-Menu li.menu-item:hover a:after, .glob-Menu li.menu-item.current-menu-item a:after {
    transform-origin: left;
    transform: scaleX(1);
}

.glob-Menu li.menu-item:last-child a, .glob_submit, .globetek_cta a, .glob_contacturl a, .glob_blogbtn a {
    background: transparent;
    padding: 12px 20px !important;
    border-radius: 40px;
    font-family: Manrope;
    font-weight: 500 !important;
    color: #F7F7F7 !important;
    font-size: 14px !important;
    line-height: 100% !important;border: 1px solid #171717;    overflow: hidden;
    z-index: 1;
	background-color:transparent !important;
}
.glob-Menu li.menu-item:last-child a:after, .glob_submit:after, .globetek_cta a:after, .glob_contacturl a:after, .glob_blogbtn a:after {
    content: "";
    background-color:#171717 !important;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .5s ease-in-out;
    left: 0;
    bottom: 0;
    z-index: -1;
    transform: translateX(0);
}
.glob-Menu li.menu-item:last-child a:hover, .glob_submit:hover, .globetek_cta a:hover, .glob_contacturl a:hover, .glob_blogbtn a:hover {
    border: 1px solid #171717;
    color: #171717 !important;
    transition: all .5s ease-in-out;
}
.glob_submit:hover{
	background-color:transparent;
}
.glob-Menu li.menu-item:last-child a:hover:after, .glob_submit:hover:after, .globetek_cta a:hover:after, .glob_contacturl a:hover:after, .glob_blogbtn a:hover:after {
    transform: translateX(100%);
    transition: all .5s ease-in-out;
}
.glob-Menu li.menu-item:last-child {
    padding-left: 32px;
}
.globetek_fixed {
	position: fixed !important;
    width: 100%;
    top: 0;
	box-shadow: 1px 10px 24px -2px rgb(23 23 23 / 30%);
    transition: all 0.5s;
    z-index: 99;
}
p{
	margin:0 !important
}
.footer-para p{
	padding-bottom:30px;
}
.footer-para p:last-child{
	padding-bottom:0;
}
.glob_item input, .glob_item textarea {
    border-top: 1px solid var(--color-black-10, #0000001A);
    box-shadow: none;
    background: #F5F5F5;
    color: #5A5A5A;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 8px 16px !important;
}
.glob_item input::placeholder, .glob_item textarea::placeholder {
    color: #5A5A5A; /* your color */
    opacity: 1; /* optional - ensures full visibility */
}

/* For better browser support */
.glob_item input::-webkit-input-placeholder, .glob_item input::-webkit-textarea-placeholder {
    color: #5A5A5A;
}

.glob_item input:-ms-input-placeholder, .glob_item input:-ms-textarea-placeholder {
    color: #5A5A5A;
}

.glob_item input::placeholder, .glob_item textarea::placeholder {
    color: #5A5A5A;
}
.glob_item {
    padding-bottom: 20px;
}
.glob_item.half .glob_item {
    width: 50%;
}
.glob_item.half {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 0;
}
.glob_item input:focus, .glob_item textarea:focus {
    color: #1357a6; 
    outline: none; /* optional */
	border: 1px solid #1357a6;
}
.glob_item textarea {
    resize: none;
	height:150px;
}
button.glob_submit {
    padding: 13px 20px !important;
    width: 355px;
}
.glob_wh2{
font-weight: 400;
font-size: 14px;
line-height: 100%;
color:#D9D9D9;
}
.footer_gray1 a{
	color: #D9D9D9 !important;
}
/* Home */
.gelob_tcnt, .gelob_titem span {
    font-family: Manrope;
    font-weight: 400;
    color: #D9D9D9;
    font-size: 18px;
    line-height: 140%;
    text-align: center;    display: block;
}
.gelob_tcnt{
	padding-bottom:40px;
}
span.gelob_ttitle {
    font-weight: 700;
}
.gelob_testimonials {
    text-align: center;
    width: 55%;
    margin: 0 auto;
    padding-top: 40px;
}
.testimonial_slider .slick-dots li button:before, .glob_esider .slick-dots li button:before{
	display:none;
}
.testimonial_slider .slick-dots li, .glob_esider .slick-dots li {
    width: 6px;
    height: 6px;
    opacity: 1;    transition: all 0.5s;
}
.testimonial_slider .slick-dots li button, .glob_esider .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
    background: #D9D9D9;
    border-radius: 6px;
    opacity: 1;    transition: all 0.5s;
}
.slick-dots li.slick-active button, .slick-dots li.slick-active {
    width: 40px;    transition: all 0.5s;
}
.slick-dots li.slick-active button{
	background:#0B86FE;
}

.gelob_why {
    margin: 0;
    padding-top: 40px;
}
.gelob_whyList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px; 
    padding: 0;
    list-style: none;
	margin:0;
}
li.gelob_witem {
    border: 0.5px solid #E8E8E4;
    border-radius: 16px;
}
.gelob_wcsec {
    padding: 20px;
}
span.gelob_wnum, .gelob_wtitle {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    font-family: "IBM Plex Sans", Sans-serif;
	color:#171717;
}
.gelob_wtitle{
	padding-top:12px;
	padding-bottom:20px;
}
.gelob_wcnt {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #5A5A5A;
}

.globe_desk {
    position: relative;
	padding-left:40px;
}
.globe_desk:before {
    content:"";
	position:absolute;
	left:0;
	top:0;
	background:#3A3A38;
	width:1px;
	height:100%;
}
.globe_desk p{
font-weight: 400;
font-size: 18px;
line-height: 140%;
color:#D9D9D9;
	padding-bottom:30px;
}
.globe_desk p:last-child{
	padding-top:10px;	padding-bottom:20px;
}


/* Inner Pages for Hipot */
.globetek_cta a {
    padding: 10px 32px !important;
}
.glob_pcdetails {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.glob_pcdetails .glob_pcItem {
    background: #FFFFFF;
    padding: 32px;
    border-radius: 16px;
	position:relative;
}
.glob_pcdetails .glob_pcta{
	position:absolute;
	bottom:32px;
	right:32px;
}
.glob_pcItem>span {
    font-family: Manrope;
    font-weight: 400;
    color: #5A5A5A;
    font-size: 14px;
    line-height: 100%;
}
.glob_pchead {
    font-family: Manrope;
    font-weight: 500;
    color: #171717;
    font-size: 24px;
    line-height: 100%;
    padding-bottom: 32px;
}
.glob_pccopy {
    font-family: Manrope;
    font-weight: 400;
    color: #5A5A5A;
    font-size: 18px;
    line-height: 140%;
}
.glob_pcItem ul {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    list-style: none;
	padding-bottom:32px;
}
.glob_pcItem li {
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #D7D7D7;
    padding: 12px 0;
	margin-bottom:8px;
}
.glob_pcItem li:last-child {
	margin-bottom:0;
}
.glob_pcdetails.testing_solutions ul li {
    margin: 0;
}
.glob_pcItem li:last-child{
	border-bottom:none;
}
.glob_pcItem li  span{
   width:50%;
	font-family: Manrope;
font-weight: 400;
/* font-size: 18px;
line-height: 100%; */
color:#171717;
font-size: 16px;
line-height: 22px;
}
.glob_pcItem li span:last-child {
    text-align: right;
	font-weight:600;
}
.glob_pcta {
    padding-top: 20px;
    display: flex;
    justify-content: end;
    font-family: Manrope;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #171717;
}
.testing_solutions .glob_pcItem ul {
    list-style: disc !important;
    padding-left: 20px;
}
.testing_solutions .glob_pcItem li{
	border-bottom: none;
}
.testing_solutions .glob_pcItem ul li{
	font-family: Manrope;
	font-weight: 400;
	font-size: 18px;
	color:#5A5A5A;
	line-height: 140%;
	position:relative;
}
.testing_solutions .glob_pcItem ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 22px;
    background: #5A5A5A;
    width: 6px;
    height: 6px;
    border-radius: 6px;
}
.glob_prdetails {
    display: grid;
    gap: 20px;
}

/* 4 columns */
.glob_prdetails.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* 3 columns */
.glob_prdetails.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

/* 2 columns */
.glob_prdetails.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}
.glob_prItem {
    background: #FFFFFF;
    border-radius: 16px;
	position:relative;
}
.glob_primg img {
    border-radius: 16px;
}
.glob_prcnt {
    padding: 32px 32px 64px 32px;
}
.glob_prcnt ul {
    margin-bottom: 0;
}
.glob_primg {
    text-align: center;
}
.glob_prhead {
    font-family: Manrope;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 20px;
	color:#171717;
/*     min-height: 80px; */
}
.glob_prcopy {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #5A5A5A;
	
}
/* .glob_prcta{
	padding-top:20px;
	display:flex;
	justify-content:end;
	font-family: Manrope;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color:#171717;
} */
.glob_prcta {
    padding-top: 20px;
    display: flex;
    justify-content: end;
    font-family: Manrope;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #171717;
    position: absolute;
    bottom: 32px;
    right: 30px;
	text-decoration:underline;
}
.glob_sliderNav .navItem {
	font-family: Manrope;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color:#171717;
}
.glob_sliderNav .navItem span{
	font-family: Manrope;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color:#5A5A5A;
	padding-top:12px;
	display:block;    padding-right: 20px;
}
.glob_sliderWrap {
    display: flex;
    gap: 40px;
}

/* LEFT MENU */
.glob_sliderNav {
    width: 25%;
}

.navItem {
    padding-left: 20px;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 40px;position: relative;
}
.navItem:last-child {
	margin-bottom: 0;
}
.navItem.active {
    position: relative;
}
.navItem:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 0; /* start from 0 */
    background: #171717;
    border-radius: 2px;
    transition: height 0.5s ease; /* animation */
}
.navItem.active:before {
    height: 100%; /* animate to full */
}

/* RIGHT SLIDER */
.glob_sliderMain {
    width: 75%;
}

.slideItem {
    position: relative;
}

.slideItem img {
    width: 100%;
    border-radius: 12px;
	background-size: cover;
}

/* OVERLAY */
.overlayBox {
       position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    max-width: 350px;
}
.overlayBox h3 {
    font-family: Manrope;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #171717;
}
.overlayBox_content {
    padding-top: 24px;
}
.overlayBox_content p {
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #5A5A5A;
    padding-bottom: 20px;
}
.overlayBox_content p:last-child {
    padding-bottom: 0;
}

.glob_fproductsposts, .glob_Rproductsposts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.glob_Rproductsposts {
    grid-template-columns: repeat(4, 1fr);
	 gap: 20px;
}
/* .glob_fposts_item, .glob_Rposts_item {
    background: #FFFFFF;
    padding: 32px;
    border-radius: 16px;
} */
.glob_fposts_item, .glob_Rposts_item {
    background: #FFFFFF;
    padding: 32px 32px 64px 32px;
    border-radius: 16px;
    position: relative;
}
.glob_fp_title, .glob_Rp_title {
    font-family: Manrope;
    font-weight: 500;
    color: #171717;
/*     font-size: 24px; 
    line-height: 100%;*/
/*     padding-top: 40px; */
    padding-bottom: 8px;
	font-size: 21px;
	   line-height: 24px;
}
span.glob_fp_indutrans, span.glob_Rp_indutrans {
	font-family: Manrope;
    color: #5A5A5A;
    line-height: 100%;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 140%;
}
.glob_fposts_item ul, .glob_Rposts_item ul {
    margin: 0;
    list-style: none;
    padding-top: 20px;
}
.glob_fposts_item li, .glob_Rposts_item li {
    border-bottom: 0.5px solid #E8E8E4;
    padding: 12px 0;
    display: flex;
	gap:20px;
    align-items: center;
    justify-content: space-between;
}
.glob_fposts_item li span, .glob_Rposts_item li span {
    font-family: Manrope;
    font-weight: 400;
/*     font-size: 18px; */
    line-height: 100%;
    color: #5A5A5A;
	 font-size: 14px;
	    line-height: 18px;
}
.glob_fposts_item li span:first-child, .glob_Rposts_item li span:first-child{
	width:35%;
}
.glob_fposts_item li span:last-child, .glob_Rposts_item li span:last-child{
	width:65%;
}
.glob_fposts_item li span:last-child, .glob_Rposts_item li span:last-child { font-weight: 600; color:#171717;}
.product_range_whitebg .glob_prItem {
    padding: 28px;
}
.product_range_whitebg .glob_prItem .glob_prcnt {
    padding: 0;
    padding-top: 28px;
}
.glob_ourprincipals ul {
    margin-left: 30px;
}
.glob_ourprincipals li {
   padding-bottom:6px;
}

/* Product Details Start */
.site-content .ast-container {
	display: block;
}
.glob_productSection {
    padding-bottom: 100px;
}
.inner_container {
    max-width: 1340px;
    display: block;
    margin: 0 auto;
}
.glob_phead_sec {
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
}
.glob_phead_sec span {
    position: relative;
}
.glob_phead_sec span:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 10px;
    width: 28px;
    height: 2px;
    background: #0B86FE;
}
.glob_phead_sec h1 {
    font-family: "IBM Plex Sans", Sans-serif !important;
    font-weight: 500 !important;
    color: #171717;
    font-size: 42px;
    line-height: 110.00000000000001%;
    letter-spacing: -0.03%;
}
.glob_prod_twocl {
    display: flex;
    align-items: center;    border-top: 0.5px solid #E8E8E4;
	    border-bottom: 0.5px solid #E8E8E4;
}
.glob_prodLeft, .glob_prodbtmLeft {
    width: 35%;
}
.glob_prodRight, .glob_prodbtmRight {
    width: 65%;border-left: 0.5px solid #E8E8E4;padding:32px;
}
.glob_prodRight h2 {
    font-family: Manrope;
    font-weight: 500;
    color: #171717;
    font-size: 28px;
    line-height: 100%;
}
.glob_prodRight .prod_spec{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;    padding-top: 32px;padding-bottom: 32px;
}

.glob_prodRight .prod_spec li{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.glob_prodRight .prod_spec li span{
	font-family: Manrope;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 100%;
	color:#5A5A5A;
}

.glob_prodRight .prod_spec li span:last-child{
    font-weight: 600;
		font-size: 18px;
	line-height:22px;
}
.glob_topcontent {
    padding-top: 32px;border-top: 0.5px solid #E8E8E4;
}
.glob_topcontent p {
    padding-bottom: 20px;
}
.glob_topcontent p:last-child {
    padding-bottom: 0;
}
.glob_contacturl {
    padding-top: 30px;
    display: flex;
}
.glob_contacturl a {
    width: 100%;
    position: relative;
    text-align: center;
}
.glob_prodbtm_content{
	 display: flex;
    align-items: flex-start; 
}
.glob_prodbtmLeft {
    padding: 32px;
/* 	border-right: 0.5px solid #E8E8E4; */
}
.glob_prodbtm_content h5 {
    font-family: Manrope;
    font-weight: 600;
    color: #171717;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
}
.glob_overview p{
	margin: 0 !important;
    font-family: Manrope;
    font-weight: 400;
    color: #5A5A5A;
    font-size: 18px;
    line-height: 140%;
    padding-bottom: 20px !important;
}
.glob_overview p:last-child{
	padding-bottom: 0 !important;
}
.glob_prodbtmRight {
    display: flex;
    align-items: flex-start;
	gap:40px;
	    border-left: none;
	position:relative;
}
.glob_prodbtmRight:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:110%;
	background:#E8E8E4;
}
.glob_prodbtm-2col {
    width: 50%;
}
.glob_gp ul {
    margin: 0;
    list-style: none;padding-bottom: 24px;
}
.glob_gp.last-item ul {
    padding-bottom: 0;
}
.glob_gp {
    font-family: Manrope;
    font-weight: 400;
    color: #5A5A5A;
    font-size: 18px;
    line-height: 140%;
}
.glob_rtdproducts {
    background: #171717;
    padding: 100px 20px;
}
.glob_border.glob_rtdp {
    text-align: center;
}

.glob_border.glob_rtdp h6 {
     color: #D9D9D9;
    display: inline;
    margin: 0 auto;
    text-align: center;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
}
.glob_rtdpHead h3 {
 font-family: "IBM Plex Sans", Sans-serif !important;
    font-weight: 500;
    font-size: 42px;
    line-height: 110.00000000000001%;
    letter-spacing: -0.03%;
    color: #F7F7F7;
    padding: 12px 0 60px 0;text-align: center;
}
.Count_producttaxonomy {
    padding-top: 40px;
	display: flex;
    justify-content: space-between;
    gap: 20px;
}
.Count_producttaxonomy p {
    font-family: Manrope;
    font-weight: 400;
    color: #D9D9D9;
    font-size: 18px;
    line-height: 100%;
}
.Count_producttaxonomy a {
    font-weight: 600;
    color: #F7F7F7 !important;
    font-size: 18px;
    line-height: 100%;
	text-decoration:underline;
}

.glob_cateposts_more4post {
    position: relative;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.glob_cateposts_more4post .selected_product {
   padding: 12px 50px 12px 24px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #D9D9D9;
    position: relative;
    border-radius: 8px;
    font-family: Manrope;
    font-weight: 500;
    color: #171717;
    font-size: 28px;
    line-height: 100%;
}
.glob_cateposts_more4post .selected_product:after {
   content:"";
	position:absolute;
	right:30px;
	top:22px;
	width:18px;
	height:11px;
	background:url(/wp-content/uploads/2026/05/dow-arrow.svg);
}
.glob_cateposts_more4post ul{
	display:none;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #D9D9D9;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
	border-radius:0 0 8px 8px;
	    height: 200px;
    overflow-y: scroll;
}

.glob_cateposts_more4post ul li a{
	display:block;
	padding:12px 15px;
	text-decoration:none;
}

.glob_cateposts_more4post ul li a:hover{
	background:#f5f5f5;
}
.glob_cateposts_more4post p {
    font-family: Manrope;
    font-weight: 400;
    color: #5A5A5A;
    font-size: 14px;
    line-height: 100%;
    padding-bottom: 15px;
}
.glob_gp span {
    font-weight: 600;
}
.site-content .ast-container {
    display: block;
    max-width: 100%;
    padding: 0;
    background: #FFFFFF;
}
footer{
	background:#FFFFFF;
}
.glob_cateposts {
    max-width: 60%;
    margin: 0 auto;
	padding-bottom:40px;
}
.glob_cateposts ul {
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
    border-radius: 12px;
    border: 0.5px solid #E8E8E4;
}
.glob_cateposts ul li {
    width: 33.33%;
    text-align: center;
}

.glob_cateposts li a {
    display: block !important;
    box-sizing: border-box !important;
    padding: 16px 20px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    color: #171717 !important;

    border: 2px solid transparent !important;
    border-radius: 12px !important;

    transition: background-color 0.3s ease,
                color 0.3s ease,
                border-color 0.3s ease !important;
}

.glob_cateposts li a:hover {
    background: #FFFFFF !important;
    color: #171717 !important;
    border-color: #171717 !important;
}

.glob_cateposts li.active a {
    background: #171717 !important;
    color: #FFFFFF !important;
    border: 2px solid #171717 !important;
    border-radius: 12px !important;
}



/*Product Details End  */
.glob_wh2.rightside{
    text-align: right;
}
.slick-dotted.slick-slider {
    margin: 0;
}
.align_center .elementor-counter-title {
    text-align: center;
}
.inner_p3clols .gelob_whyList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 0;
    list-style: none;
    margin: 0;
}
.gelob_wimg img {
    width: 100%;
}
.glob_etop {
    background: #171717;
    border-radius: 16px;
    padding: 60px 0;
}
.glob_eSflex {
    display: flex;
    gap: 32px;
    align-items: self-start;
}
.glob_eLeft, .glob_eRight {
    width: 50%;
}
.glob_eLeft .glob_epostTitle h2 {
    font-family: IBM Plex Sans;
    font-weight: 500;
    color: #F7F7F7;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.03%;
}
.glob_epostTitle {
    padding-bottom: 40px;
}
.glob_etimingprocess {
    display: flex;
}
.glob_etimingprocess p, .glob_elocation {
    font-family: Manrope;
    font-weight: 500;
    color: #D9D9D9;
    font-size: 16px;
    line-height: 22px;
}
span.glob_elocation {
    position: relative;
    margin-left: 32px;
	padding-left:30px;
}
span.glob_elocation:before{
	content:"";
	position:absolute;
	left:0;
	top:3px;
	width:11px;
	height:16px;
	background:url(/wp-content/uploads/2026/05/Location_Pin.svg);
}
.glob_ecopy {
    padding-top: 24px;
}
.glob_ecopy p {
    font-weight: 500;
    color: #D9D9D9;
    font-size: 16px;
    line-height: 22px;
    max-width: 90%;
    padding-bottom: 15px;
}
.glob_ecopy p:last-child {
	    padding-bottom: 0;
}
.glob_efeatureimg {
    position: relative;
}
span.event_upcoming {
    position: absolute;
    top: 32px;
    right: 11px;
    background: url(https://uat.globetek.in/wp-content/uploads/2026/05/ribben.svg);
    width: 118px;
    height: 24px;
    font-weight: 400;
    color: #D9D9D9;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    padding: 5px 5px;
}
.event_container {
    display: flex;
    align-items: flex-start;
}
.event_sidebar {
    width: 25%;
	    position:sticky;
    top:50px;
    align-self:flex-start;
}
.event_right {
    width: 75%;  flex:1;
}
.event_topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
	border-bottom: 0.5px solid #E8E8E4;padding-bottom: 12px;
}
.event_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0;
    list-style: none;
    margin: 0;padding-top: 60px;
}
.sort_box {
    width: 150px;
}
.sort_box {
    position: relative;    font-family: Manrope;
    font-weight: 400;
    color: #5A5A5A;
    font-size: 16px;
    line-height: 100%;
}
p.event_count{
	   font-family: Manrope;
    font-weight: 400;
    color: #5A5A5A;
    font-size: 16px;
    line-height: 100%;
}
.sort_box ul{
	margin: 0;
    position: absolute;
    top: 21px;
    background: #FFFFFF;
    border: 1px solid #E8E8E4;
    border-radius: 0 0 8px 8px;
    padding: 10px;
    width: 150px;
    list-style: none;
	z-index:1;
}
.sort_box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    background: url(/wp-content/uploads/2026/05/gray-downarrow.svg);
    width: 17px;
    height: 12px;
}
.sort_box li {
    padding: 7px 10px;
    font-family: Manrope;
    font-weight: 400;
    color: #5A5A5A;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
}
.event_content {
    padding: 32px 32px 22px 32px;
}
.event_grid .glob_etimingprocess p {
    font-family: Manrope;
    font-weight: 400;
    color: #171717;
    font-size: 18px;
    line-height: 140%;
}
.event_content h3 {
    font-family: Manrope;
    font-weight: 500;
    color: #171717;
    font-size: 24px;
    line-height: 100%;
    padding: 20px 0;
}
.event_content .glob_ecopy{
	padding-top:0;
}
.event_content .glob_ecopy p {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #5A5A5A;    max-width: 100%;
}
.event_card {
    border: 0.5px solid #E8E8E4;
    border-radius: 18px;
	    position: relative;
}
.event_card .event_upcoming{
    background: #FFFFFF;
    color: #5A5A5A;
    font-size: 14px;
    line-height: 11px;
    border-radius: 5px;
    padding: 7px 10px;
    top: 20px;
    width: auto;
}
.event_tags {
    padding-top: 20px;
}
.event_tags span {
    background: #F5F5F5;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 4px;
    border-radius: 4px;
    font-family: Manrope;
    font-weight: 500;
    color: #171717;
    font-size: 12px;
    line-height: 100%;
}
.event_bottom_area {
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
}
button#loadMoreEvents {
    margin: 0 auto;
    padding: 0;
    background: none;
    color: #171717;
    box-shadow: none;
    text-decoration: underline;
}
/* FILTER */
.filter_group{
    padding:25px 0;
    border-radius:12px;
}
 
/* HEADING */
.filter_group h4{
    font-size:22px;
    margin-bottom:20px;
}
 
/* HIDE DEFAULT CHECKBOX */
.filter_group input[type="checkbox"]{
    display:none;
}
 
/* LABEL */
.filter_group label{
    display:block;
    margin-bottom:16px;
    cursor:pointer;
}
 
/* TEXT */
.filter_group label span{
    position:relative;
    padding-left:35px;
    font-size:16px;
    color:#171717;
}
 
/* CUSTOM BOX */
.filter_group label span::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:20px;
    border:2px solid #999;
    border-radius:4px;
    background:#fff;
    transition:0.3s ease;
}
 
/* CHECK ICON */
.filter_group label span::after{
    content:"";
    position:absolute;
    left:7px;
    top:45%;
    width:5px;
    height:10px;
    border:solid #0B86FE;
    border-width:0 2px 2px 0;
    transform:translateY(-50%) rotate(45deg);
    opacity:0;
    transition:0.3s ease;
}
 
/* BLUE ACTIVE */
.filter_group input[type="checkbox"]:checked + span::before{
    border-color:#0B86FE;
}
 
.filter_group input[type="checkbox"]:checked + span::after{
    opacity:1;
}
 .glob_efsection {
    padding-bottom: 80px;
}
.glob-Menu li.menu-item .sub-menu{
	background:#FFFFFF;
	padding:10px 10px;
	border-radius:4px;
	border:1px solid #E8E8E4;
}
.glob-Menu li.menu-item .sub-menu li a:after{
	display:none;
}
.glob-Menu li.menu-item .sub-menu li:last-child a, .glob-Menu li.menu-item .sub-menu li a{
	background: transparent;
    padding: 10px 0 !important;
    border-radius: 0;
    font-weight: 500 !important;
    color: #171717 !important;
    font-size: 14px !important;
    line-height: 100%;
    border: none;
    background-color: transparent !important;	transition:all 0.5s;
}
.glob-Menu li.menu-item .sub-menu li:last-child a:hover, .glob-Menu li.menu-item .sub-menu li a:hover{
	background-color:none;
	padding:10px 0 !important;
	color:#0B86FE !important;
	transition:all 0.5s;
}
.glob-Menu li.menu-item .sub-menu li:last-child {
    padding-left: 10px;
}
.glob-Menu li.menu-item:hover a, .glob-Menu li.menu-item.current-menu-item a, .glob-Menu li.menu-item .sub-menu li.menu-item.current-menu-item a, .glob-Menu li.menu-item .sub-menu li.current-menu-item:last-child a {
    color: #0B86FE !important;
    transition: all .5s ease-in-out;
}
.glob_prkf {
    padding-top: 20px;
    padding-bottom: 5px;
}
.mob_displayshow{
	display:none;
}
.glob_bfilter {
    display: flex;
    align-items: center;    padding-bottom: 40px;
}
.glob_bfilter span {
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--e-global-color-secondary);
}
.glob_bfilter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
    display: flex;
    gap: 20px;
}
.glob_bfilter ul li a {
    padding: 6px 12px;
    display: flex;
    position: relative;
    color: #171717;
    background: #F6F3F4;
    border-radius: 50px;
    font-size: 14px;
    line-height: 18px;
}
.glob_bfilter ul li a.active{
    background: #d2e6fc;
}
.glob_bfilter ul li a:focus{
    border:none;
        outline: 0;
}
.glob_bboxlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
    padding: 0;
    list-style: none;
    margin: 0;
}
.glob_bboximg {
    position: relative;
}
.glob_bboximg span {
    position: absolute;
    left: 15px;
    background: #FFFFFF;
    top: 15px;
    padding: 3px 12px;
    border-radius: 4px;
    font-size: 14px;
	display:none;
    line-height: 140%;
}
.glob_bboximg img, .glob_bboximg {
    border-radius: 12px !important;
}
.glob_bboxcnt {
    padding: 20px;
}
.glob_bboxdate {
    font-size: 14px;
    line-height: 100%;
    padding-bottom: 20px;
    display: block;
    color: #5A5A5A;
}
.glob_bboxcnt h4 {
    font-size: 24px;
    line-height: 28px;
    font-family: "IBM Plex Sans", Sans-serif;
    color: #171717;
    font-weight: 500;
    padding-bottom: 15px;
}
.glob_bboxcnt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #5A5A5A;
}

.glob_blogbtn {
    display: flex;
    margin: 50px auto;
    text-align: center;
    justify-content: center;
    width: 150px;
}
.glob_blogbtn a{
    padding: 14px 20px !important;
}
.glob_bboximg img {
    border-radius: 10px;
}
.globetek_cta {
    display: flex;
}
/* RESPONSIVE */
@media (max-width: 1500px) {
	.glob_Rproductsposts {
		grid-template-columns: repeat(3, 1fr);
	}
	.glob_etop {
		padding: 60px 40px;
	}
	.glob_efsection {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 1300px) {
	.glob_fposts_item, .glob_Rposts_item {
		padding: 20px 20px 54px 20px;
	}
	.glob_prcta {
		bottom: 20px;
		right: 20px;
	}
	.glob_prcnt {
		padding: 20px;
	}
	.glob_fposts_item li span, .glob_Rposts_item li span {
		font-size: 16px;
		line-height: 21px;
	}
	.gelob_whyList {
		grid-template-columns: repeat(3, 1fr);
	}
	.glob_eLeft .glob_epostTitle h2 {
		font-size: 32px;
		line-height: 36px;
	}
	.glob_epostTitle {
		padding-bottom: 24px;
	}
	.glob_bboxlist {
    grid-template-columns: repeat(2, 1fr);
}
	.glob_bboxcnt h4 {
    font-size: 21px;
    line-height: 26px;
}
}
@media (max-width: 1200px) {
	.glob_item.half .glob_item {
    width: 100%;
}
.glob_item.half {
    gap: 0;
    flex-direction: column;
}
}
@media (max-width: 1024px) {
	.gelob_testimonials {
		width: 80%;
	}
	.glob_phead_sec h1 {
		font-size: 36px;
	}
	.event_grid {
		gap: 20px;
	}
	.event_content {
		padding: 24px 24px 22px 24px;
	}
	.event_grid .glob_etimingprocess p {
		font-size: 14px;
	}
	.event_content h3 {
		font-size: 21px;
		line-height: 26px;
	}
	.event_content .glob_ecopy p {
		font-size: 16px;
		line-height: 140%;
	}

}
@media (max-width: 880px) {
	svg.elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		display: none;
	}
	.hamburger .line {
		width: 32px;
		height: 3px;
		display: block;
		margin: 6px auto;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background: #171717;
	}
	.glob-Menu .elementor-menu-toggle {
		background-color: transparent;
		padding: 0;
	}
	.elementor-menu-toggle svg {
		display: none;
	}
	.hamburger:hover {
    cursor: pointer;
}

#hamburger.is-active {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.is-active .line:nth-child(2) {
    width: 0px;
}

#hamburger.is-active .line:nth-child(1), #hamburger.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    transform: translateY(9px);
}

#hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(90deg);
    -ms-transform: translateY(-9px) rotate(90deg);
    -o-transform: translateY(-9px) rotate(90deg);
    transform: translateY(-9px) rotate(90deg);
}
	.glob-Menu .elementor-menu-toggle {
		z-index: 9999;
		/* background: none; */
	}
		.glob-Menu nav.elementor-nav-menu--dropdown {
		position: fixed;
		width: 100%;
		background-color: #171717;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 999;
		margin: 0;
	}
	.glob-Menu.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
		transform: translate(-100%);
		max-height: inherit !important;
		overflow: inherit !important;
		transition: all 0.5s ease;
	}
	.glob-Menu.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
		transform: translate(0%) !important;
		max-height: inherit !important;
		animation: inherit !important;
		transition: all 0.5s ease;
	}
	.glob-Menu ul {
		padding-top: 100px !important;
	}
	.glob-Menu ul li{
			margin: 0;
		}
	.glob-Menu li.menu-item .menu-link {
		color: #FFFFFF !important;
		font-size: 21px !important;
		line-height:26px !important;
		padding: 16px 15px !important;
		background-color: transparent;    font-family: "Manrope", Sans-serif;
	}
	.glob-Menu li.menu-item a:after{
		display:none;
	}
	.glob-Menu ul li .menu-link:hover{
		color:#0B86FE;
		background-color:transparent;
	}
/* 	.glob-Menu li.menu-item:first-child .menu-link {
		padding-left: 30px !important;
	} */
	.glob-Menu li.menu-item .menu-link.elementor-item-active {
		background-color: transparent;
	}
	.glob-Menu ul.sub-menu.elementor-nav-menu--dropdown {
		background: transparent;
		padding-top: 0 !important;
		border: none;
	}
	ul.sub-menu li {
		padding: 0 15px !important;
	}
	.hamburger.is-active .line {
		background: #FFFFFF;
	}
		.glob-Menu li.menu-item:last-child a{
	color: #FFFFFF !important;
        font-size: 21px !important;
        line-height: 26px !important;
        padding: 16px 15px !important;
        background-color: transparent;
	        border: none;}
	.glob-Menu li.menu-item:last-child {
		padding-left: 10px;
	}
	.glob_phead_sec h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.glob_prod_twocl, .glob_prodbtm_content, .glob_prodbtmRight {
		flex-direction: column;
	}
	.glob_prodLeft, .glob_prodbtmLeft, .glob_prodRight, .glob_prodbtmRight{
		width:100%;
	}
	.inner_container {
		padding: 0 20px;
	}
	.glob_prod_Img {
		text-align: center;
	}
	.glob_prodRight, .glob_prodbtmRight {
		border-left: none;
		padding: 32px 0
	}
	.glob_prodbtmLeft {
		padding: 32px 0;
	}
	.glob_prodbtmRight:before{
		display:none;
	}
	.glob_productSection {
		padding-bottom: 40px;
	}
	.glob_prodbtm-2col {
		width: 100%;
	}
	.glob_prodbtmRight{
		padding-top:10px;
	}
	.glob_Rproductsposts {
		grid-template-columns: repeat(2, 1fr);
	}
	.glob_rtdproducts {
		padding: 60px 0;
	}
	.glob_rtdpHead h3 {
    font-size: 32px;
    line-height: 36px;
    padding: 12px 0 40px 0;
	}
	.Count_producttaxonomy p, .Count_producttaxonomy a{
		font-size: 16px;
		line-height: 21px;
	}
	.glob_cateposts {
		max-width: 100%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.gelob_whyList {
		grid-template-columns: repeat(2, 1fr);
	}
	.inner_p3clols .gelob_whyList {
		 grid-template-columns: repeat(2, 1fr);
        gap: 16px;
	}
	.glob_pcdetails .glob_pcItem {
		padding: 20px;
	}
	.glob_pccopy, .glob_pcItem li span {
		font-size: 16px;
		line-height: 22px;
	}
	.glob_prdetails.cols-3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.glob_prdetails.cols-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.glob_fproductsposts, .glob_Rproductsposts {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.glob_eSflex {
		flex-direction: column;
	}
	.glob_eLeft, .glob_eRight {
		width: 100%;
	}
	.glob_ecopy p {
		max-width: 100%;
	}
	.glob_efsection {
        padding-left: 0;
        padding-right: 0;
    }
	.glob-Menu li.menu-item .sub-menu li:last-child a, .glob-Menu li.menu-item .sub-menu li a {
    background: transparent;
    padding: 10px 0 !important;
    border-radius: 0;
    font-weight: 500 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 100%;
    border: none;
    background-color: transparent !important;
    transition: all 0.5s;
}
	.glob-Menu li.menu-item .menu-link:focus {
		border: none;
		outline: none;
	}
	.glob-Menu li.menu-item:last-child a:hover{
		border: none !important;
		color: #FFFFFF !important;
		transition: all .5s ease-in-out;
	}
}
@media (max-width: 768px) {
	.glob_rtdproducts {
        padding: 40px 0;
    }
	.glob_cateposts {
        max-width: 100%;
    }
	.glob_pcdetails {
		gap: 20px;
	}
	.event_container {
		flex-direction: column;
	}
	.event_sidebar {
		width: 100%;
		position: relative;
		top: 0;
	}
	.event_right {
		width: 100%;
	}
	form#eventFilterForm {
   	 display: flex;
		align-items: flex-start;
		gap: 20px;
	}
	.filter_group {
    padding: 0 0 25px 0;
    border-radius: 12px;
    width: 50%;
}
}
@media (max-width: 767px) {
	.glob_wh2.rightside{
		text-align: left;
	}
	.glob_phead_sec h1 {
		font-size: 28px;
		line-height: 32px;
	}
	.glob_cateposts_more4post {
        width: 100%;
        padding-bottom: 30px;
    }
	.glob_cateposts_more4post .selected_product {
		padding: 10px 20px;
		line-height: 26px;
	}
	.glob_cateposts_more4post .selected_product:after {
		right: 20px;
		top: 18px;
	}
	.glob_cateposts_more4post .selected_product:after {
        top: 16px;
        right: 16px;
    }
	.glob_cateposts_more4post ul {
		top: 70px;
	}
	.glob_overview p, .glob_gp li {
		font-size: 16px;
		line-height: 21px;
	}
	.Count_producttaxonomy {
		flex-direction: column;
	}
	.glob_item label {
		font-size: 16px;
		line-height: 22px;
	}
	.glob_item input, .glob_item textarea {
		padding: 8px 16px !important;
	}
	.glob_item textarea {
		resize: none;
		height: 100px;
	}
    .glob_rtdpHead h3 {
        font-size: 28px;
        line-height: 32px;
		padding: 12px 0 30px 0;
    }
	.glob_cateposts li a {
		font-size: 14px;
		padding: 16px 16px;
		line-height: 18px;
	}
	.glob_fp_title, .glob_Rp_title {
		font-size: 21px;
		padding-top: 30px;
	}
	.gelob_testimonials {
		width: 100%;
	}
	.gelob_whyList {
		grid-template-columns: repeat(1, 1fr);
	}
	.globe_desk p {
		font-size: 16px;
		line-height: 22px;
	}
	.globe_desk {
		padding-left: 20px;
	}
	.inner_p3clols .gelob_whyList {
		grid-template-columns: 1fr;
        gap: 15px;
	}
	.glob_pcdetails {
		grid-template-columns: repeat(1, 1fr);
	}
		.glob_prdetails.cols-3 {
		grid-template-columns: repeat(1, 1fr);
	}
	.glob_prdetails.cols-4 {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.glob_fproductsposts, .glob_Rproductsposts {
		grid-template-columns: repeat(1, 1fr);
	}
	    .glob_etop {
        padding: 40px 15px;
    }
    .glob_eLeft .glob_epostTitle h2 {
        font-size: 28px;
        line-height: 32px;
    }
	.filter_group label span {
		font-size: 14px;
		line-height: 21px;
	}
	.filter_group h4 {
		font-size: 18px;
	}
	.event_grid {
		grid-template-columns: repeat(1, 1fr);

	}
.glob_etimingprocess {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
	span.glob_elocation {
    margin-left: 0;
}
.glob_efsection {
    padding-bottom: 50px;
}
	.event_bottom_area {
    padding: 30px 0 20px 0;
    margin: 0 auto;
    text-align: center;
}
	.mob_displayshow{
		display:block;
		padding:24px 0;
	}
	.impact-image{
		display:none;
	}
	.glob_bboxlist {
    grid-template-columns: repeat(1, 1fr);
}
	.glob_bboxcnt {
    padding: 20px 0;
}
	.glob_bboxcnt p {
		font-size: 16px;
		line-height: 22px;
	}
	.glob_bboxlist {
		gap: 20px;
	}
    .glob_prcta {
        position: static;
    }
	.glob_fposts_item, .glob_Rposts_item {
        padding: 20px;
    }
	.glob_prcopy {
		padding-bottom: 0;
		    font-size: 16px;
    line-height: 22px;
	}
	.glob_pcdetails .glob_pcta {
		position: static;
	}
	.glob_pcItem ul {
		padding-bottom: 0;
	}
	.glob_cateposts_more4post .selected_product {
        font-size: 16px;
        line-height: 100%;
    }
}

@media (max-width: 600px) {
	.glob_Rproductsposts {
			grid-template-columns: repeat(1, 1fr);
		}
	}

div#ast-scroll-top {
	display: none !important;
}

.glob_fposts-img {
    padding-bottom: 30px;
}


.glob_fposts_item li span:last-child {
    text-align: end;
}


.elementor-section.elementor-top-section.elementor-element.elementor-element-5728bfb.elementor-section-full_width.balck-color.elementor-section-height-default.elementor-section-height-default {
    background-color: #171717 !important;
}

.glob_rtdproducts {
    background: #171717;
    padding: 100px 20px;
    border-radius: 4px;
}

.glob_etop {
    background: #171717;
    border-radius: 4px;
    padding: 60px 0;
}

.glob_etop {
    background: #171717;
    border-radius: 4px;
    padding: 60px 0;
}

.slick-dotted.slick-slider {
	margin-bottom:30px;
	padding:0px 25px;
}

.glob_eSflex {
    display: flex;
    gap: 32px;
    align-items: self-start;
	padding: 25px;
}

.glob_bboxcnt {
    padding: 20px;
    padding-bottom: 30px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding-bottom: 30px;
}

.glob_bbox_item {
    background-color: #FFFFFF;
}

.glob_primg {
    text-align: center;
    padding-bottom: 28px;
}

#fourin-row-pad.elementor-element.elementor-element-603cf9d.fourin-row.elementor-widget.elementor-widget-shortcode .glob_primg  {
    padding-bottom: 28px;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
}

.glob_pcdetails .glob_pcta{
	position: absolute;
    bottom: 32px;
    right: 32px;
	text-decoration:underline;
}

.glob_prItem{
    background: #FFFFFF;
    border-radius: 16px;
    position: relative;
}

li.gelob_witem {
    border: 0.5px solid #E8E8E4;
    border-radius: 22px;
}

.glob_topcontent p Strong {
	display:none;
}

/*=====================================
   Products Button
=====================================*/

.products_btn .elementor-button{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 12px 20px !important;

    background: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 50px !important;

    color: #1F1F1F !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1;
    text-decoration: none;

    overflow: hidden;
    transition: all .45s ease;
    z-index: 1;
}

.products_btn .elementor-button span{
    position: relative;
    z-index: 2;
    transition: color .45s ease;
}

/* Hover Animation */
.products_btn .elementor-button::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #0B2340; /* Change to your desired hover color */
    transform: translateX(-100%);
    transition: transform .45s ease;
    z-index: 0;
}

.products_btn .elementor-button:hover::before{
    transform: translateX(0);
}

.products_btn .elementor-button:hover{
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.products_btn .elementor-button:hover span{
    color: #FFFFFF !important;
}
/*=====================================
  Reach Button
=====================================*/

.reach_btn .elementor-button{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 12px 20px !important;

    background: transparent !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 50px !important;

    color: #FFFFFF !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1;
    text-decoration: none;

    overflow: hidden;
    transition: all .45s ease;
    z-index: 1;
}

.reach_btn .elementor-button span{
    position: relative;
    z-index: 2;
    transition: color .45s ease;
}

/*=====================================
  Hover Animation
=====================================*/

.reach_btn .elementor-button::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #FFFFFF;
    transform: translateX(-100%);
    transition: transform .45s ease;
    z-index: 1;
}

.reach_btn .elementor-button:hover::before{
    transform: translateX(0);
}

.reach_btn .elementor-button:hover{
    color: #1F1F1F !important;
    border-color: #FFFFFF !important;
}

.reach_btn .elementor-button:hover span{
    color: #1F1F1F !important;
}




/* ==========================================
   1440px
========================================== */
@media (max-width:1440px){

    .glob_prdetails{
        gap:24px;
    }

    .glob_prcnt{
        padding:28px 28px 60px;
    }

    .glob_prhead{
        font-size:22px;
        padding-bottom:18px;
    }

    .glob_prcopy{
        font-size:17px;
    }

    .glob_prcta{
        right:28px;
        bottom:28px;
        font-size:17px;
    }

}

/* ==========================================
   1024px
========================================== */
@media (max-width:1024px){

    .glob_prdetails.cols-4{
        grid-template-columns:repeat(2,1fr);
    }

    .glob_prdetails.cols-3{
        grid-template-columns:repeat(2,1fr);
    }

    .glob_prdetails{
        gap:20px;
    }

    .glob_prcnt{
        padding:24px 24px 56px;
    }

    .glob_prhead{
        font-size:20px;
        padding-bottom:16px;
    }

    .glob_prcopy{
        font-size:16px;
    }

    .glob_prcta{
        right:24px;
        bottom:24px;
        font-size:16px;
    }

}

/* ==========================================
   768px - 950px
========================================== */
@media (min-width:768px) and (max-width:950px){

    .glob_prdetails.cols-4,
    .glob_prdetails.cols-3,
    .glob_prdetails.cols-2{
        grid-template-columns:repeat(2,1fr);
    }

    .glob_prdetails{
        gap:18px;
    }

    .glob_prcnt{
        padding:20px 20px 52px;
    }

    .glob_prhead{
        font-size:18px;
        line-height:1.3;
        padding-bottom:14px;
    }

    .glob_prcopy{
        font-size:15px;
    }

    .glob_prcta{
        right:20px;
        bottom:20px;
        font-size:15px;
    }

}

/* ==========================================
   Mobile
========================================== */
@media (max-width:767px){

    .glob_prdetails.cols-4,
    .glob_prdetails.cols-3,
    .glob_prdetails.cols-2{
        grid-template-columns:1fr;
    }

    .glob_prdetails{
        gap:16px;
    }

    .glob_prcnt{
        padding:20px 20px 50px;
    }

    .glob_prhead{
        font-size:18px;
        padding-bottom:12px;
    }

    .glob_prcopy{
        font-size:15px;
    }

    .glob_prcta{
        right:20px;
        bottom:20px;
        font-size:15px;
    }

}

/* ==========================================
   480px
========================================== */
@media (max-width:480px){

    .glob_prcnt{
	/* padding:18px 18px 48px; */
		 padding:18px 18px 24px;
    }

    .glob_prhead{
        font-size:17px;
    }

    .glob_prcopy{
        font-size:14px;
    }

    .glob_prcta{
        right:18px;
        bottom:18px;
        font-size:14px;
    }

}



/* ===============================
   Tablet (768px)
================================= */
@media (max-width:768px){

    .glob_phead_sec h1{
        font-size:36px;
        line-height:42px;
    }

    .glob_rtdpHead h3{
        font-size:32px;
        line-height:38px;
    }

    .glob_sliderNav .navItem{
        font-size:18px;
    }

    .glob_sliderNav .navItem span{
        font-size:14px;
    }

    .glob_cateposts li a{
        font-size:16px;
        line-height:22px;
    }

    .glob_overview p,
    .glob_gp li,
    .globe_desk p,
    .glob_prcopy,
    .glob_bboxcnt p{
        font-size:16px;
        line-height:26px;
    }

    .glob_fp_title,
    .glob_Rp_title{
        font-size:24px;
    }

    .filter_group h4{
        font-size:20px;
    }

    .filter_group label span{
        font-size:15px;
    }

    .glob_item label{
        font-size:16px;
    }
}


/* ===============================
   Mobile (767px)
================================= */
@media (max-width:767px){

    .glob_phead_sec h1{
        font-size:30px;
        line-height:36px;
    }

    .glob_rtdpHead h3,
    .glob_eLeft .glob_epostTitle h2{
        font-size:28px;
        line-height:34px;
    }

    .glob_sliderNav .navItem{
        font-size:16px;
    }

    .glob_sliderNav .navItem span{
        font-size:13px;
    }

    .glob_cateposts li a{
        font-size:15px;
        line-height:20px;
    }

    .glob_overview p,
    .glob_gp li,
    .globe_desk p,
    .glob_prcopy,
    .glob_bboxcnt p{
        font-size:15px;
        line-height:24px;
    }

    .glob_fp_title,
    .glob_Rp_title{
        font-size:22px;
    }

    .filter_group h4{
        font-size:18px;
    }

    .filter_group label span{
        font-size:14px;
    }

    .glob_item label{
        font-size:15px;
    }
}


/* ===============================
   Small Mobile (600px)
================================= */
@media (max-width:600px){

    .glob_phead_sec h1{
        font-size:26px;
        line-height:32px;
    }

    .glob_rtdpHead h3,
    .glob_eLeft .glob_epostTitle h2{
        font-size:24px;
        line-height:30px;
    }

    .glob_sliderNav .navItem{
        font-size:15px;
    }

    .glob_sliderNav .navItem span{
        font-size:12px;
    }

    .glob_cateposts li a{
        font-size:14px;
    }

    .glob_overview p,
    .glob_gp li,
    .globe_desk p,
    .glob_prcopy,
    .glob_bboxcnt p{
        font-size:14px;
        line-height:22px;
    }

    .glob_fp_title,
    .glob_Rp_title{
        font-size:20px;
    }

    .filter_group h4{
        font-size:16px;
    }

    .filter_group label span,
    .glob_item label{
        font-size:14px;
    }
}

.table-blog-new-elementer table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    font-family:Arial, sans-serif;
}

.table-blog-new-elementer table th,
.table-blog-new-elementer table td{
    border:1px solid #5f5f5f;
    padding:18px 16px;
    text-align:left;
    vertical-align:middle;
    font-size:15px;
    line-height:1.5;
}

.table-blog-new-elementer table th{
    font-weight:700;
    color:#222;
    background:#fff;
}

.table-blog-new-elementer table td{
    font-weight:400;
    color:#444;
}

.table-blog-new-elementer table tbody tr:hover{
    background:#f8f8f8;
}

@media (max-width:767px){
    .table-blog-new-elementer table th,
    .table-blog-new-elementer table td{
        padding:12px;
        font-size:14px;
    }
}

.table-blog-new-elementer .caption,
.table-blog-new-elementer .caption,
.table-blog-new-elementer .caption {
    display: none !important;
}
/*  new csS */
.glob_bcontent p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5A5A5A;
    padding-bottom: 20px;
}
.glob_bcontent h2 {
    color: #171717;
    font-family: "IBM Plex Sans", Sans-serif !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 15px;
    padding-top: 10px;
}
.glob_bcontent figure {
	padding-top:10px;
    padding-bottom: 30px;
}
.glob_bcontent h3, .glob_bcontent h4, .glob_bcontent h5 {
    color: #171717;
    font-family: "IBM Plex Sans", Sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 12px;
    padding-top: 5px;
}
.glob_bcontent a {
       color: #0B86FE !important;
}
/* .glob_bcontent a:hover {
    text-decoration: underline; 
} */
.glob_bcontent ul li {
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5A5A5A;
}
.glob_techlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
  //grid-auto-rows: 244px;
  gap: 15px;
}

.glob_techItem {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
    cursor: pointer;
}

/* ===== REPEATING PATTERN ===== */

/* First row → 2 equal */
.glob_techItem:nth-child(6n+1),
.glob_techItem:nth-child(6n+2) {
  grid-column: span 1;
}

/* Next 3 items → 3 column row */
.glob_techItem:nth-child(6n+3),
.glob_techItem:nth-child(6n+4),
.glob_techItem:nth-child(6n+5) {
  grid-column: span 1;
}

/* Make grid 3 cols only for middle row */
.glob_techlist {
  grid-template-columns: repeat(6, 1fr);
}

/* First row (2 items) */
.glob_techItem:nth-child(6n+1),
.glob_techItem:nth-child(6n+2) {
  grid-column: span 3; /* 50% each */
}

/* Middle 3 items */
.glob_techItem:nth-child(6n+3),
.glob_techItem:nth-child(6n+4),
.glob_techItem:nth-child(6n+5) {
  grid-column: span 2; /* 3 equal */
}

/* Last full width */
.glob_techItem:nth-child(6n+6) {
  grid-column: span 6;
/*   height: 250px; */
}
.glob_techhead {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding-right: 30px;
}
.glob_techhead span{
    display: block;
}
.glob_techhead .glob_title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;padding-bottom: 5px;
}
.glob_techhead .glob_subtitle{
    font-family: Manrope;
font-weight: 500;
font-size: 14px;
line-height: 120%;
    color: #FFFFFF;
}
.glob_hoverContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    border: 1px solid #E8E8E4;
	padding: 20px;
	border-radius: 12px;
	 inset: 0;
	  opacity: 0;
    visibility: hidden;
    transform: scale(1);
    transition: opacity .4s ease,
  transform .4s ease,
   visibility .4s ease;
}
.glob_techItem:hover .glob_hoverContent{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.glob_htitle {
    font-family: Manrope;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #171717;
    padding-bottom: 5px;
    display: block;
}
.glob_hsubtitle {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #5A5A5A;
    display: block;
    padding-bottom: 12px;
}
.glob_hcopy {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #5A5A5A;
    padding-bottom: 10px;
}
.glob_applications {
    position: absolute;
    bottom: 10px;
}
.glob_applications span {
    background: #F5F5F5;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 4px;
    border-radius: 4px;
    font-family: Manrope;
    font-weight: 500;
    color: #5A5A5A;
    font-size: 12px;
    line-height: 100%;
}
.mobshow{
    display: none;
}
span.gelob_ttitle {
    padding-bottom: 8px;
}
.testimonial_slider.slick-dotted.slick-slider {
    margin-bottom: 25px;
}
.gelob_marquee {
    overflow: hidden;
    display: flex;
    align-items: center;
}
.gelob_mqcontent ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 200%;
       animation: marquee 10s linear infinite;
}
.gelob_mqcontent {
    position: relative;
    overflow: hidden;
}
.gelob_mqcontent li {
    display: flex;
    align-items: center;
    padding: 8px 40px;
    white-space: nowrap;
    position: relative;
}
.gelob_marquee.tbid .gelob_mqcontent li {
    padding: 4px 40px;
}
.gelob_mqcontent li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #E8E8E4;
}
.gelob_cnt {
    font-family: "Manrope", Sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.gelob_marquee {
    width: 100vw;             
    position: relative;
    left: 50%;
    right: 50%;
       margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}
.gelob_mqcontent ul {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
}

.gelob_mqcontent:hover ul {
    animation-play-state: paused;
}


.elementor-element.elementor-element-39eeca1.white-colour-cont.elementor-widget.elementor-widget-html {
    color: #FFFFFF !important;
}

@media (max-width: 1200px) {
  .glob_techlist {
    grid-template-columns: 1fr;
  }

  .glob_techItem {
    grid-column: span 1 !important;
    height: auto !important;
            border: 1px solid #E8E8E4;
  }
  .mobshow{
    display: block;
	}
	  .deskshow{
		  display: none;
	  }
	  .glob_applications {
		position: static;
	}
	.glob_hoverContent {
		position: static;
		border: none;
		inset: 0;
		opacity: 1;
		visibility: visible;
	}
}
.globe_desk p:first-child {
    padding-top: 20px;
}
.glob_teachlink {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #5A5A5A !important;
    padding-bottom: 10px;
gap: 5px;
}
.glob_teachlink img {
    transform: rotate(270deg);
    position: relative;
    top: 2px;
}
.testimonial_slider .slick-dots {
    left: 0;
}
/* Milestone css  */
/* TIMELINE */
.timeline{
  position:relative;
}
.timeline::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:2px;
  background:#E8E8E4;
  transform:translateX(-50%);
}
/* ITEM */
.timeline-item{
  display:grid;
  grid-template-columns:1fr 60px 1fr;
  align-items:flex-start;
  margin-bottom:60px;
  opacity:0;
  transform:translateY(80px);
  transition:1.2s ease;
      padding-top: 20px;
}
.timeline-item:last-child{
	  margin-bottom:0;
	  padding-bottom: 20px;
}
.timeline-item.show{
  opacity:1;
  transform:translateY(0);
}
/* LEFT */
.timeline-left{
  padding-right:40px;
}
/* RIGHT */
.timeline-right{
  padding-left:40px;
}
/* REVERSE */
.timeline-item.reverse .timeline-left{
  order:3;
  padding-right:0;
  padding-left:40px;
}
.timeline-item.reverse .timeline-right{
  order:1;
  padding-left:0;
  padding-right:40px;
}
.timeline-item.reverse .timeline-dot{
  order:2;
}
/* DOT */
.timeline-dot{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  position:relative;
  z-index:5;
  padding-top:10px;
}
.timeline-dot span{
  width:14px;
  height:14px;
  border-radius:50%;
  background:#fff;
  border:2px solid #171717;
}
/* IMAGE */
.timeline-image{
  width:100%;
  border-radius:20px;
  overflow:hidden;
}
.timeline-image img{
  object-fit:cover;
  display:block;
}
/* CONTENT */
.timeline-content{
  width:100%;
}
.timeline-year{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#171717;
  color:#fff;
  padding:8px 14px;
  border-radius:5px;
  font-size:16px;
  font-weight:600;
  margin-bottom:24px;
}
.timeline-title{
  font-size:28px;
  line-height:120%;
  font-weight:500;
  color:#171717;
  margin-bottom:12px;
}
.timeline-description{
  font-size:16px;
  line-height:150%;
  font-weight:400;
  color:#171717;
  margin-bottom:24px;
}
.timeline-quote{
  background:#F5F5F5;
  border-left:3px solid #171717;
  padding:12px;
  font-size:16px;
  line-height:150%;
  color:#171717;
}
@media(max-width:768px){

  .timeline-heading{
    font-size:38px;
    line-height:120%;
  }
  .timeline::before{
    left:14px;
    transform:none;
  }
  .timeline-item,
  .timeline-item.reverse{
    display:grid;
    grid-template-columns:30px 1fr;
    gap:18px;
    margin-bottom:0;
    align-items:start;
  }
  .timeline-dot{
    grid-column:1;
    grid-row:1 / span 5;
    justify-content:center;
    align-items:flex-start;
    padding-top:12px;
  }
  .timeline-left,
  .timeline-right,
  .timeline-item.reverse .timeline-left,
  .timeline-item.reverse .timeline-right{
    padding:0;
    order:unset;
  }

  .timeline-right{
    display:contents;
  }
  .timeline-year{
    grid-column:2;
    grid-row:1;
    margin-bottom:15px;
    width:max-content;
  }
  .timeline-title{
    grid-column:2;
    grid-row:2;
    font-size:22px;
    line-height:26px;
    margin-bottom:0;
  }
  .timeline-left{
    grid-column:2;
    grid-row:3;
  }
  .timeline-image img{
    height:240px;
    grid-column:2;
    grid-row:4;

  }
  .timeline-description{
    grid-column:2;
    grid-row:5;
    margin-top:20px;
    margin-bottom:0;
  }
  .timeline-quote{
    grid-column:2;
    grid-row:6;
    margin-top:20px;
    font-size:15px;
    line-height:150%;
  }
}
/* Milestone CSS */
/* Our team css */

.team-wrapper{
       display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 51px;
}
 
.team-card{
       background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
 .team-image img {
    width: 100%;
    display: block;
    border-radius:10px;
}

.team-content {
    padding: 20px;
}
.team-card:hover{
    transform:translateY(-5px);
}

.team-content{
    padding:32px;
}

.team-content h3{
    font-family: IBM Plex Sans ;
   font-weight: 600;
   font-style: SemiBold;
   font-size: 18px;
   line-height: 100%;

}

.team-content h4{
    font-family: Manrope; 
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    margin-top:12px;
    margin-bottom:20px;
    color: #171717;
}
.team-content p{
  font-family: Manrope;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 140%;
letter-spacing: 0%;
color: #5A5A5A;
}
@media (max-width: 991px) {
    .team-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .team-wrapper {
        grid-template-columns: 1fr;
    }
}
/*  Our team css */
.glob_pcItem>span.pro_catnm {
    padding-bottom: 8px;
    display: flex;
}
.faq-Product_item{
    display: none;
}
.faq-Product_item.active{
    display: block;
}
.faq-answer{
    display:none;
}


.faq-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.faq-category {
    width: 30%;
}
.faq-content {
    width: 70%;
}
.faq-category h3, .faq-title {
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
        padding-bottom: 24px;
}
.category-btn {
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
    font-family: "Manrope", Sans-serif;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 24px;
    background: #F5F5F5;
    color: #171717;
    border-radius: 30px;
    transition: all 0.5s;
}
.category-btn.active, .category-btn:hover {
    background: #D2E6FC;
    color: #171717;
    transition: all 0.5s;
}
.faq-item {
    background: #F5F5F5;
    margin-bottom: 20px;border-radius: 10px;
}
.faq-question {
       background: none;
    color: #171717;
    padding: 0;
    width: 100%;
    text-align: left;
    box-shadow: none;
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;padding: 30px;
}
.faq-answer {
    padding: 0 30px 30px 30px;
}
.faq-answer p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #5A5A5A;
    max-width: 90%;
}
.faq-question:hover, .faq-question:focus {
    background: transparent;
    color: #171717;
}
button.faq-question {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.faq-icon {
    background: url(/wp-content/uploads/2026/05/dow-arrow.svg);
    width: 18px;
    height: 11px;
    margin-top: 6px;    transition: all 0.5s ease;
}
.faq-item.active .faq-icon {
    transform: rotate(180deg);
    transition: all 0.5s ease;
}
.faq-answer {
    display: none;
    overflow: hidden;
}
ul.faq-list {
    margin: 0;
    list-style: none;
}
.glob_blogsection .glob_bboxlist .glob_bbox_item {
    border: 1px solid #d2e6fc;
    border-radius: 12px;
}
.glob_bcontent .glob_view_more_blog {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px;
    color: #ffffff !important;
    padding: 8px 30px !important;
}
.glob_bbox_item p {
    padding-bottom: 0;
}
.backto_prodpage span:before {
    display: none;
}
.backto_prodpage a {
    display: flex;
    align-items: center;
    gap: 16px;
}
.backto_prodpage img {
    transform: rotate(90deg);
}
.glob-Menu li.menu-item.current-menu-item:last-child a{
	color:#FFFFFF !important;
}
/* Gallery */
.gallery-list,
.gallery-listorder{
    width:100%;
    box-sizing:border-box;
}
.about-gallery-wrap{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.gallery-list{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    grid-template-rows:repeat(2,307px);
    gap:20px;    margin: 0;
    padding: 0;
}

.gallery-list li:first-child{
    grid-column:1 / span 2;
    grid-row:1 / span 2;
}
.gallery-list li{
    overflow:hidden;
    border-radius:24px;
    height:100%;
}

.gallery-list img{
    width:100%;
    height:100% !important;
    object-fit:cover;
    display:block;
}



/* Responsive */
@media (min-width: 768px) and (max-width: 991px) {

	 .gallery-list {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .gallery-list li:nth-child(1) {
        grid-column: 1 / -1;
        grid-row: auto;
        height: 100%;
    }
}
.gallery-listorder{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    grid-template-rows:repeat(2,307px);
    gap:20px;    margin: 0;
    padding: 0;
}

.gallery-listorder li:nth-child(5){
    grid-column:3 / span 2;
    grid-row:1 / span 2;
}
.gallery-listorder li{
    overflow:hidden;
    border-radius:24px;
    height:100%;
}

.gallery-listorder img{
    width:100%;
    height:100% !important;
    object-fit:cover;
    display:block;
}



/* Responsive */
@media (min-width: 768px) and (max-width: 991px)  {
    .gallery-listorder {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .gallery-listorder li:nth-child(5) {
        grid-column: 1 / -1;
        grid-row: auto;
         height: 100%;
    }

}
/* Gallery End */
.glob_prcnt ul {
    margin-bottom: 0;
    margin-left: 30px;
}
.faq-answer ul, .faq-answer ol {
    margin-left: 30px;
}
.faq-search-results {
    padding-top: 20px;
}
.slick-prev.slick-arrow:before, .slick-next.slick-arrow:before {
    display: none;
}
.glob_esider .slick-prev, .glob_esider .slick-next {
    background: url(/wp-content/uploads/2026/07/glob_downarrow.svg) !important;
    width: 24px;
    height: 24px;
    opacity: 1 !important;
}
.glob_esider .slick-prev {
    transform: rotate(90deg);
}
.glob_esider .slick-next {
    transform: rotate(270deg);
}
.glob_bcontent img {
    border-radius: 12px !important;
}
.glob_bcontent ul, .glob_bcontent ol {
	margin-left: 30px;
}
.glob_bcontent ul li, .glob_bcontent ol li{
	font-size:16px;
	line-height:22px;
}
.search_input .faq_search_box {
    position: relative;
}
.search_input .faq_search_box svg {
    position: absolute;
    left: 16px;
    top: 11px;
    transform: scale(1.5);
}

.search_input .faq_search_box svg path {
    color: #c5c5c1;
}
.search_input .faq_search_box input {
    padding: 5px 45px;
    border-radius: 40px;
}
.glob_bboxlist.relatedPost .glob_bbox_item {
    border-radius: 12px;
}
/* .glob_bbox_item .glob_bboximg img, .glob_bbox_item .glob_bboximg {
    border-radius: 12px 12px 0 0 !important;
} */
.glob_bcontent ul li, .glob_bcontent ol li{
    padding-bottom: 15px;
}

.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.glob_cateposts {
	opacity:0;
	transition:all 0.5s;
}
a.glob_featured_link {
    display: block;
}
/* Media CSS */
@media (max-width: 1800px) {
	.glob_esider .slick-next {
		right: 25px;
	}
	.glob_esider .slick-prev{
		left: 25px;
	}
}
@media (max-width: 1400px) {
	.backto_prodpage {
		padding: 0 20px;
	}
}
@media (max-width: 1200px) {
	.glob_techimg img.deskshow {
		display: none;
	}
	.glob_hcopy {
		display: none;
	}
	.glob_hmproductslider.slick-dotted.slick-slider, .gelob_why_slider.slick-dotted.slick-slider, .home_event_slider.slick-dotted.slick-slider, .related_slider.slick-dotted.slick-slider, .prorelated_slider.slick-dotted.slick-slider {
		padding: 0px;
	}
	.glob_techItem, .gelob_witem, .event_card, .team-card, .glob_Rposts_item, .glob_bbox_item {
		margin: 0 8px;
	} 
	 .glob_hmproductslider .slick-dots li button:before, .gelob_why_slider .slick-dots li button:before, .home_event_slider .slick-dots li button:before, .team-cardslider .slick-dots li button:before, .glob_sliderMain .slick-dots li button:before, .related_slider .slick-dots li button:before, .prorelated_slider .slick-dots li button:before{
		display:none;
	}
	 .glob_hmproductslider .slick-dots li,  .gelob_why_slider .slick-dots li,  .home_event_slider .slick-dots li,  .team-cardslider .slick-dots li,  .glob_sliderMain .slick-dots li,  .related_slider .slick-dots li,  .prorelated_slider .slick-dots li {
		width: 6px;
		height: 6px;
		opacity: 1;    transition: all 0.5s;
	}
	.glob_hmproductslider .slick-dots li button, .gelob_why_slider .slick-dots li button, .home_event_slider .slick-dots li button, .team-cardslider .slick-dots li button, .glob_sliderMain .slick-dots li button, .related_slider .slick-dots li button, .prorelated_slider .slick-dots li button {
		width: 6px;
		height: 6px;
		padding: 0;
		background: #171717;
		border-radius: 6px;
		opacity: 1;    transition: all 0.5s;
	}
	.team-cardslider .slick-dots li button, .prorelated_slider .slick-dots li button{
		background: #FFFFFF;
	}
	.team-cardslider .slick-dots{
		left:0;
	}
	.slick-dots li.slick-active button, .slick-dots li.slick-active {
		width: 40px;    transition: all 0.5s;
	}
	.slick-dots li.slick-active button{
		background:#0B86FE;
	}
	.glob_hmproductslider .slick-dots {
		bottom: -35px;
	}
	.gelob_why_slider .slick-dots, .home_event_slider .slick-dots, .related_slider .slick-dots{
		bottom: -45px;
	}
	.glob_sliderNav .navItem {
		font-size: 18px;
	}
	.glob_sliderNav .navItem span {
		font-size: 14px;
	}
	.navItem {
		margin-bottom: 24px;
	}
	.overlayBox {
		padding: 20px;
	}
	.team-card:hover {
		transform: translateY(0px);
	}
	.inner_p3clols .gelob_whyList{
		display:block;
	}
	.glob_techlist.glob_hmproductslider .glob_techItem{
		min-height: 500px;
	}
	section#explore-our-products {
		scroll-margin-top: 100px;
	}
	.glob_bboxlist.relatedPost .glob_bbox_item {
		min-height: 500px;
	}
}
@media (max-width: 1199px) {
    .glob_sliderWrap {
        flex-direction: column;
    }
    .glob_sliderNav {
        width: 100%;
        display: flex;
        overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
    }
    .navItem {
        white-space: nowrap;
    }
	.navItem:before {
		left: 0;
		width: 0;
		top:inherit;
		bottom: 0;
		height: 2px; 
		transition: width 0.5s ease; 
	}
	.navItem.active:before {
		width: 100%;
		height: 2px;
	}
	 .glob_sliderMain {
        width: 100%;
    }
    .glob_sliderNav .navItem span {
        font-size: 12px;
        padding-top: 8px;
        padding-right: 0;
    }
	.glob_sliderNav .navItem {
		margin: 0 10px;
		padding-left: 0;
		padding-bottom: 10px;
	}
	.glob_sliderNav .navItem {
		font-size: 18px;
		text-align: center;
	}
	.category-btn {
		width: 100%;
	}
	.responsive-table {
		overflow-x: scroll;
	}
	.backto_prodpage{
		padding-bottom:20px;
	}
	.glob_cateposts_more4post .selected_product {
		padding: 12px 50px 12px 24px;
		font-size: 18px;
		line-height: 100%;
	}
	.glob_cateposts_more4post .selected_product:after {
		top: 16px;
	}
	.team-wrapper.team-cardslider .team-card {
		min-height: 740px;
	}
		button.faq-question span:first-child {
		max-width: 90%;
	}
}
@media (max-width: 1024px) {
	.glob_cateposts {
		max-width: 90%;
	}
	.glob_cateposts li a {
		padding: 14px 12px !important;
		font-size: 16px !important;
	}
	.glob_Rproductsposts .glob_Rposts_item {
		min-height: 660px;
	}
	.glob_bfilter ul {
		gap: 12px;
	}
	.glob_bfilter ul li a {
		font-size: 13px;
	}
}
@media (max-width: 991px) {
	.glob_techlist.glob_hmproductslider .glob_techItem{
		min-height: 462px;
	}
	.glob_esider .slick-next {
		right: 5px;
	}
	.glob_esider .slick-prev {
		left: 5px
	}
	.glob_esider .slick-dots {
		left: 0;
	}
	.team-wrapper.team-cardslider .team-card {
		min-height: 630px;
	}
}
@media (max-width: 880px) {
/* 	.elementor-nav-menu .sub-arrow {
		background: url(/wp-content/uploads/2026/07/glob_downarrow.svg);
		width: 24px;
		height: 24px;
		transform: scale(.8);
		justify-content: end;
		position: absolute;
		right: 5px;transition: all 0.5s;
	}
	.glob-Menu li.menu-item.submenu-open .menu-link.has-submenu .sub-arrow {
		transform: scale(0.8) rotate(180deg);transition: all 0.5s;
	} */
	.elementor-nav-menu .has-submenu{
		position:relative;
	}
	.glob-Menu .elementor-nav-menu .has-submenu:after {
        content: "" !important;
        position: absolute;
        background: url(/wp-content/uploads/2026/07/glob_downarrow.svg);
        width: 24px !important;
        height: 24px !important;
        transform: scale(.8) !important;
        right: 15px;
        transition: all 0.5s !important;
        display: flex !important;
        opacity: 1 !important;
        background-color: transparent !important;
        left: inherit;
        top: 17px;
        bottom: inherit;transform-origin: inherit;
    }
	.glob-Menu li.menu-item.submenu-open .menu-link.has-submenu:after {
		transform: scale(0.8) rotate(180deg) !important;transition: all 0.5s;
		transform-origin: inherit;
	}
	
.faq-wrapper {
		flex-direction: column; 
	}
	.faq-category, .faq-content {
		width: 100%;
	}.category-btn {
        width: auto;
    }
	.category-btn {
		margin-bottom: 0;    font-size: 16px;
	}
	.category-list, .glob_bfilter ul {
		position: relative;
		overflow-y: hidden;
		scroll-behavior: smooth;
	}
	.category-list, .glob_bfilter ul {
		padding: 0;
		list-style-type: none;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		list-style: none;
		text-align: center;
		white-space: nowrap;
	}
	.category-list, .glob_bfilter ul {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.glob_bfilter {
		align-items: flex-start;
		padding-top: 20px !important;        display: block;
	}
	.glob_bfilter ul{
		padding-top: 20px !important;
		        gap: 16px;
	}
	.glob_phead_sec {
		padding: 40px 0 20px 0;
	}
	.glob_rtdproducts {
		padding: 60px 20px;
	}
	.glob_applications span {
		margin: 0 6px 6px 0;
	}
	.glob_techlist.glob_hmproductslider .glob_techItem {
        min-height: 440px;
    }
	.glob_hevents .event_grid .event_card {
		min-height: 540px;
	}
	.team-wrapper.team-cardslider .team-card {
		min-height: 630px;
	}
	.gelob_whyList.gelob_why_slider .gelob_witem {
		min-height: 540px;
	}
	.glob_bboxlist.relatedPost .glob_bbox_item {
		min-height: 440px;
	}
    .glob_Rproductsposts .glob_Rposts_item {
        min-height: 580px;
    }
}
@media (max-width: 770px) {
	.glob_hevents .event_grid .event_card {
        min-height: 560px;
    }
}
@media (max-width: 768px) {
		.overlayBox {
        padding: 20px;
        position: relative;
        max-width: 100%;
        bottom: 0;
/*         border: 1px solid #0B86FE;
        border-radius: 0 0 12px 12px; */
        right: inherit;
        border-top: none;
    }
	.glob_sliderMain .slideItem {
		border: 1px solid #0B86FE;
		border-radius: 12px;
		min-height:700px;
	}
	.faq-question {
		font-size: 18px;
		padding: 20px;
	}
	.faq-answer {
		padding: 0 20px 20px 20px;
	}
	.faq-answer p {
		font-size: 16px;
		max-width: 100%;
	}
	.faq-category h3, .faq-title {
		font-size: 20px;
		line-height: 24px;
	}
	.glob_prodRight .prod_spec {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
	.glob_rtdproducts {
		padding: 40px 20px;
	}
    .glob_cateposts {
        max-width: 100%;
    }

}
@media (max-width: 767px) {
	.glob_techItem, .gelob_witem, .event_card, .team-card, .glob_Rposts_item, .glob_bbox_item {
		margin: 0;
	}
	button.glob_submit {
		width: 100%;
	}
	.testimonial_slider.slick-dotted.slick-slider, .glob_sliderMain.slick-dotted.slick-slider {
		padding: 0;
	}
	.team-wrapper.team-cardslider.slick-initialized.slick-slider {
		padding: 0;
	}
	.gelob_testimonials {
		padding-top: 20px;
	}
	.gelob_marquee.tbid .gelob_mqcontent li {
		padding: 4px 20px;
	}
	.gelob_mqcontent li{
		    padding: 8px 20px;
	}
	.gelob_why {
		padding-top: 20px;
	}
	.team-content {
		padding: 20px;
	}
	.team-wrapper {
		gap: 20px;
	}
	.overlayBox h3 {
		font-size: 21px;
	}
	.overlayBox_content {
		padding-top: 18px;
	}
	.align_center .elementor-counter-title {
		text-align: left;
		justify-content: flex-start;
	}
	.glob_prItem {
		border-radius: 12px;
	}
	.mobhide{
		display:block;
	}
	.glob_primg {
		padding-bottom: 0;
	}
	.glob_prcnt ul li {
		font-size: 14px;
		line-height: 22px;
	}
	.glob_pcdetails .glob_pcta {
		position: static;
	}
   .glob_pcItem li span {
        font-size: 14px;
        line-height: 20px;
    }
	.glob_pchead {
		font-size: 21px;
		padding-bottom: 20px;
	}
	.testing_solutions .glob_pcItem ul li {
		font-size: 16px;
		padding: 8px 0;
	}
	.testing_solutions .glob_pcItem ul li:before {
		top: 18px;
	}
	.glob_pcta {
		font-size: 16px;
	}
	.category-btn {
		margin-bottom: 0;
		font-size: 13px;
	}
	.faq-question {
        font-size: 16px;
        line-height: 22px;
		padding: 16px;
    }
	.faq-icon {
		transform: scale(.8);
	}
	.faq-item.active .faq-icon {
		transform: scale(.8) rotate(180deg);
	}

	.glob_esider .slick-next {
        right: -10px;
    }
	.glob_esider .slick-prev {
        left: -10px
    }
	.glob_eSflex {
		gap: 20px;
		padding: 0;
	}
	.glob_etop {
		padding: 32px 0;
	}
	.event_topbar {
		gap: 20px;
	}
	.event_grid {
		padding-top: 30px;
	}
	.event_content {
        padding: 16px;
    }
	.event_content h3 {
        font-size: 18px;
        line-height: 22px;
    }
	.glob_efsection {
        padding-bottom: 30px;
    }
	.glob_prodRight .prod_spec {
        grid-template-columns: repeat(2, 1fr);
    }
	.glob_prodbtmRight {
        padding-bottom: 0;
    }
	.glob_rtdproducts .inner_container {
		padding: 0;
	}
	.glob_productSection .inner_container {
		padding: 0 10px;
	}
	.glob_topcontent {
		padding-top: 24px;
	}
	.backto_prodpage a {
		font-size: 14px;
		line-height: 22px;
	}
	.backto_prodpage {
		padding: 0 0 24px 0;
	}
	.glob_cateposts li a {
		font-size: 14px !important;
		line-height: 22px;
		padding: 12px !important;
	}
	.glob_cateposts ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.glob_cateposts ul li {
		width: 100%;
		text-align: center;
	}
	.glob_esider ul.slick-dots{
		left: 0;
	}
	.gallery-list.slick-dotted.slick-slider, .gallery-listorder.slick-dotted.slick-slider {
	padding: 0px;
}
 
 .gallery-list .slick-dots li button:before, .gallery-listorder .slick-dots li button:before{
	display:none;
}
.gallery-list .slick-dots li, .gallery-listorder .slick-dots li {
	width: 6px;
	height: 6px;
	opacity: 1;    transition: all 0.5s;
}
.gallery-list .slick-dots li button, .gallery-listorder .slick-dots li button {
	width: 6px;
	height: 6px;
	padding: 0;
	background: #171717;
	border-radius: 6px;
	opacity: 1;    transition: all 0.5s;
}

.gallery-list .slick-dot, .gallery-listorder .slick-dots{
	left:0;
}
 .gallery-list .slick-dots, .gallery-listorder .slick-dots{
	bottom: -45px;
}
	.gallery-list .slick-dots li.slick-active , .gallery-listorder .slick-dots li.slick-active  {
        background: #0B86FE;
		width: 40px;    transition: all 0.5s;
    }
	.slick-dots li.slick-active button{
		background:#0B86FE;
	}
	ul.gallery-listorder {
		padding-top: 30px !important;
	}
	.glob_cateposts_more4post .selected_product {
        font-size: 16px;
        line-height: 100%;
		display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
	.glob_bcontent ul li{
		 overflow-wrap: break-word;
        word-break: break-word;
	}
	.glob_bcontent ul{
		margin-left:30px;
	}
	.glob_techlist.glob_hmproductslider .glob_techItem{
		min-height: 442px;
	}
	.glob_hevents .event_grid .event_card {
        min-height: 510px;
    }
	ul.gelob_whyList.gelob_why_slider li.gelob_witem {
		min-height: 640px;
	}
	.team-wrapper.team-cardslider .team-card {
		min-height: 600px;
	}
}
@media (max-width: 500px) {
	button.faq-question span:first-child {
		max-width: 80%;
	}
    .glob_prodRight .prod_spec {
        grid-template-columns: repeat(1, 1fr);
    }
/* 	.glob_sliderMain .slideItem {
        min-height: 615px;
    } */
	.glob_sliderMain .slideItem {
        min-height: 100%;
    }
    ul.gelob_whyList.gelob_why_slider li.gelob_witem {
        min-height: 520px;
    }
	.glob_bboxlist.relatedPost .glob_bbox_item {
		min-height: 450px;
	}
}
.founder-image-three-ele img {
    border-radius: 0 0 16px 16px !important;
    display: block;
}