:root {
	--ibg-gold: #c5a070;
	--ibg-gold-hover: #b39060;
	--ibg-dark: #111111;
	--ibg-dark-2: #1a1a1a;
	--ibg-light: #f7f6f4;
	--ibg-white: #ffffff;
	--ibg-heading: #1a1a1a;
	--ibg-text: #5c5c5c;
	--ibg-container: 1280px;
	--ibg-radius-btn: 40px;
	--ibg-radius-card: 8px;
}

.elementor-location-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: transparent;
}

.ibg-header,
.ibg-header.e-con {
	background: transparent;
}

@media (max-width: 767px) {
	.elementor-location-header .elementor-hidden-mobile,
	.elementor-location-header .elementor-hidden-phone {
		--display: none !important;
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.elementor-location-header .elementor-hidden-tablet {
		--display: none !important;
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.elementor-location-header .elementor-hidden-desktop {
		--display: none !important;
		display: none !important;
	}
}

body {
	font-family: Montserrat, sans-serif;
	color: var(--ibg-text);
	max-width: 100%;
	overflow-x: clip;
}

html {
	max-width: 100%;
	overflow-x: clip;
}

.ibg-header .elementor-nav-menu a,
.ibg-header .elementor-nav-menu--main .elementor-item,
.elementor-location-header .elementor-nav-menu a {
	color: #fff !important;
}

.ibg-header .elementor-nav-menu a:hover,
.ibg-header .elementor-nav-menu .elementor-item.elementor-item-active {
	color: var(--ibg-gold) !important;
}

.elementor-location-header.is-scrolled,
.elementor-location-header.is-scrolled .ibg-header {
	background: rgba(17, 17, 17, 0.82) !important;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.site-header,
.hello-elementor header.site-header {
	display: none !important;
}

.ibg-gold-btn .elementor-button,
.elementor-element.ibg-gold-btn .elementor-button {
	background-color: var(--ibg-gold) !important;
	color: #fff !important;
	border-radius: var(--ibg-radius-btn) !important;
	fill: #fff !important;
}

.ibg-gold-btn .elementor-button:hover,
.elementor-element.ibg-gold-btn .elementor-button:hover {
	background-color: var(--ibg-gold-hover) !important;
	color: #fff !important;
}

.ibg-outline-btn .elementor-button {
	background: transparent !important;
	border: 1px solid #fff !important;
	color: #fff !important;
	border-radius: var(--ibg-radius-btn) !important;
}

.ibg-outline-btn .elementor-button:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}

.ibg-outline-dark-btn .elementor-button {
	background: transparent !important;
	border: 1px solid #1a1a1a !important;
	color: #1a1a1a !important;
	border-radius: var(--ibg-radius-btn) !important;
}

.ibg-outline-dark-btn .elementor-button:hover {
	background: #1a1a1a !important;
	color: #fff !important;
}

.ibg-service-card {
	overflow: hidden;
	min-height: 420px;
	border-radius: 0;
	transition: transform 0.35s ease;
}

.ibg-service-card:hover {
	transform: translateY(-4px);
}

.ibg-service-card .ibg-service-bar {
	background: #fff;
}

.ibg-process-line {
	position: relative;
}

.ibg-process-line::before {
	content: "";
	position: absolute;
	top: 27px;
	left: 8%;
	right: 8%;
	height: 1px;
	background: var(--ibg-gold);
	z-index: 0;
}

.ibg-step-num {
	position: relative;
	z-index: 1;
	width: 54px;
	height: 54px;
	border: 1px solid var(--ibg-gold);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ibg-gold);
	font-weight: 600;
	background: var(--ibg-light);
	margin: 0 auto 18px;
}

.ibg-dark-form .elementor-field-group input,
.ibg-dark-form .elementor-field-group textarea,
.ibg-dark-form .elementor-field-group select {
	background: rgba(255, 255, 255, 0.06) !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	color: #fff !important;
	border-radius: 4px !important;
}

.ibg-dark-form .elementor-field-group input::placeholder,
.ibg-dark-form .elementor-field-group textarea::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.ibg-faq .e-n-accordion-item {
	background: #fff;
	border: 1px solid #ececec !important;
	margin-bottom: 12px;
	padding: 4px 8px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
	color: var(--ibg-gold);
}

.ibg-gallery-card img,
.ibg-project-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ibg-about-photo,
#ibg-about-photo {
	position: relative;
	overflow: hidden;
	min-height: 520px;
}

.ibg-about-photo::after,
#ibg-about-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.08) 48%, transparent 70%);
	pointer-events: none;
	z-index: 1;
}

