/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
* , *:focus {
	outline: none;	
}
.noto-sans-bengali-font {
	font-family: "Noto Sans Bengali", sans-serif;
}
.lexend-font {
	font-family: "Lexend", sans-serif;
}
.header-top-section {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.main-header {
	width: 100%;	
	z-index: 3;	
}
.header-middle-section.white-head {
	background: #FFFFFF;
}
.header-top-container {
	padding: 7px 10px;
	max-width: 1260px;
	display: flex;
	justify-content: end;
	gap: 20px;
	margin: 0 auto;
}
.header-middle-section {
	transition: all 0.5s ease;
}
.header-middle-section.scrolled-class {
	position: fixed;
	top: 0;	
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);	
}
.admin-bar .header-middle-section.scrolled-class {
	position: fixed;
	top: 32px;	
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.admin-bar .white-head.header-middle-section.scrolled-class,
.white-head.header-middle-section.scrolled-class {
	background: #FFFFFF;
}
.header-top-container p {
	margin: 0;
	padding: 0;
}
.header-tel a,
.header-mail a {
	color: #E0E0E0;
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	transition: all 0.5s ease;
}
.header-tel a:hover,
.header-mail a:hover {
	color: #E40A13
}
.header-conatainer {
	padding: 10px;
	max-width: 1260px;
	display: flex;
	gap: 20px;
	margin: 0 auto;
	justify-content: space-between;
}
.logo-menu-holder {
	display: flex;
	gap: 15px;
	align-items: center;
}
.header-button-holder {
	display: flex;
	gap: 15px;
	align-items: center;
}
nav.header-main-menu {}
.header-main-menu ul {
	display: flex;
	margin: 0 10px;
}
.header-main-menu ul li {
	list-style: none;
	padding: 15px 15px 11px 15px;
	margin: 0 5px;
}
.header-main-menu ul li.current_page_item {

}
.header-main-menu ul li.menu-item-has-children {
	position: relative;
}
.header-main-menu ul li.menu-item-has-children::after {
	content: '';
	position: absolute;
	width: 13px;
	height: 8px;
	top: 21px;
	right: -5px;
	background: url(./assets/images/down-arrow.svg) no-repeat;
	transition: all 0.4s ease;
	background-position: center;
	background-size: cover;
}
.white-head .header-main-menu ul li.menu-item-has-children::after {
	content: '';
	position: absolute;
	width: 13px;
	height: 8px;
	top: 21px;
	right: -5px;
	background: url(./assets/images/down-arrow-black.svg) no-repeat;	
	transition: all 0.4s ease;
	background-position: center;
	background-size: cover;
}
html[lang="en-US"] body .header-main-menu ul li.menu-item-has-children::after {
	top: 24px;
}
html[lang="en-US"] body .white-head .header-main-menu ul li.menu-item-has-children::after {
	top: 24px;
}
.header-main-menu ul li.menu-item-has-children:hover::after {
	transform: rotate(180deg);
}
.header-main-menu ul li.menu-item-has-children:hover .sub-menu {
	display: flex;
    position: absolute;
    top: 38px;
    width: 175px;
    left: 0;
    z-index: 3;    
	margin-top: 12px;
    margin-left: 12px;
    margin-right: 0;
}
.header-main-menu ul li.menu-item-has-children .sub-menu {
	flex-direction: column;
	display: none;
	background: #ffffff;
	border-radius: 8px;
	padding: 10px;
}
.header-main-menu ul li.menu-item-has-children .sub-menu li {
	padding: 10px 15px 5px 15px;
	margin: 0;
}
.header-main-menu ul li.menu-item-has-children .sub-menu li:hover {
	background: #E40A131A;
	border-radius: 8px;
}
.header-main-menu ul li.menu-item-has-children .sub-menu li:hover a {
	color: #E40A13;
}
.header-main-menu ul li.menu-item-has-children .sub-menu li a {
	color: #000000A3;
}
.header-main-menu ul li.menu-item-has-children .sub-menu li a:hover {
	color: #E40A13;
}
.header-main-menu ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #FAFAFA;
	transition: all 0.4s ease;
}
/*
html[lang="en-EN"] body,
html[lang="en-US"] body,
html[lang="en"] body {
    font-family: 'Lexend', 'Noto Sans Bengali', sans-serif;
}
html[lang="bn-BD"] {
	font-family: 'Noto Sans Bengali', sans-serif;
}
*/
.header-main-menu ul li.menu-item-has-children .sub-menu li.current-menu-item a {
	padding: 0;
	border: none;
	border-radius: 0;
}
html[lang="bn-BD"] .header-main-menu ul li.current-menu-item a {
	padding: 5px 9px 2px 9px;
	border: 1px solid #FFF;
	border-radius: 8px;
}
html[lang="en-US"] .header-main-menu ul li.current-menu-item a {
	padding: 5px 9px 5px 9px;
	border: 1px solid #FFF;
	border-radius: 8px;
}
html[lang="bn-BD"] .white-head .header-main-menu ul li.current-menu-item a {
    padding: 5px 9px 2px 9px;
    border: 1px solid #000;
    border-radius: 8px;
}
html[lang="en-US"] .header-main-menu ul li.menu-item-has-children .sub-menu li a {
	padding: 0;
	border: none;
	border-radius: 0;
}
html[lang="bn-BD"] .header-main-menu ul li.menu-item-has-children .sub-menu li a {
	padding: 0;
	border: none;
	border-radius: 0;
}
html[lang="en-US"] #currentLang {
    margin-top: -1px;
}
#mobileDrawerMmenu .lang-item {
	display: block;
}
.white-head .header-main-menu ul li a {
	color: rgba(0, 0, 0, 0.88);
	font-weight: 400;
	font-size: 14px;
}
.white-head .language-trigger {
	color: rgba(0, 0, 0, 0.88);	
}
.white-head .mobile-menu-toggle #menuIcon svg path {
	fill: #000000;
}
#mobileDrawerMmenu .lang-item,
.white-head .mobile-menu-toggle .pll-parent-menu-item {
	position: relative;
}
#mobileDrawerMmenu .lang-item::before,
.menu-in-mobile-drawing .pll-parent-menu-item:before {
	content: '';
	position: absolute;
	background: url("assets/images/globe-black.svg") no-repeat;
	width: 16px;
	height: 16px;
	width: 16px;
    height: 16px;
    top: 15px;	
}
.header-main-menu .pll-parent-menu-item {
	display: none;
}
#mobileDrawerMmenu .menu-in-mobile-drawing .lang-item.current-lang {
	display: none;
}
#mobileDrawerMmenu .lang-item a,
.menu-in-mobile-drawing nav ul li.pll-parent-menu-item a {	
	padding: 8px 3px 4px 24px;
}
.header-main-menu ul li a:hover {
	color: #E40A13;
}
.polylangswitcher-dropdown {
	position: relative;
	display: flex;
	gap: 0;
	align-items: center;
}.polylangswitcher-dropdown .pll-switcher-select {
	border: none;
	color: #ffffff;
	font-family: "Noto Sans Bengali", sans-serif;
	font-size: 15px;
}
.login-btn {}
.login-btn-en {
	font-family: "Lexend", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	background: #E40A13;
	border-radius: 6px;
	border: 2px solid #E40A13;
	transition: all 0.04s ease;
	padding: 8px 12px;
}
.login-btn-bn a {
	text-transform: capitalize;
}
.login-btn-bn {
	font-family: "Noto Sans Bengali", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	background: #E40A13;
	border-radius: 6px;
	border: 2px solid #E40A13;
	transition: all 0.04s ease;
	padding: 8px 12px;
	text-transform: capitalize;
}
.login-btn-en:hover,
.login-btn-bn:hover {
	border: 2px solid #FFFFFF;
	background: transparent;
}
/* Hide the original language items */
.lang-item {
	display: none;
}
.world-icon-container {
	display: none;
	/* Hide the separate world icon */
}
.language-trigger {
	display: flex;
	align-items: center;
	gap: 3px;
	background: transparent;
	color: white;
	padding: 8px 12px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	border: none;
	min-width: 80px;
	justify-content: center;
}
.language-trigger:hover {
	background: transparent;
}
.world-icon {
	width: 16px;
	height: 16px;
}
.dropdown-arrow {
	width: 24px;
	height: 30px;
	transition: transform 0.2s;
}
.dropdown-arrow.open {
	transform: rotate(180deg);
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	margin-top: 4px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.2s ease;
	z-index: 1000;
	min-width: 140px;
	padding: 8px;
}
.dropdown-menu.open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.dropdown-option {
	display: block;
	padding: 6px 12px;
	color: #374151;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	transition: background 0.2s;
	margin: 3px 0;
	border-radius: 6px;
}
.dropdown-option:hover {
	background: #f3f4f6;
}
.dropdown-option.selected {
	background: #fee2e2;
	color: #dc2626;
}
.dropdown-option.bangla {
	color: #dc2626;
	font-weight: 600;
	line-height: 1.6;
    padding: 10px 5px 5px 14px;
}
.btn-ghost {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	padding: 6px 10px;
	margin-right: 15px;
	transition: all 0.4s ease-in;
}
.btn-ghost:hover {
	color: #FFFFFF;
	border: 1px solid #E40A13;
	background: #E40A13;
}
.mobile-actions {
	display: none;
}
/*Mobile Menu*/
.mobile-menu-toggle {
	display: none;
	background: none;
	border: none;
	color: white;
	font-size: 24px;
	cursor: pointer;
	padding: 5px;
}
@media (max-width:850px) {
	.header-main-menu ul {
		padding-left: 15px;
	}
}
@media (max-width: 784px) {
	.header-main-menu ul li {
		list-style: none;
		padding: 15px 8px;
		margin: 0 5px;
	}
	.header-main-menu ul {
		padding-left: 0px;
	}
}
@media (max-width: 768px) {
	.mobile-actions {
		display: flex;
	}
	.header-button-holder,
	.header-main-menu-holder {
		display: none;
	}
	.mobile-menu-toggle {
		display: block;
	}
	.logo-menu-holder {
		justify-content: space-between;
		width: 100%;
	}
	.header-top-container {
		justify-content: center;
	}
}
.mobile-drawer-menu {
	background: #FFFFFF;
	min-height: 450px;
	border-radius: 30px 30px 0 0;
	position: fixed;
	width: 100%;
	bottom: -1000px;
	transition: all 0.5s ease;
	z-index: 999;
}
.mobile-drawer-menu.active {
	bottom: 0;
}
.mobile-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
	opacity: 1;
	visibility: visible;
}
.mobile-top-part {
	padding: 15px 15px 0px 15px;
	align-items: center;
	border-bottom: 1px solid #0000000F;
}
.mobile-top-cross {
	width: 35px;
    height: 43px;
    text-align: center;
    padding-top: 7px;
}
.custom-flex {
	display: flex;
}
.custom-justify-between {
	justify-content: space-between;
}
.custom-justify-center {
	justify-content: center;
}
.custom-align-items {
	align-items: center;
}
.menu-in-mobile-drawing nav ul {
	margin: 0;
	padding: 0 15px;
}
.menu-in-mobile-drawing nav ul li {
	list-style: none;
	padding: 5px 10px;
	width: 100%;
	border-top: 1px solid #0000000F;
}
.menu-in-mobile-drawing nav ul li:first-child {
	border-top: none;
}
.menu-in-mobile-drawing nav ul li a {
	color: #000000E0;
    font-size: 14px;
    font-weight: 600;
    font-family: "Noto Sans Bengali", sans-serif;
	transition: all 0.4s ease;
	width: 100%;
	padding: 10px 0 5px;
    display: inline-block;
}
.menu-in-mobile-drawing nav ul li a:hover {
	color: #E40A13;
}
.menu-in-mobile-drawing nav ul li ul.sub-menu {
	display: none;
	transition: all 0.4s ease;
}
.menu-in-mobile-drawing nav ul li.menu-item-has-children {
	position: relative;
}
.menu-in-mobile-drawing nav ul li.menu-item-has-children::after {
	content: '';
	position: absolute;
	background-image: url(assets/images/keyboard-arrow-down.svg);
	width: 15px;
	height: 15px;
	right: 14px;
    top: 16px;
	transition: all 0.4s ease;
	background-repeat: no-repeat;
    background-position: center;
	z-index: -1;
}
.menu-in-mobile-drawing nav ul li.menu-item-has-children.active::after {
	transform: rotate(180deg);
}
.menu-in-mobile-drawing nav ul li ul.sub-menu.active {
	display: block;
}
.menu-drawer-login-btn {
	margin: 17px 18px;
    text-align: center;
    text-transform: capitalize;
}
.menu-drawer-login-btn > a {
	width: 100%;
	display: block;
}
.site-info-mobile-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.site-info-mobile-container .header-tel a,
.site-info-mobile-container .header-mail a {
	color: #000000E0;
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	transition: all 0.5s ease;
}
.site-info-mobile-container p {
	margin-bottom: 0;
}
.mobile-social-icons ul {
	list-style: none;
    display: flex;    
    padding-left: 0;
    gap: 12px;
}
#currentLang {
	margin-top: 4px;
}
.polylangswitcher-dropdown > div > img {
	margin-top: -1px;
}
/*Footer*/
footer {
	background: #000000;
	padding: 80px 10px;
	border-radius: 40px 40px 0 0;
}
@media ( max-width:950px ) {
	footer {
    background: #000000;
    padding: 80px 25px;
    border-radius: 35px 35px 0 0;
}
}
.main-footer-wrapper {
	max-width: 1260px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
.footer-top-part {
	display: flex;
	padding-bottom: 25px;
	border-bottom: 1px solid #303030;
}
.footer-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
/* Left part (menus) */
.footer-menu-holder,
.footer-middle-part {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	flex: 1;
}
.footer-menu {
	flex: 1 1 calc(25% - 20px);
	min-width: 200px;
}
.footer-menu h3 {
	margin-bottom: 10px;
	position: relative;
}
/* Right part (fixed width) */
.footer-top-part-last ,
.footer-logo-part-last {
	width: 397px;	
}
.footer-top-part-last .custom-flex {
	display: flex;
    list-style: none;
    padding-left: 0;
    gap: 10px;
    margin-top: 18px;
}
.footer-top-part-last h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #FFFFFF;
}
/* Responsive adjustments */
@media (max-width: 1024px) {
	.footer-menu {
		flex: 1 1 calc(50% - 20px); /* 2 columns on tablet */
	}
}
@media (max-width: 768px) {
	footer {
		background: #000000;
		padding: 40px 16px;
	}
	.footer-container {
		flex-direction: column;
	}
	.footer-top-part {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-menu-holder {
		gap: 5px;
	}
	.footer-menu h3 {
		padding: 8px 0 0 0;
		margin-bottom: 5px;
	}
	.footer-menu h3::after {
		content: '';
		position: absolute;
		background: url('./assets/images/red-arrow.svg') no-repeat #FFF1F01A center;
		right: 0px;
		height: 32px;
		width: 32px;
		top: 0;
		border-radius: 4px;
	}
	.footer-logo-part-last {
		width: 100%; /* full width on mobile */
	}
	.footer-top-part-last {
		display: none;
	}
	.footer-menu {
		flex: 1 1 100%; /* 1 column on mobile */
	}
}
.footer-menu-holder .footer-menu h3,
.footer-logo-part-last h3,
.footer-bottom-part h3 {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: #FFFFFF;
}
.footer-menu-holder .footer-menu ul {
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	list-style: none;
    padding-left: 0;
}
.footer-menu-holder .footer-menu ul li {
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 5px;
}
.footer-menu-holder .footer-menu ul li a {
	line-height: 1.6;
	color: #b7b7b7;
	font-weight: 400;
}
.footer-mail , .footer-tel {
	color: #b7b7b7;
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	transition: all 0.5s ease;
	margin-bottom: 6px;
}
.footer-middle-part {
	padding: 40px 0;
	border-bottom: 1px solid #303030;
}
.footer-logo-holder {
	display: flex;
    gap: 15px;
    flex-direction: column;
	flex: 1;
}
.footer-logo-holder p {
	color: #b7b7b7;
}
.footer-app-download-button {
	display: flex;
	gap: 15px;
}
.footer-app-download-button p {
	color: #b7b7b7;
}
.footer-app-download-button img {
	border-radius: 5px;
}
.footer-bottom-part {
	padding: 40px 50px 0 0;
}
.footer-bottom-part > div {
	color: #b7b7b7;
}
.footer-bottom-part div > p {
	margin-bottom: 0;
}
/* Hidden only on mobile by default */
@media (max-width: 768px) {
	.footer-menu nav {
		display: none;
	}
	.footer-menu nav.show {
		display: block;
	}
}
.home footer {
	z-index: 1;
}
#brxe-ydxbok .tab-title > .brxe-text-basic ,
#brxe-nlgltt .tab-title > .brxe-text-basic {
	display: none;
}
#brxe-ydxbok .tab-title.brx-open > .brxe-text-basic ,
#brxe-nlgltt .tab-title.brx-open > .brxe-text-basic {
	display: block;
}
@media ( max-width: 477px ) {
	.material-textfield label {
		top: 43%;
	}
}
.brx-open .accordion-title-wrapper svg path {
	fill: #e40a13;
}
#brxe-usdhnj .accordion-title-wrapper svg path {
	fill: #e40a13;
}
#brxe-sobniu {
transition: background-size 1s ease, transform 1s ease;
}
.material-textfield {
	position: relative;
}
.material-textfield label {
	position: absolute;
	font-size: 14px;
	left: 0;
	top: 45%;
	transform: translateY(-90%);
	background-color: white;
	color: #00000099;
	padding: 0 0.3rem;
	margin: 0 0.5rem;
	transition: .3s ease-out;
	transform-origin: left top;
	pointer-events: none;
}
.material-textfield input {
    font-size: 14px;
    outline: none;
    border: 1px solid #0000003B;
    border-radius: 6px;
    padding: 0 10px;
    color: #000000DE;
    transition: 0.3s ease-out;
    margin-bottom: 20px;
	height: 40px;	
}
.material-textfield input:focus {
	border-color: #0000003B;
}
.material-textfield input:focus + label {
	color: #00000099;
	top: 0;
	transform: translateY(-50%) scale(.9);
}
.material-textfield input:not(:placeholder-shown) + label {
	top: 0;
	transform: translateY(-50%) scale(.9);
}

