.int_wrapper { 
	display:flex; gap:178px; 
}
.int_sidebar { 
	width: 182px; 
}

.int_content { 
	flex:1; 
}

.int_hidden { 
	display:none !important; 
}
.int_sidebar h3{
	margin: 0 0 48px;
	font-size: 20px;
	font-weight: 600;
	color: var(--e-global-color-primary);
	line-height: 30px;
	letter-spacing: -0.9px;
	font-family: var(--e-global-typography-88f3381-font-family), Sans-serif;
}
.int_wrapper .int_section h2{
	margin: 0 0 48px;
	font-size: 40px;
	font-weight: 600;
	color: var(--e-global-color-primary);
	line-height: 55px;
	letter-spacing: -0.9px;
	font-family: var(--e-global-typography-88f3381-font-family), Sans-serif;
}

.int_tag_list{
	list-style: none;
	padding: 0 0 0 35px;
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.int_tag_item.int_active{
	font-weight: 600;
	color: #0B6F8F;
}
.int_tag_item.int_active::before{
	position: absolute;
	content: '';
	left: -35px;
	top: 50%;
	transform: translatey(-50%);
	height: 3px;
	width: 25px;
	background: #0B6F8F;
}
.int_tag_item{
		font-size: 16px;
	font-weight: 400;
	position: relative;
	cursor: pointer;
	color: #334872;
	line-height: 18px;
	letter-spacing: -0.6px;
	font-family: var(--e-global-typography-88f3381-font-family), Sans-serif;
}
.int_most_used_section{
	margin-bottom: 95px;
}
.int_grid { 
	display:grid; grid-template-columns:repeat(3,1fr); gap:35px; 
}
.int_item img{
	background: #fff;
	padding: 16px;
	border-radius: 10px;
	width: 65px;
	margin-bottom: 24px;
	height: 65px;
	object-fit: contain;
	object-position: center;
}
.int_item h4{
	margin: 0 0 1px;
	font-size: 20px;
	font-weight: 600;
	color: var(--e-global-color-primary);
	line-height: 20px;
	letter-spacing: -0.9px;
	font-family: var(--e-global-typography-88f3381-font-family), Sans-serif;
}
.int_item .int_subtitle{
	margin: 0 0 36px;
	font-size: 18px;
	font-weight: 400;
	color: var(--e-global-color-primary);
	opacity: 0.3;
	line-height: 27px;
	letter-spacing: -0.4px;
	font-family: var(--e-global-typography-88f3381-font-family), Sans-serif;
}
.int_item div p{
	margin: 0;
		font-size: 16px;
	font-weight: 400;
	color: #334872;
	line-height: 25px;
	letter-spacing: -0.4px;
	font-family: var(--e-global-typography-88f3381-font-family), Sans-serif;
}
.int_item{
	padding: 34px 28px;
	background: rgba(51, 72, 114, 0.05);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}
.int_item.int_cta_item h4{
		font-size: 20px;
	font-weight: 600;
	color: var(--e-global-color-primary);
	line-height: 30px;
	letter-spacing: -0.8px;
	text-align: center;
	font-family: var(--e-global-typography-88f3381-font-family), Sans-serif;
}
.int_cta_item .int_cta_btn{
	background: linear-gradient(97.54deg, #4FB5DA 5.84%, #0B6F8F 84.64%);
	text-decoration: none;
	color: #fff !important;
			font-size: 16px;
	font-weight: 500;
	color: var(--e-global-color-primary);
	line-height: 100%;
	letter-spacing: -0.2px;
	padding: 16px 20px;
	border-radius: 32px;
	text-align: center;
	font-family: var(--e-global-typography-88f3381-font-family), Sans-serif;
}
.int_cta_item{
		border: dashed 2px #00000045;
	background: transparent !important;
	justify-content: center;
	align-items: center;
	gap: 36px;
}

@media(max-width: 1024px){
	.int_wrapper{
		flex-direction: column;
		gap: 48px;
	}
	.int_sidebar{
		width: 100%;
	}
	.int_tag_item{
	    text-wrap-mode: nowrap;
	}
	.int_tag_list {
		display: flex;
		flex-direction: row;
		justify-content: start;
		overflow-x: auto;
		gap: 18px;
		overflow-y: hidden;
		padding: 0;

		/* Hide scrollbar - Firefox */
		scrollbar-width: none;

		/* Smooth scrolling (optional) */
		scroll-behavior: smooth;
	}

	/* Hide scrollbar - Chrome, Safari, Edge */
	.int_tag_list::-webkit-scrollbar {
		display: none;
	}
	.int_tag_item.int_active{
		padding-left: 35px;
	}
	.int_tag_item.int_active::before{
		left: 0;
	}
}
@media(max-width: 768px){
	.int_wrapper .int_section h2{
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 24px;
	}
	.int_most_used_section{
		margin-bottom: 48px;
	}
	.int_grid{
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}
	.int_item .int_subtitle{
		margin: 0 0 34px;
	}
	.int_item{
		padding: 24px;
	}
}


/* case study page  */
.elementor-loop-container {
    transition: opacity 0.3s ease;
}





.case-tabs-wrapper{
display:flex;
gap:138px;
}

.case-tabs-left{
display:flex;
flex-direction:column;
gap:48px;
min-width:222px;
	padding-left: 76px;
}

.case-tab-btn{
cursor:pointer;
font-family: Inter;
font-weight: 500;
	    font-family: "Inter", Sans-serif;
font-size: 16px;
line-height: 30px;
letter-spacing: -0.6px;
text-transform: uppercase;
transition:all .3s ease;
	color: #1B273E;
	position: relative;
}

.case-tab-btn.active{
	color: #0B6F8F;
}
.case-tab-btn.active::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	height: 2px;
	width: 56px;
	left: -76px;
	background: #0B6F8F;
}

.case-tabs-right{
flex:1;
position:relative;
overflow:hidden;
}

.case-tab-content{
position:absolute;
top:0;
left:0;
width:100%;
opacity:0;
transform:translateY(20px);
pointer-events:none;
transition:opacity .45s ease, transform .45s ease;
	display: flex;
	gap: 68px;
}
.case-tab-content-left{
	flex: 1;
}

.case-tab-content.active{
opacity:1;
transform:translateY(0);
pointer-events:auto;
position:relative;
}


.case-tab-name{
	    font-family: "Inter", Sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 999px;
	background: var(--tab-color);
	color: #fff;
	width: fit-content;
	margin-bottom: 38px;
}
.case-tab-title{
    font-family: "Inter", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.6px; 
	margin: 0 0 74px;
}

.case-tab-text{
    font-family: "Inter", Sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -0.3px;

}
.case-tab-image{
	width: 404px;
	display: flex;
	overflow: hidden;
	border-radius: 20px;
}
.case-tab-image img{
	width: 100%;
	height: 100%;
	display: flex;
	object-fit: cover;
	object-position: center;
}
@media(max-width: 1024px){
	.case-tabs-wrapper{
		gap: 32px;
	}
	.case-tabs-left{
		padding-left: 48px;
	}
	.case-tab-btn.active::after{
		left: -48px;
		width: 30px;
	}
	.case-tabs-left{
		gap: 24px;
	}
	.case-tab-content{
		gap: 24px;
	}
	.case-tabs-left{
		min-width: 160px;
	}
}
@media(max-width: 768px){
	.case-tabs-wrapper{
		flex-direction: column;
	}
	.case-tab-btn.active::after{
		left: 0;
	}
	.case-tab-btn.active{
		padding-left: 48px;
	}
	.case-tabs-left{
		min-width: 100%;
		overflow: auto;
		justify-content: start;
		flex-direction: row;
		padding-left: 0;
	}
	.case-tab-content{
		flex-direction: column-reverse;
	}
	..case-tab-content-left{
		flex: unset;
		width: 100%;
	}
	.case-tab-image{
		width: 100%;
		height: 350px;
	}
	.case-tab-name{
		margin-bottom: 24px;
	}
	.case-tab-title{
		font-size: 24px;
		line-height: 32px;
		margin: 0 0 32px;
	}
}






/* search box resource  */
.resource_search_wrapper{
	position: relative;
	width: 500px;
}

.resource_search_wrapper .resource_search_input{
	width: 100%;
	padding: 24px 35px 24px 18px;
	background-color: #fff;
	color: #334872;
	border: 1px solid #1B273E33;
	outline: none;
    font-family: "Inter", Sans-serif;
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.3px;
	box-shadow: 
0px 19px 41px 0px #0000001A,
0px 75px 75px 0px #00000017,
0px 169px 101px 0px #0000000D,
0px 300px 120px 0px #00000003,
0px 469px 131px 0px #00000000;
	background-image: url('/wp-content/uploads/Search-Icon.svg');
	background-size: 24px;
	background-position: right 12px center;
	background-repeat: no-repeat;
}

.resource_search_input::placeholder{
	color: #334872;
}

.resource_search_results{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	display: none;
	border: 1px solid #eee;
	z-index: 999;
	border-radius: 8px;
	overflow: auto;
	max-height: 124px;
	
		/* Hide scrollbar */
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.resource_search_results::-webkit-scrollbar{
	display: none;
}

.resource_search_item{
	padding: 10px 14px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	color: #1B273E;
	
	    font-family: "Inter", Sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.3px;
}

.resource_search_item:hover{
	background: #f4f4f4;
}

.resource_search_no_result{
	padding: 12px;
	color: #1B273E;
	font-size: 14px;
	
	
		    font-family: "Inter", Sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.3px;
}

@media(max-width: 768px){
	.resource_search_wrapper{
		width: 100%;
	}
	.resource_search_wrapper .resource_search_input{
		padding: 12px;
		font-size: 14px;
		line-height: 22px;
	}
	.resource_search_item{
		padding: 8px 12px;
		font-size: 14px;
        line-height: 22px;
	}
}