/* top header  */
.header-button-wrap .for-desktop {
	display: none !important;
}
.header-button-wrap .for-mobile {
	display: inline-flex !important;
}
@media (min-width: 1024px) {
	.header-button-wrap .for-desktop {
		display: inline-flex !important;
	}
	.header-button-wrap .for-mobile {
		display: none !important;
	}
}
ul#secondary-menu li a:first-child {
	display: none;
}

.top-header-left-links a {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.6px;
	text-decoration: none !important;
}
.top-header-left-links {
	display: flex;
	align-items: center;
	gap: 40px;
}
.top-header-contact {
	display: flex !important;
	align-items: center;
	gap: 8px;
	color: #fdfdfd !important;
}
.top-header-contact:hover {
	color: #fdfdfdbb !important;
}
.header-sidebar .widget {
	margin: 0 !important;
}

.text-black {
	color: #191919;
}
/*  header  */
@media (max-width: 1024px) {
	.site-header-row {
		padding: 0 5px 0 20px !important;
	}
}

/* ---------------------------------- home custom style --------------------------------------- */
.counter-border-right::after,
.counter-border-right.for-about::after {
	display: none !important;
}
@media (min-width: 1024px) {
	.counter-border-right::after,
	.counter-border-right.for-about::after {
		display: block !important;
		content: "";
		position: absolute;
		width: 2px;
		height: 69px;
		background: rgba(34, 49, 116, 0.1);
		top: 50%;
		transform: translateY(-50%);
		right: -12px;
	}
	.counter-border-right.for-about::after {
		height: 120px !important;
		right: -10px !important;
	}
}
@media (min-width: 1200px) {
	.counter-border-right.for-about::after {
		height: 169px !important;
		right: 20px !important;
	}
}

/* ------------------------------------- services section ------------------------------------- */

.service-card .service-card-subtitle {
	visibility: hidden;
	opacity: 0;
}
.service-card-arrow {
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
	transform: scale(0.7);
}

.service-content {
	position: relative;
	transition: all 0.2s ease;
}

/* Make all real content stay above gradient */
.service-content > * {
	position: relative;
	z-index: 3;
}

/* Default gradient */
.service-content::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(34, 49, 116, 0) 0%,
		rgba(34, 49, 116, 0.5) 100%
	);
	transition: opacity 0.3s ease;
	z-index: 1;
}

/* Hover gradient */
.service-content::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(34, 49, 116, 0.2) 0%,
		#223174 100%
	);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
	border-radius: 12px;
}
.service-card-arrow {
	transform: translate(-50%, -50%) scale(0.7);
	visibility: hidden;
	opacity: 0;
}
/* Hover trigger */

/* Hover effect */
.service-card:hover .service-content::after {
	opacity: 1;
}
.service-content {
	position: relative;
	transition: margin 0.3s ease !important;
}

.service-card:hover .service-content {
	margin-bottom: 0;
}

.service-card:hover .service-card-subtitle {
	opacity: 1 !important;
	visibility: visible;
}
.service-card:hover .service-card-arrow {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	z-index: 5;
}

/* post detail page  */
/* content left right padding remove  */

.custom-blog-header {
	background-image: url("./image/gallery-banner.webp") !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center;
	display: flex;
	align-items: end;
	color: #fff;
	justify-content: start;
	position: relative;
	margin-bottom: 50px;
}

@media (min-width: 1024px) {
	.custom-blog-header {
		margin-bottom: 80px;
	}
}

.custom-blog-header h1 {
	color: #fff;
	text-align: center;
	font-family: "Inter";
	font-size: 28px;
	font-style: normal;
	line-height: 1.5em !important;
	font-weight: 600;
	line-height: 68px;
	letter-spacing: -1.24px;
	text-transform: uppercase;
}
.custom-blog-header p {
	color: #f4f9fd;
	text-align: center;
	font-family: "Inter";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	max-width: 644px;
	margin: auto;
}
.custom-blog-header::after {
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(0, 0, 0, 0.5) 100%
	);
	z-index: 1;
	bottom: 0;
}
.custom-blog-header .site-container {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 80px 0 80px 0;
}
.custom-blog-header .site-container .blog-page-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1020px;
	margin: auto;
	gap: 20px;
}
@media (min-width: 768px) {
	.custom-blog-header .site-container {
		padding: 115px 0 115px 0;
	}
	.custom-blog-header h1 {
		font-size: 40px;
	}
}
@media (min-width: 1024px) {
	.custom-blog-header .site-container .blog-page-title {
		gap: 30px;
	}
	.custom-blog-header h1 {
		font-size: 62px;
	}
}