/*slider critical*/
/* Hide duplicate pagination buttons after the first set */
/*
.splide__pagination--ltr li:nth-child(n+7) ,
.splide__pagination--ltr li:nth-child(n+8) ,
.splide__pagination--ltr li:nth-child(n+9) ,
.splide__pagination--ltr li:nth-child(n+10) ,
.splide__pagination--ltr li:nth-child(n+11) ,
.splide__pagination--ltr li:nth-child(n+12) {
  display: none !important;
}
*/
/* Optional: adjust spacing if needed */
.splide__pagination--ltr {
  display: flex;
  justify-content: center;
  gap: 8px; /* adjust if needed */
}
/*contact form field design*/
.contact-us-field .material-textfield {
	position: relative;
}
.contact-us-field .material-textfield span {
	color: #e40a13;
}
.contact-us-field .material-textfield label {
	position: absolute;
	font-size: 1.3rem;
	left: 0;
	top: 26px;
	transform: translateY(-86%);
	background-color: white;
	color: #00000099;
	padding: 0 0.3rem;
	margin: 0 0.5rem;
	transition: .3s ease-out;
	transform-origin: left top;
	pointer-events: none;
}
.contact-us-field .material-textfield input {
	font-size: 1.4rem;
	outline: none;
	border: 1px solid #0000003B;
	border-radius: 6px;
	padding: 0 10px;
	color: #000000DE;
	transition: 0.3s ease-out;
	margin-bottom: 10px;	
}
.contact-us-field .material-textfield input:focus {
	border-color: #0000003B;
}
.contact-us-field .material-textfield input:focus + label {
	color: #00000099;
	top: 0;
	transform: translateY(-50%) scale(1);
}
.contact-us-field .material-textfield input:not(:placeholder-shown) + label {
	top: 110px;
	transform: translateY(-50%) scale(1);
}