.ibg-about-photo > .e-con,
.ibg-about-photo .elementor-widget,
#ibg-about-photo > .e-con,
#ibg-about-photo .elementor-widget {
	position: relative;
	z-index: 2;
}

.ibg-about-photo-lines {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2.2px;
	line-height: 1.7;
	text-transform: uppercase;
}

.ibg-about-stats > .e-con,
#ibg-about-stats > .e-con,
#ibg-about-stats .e-con-inner > .e-con {
	border-right: 1px solid #e6e3de;
	padding-left: 28px;
	padding-right: 28px;
}

.ibg-about-stats > .e-con:first-child,
#ibg-about-stats > .e-con:first-child,
#ibg-about-stats .e-con-inner > .e-con:first-child {
	padding-left: 0;
}

.ibg-about-stats > .e-con:last-child,
#ibg-about-stats > .e-con:last-child,
#ibg-about-stats .e-con-inner > .e-con:last-child {
	border-right: none;
	padding-right: 0;
}

.ibg-about-pillars .elementor-icon-box-title,
.ibg-about-values .elementor-icon-box-title {
	font-weight: 700;
}

@media (min-width: 1025px) {
	.ibg-about-pillars,
	#ibg-about-pillars,
	.ibg-about-stats,
	#ibg-about-stats {
		flex-wrap: nowrap !important;
	}

	.ibg-about-pillars .e-con-inner,
	#ibg-about-pillars .e-con-inner,
	.ibg-about-stats .e-con-inner,
	#ibg-about-stats .e-con-inner {
		flex-wrap: nowrap !important;
	}

	.ibg-about-pillars > .e-con,
	#ibg-about-pillars > .e-con,
	.ibg-about-stats > .e-con,
	#ibg-about-stats > .e-con,
	.ibg-about-pillars .e-con-inner > .e-con,
	#ibg-about-pillars .e-con-inner > .e-con,
	.ibg-about-stats .e-con-inner > .e-con,
	#ibg-about-stats .e-con-inner > .e-con {
		flex: 1 1 0 !important;
		width: auto !important;
		max-width: none !important;
	}

	.ibg-about-split,
	#ibg-about-split {
		flex-wrap: nowrap !important;
	}

	.ibg-about-split > .e-con,
	#ibg-about-split > .e-con {
		width: 50% !important;
		max-width: 50% !important;
	}

	.e-con-inner:has(#ibg-about-photo),
	#ibg-about-intro .e-con-inner {
		flex-wrap: nowrap !important;
		align-items: center !important;
	}

	.e-con-inner:has(#ibg-about-photo) > .e-con,
	#ibg-about-intro .e-con-inner > .e-con {
		flex: 1 1 0 !important;
		width: auto !important;
		max-width: 52% !important;
	}
}

@media (min-width: 1025px) {
	.ibg-four,
	.ibg-process-line {
		flex-wrap: nowrap !important;
	}

	.ibg-four > .e-con,
	.ibg-process-line > .e-con {
		width: 24% !important;
		max-width: 24% !important;
		flex: 1 1 0 !important;
	}

	.ibg-services-grid {
		flex-wrap: wrap !important;
	}

	.ibg-services-grid > .e-con {
		width: calc(25% - 15px) !important;
		max-width: calc(25% - 15px) !important;
		flex: 0 0 calc(25% - 15px) !important;
	}
}

@media (max-width: 1024px) {
	.ibg-process-line::before {
		display: none;
	}

	.ibg-service-card {
		min-height: 340px;
	}

	.ibg-services-grid > .e-con {
		width: calc(50% - 10px) !important;
		max-width: calc(50% - 10px) !important;
		flex: 0 0 calc(50% - 10px) !important;
	}
}

@media (max-width: 767px) {
	.ibg-services-grid > .e-con {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	.ibg-hero-h1,
	.ibg-hero-h1 .elementor-heading-title {
		font-size: 30px !important;
		line-height: 1.15 !important;
		word-break: break-word;
	}

	.ibg-about-stats > .e-con,
	#ibg-about-stats > .e-con {
		border-right: none;
		border-bottom: 1px solid #e6e3de;
		padding: 20px 0;
	}

	.ibg-about-stats > .e-con:last-child,
	#ibg-about-stats > .e-con:last-child {
		border-bottom: none;
	}
}

.ibg-contact-form .elementor-field-group input,
.ibg-contact-form .elementor-field-group textarea,
.ibg-contact-form .elementor-field-group select {
	background: #fff !important;
	border: 1px solid #e4e1dc !important;
	border-radius: 10px !important;
	color: #1a1a1a !important;
	min-height: 52px;
	padding: 14px 16px !important;
}