.entry-content-wrap {
	padding: 2rem 0px !important;
}

.blog .content-area,
.archive .content-area {
	margin-top: 0 !important;
}
.grid-cols {
	gap: 1.5rem !important;
}
.entry-summary {
	color: #151515;
}

.loop-entry .entry-summary p,
.loop-entry .entry-header .entry-meta {
	margin: 0 !important;
}
.entry.loop-entry {
	box-shadow: none !important;
	overflow: hidden !important;
}
a.button:hover,
a.button:focus,
a.button:active {
	color: #fff !important;
}
/* sidebar  */
/* latest thumb post  */

.latest-thumb-item {
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 1.2px;
}
.latest-thumb-item svg {
	height: 16px;
	width: 16px;
}

.latest-thumb-item .readmore-btn {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	color: #223174;
	font-family: "Inter";
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
}
.latest-thumb-item .latest-title {
	color: #191919;
	font-family: "Inter";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	text-transform: uppercase;
}
.latest-thumb-content p {
	font-family: "Inter";
	color: #717680;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}
.latest-thumb-item img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	border-radius: 8px;
	margin-right: 12px;
}

.latest-thumb-item a:first-child {
	width: 150px;
	font-weight: 600;
	text-decoration: none;
	flex-shrink: 0;
}

/* blog page  */

.blog .entry-content-wrap {
	background: rgba(34, 49, 116, 0.05);
	padding: 16px !important;
	border-radius: 12px !important;
}

.blog a.post-thumbnail {
	border-radius: 16px;
}
.blog footer.entry-footer {
	margin: 0 !important;
}
.blog footer.entry-footer .post-more-link {
	text-transform: none !important;
	color: #223174;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
h1.page-title.post-home-title.archive-title {
	text-transform: uppercase;
}
.entry-hero.post-archive-hero-section .entry-header {
	min-height: 0 !important;
	padding-top: 120px !important;
	margin-bottom: 40px !important;
}

/* pagination  */
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
	border-width: 1px !important;
}
.pagination .current {
	border-color: #111c43;
	background: none !important;
	color: var(--global-palette-btn);
	border-width: 1px !important;
}

/* latest thumb post end  */

.sidebar-inner-wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-top: 2rem;
}

@media (min-width: 768px) {
	.sidebar-inner-wrap {
		gap: 3rem;
		padding-top: 0px;
	}
}

.sidebar-inner-wrap
	.jalabi-contact-form.jalabi-newsletter
	input[type="submit"] {
	width: 100% !important;
	background: #111c43 !important;
	border: 1px solid #111c43 !important;
	text-transform: uppercase !important;
}
.sidebar-inner-wrap .jalabi-contact-form.jalabi-newsletter input {
	text-align: center !important;
}
.sidebar-inner-wrap
	.jalabi-contact-form.jalabi-newsletter
	input[type="submit"]:hover {
	background-color: #fff !important;
}
.primary-sidebar.widget-area .widget {
	margin-bottom: 0.5rem !important;
}
.sidebar-inner-wrap h2.widget-title {
	border-bottom: 3px solid rgba(34, 49, 116, 0.1);
	color: #191919 !important;
	font-family: "Inter";
	font-size: 24px !important;
	font-weight: 600;
	position: relative;
	margin-bottom: 1.5rem;
	background-color: #fff !important;
	padding-bottom: 0.75rem;
}
.sidebar-inner-wrap h2.widget-title::after {
	content: "";
	border-bottom: 3px solid #f6b708 !important;
	position: absolute;
	width: 45px;
	bottom: -3px;
	left: 0px;
}

/* sidebar socials */

.sidebar_socials {
	display: flex;
	gap: 16px;
}

.sidebar_socials a {
	width: 38px;
	height: 38px;
	background: rgba(34, 49, 116, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	transition: all 0.2s ease;
}
.sidebar_socials a:hover {
	background-color: #111c43;
}
.sidebar_socials a:hover svg {
	color: #fff;
	fill: #fff;
}
section#categories-2 ul li a {
	display: inline-flex;
	border: 1px solid rgba(34, 49, 116, 0.1);
	padding: 8px;
	border-radius: 4px;
	text-decoration: none;
}
section#categories-2 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media (min-width: 768px) {
	section#categories-2 ul {
		gap: 20px;
	}
	section#categories-2 ul li a {
		padding: 12px;
	}
}