.contact-us-field.with-business-field .material-textfield input:focus + label {
	color: #00000099;
	top: 0px;
	transform: translateY(-70%) scale(.9);
}
.contact-us-field.with-business-field .material-textfield input:not(:placeholder-shown) + label {
	top: -110px;
	transform: translateY(-70%) scale(1);
}

/*for textarea*/

.contact-us-field .material-textfield.tl-textarea label {
	position: absolute;
    font-size: 1.4rem;
    left: 0;
    top: 10%;
    transform: translateY(-83%);
    background-color: white;
    color: #00000099;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .3s ease-out;
    transform-origin: left top;
    pointer-events: none;
}
.contact-us-field .material-textfield.tl-textarea textarea {
    font-size: 1.4rem;
    outline: none;
    border: 1px solid #0000003B;
    border-radius: 6px;
    padding: 7px 10px 0 10px;
    color: #000000DE;
    transition: 0.3s ease-out;
    margin-bottom: 20px;	
}
/* ensure wrapper and label are positioned relative to each other */
.contact-us-field .material-textfield p {
  position: relative;
  margin: 0;
  padding-top: 6px; /* space for label */
}

/* the span wrapper (sibling of the label) */
.contact-us-field .material-textfield .wpcf7-form-control-wrap {
  display: block;
}