.ibg-contact-form .elementor-field-group textarea {
	min-height: 140px;
}

.ibg-contact-form .elementor-field-group input::placeholder,
.ibg-contact-form .elementor-field-group textarea::placeholder {
	color: #8a8a8a;
}

.ibg-contact-form .elementor-field-label {
	display: none !important;
}

.ibg-contact-form .elementor-button {
	background-color: var(--ibg-gold) !important;
	color: #fff !important;
	border-radius: var(--ibg-radius-btn) !important;
	padding: 16px 32px !important;
}

.ibg-form-secure {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 4px 0 0;
	color: #8a8a8a;
	font-size: 13px;
}

.ibg-form-secure i {
	color: var(--ibg-gold);
	font-size: 12px;
}

.ibg-contact-card {
	border-radius: 16px;
}

.ibg-contact-card .elementor-icon-box-wrapper {
	align-items: center;
}

.ibg-contact-card .elementor-icon {
	background: var(--ibg-gold) !important;
	color: #fff !important;
	fill: #fff !important;
}

.ibg-contact-card .elementor-icon-box-title {
	color: #fff !important;
	font-size: 16px;
}

.ibg-contact-card .elementor-icon-box-description {
	color: rgba(255, 255, 255, 0.62) !important;
}

.ibg-map-wrap,
.ibg-map-wrap > .e-con,
.ibg-map-wrap .elementor-widget-html,
.ibg-map-wrap .elementor-widget-container {
	height: 100%;
	min-height: 460px;
}

.ibg-map-frame {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 460px;
	overflow: hidden;
}

.ibg-map-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	filter: grayscale(1) invert(0.9) contrast(0.92) brightness(0.85);
	pointer-events: auto;
}

.ibg-map-pin {
	position: absolute;
	top: 46%;
	left: 52%;
	width: 18px;
	height: 18px;
	background: var(--ibg-gold);
	border-radius: 50% 50% 50% 0;
	transform: translate(-50%, -50%) rotate(-45deg);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
	z-index: 2;
	pointer-events: none;
}

.ibg-location-copy {
	position: relative;
	overflow: hidden;
}

.ibg-location-copy::after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -50px;
	width: 220px;
	height: 220px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath fill='%232f6b3a' d='M170 180c-40-8-78-40-92-82-8-24-6-48 8-62 18 28 28 58 22 88 22-18 48-28 72-28-8 32-10 58-10 84z'/%3E%3Cpath fill='%233f8a4c' d='M88 40c18 8 34 28 40 52-22 4-44-8-58-24-8-10-12-22-12-34 12 0 22 2 30 6z'/%3E%3C/svg%3E") no-repeat center / contain;
	opacity: 0.85;
	pointer-events: none;
}

@media (min-width: 1025px) {
	#ibg-contact-split .e-con-inner,
	.ibg-contact-map,
	#ibg-contact-map {
		flex-wrap: nowrap !important;
	}

	#ibg-contact-split .e-con-inner > .e-con:first-child {
		flex: 1.45 1 0 !important;
		width: auto !important;
		max-width: 60% !important;
	}

	#ibg-contact-split .e-con-inner > .e-con:last-child {
		flex: 1 1 0 !important;
		width: auto !important;
		max-width: 40% !important;
	}

	.ibg-contact-map > .e-con:first-child,
	#ibg-contact-map > .e-con:first-child {
		width: 52% !important;
		max-width: 52% !important;
	}

	.ibg-contact-map > .e-con:last-child,
	#ibg-contact-map > .e-con:last-child {
		width: 48% !important;
		max-width: 48% !important;
	}

	.ibg-contact-hero-benefits,
	.ibg-contact-hero-benefits .e-con-inner {
		flex-wrap: nowrap !important;
	}
}

@media (max-width: 767px) {
	.ibg-map-wrap,
	.ibg-map-wrap > .e-con,
	.ibg-map-frame {
		min-height: 320px;
	}
}

.ibg-gallery-wrap {
	width: 100%;
}

.ibg-gallery-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 0 36px;
}

.ibg-filter {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #e6e3de !important;
	background: #ffffff !important;
	color: #1a1a1a !important;
	border-radius: 40px !important;
	padding: 11px 18px !important;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: none !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ibg-filter:hover {
	border-color: var(--ibg-gold) !important;
	background: #ffffff !important;
	color: #1a1a1a !important;
}

.ibg-filter.is-active,
.ibg-filter.is-active:hover {
	background: var(--ibg-gold) !important;
	border-color: var(--ibg-gold) !important;
	color: #fff !important;
}

.ibg-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
}