section#media_image-2 img {
	object-fit: cover;
	width: 100%;
	border: 7px solid white;
	border-radius: 50%;
	outline: 1px solid #f5e9e9;
}
section#text-2 .textwidget {
	padding: 16px 8px;
	text-align: center;
}
.sidebar-inner-wrap .jalabi-contact-form.jalabi-newsletter p:nth-child(2) {
	display: none;
}

/* archive-singular  */
.wp-singular .post-thumbnail.article-post-thumbnail {
	border-radius: 16px;
	margin-bottom: 1.5rem;
}

/** Buttons **/

.btn-primary,
.elementor-btn-primary .elementor-button,
.btn-secondary,
.elementor-btn-secondary .elementor-button,
.btn-whatsapp {
	font-family: "Inter";
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.6px;
	text-align: center;
	padding: 4px 4px 4px 24px;
	display: flex !important;
	align-items: center !important;
	justify-content: start;
	gap: 12px;
	border-radius: 8px;
	transition: all 0.2s linear;
	text-decoration: none !important;
}

.btn-primary .btn-arrow,
.btn-secondary .btn-arrow,
.elementor-btn-primary .elementor-button .elementor-button-icon,
.elementor-btn-secondary .elementor-button .elementor-button-icon {
	width: 44px;
	height: 44px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-primary,
.elementor-btn-primary .elementor-button {
	color: rgba(25, 25, 25, 1) !important;
	background-color: #fff;
}

.btn-secondary {
	background-origin: #fdfdfd;
	color: #191919;
}

.btn-secondary,
.elementor-btn-secondary .elementor-button {
	color: rgba(253, 253, 253, 1) !important;
	background-color: rgba(0, 0, 0, 1) !important;
	text-decoration: none !important;
}
.btn-secondary .btn-arrow,
.elementor-btn-secondary .elementor-button .elementor-button-icon {
	background-color: rgba(253, 253, 253, 1);
	columns: rgba(0, 0, 0, 1);
}
.btn-primary .btn-arrow,
.elementor-btn-primary .elementor-button .elementor-button-icon {
	background-color: rgba(25, 25, 25, 1);
	color: #fff;
	transition: all 0.2s linear;
}
.btn-primary .btn-arrow svg,
.btn-secondary .btn-arrow svg,
.elementor-btn-secondary .elementor-button .elementor-button-icon svg,
.elementor-btn-primary .elementor-button .elementor-button-icon svg {
	transition: all 0.2s;
}
.btn-primary:hover,
.elementor-btn-secondary .elementor-button:hover,
.btn-secondary:hover,
.elementor-btn-primary .elementor-button:hover,
.btn-whatsapp:hover {
	background-color: rgba(34, 49, 116, 1) !important;
	color: #fff !important;
}
.btn-primary:hover .btn-arrow,
.elementor-btn-primary .elementor-button:hover .elementor-button-icon {
	background-color: #fff;
	color: rgba(34, 49, 116, 1);
}
.btn-primary:hover .btn-arrow svg,
.btn-secondary:hover .btn-arrow svg,
.elementor-btn-secondary .elementor-button:hover svg,
.elementor-btn-primary .elementor-button:hover svg {
	rotate: 45deg;
}
.hero-buttons {
	display: flex;
	align-items: center;
	gap: 16px;
}

.ff-btn-sm.btn-primary .btn-arrow svg {
	stroke: #fff;
}
.ff-btn-md.btn-secondary .btn-arrow svg {
	stroke: #191919 !important ;
}
.ff-btn-sm.btn-primary:hover {
	background-color: #fdfdfdee !important;
	color: #191919 !important ;
}
.ff-btn-sm.btn-primary:hover .btn-arrow {
	background-color: rgba(34, 49, 116, 1) !important;
}
/** Blog sidebar **/
.tagcloud,
.tagcloud {
	padding: 0 !important;
	transition: 0.3s ease-in-out;
}

.entry-footer .entry-tags a.tag-link,
body.category .tagcloud a,
body.tag .tagcloud a,
body.blog .tagcloud a,
body.single-post .tagcloud a {
	display: inline-block !important;
	font-size: 11px !important;
	float: left;
	text-transform: uppercase;
	width: auto !important;
	line-height: 1.2 !important;
	padding: 4px 8px !important;
	background: #eee;
	letter-spacing: 0.4em;
	border: 1px solid transparent !important;
}
.entry-footer .entry-tags a.tag-link:hover,
body.category .tagcloud a:hover,
body.tag .tagcloud a:hover,
body.blog .tagcloud a:hover,
body.single-post .tagcloud a:hover {
	background: #111c43;
	color: #fff;
}

/* a:hover,
a:focus,
a:active {
	color: #7e6a4f !important;
} */

/* post details page  */

/* social icons sharing buttons  */
.footer-socials .social-button {
	background-color: #ffffff31 !important;
	border-radius: 4px;
}
.entry-footer {
	margin-top: 2rem;
	display: flex;
	justify-content: end;
	align-items: center;
	padding-right: 3rem;
}
.social-buttons {
	display: flex;
	gap: 0.5rem;
}
@media (max-width: 576px) {
	.entry-footer {
		padding-right: 0.5rem;
	}
}
@media (max-width: 768px) {
	.single-entry .entry-content-wrap {
		padding: 2rem 1.25rem !important;
	}
}
.social-buttons.blog-social-share-buttons {
	display: flex;
	gap: 1rem;
}

.entry-footer .entry-tags {
	margin-top: 0;
}
.social-buttons.blog-social-share-buttons a {
	text-decoration: none;
}

.entry {
	border-radius: 0 !important;
}
.entry.single-entry {
	box-shadow: none !important;
}
.entry-content-wrap {
	color: #151515;
	line-height: 1.6;
	font-size: 18px;
	padding: 2rem;
}
.loop-entry .entry-header .entry-title {
	color: #151515 !important;
	margin-bottom: 8px !important;
	margin: 0;
}
.tagcloud .tag-cloud-link {
	font-size: 16px !important;
}
.post-thumbnail-inner {
	overflow: hidden;
}

/* footer grid resize  */
/* Default layout for desktop (5 columns) */
.footer-html {
	margin: 0 !important;
}
.footer-html p:first-child {
	margin-top: 0;
	text-align: center !important;
}
.site-footer-row.site-footer-row-columns-5 {
	display: grid;
	grid-template-columns:
		minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
		minmax(0, 1fr) !important;
	column-gap: 2rem;
	row-gap: 1.5rem;
}
.site-bottom-footer-inner-wrap {
	display: flex !important;

	justify-content: space-between !important;
}

/* footer social links  */
.footer-social-links {
	margin-top: 34px;
}
.footer-social-links a {
	display: inline-block;
	padding: 0 25px;
	border-left: 1px solid;
}
.footer-social-links a:last-child {
	border-right: 1px solid;
}
.footer-contact-info .footer-contact-info-item {
	display: flex;
	align-items: center;
	gap: 16px;
}

.footer-contact-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Tablet 2 layout (2 columns) */
@media (max-width: 1024px) {
	.site-footer-row-container-inner
		.site-footer-row.site-footer-row-tablet-column-layout-default {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	}
	/* blog page  */
	.entry-hero.post-archive-hero-section .entry-header {
		min-height: 0 !important;
		padding-top: 80px !important;
		margin-bottom: 40px !important;
	}
	/* blog page  */
}

/* Mobile layout (1 column) */
@media (max-width: 768px) {
	/* blog page  */
	/* blog page gaps  */

	.entry-hero.post-archive-hero-section .entry-header {
		min-height: 0 !important;
		padding-top: 50px !important;
		margin-bottom: 30px !important;
	}

	.site-footer-row-container-inner
		.site-footer-row.site-footer-row-tablet-column-layout-default {
		grid-template-columns: minmax(0, 1fr) !important;
	}
	.site-bottom-footer-inner-wrap {
		display: flex !important;
		flex-direction: column-reverse !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 10px !important;
	}
	br {
		display: none !important;
	}
}

/* Optional: spacing between footer widgets */
.site-footer-row.site-footer-row-columns-5 > div {
	margin-bottom: 1rem;
}

.menu-bottom-quick-links-container ul {
	justify-content: right;
	display: flex !important;
	gap: 1rem !important;
}

/* instagram, telegram button icon size  */
.insta-tele-button svg {
	height: 1.5rem !important;
	width: 1.5rem !important;
}
.insta-tele-button a:hover {
	color: #fff !important;
}
.elementor-button .elementor-button-content-wrapper {
	gap: 10px;
	align-items: center !important;
}

/* contact form css  */
/* contact form design by contact 7  */

/* contact page  */

/* contact info icon box links  */

.contact-info-links .elementor-icon-box-description {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.contact-info-links .elementor-icon-box-description a {
	color: #717680;
	font-size: 16px;
	line-height: 1.5em;
}

.jalabi-contact-form.contact-page p {
	width: 100%;
	max-width: 100%;
}

.jalabi-contact-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.jalabi-contact-form p {
	margin: 0 !important;
	max-width: 436px;
}
.jalabi-contact-form p input[type="submit"] {
	width: auto;
}
.jalabi-contact-form br {
	display: none !important;
}
aside .jalabi-contact-form br {
	display: block !important;
}

.jalabi-contact-form input,
.jalabi-contact-form textarea {
	padding: 14px 26px !important;
	background: none !important;
	border-color: white !important;
	border-radius: 0 !important;
	color: white !important;
	width: 100%;
}
.jalabi-contact-form input::placeholder,
.jalabi-contact-form textarea::placeholder {
	color: #ffffff80;
}
.jalabi-contact-form .wpcf7-not-valid-tip {
	color: #970303;
	margin-top: 8px;
	font-weight: 500;
}
.wpcf7-submit,
input[type="submit"] {
	font-size: 16px !important;
}
.jalabi-contact-form .wpcf7-submit:hover {
	background: white !important;
	color: #000 !important;
}

/* ✅ Newsletter-specific overrides */
.jalabi-contact-form.jalabi-newsletter input {
	border-color: black !important;
	color: black !important;
}
.jalabi-contact-form.jalabi-newsletter input::placeholder {
	color: #00000080 !important;
}
.jalabi-contact-form.jalabi-newsletter input[type="submit"] {
	margin-top: 10px !important;
}
.jalabi-contact-form.jalabi-newsletter input[type="submit"]:hover {
	background-color: #111c43 !important;
	color: #000 !important;
	border-color: #111c43 !important;
}

/* footer style  */

.footer-widget-area-inner h4 {
	color: #000 !important;
}
ul.footer-social-icon {
	list-style-type: none !important;
	justify-content: start;
	margin: 0 !important;
	align-items: center !important;
	gap: 16px !important;
}

.button-white-bg a.elementor-button:hover {
	background: #111c43 !important;
	border: 2px solid #111c43 !important;
	color: #fff !important;
}

/* footer bottom social icon border  */
.footer-social-icon {
	padding-top: 20px !important;
}
@media (max-width: 768px) {
	.footer-social-icon {
		padding-top: 10px !important;
	}
}
.footer-social-icon li {
	padding: 0 25px;
	border-right: 1px solid #000 !important;
	line-height: 0 !important;
}
.footer-social-icon li:first-child {
	border-left: 1px solid #000 !important;
}

/* language switcher styel  */
.header-html .language-switcher select {
	background: #ffffff00
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")
		no-repeat 92% 50%;
	-moz-appearance: none;
	color: #fff !important;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
}
.header-html .language-switcher select option:hover {
	background-color: #111c43 !important;
}
@media (min-width: 1024px) {
	.language-switcher {
		padding-right: 40px;
	}
}

/* contact page  */

.jalabi-contact-form.contact-page input,
.jalabi-contact-form.contact-page textarea {
	border: 1px solid #00000063 !important;
}
.jalabi-contact-form.contact-page input {
	color: #000 !important;
	width: 100%;
}
.jalabi-contact-form.contact-page input::placeholder {
	color: #0808088c;
}
.jalabi-contact-form.contact-page label {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.jalabi-contact-form.contact-page {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.jalabi-contact-form.contact-page input[type="submit"] {
	width: auto !important;
}
.jalabi-contact-form.contact-page textarea {
	padding: 16px;
	width: 100% !important;
	max-width: 100% !important;
}
.jalabi-contact-form.contact-page input[type="submit"]:hover {
	background: #111c43 !important;
	border: 1px solid #111c43 !important;
	color: #fff !important;
}

/* why choose us counter style  */
.wcu-counter {
	backdrop-filter: blur(10px);
}

/* ---------------------------------------- brand slider -------------------------------- */
.brand-slider .swiper-slide {
	width: auto !important;
}

.brand-slider .swiper-wrapper {
	transition-timing-function: linear !important;
}

/* ------------------------- gallery style ----------------------- */
.jalabi-gallery .gallery-icon {
	height: 440px;
}
.jalabi-gallery .gallery-icon a img {
	height: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	.jalabi-gallery .gallery-icon {
		height: 280px !important;
	}
	.jalabi-gallery .gallery {
		margin: 0 !important;
	}
}
@media (max-width: 480px) {
	.elementor-image-gallery .gallery {
		display: grid !important;
		gap: 8px !important;
		grid-template-columns: 1fr 1fr;
	}

	.jalabi-gallery .gallery-item {
		padding: 0 !important;
	}
}

.brandSlider .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.brand-slider .elementor-image-carousel-wrapper {
	transition-timing-function: linear !important;
}

.manpower-division{
	border:1px solid transparent;
	border-radius:12px !important;
	transition:all .2s ease;
}

.manpower-division:hover {
	border-radius:12px;
    border: 1px solid #5d5a5a80;
}