/* textarea styling */
.contact-us-field .material-textfield textarea {
	width: 100%;
	padding: 16px 6px 8px 0;
	background: transparent;
	font-size: 14px;
	outline: none;
	resize: vertical; /* allow vertical resize if you want */
	box-sizing: border-box;
	min-height: 120px;
}
/* the floating label */

.contact-us-field .material-textfield label {
	position: absolute;
	left: 0;
	top: 34px;
	font-size: 14px;
	color: #888;
	pointer-events: none;
	transition: all 0.3s ease;
	transform-origin: left top;
}

/* when textarea is focused (via wrapper focus-within) OR wrapper has .has-value */
.contact-us-field.with-business-field .material-textfield .wpcf7-form-control-wrap:focus-within + label,
.contact-us-field.with-business-field .material-textfield input:focus + label ,
.contact-us-field.with-business-field .material-textfield label.active-label {
top: 11px;
  font-size: 13px; 
}

.contact-us-field .material-textfield .wpcf7-form-control-wrap:focus-within + label,
.contact-us-field .material-textfield .wpcf7-form-control-wrap.has-value + label {
  top: 15px;
  font-size: 13px; 
}
.contact-us-field .material-textfield span.wpcf7-not-valid-tip {
	margin-bottom: 10px;
}

/* optional: stronger border on focus */
.contact-us-field .material-textfield .wpcf7-form-control-wrap:focus-within textarea {  
}