.ibg-works-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.ibg-service-gallery,
.ibg-gallery-page,
.ibg-gallery-wrap {
	max-width: 100%;
	overflow-x: hidden;
}

.ibg-service-gallery .elementor-widget-html,
.ibg-gallery-page .elementor-widget-html,
.ibg-service-gallery .elementor-widget-html .elementor-widget-container,
.ibg-gallery-page .elementor-widget-html .elementor-widget-container {
	width: 100%;
	max-width: 100%;
}

.ibg-work {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	aspect-ratio: 4 / 3;
	background: #eceae6;
	min-width: 0;
}

.ibg-service-gallery .ibg-work img,
.ibg-work img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.45s ease;
}

.ibg-work:hover img {
	transform: scale(1.04);
}

.ibg-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(10, 10, 10, 0.9);
	box-sizing: border-box;
}

.ibg-lightbox img {
	max-width: min(1100px, 100%);
	max-height: 90vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
}

.ibg-lightbox-close {
	position: absolute;
	top: 16px;
	right: 18px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.ibg-gcard {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	aspect-ratio: 4 / 3;
	min-height: 240px;
	background: #1a1a1a;
	color: #fff;
	text-decoration: none;
}

.ibg-gcard img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.5s ease;
}

.ibg-gcard::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.12) 48%, transparent 70%);
	pointer-events: none;
}

.ibg-gcard:hover img {
	transform: scale(1.06);
}