/* hide visible placeholder but keep placeholder presence for :placeholder-shown if needed */
.contact-us-field .material-textfield textarea::placeholder {
  color: transparent;
}
#business_form_id button,
.contact-us-field .wpcf7-submit {
	width: 100%;
	margin-top: 2rem;
	font-family: "Noto Sans Bengali";
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: 600;
	background-color: #E40A13;
	border-radius: 5px;
    border: none;
    padding: 15px 10px;
    text-align: center;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}
.scale-up12x {
	transition: all 0.5s ease;
	transform: scale(1.2);
}
.hide-first {
	display: flex !important;
}
.critical-slider-red .splide__pagination__page.is-active::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #f00;
	width: 20px;
	height: 20px;
	top: -2px;
	left: -2px;
	z-index: -1;
}
.bricks-video-overlay-icon {
	left: 10%;
	top: 82%;
	z-index: 2;
}
.form-col-2 {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    width: 100%;
}
.form-col-1 {
    width: 50%;
}
@media (max-width: 600px) {
    .form-col-1 {
        width: 100%;
    }
}
.tl-usr-menu-dropdown {
	position: relative;
	display: inline-block;
}

.tl-usr-menu-toggle {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
}

.tl-usr-menu-arrow {
	font-size: 12px;
}

.tl-usr-menu-list {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	min-width: 160px;
	border-radius: 6px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.12);
	list-style: none;
	padding: 8px 0;
	margin: 8px 0 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.25s ease;
	z-index: 999;
}

.tl-usr-menu-link {
	display: block;
	padding: 10px 16px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

.tl-usr-menu-link:hover {
	background: #f5f5f5;
}

/* Active state */
.tl-usr-menu-dropdown.tl-usr-menu-active .tl-usr-menu-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.tl-usr-menu-link:hover {
	color: #E40A13;
}
.tl-usr-menu-list-mob {
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    justify-content: space-between;
gap: 20px;
}
.tl-usr-menu-list-mob li {
	width:100%;
	text-align: center;
}
.tl-usr-menu-list-mob li a {
width: 100%;
    display: block;
	padding: 8px 12px 4px 12px;
}