.ibg-gcard-meta {
	position: absolute;
	left: 20px;
	bottom: 18px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ibg-gcard-meta strong {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.ibg-gcard-meta em {
	font-style: normal;
	font-size: 13px;
	font-weight: 400;
	opacity: 0.86;
}

.ibg-gcard-arrow {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	transition: background 0.2s ease, color 0.2s ease;
}

.ibg-gcard:hover .ibg-gcard-arrow {
	background: #fff;
	color: #1a1a1a;
}

.ibg-gcard[hidden] {
	display: none;
}

@media (max-width: 1024px) {
	.ibg-gallery-grid,
	.ibg-works-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

@media (max-width: 767px) {
	.ibg-gallery-grid,
	.ibg-works-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.ibg-gcard,
	.ibg-work {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.ibg-gallery-filters {
		justify-content: flex-start;
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 8px;
		-webkit-overflow-scrolling: touch;
	}

	.ibg-filter {
		white-space: nowrap;
		flex: 0 0 auto;
	}

	.ibg-lightbox {
		padding: 16px;
	}
}

.ibg-crumb .elementor-heading-title,
.ibg-crumb {
	white-space: normal !important;
	overflow-wrap: anywhere;
	word-break: break-word;
	max-width: 100%;
	line-height: 1.45 !important;
}

.ibg-hero-h1 .elementor-heading-title,
h1.elementor-heading-title {
	overflow-wrap: anywhere;
	word-break: break-word;
}

@media (min-width: 1025px) {
	.ibg-hero-h1 .elementor-heading-title {
		font-size: 64px !important;
		line-height: 1.08 !important;
	}
}

.ibg-gold-btn .elementor-button,
.ibg-outline-btn .elementor-button,
.ibg-outline-dark-btn .elementor-button {
	min-height: 44px;
	max-width: 100%;
}

.ibg-service-hero,
.ibg-service-hero img,
.ibg-split img {
	max-width: 100%;
}

.ibg-split img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.ibg-service-gallery .elementor-image-carousel img,
.ibg-service-gallery .swiper-slide img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.ibg-faq .e-n-accordion-item-title,
.ibg-faq .e-n-accordion-item-title-text {
	white-space: normal !important;
	overflow-wrap: anywhere;
}

.elementor-location-header .elementor-nav-menu span.scroll-up,
.elementor-location-header .elementor-nav-menu span.scroll-down {
	display: none !important;
}

.elementor-location-header .elementor-nav-menu--dropdown,
.elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container,
.elementor-location-header .elementor-nav-menu--main .sub-menu {
	background-color: var(--ibg-dark-2) !important;
	background-image: none !important;
	color: #fff;
	border: 0;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.elementor-location-header .elementor-nav-menu--dropdown a,
.elementor-location-header .elementor-nav-menu--dropdown .elementor-item,
.elementor-location-header .elementor-nav-menu--dropdown .elementor-sub-item {
	color: #fff !important;
	background-color: transparent !important;
	white-space: normal !important;
	line-height: 1.35 !important;
	border-inline-start: 0 !important;
}

.elementor-location-header .elementor-nav-menu--dropdown a:hover,
.elementor-location-header .elementor-nav-menu--dropdown a:focus,
.elementor-location-header .elementor-nav-menu--dropdown a.highlighted,
.elementor-location-header .elementor-nav-menu--dropdown a.elementor-item-active {
	color: var(--ibg-gold) !important;
	background-color: rgba(197, 160, 112, 0.12) !important;
}

@media (min-width: 1025px) {
	.elementor-location-header .elementor-nav-menu--main > .elementor-nav-menu > li > ul.elementor-nav-menu--dropdown {
		display: none;
		position: absolute !important;
		inset-inline-start: 0;
		grid-template-columns: 1fr 1fr;
		width: min(520px, calc(100vw - 32px)) !important;
		min-width: min(420px, calc(100vw - 32px));
		max-width: calc(100vw - 32px) !important;
		padding: 10px;
		border-radius: 10px;
	}

	.elementor-location-header .elementor-nav-menu--main > .elementor-nav-menu > li:hover > ul.elementor-nav-menu--dropdown,
	.elementor-location-header .elementor-nav-menu--main > .elementor-nav-menu > li:focus-within > ul.elementor-nav-menu--dropdown {
		display: grid !important;
		height: auto;
		max-height: none;
		overflow: visible;
	}

	.elementor-location-header .elementor-nav-menu--main > .elementor-nav-menu > li > ul.elementor-nav-menu--dropdown li {
		width: 100%;
		float: none;
	}

	.elementor-location-header .elementor-nav-menu--main > .elementor-nav-menu > li > ul.elementor-nav-menu--dropdown a {
		padding: 10px 14px !important;
		border-radius: 6px;
	}
}

@media (max-width: 1366px) and (min-width: 1025px) {
	.ibg-hero-h1 .elementor-heading-title {
		font-size: clamp(36px, 3.6vw, 52px) !important;
		line-height: 1.12 !important;
	}
}

@media (max-width: 1024px) {
	.elementor-location-header,
	.elementor-location-header .ibg-header {
		background: rgba(17, 17, 17, 0.92);
		backdrop-filter: blur(16px);
		-webkit-backdrop-filter: blur(16px);
	}

	.elementor-location-header .elementor-menu-toggle,
	.elementor-location-header .elementor-menu-toggle i {
		color: #fff;
	}

	.ibg-four,
	.ibg-process-line,
	.ibg-split,
	.ibg-four .e-con-inner,
	.ibg-process-line .e-con-inner,
	.ibg-split .e-con-inner {
		flex-wrap: wrap !important;
	}

	.ibg-four > .e-con,
	.ibg-four .e-con-inner > .e-con {
		width: calc(50% - 12px) !important;
		max-width: calc(50% - 12px) !important;
		flex: 0 0 calc(50% - 12px) !important;
	}

	.ibg-process-line > .e-con,
	.ibg-process-line .e-con-inner > .e-con {
		width: calc(50% - 12px) !important;
		max-width: calc(50% - 12px) !important;
		flex: 0 0 calc(50% - 12px) !important;
	}

	.ibg-split > .e-con,
	.ibg-split .e-con-inner > .e-con {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	.ibg-service-hero {
		min-height: 0 !important;
	}

	.ibg-hero-h1 .elementor-heading-title {
		font-size: 40px !important;
		line-height: 1.15 !important;
	}

	.ibg-dark-form .elementor-field-group {
		width: 100% !important;
	}

	.ibg-service-gallery .elementor-image-carousel img,
	.ibg-service-gallery .swiper-slide img {
		height: 200px;
	}
}

@media (max-width: 767px) {
	.ibg-four > .e-con,
	.ibg-four .e-con-inner > .e-con,
	.ibg-process-line > .e-con,
	.ibg-process-line .e-con-inner > .e-con,
	.ibg-services-grid > .e-con {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	.ibg-service-hero .elementor-button,
	.ibg-service-cta .elementor-button {
		width: 100%;
		justify-content: center;
	}

	.ibg-service-gallery .elementor-image-carousel img,
	.ibg-service-gallery .swiper-slide img {
		height: 200px;
	}
}

@media (max-width: 480px) {
	.ibg-hero-h1 .elementor-heading-title {
		font-size: 26px !important;
	}

	.ibg-service-card {
		min-height: 280px;
	}
}

@media (max-width: 360px) {
	.ibg-hero-h1 .elementor-heading-title {
		font-size: 24px !important;
	}
}
