@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&family=Titillium+Web:wght@600;700&display=swap");

:root {
	--dag-orange: #ea6004;
	--dag-orange-hover: #c94f00;
	--dag-petrol: #004059;
	--dag-navy: #002b3d;
	--dag-ink: #14313f;
	--dag-muted: #526a76;
	--dag-canvas: #ffffff;
	--dag-surface: #f4f7f8;
	--dag-line: #dce5e9;
	--dag-shadow-sm: 0 4px 18px rgba(0, 43, 61, 0.08);
	--dag-shadow-md: 0 14px 36px rgba(0, 43, 61, 0.14);
	--dag-radius: 4px;
	--dag-container: 1200px;
	--dag-ease: cubic-bezier(0.16, 1, 0.3, 1);

	--pbmit-global-color: var(--dag-orange);
	--pbmit-secondary-color: var(--dag-petrol);
	--pbmit-light-color: var(--dag-surface);
	--pbmit-blackish-color: var(--dag-petrol);
	--pbmit-link-color-normal: var(--dag-petrol);
	--pbmit-link-color-hover: var(--dag-orange);
	--pbmit-body-typography-font-family: "Source Sans 3", Arial, sans-serif;
	--pbmit-body-typography-font-size: 17px;
	--pbmit-body-typography-line-height: 1.65;
	--pbmit-body-typography-color: var(--dag-muted);
	--pbmit-heading-typography-font-family: "Titillium Web", "Arial Narrow", sans-serif;
	--pbmit-heading-color: var(--dag-petrol);
	--pbmit-btn-typography-font-family: "Source Sans 3", Arial, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--dag-canvas);
	color: var(--dag-ink);
	font-family: "Source Sans 3", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body,
.page-wrapper {
	min-width: 0;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	color: var(--dag-muted);
	font-size: 17px;
	line-height: 1.65;
	text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6,
.pbmit-title,
.pbmit-tbar-title {
	color: var(--dag-petrol);
	font-family: "Titillium Web", "Arial Narrow", sans-serif;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

a,
button,
input,
textarea,
select {
	transition:
		color 150ms ease-out,
		background-color 150ms ease-out,
		border-color 150ms ease-out,
		box-shadow 150ms ease-out,
		transform 150ms ease-out;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--dag-orange);
	outline-offset: 3px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: min(100% - 48px, var(--dag-container));
	max-width: var(--dag-container) !important;
	padding-right: 0;
	padding-left: 0;
}

.dag-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10000;
	padding: 10px 16px;
	color: #fff;
	background: var(--dag-petrol);
	border-radius: var(--dag-radius);
	transform: translateY(-160%);
}

.dag-skip-link:focus {
	color: #fff;
	transform: none;
}

/* Header */
.site-header {
	position: relative;
	z-index: 100;
	background: #fff;
}

.header-style-5 .site-header-menu {
	display: grid !important;
	grid-template-columns: clamp(210px, 17vw, 250px) minmax(0, 1fr);
	align-items: stretch !important;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid var(--dag-line);
	box-shadow: 0 6px 24px rgba(0, 43, 61, 0.06);
}

.header-style-5 .site-branding {
	display: flex;
	min-width: 0;
}

.header-style-5 .site-title {
	display: flex !important;
	width: 100%;
	height: 126px;
	margin: 0;
	padding: 22px 34px !important;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: inset 0 -5px var(--dag-orange);
	line-height: 1;
}

.header-style-5 .site-title a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.header-style-5.site-header .site-branding .logo-img {
	display: none;
}

.site-header .site-branding img.responsive-logo {
	display: block !important;
	width: min(100%, 170px) !important;
	max-height: 72px;
}

.header-style-5 .container-full {
	display: grid;
	grid-template-rows: 38px 88px;
	min-width: 0;
}

.header-style-5 .pre-header {
	height: 38px;
	min-width: 0;
	background: var(--dag-petrol);
	line-height: 38px;
}

.header-style-5 .pre-header .container-fluid {
	height: 100%;
	padding-inline: 28px;
}

.header-style-5 .pbmit-pre-header-left {
	min-width: 0;
	margin-left: 0;
}

.header-style-5 .pbmit-pre-header-left .pbmit-contact-info {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0;
	font-size: 12px;
	white-space: nowrap;
}

.header-style-5 .pbmit-pre-header-left .pbmit-contact-info li {
	min-width: 0;
	padding: 0;
}

.header-style-5 .pbmit-pre-header-left .pbmit-contact-info li:first-child {
	max-width: min(46vw, 560px);
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-style-5 .pbmit-pre-header-left .pbmit-contact-info li i {
	font-size: 13px;
}

.header-style-5 .container-full > .d-flex {
	min-width: 0;
	height: 88px;
	align-items: stretch;
}

.header-style-5 .site-navigation {
	display: flex;
	min-width: 0;
	margin-left: clamp(16px, 2.2vw, 34px);
	align-items: stretch;
	flex: 1 1 auto;
}

.header-style-5 .main-menu,
.header-style-5 .navbar-collapse,
.header-style-5 .pbmit-menu-wrap {
	width: 100%;
}

.header-style-5 .main-menu .navigation {
	display: flex;
	height: 88px;
	margin: 0;
	align-items: stretch;
	flex-wrap: nowrap;
}

.header-style-5 .main-menu .navigation > li {
	display: flex;
	align-items: stretch;
	float: none;
	flex: 0 0 auto;
}

.header-style-5 .site-navigation ul.navigation > li > a {
	display: flex;
	height: 88px;
	padding: 0 clamp(8px, 0.75vw, 13px);
	align-items: center;
	color: var(--dag-ink);
	font-family: "Source Sans 3", Arial, sans-serif;
	font-size: clamp(11px, 0.82vw, 13px);
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.15;
	text-transform: uppercase;
	white-space: nowrap;
}

.header-style-5 .site-navigation ul.navigation > li.active > a,
.header-style-5 .site-navigation ul.navigation > li > a:hover {
	color: var(--dag-orange);
}

.main-menu .navigation > li > ul {
	top: calc(100% - 1px);
	min-width: 280px;
	background: #fff;
	border: 1px solid var(--dag-line);
	border-bottom: 3px solid var(--dag-orange);
	box-shadow: var(--dag-shadow-md);
}

.main-menu .navigation > li > ul a {
	color: var(--dag-ink);
	font-family: "Source Sans 3", Arial, sans-serif;
}

.header-style-5 .pbmit-right-box {
	flex: 0 0 auto;
}

.header-style-5 .pbmit-header-button a {
	display: flex;
	height: 88px;
	min-width: 122px;
	padding: 0 24px;
	align-items: center;
	justify-content: center;
	background: var(--dag-surface);
	color: var(--dag-petrol);
	line-height: 1;
}

.header-style-5 .pbmit-header-button a:hover {
	background: var(--dag-orange);
	color: #fff;
}

.header-style-5 .sticky-header.site-header-menu {
	display: flex !important;
	height: 78px;
	padding-inline: max(24px, calc((100vw - var(--dag-container)) / 2));
	align-items: center !important;
}

.header-style-5 .sticky-header .site-title,
.header-style-5 .sticky-header .pbmit-header-button a {
	height: 78px;
}

.header-style-5 .sticky-header .site-title {
	width: 180px;
	padding: 14px 20px !important;
}

.header-style-5 .sticky-header .container-full {
	display: block;
	flex: 1;
}

.header-style-5 .sticky-header .container-full > .d-flex {
	height: 78px;
}

.header-style-5 .sticky-header .main-menu .navigation,
.header-style-5 .sticky-header .site-navigation ul.navigation > li > a {
	height: 78px;
}

.header-style-5 .sticky-header .pbmit-right-box {
	display: none;
}

/* Hero */
.dag-hero {
	position: relative;
	display: grid;
	min-height: clamp(520px, 67vh, 720px);
	align-items: center;
	overflow: hidden;
	background: var(--dag-surface);
	isolation: isolate;
}

.dag-hero::before {
	position: absolute;
	z-index: -2;
	inset: 0;
	content: "";
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 42%, rgba(255, 255, 255, 0.12) 75%),
		url("../../../../../_slider/1.jpg") center / cover no-repeat;
}

.dag-hero::after {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: min(40vw, 620px);
	height: 8px;
	content: "";
	background: var(--dag-orange);
}

.dag-hero__content {
	width: min(100% - 48px, var(--dag-container));
	margin-inline: auto;
	padding-block: 88px;
}

.dag-hero__copy {
	max-width: 720px;
	animation: dag-hero-enter 550ms var(--dag-ease) both;
}

.dag-hero__brand {
	display: inline-flex;
	margin-bottom: 20px;
	align-items: center;
	gap: 12px;
	color: var(--dag-orange);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dag-hero__brand::before {
	width: 54px;
	height: 2px;
	content: "";
	background: currentColor;
}

.dag-hero h1 {
	max-width: 12ch;
	margin: 0 0 24px;
	color: var(--dag-navy);
	font-size: clamp(3.2rem, 6.4vw, 5.8rem);
	letter-spacing: -0.04em;
	line-height: 0.96;
	text-transform: uppercase;
}

.dag-hero p {
	max-width: 58ch;
	margin: 0 0 34px;
	color: #38515e;
	font-size: clamp(18px, 1.45vw, 21px);
	line-height: 1.55;
}

.dag-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.dag-button,
.pbmit-btn {
	display: inline-flex;
	min-height: 48px;
	padding: 14px 24px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: var(--dag-radius);
	font-family: "Source Sans 3", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.035em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

.dag-button--primary {
	background: var(--dag-orange);
	color: #fff;
}

.dag-button--primary:hover {
	background: var(--dag-orange-hover);
	color: #fff;
	box-shadow: var(--dag-shadow-md);
	transform: translateY(-1px);
}

.dag-button--secondary {
	border-color: var(--dag-petrol);
	background: rgba(255, 255, 255, 0.75);
	color: var(--dag-petrol);
}

.dag-button--secondary:hover {
	background: var(--dag-petrol);
	color: #fff;
}

/* Content rhythm */
.page-content {
	background: #fff;
}

.section-lg,
.section-lgt,
.section-lgb,
.section-md,
.section-lgx {
	padding-top: clamp(68px, 8vw, 104px);
	padding-bottom: clamp(68px, 8vw, 104px);
}

.pbmit-heading-subheading {
	margin-bottom: 38px;
}

.pbmit-heading-subheading .pbmit-subtitle {
	margin-bottom: 10px;
	color: var(--dag-orange);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pbmit-heading-subheading .pbmit-title {
	margin-bottom: 0;
	font-size: clamp(2.25rem, 4.2vw, 4rem);
}

.home-page .page-content > section:first-child {
	background: #fff;
}

.home-page .about-five-content {
	margin-right: 0;
	padding: clamp(64px, 7vw, 96px) 54px clamp(64px, 7vw, 96px) 0;
}

.home-page .about-five-content::before {
	width: 170%;
	background: #fff;
}

.home-page .about-five-content .pbmit-subtitle,
.home-page .about-five-content .pbmit-title,
.home-page .about-five-content p {
	color: var(--dag-ink) !important;
}

.home-page .about-five-content p {
	max-width: 62ch;
}

.home-page .about-five-content .pbmit-ihbox-style-17 {
	display: flex;
	height: 100%;
	padding: 18px 16px;
	border: 1px solid var(--dag-line);
	background: var(--dag-surface);
}

.home-page .about-five-content > .row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 32px 0;
}

.home-page .about-five-content > .row > [class*="col-"] {
	width: 100%;
	padding: 0;
}

.home-page .about-five-content .pbmit-ihbox-style-17 .pbmit-ihbox-box {
	width: 100%;
}

.home-page .about-five-content .pbmit-ihbox-style-17 .pbmit-element-title {
	color: var(--dag-ink);
	font-size: 16px;
	line-height: 1.25;
}

.home-page .about-five-content .pbmit-ihbox-style-17 .pbmit-ihbox-icon-wrapper {
	font-size: 52px;
	line-height: 1;
}

.home-page .about-five-center-box {
	min-height: 100%;
	padding: 0;
	background-size: cover;
}

.home-page .about-five-last-box {
	border: 1px solid var(--dag-line);
}

.home-page .about-five-last-box .fid-style-bg-box {
	background-color: var(--dag-orange);
}

.pbmit-blog-style-4 {
	height: calc(100% - 30px);
	border: 1px solid var(--dag-line);
	background: #fff;
	box-shadow: var(--dag-shadow-sm);
}

.pbmit-blog-style-4 .post-item {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.pbmit-blog-style-4 .pbmit-featured-wrapper img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.pbmit-blog-style-4:hover .pbmit-featured-wrapper img {
	transform: scale(1.035);
}

.pbmit-blog-style-4 .pbminfotech-box-content {
	display: flex;
	padding: 24px;
	flex: 1;
}

.pbmit-blog-style-4 .pbminfotech-box-container {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.pbmit-blog-style-4 .pbmit-post-title {
	min-height: 2.5em;
	font-size: 21px;
	line-height: 1.22;
}

.pbmit-blog-style-4 .pbmit-service-btn {
	margin-top: auto;
}

/* Activities */
.dag-activities {
	padding-block: clamp(72px, 8vw, 112px);
	background: var(--dag-surface);
}

.dag-activities__header {
	display: flex;
	margin-bottom: 36px;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
}

.dag-activities__header .pbmit-heading-subheading {
	max-width: 700px;
	margin-bottom: 0;
}

.dag-activities__list {
	border-top: 1px solid #bdcbd2;
}

.dag-activity {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) 48px;
	min-height: 104px;
	padding: 24px 8px;
	align-items: center;
	gap: 20px;
	border-bottom: 1px solid #bdcbd2;
	color: var(--dag-ink);
}

.dag-activity:hover {
	padding-inline: 18px;
	background: #fff;
	color: var(--dag-ink);
}

.dag-activity__number {
	color: var(--dag-orange);
	font-size: 14px;
	font-weight: 700;
}

.dag-activity__content {
	display: grid;
	grid-template-columns: minmax(220px, 0.7fr) minmax(280px, 1fr);
	align-items: center;
	gap: 32px;
}

.dag-activity__content strong {
	color: var(--dag-petrol);
	font-family: "Titillium Web", "Arial Narrow", sans-serif;
	font-size: clamp(22px, 2.2vw, 30px);
	line-height: 1.1;
}

.dag-activity__content small {
	color: var(--dag-muted);
	font-size: 16px;
}

.dag-activity__arrow {
	color: var(--dag-petrol);
	font-size: 28px;
	text-align: right;
}

/* Inner pages */
.pbmit-title-bar-wrapper {
	position: relative;
	min-height: clamp(260px, 32vw, 390px);
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	isolation: isolate;
}

.pbmit-title-bar-wrapper::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.4));
}

.pbmit-title-bar-content {
	padding-block: 64px;
}

.pbmit-title-bar-content .pbmit-tbar-title {
	max-width: 16ch;
	font-size: clamp(2.75rem, 6vw, 5rem);
}

.pbmit-breadcrumb {
	margin-top: 18px;
}

.page-content > section {
	padding-block: clamp(64px, 7vw, 96px);
}

.page-content > section p {
	max-width: 70ch;
}

.about-us_inner_bg {
	min-height: 520px;
	background-position: center;
	background-size: cover;
}

.about-us_inner_single {
	padding: clamp(48px, 6vw, 84px);
}

/* Form */
.contact-form .row {
	row-gap: 20px;
}

.contact-form .form-field {
	display: grid;
	gap: 8px;
}

.contact-form label {
	color: var(--dag-ink);
	font-size: 15px;
	font-weight: 700;
}

.contact-form .form-control {
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #bdcbd2;
	border-radius: var(--dag-radius);
	background: #fff;
	color: var(--dag-ink);
	font: inherit;
}

.contact-form textarea.form-control {
	min-height: 160px;
	resize: vertical;
}

.contact-form .form-control::placeholder {
	color: #667c87;
	opacity: 1;
}

.contact-form .form-control:focus {
	border-color: var(--dag-orange);
	box-shadow: 0 0 0 3px rgba(234, 96, 4, 0.14);
}

.contact-form .message-status {
	margin-top: 16px;
	color: var(--dag-petrol);
	font-weight: 600;
}

.contact-section .contact-section-bottom-inner-left > .pbmit-social-links {
	display: none;
}

/* Footer */
.footer.site-footer.footer-style-1 {
	background-color: var(--dag-navy);
	background-image: none;
}

.pbmit-footer-widget-area {
	padding-top: clamp(64px, 7vw, 88px);
}

.site-footer .widget-title {
	color: #fff;
	font-size: 20px;
}

.site-footer p,
.site-footer li,
.site-footer a {
	color: #d6e0e4;
}

.site-footer a:hover {
	color: #fff;
}

.pbmit-footer-widget-area-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@keyframes dag-hero-enter {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 1399px) and (min-width: 1200px) {
	.header-style-5 .pbmit-right-box {
		display: none;
	}

	.header-style-5 .site-navigation {
		margin-inline: 12px;
	}

	.header-style-5 .site-navigation ul.navigation > li > a {
		padding-inline: 7px;
		font-size: 11px;
	}
}

@media (max-width: 1199px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		width: min(100% - 40px, var(--dag-container));
	}

	.header-style-5 .site-header-menu,
	.header-style-5 .sticky-header.site-header-menu {
		position: relative !important;
		display: flex !important;
		height: 78px;
		padding: 0 20px;
		align-items: center !important;
		justify-content: space-between;
	}

	.header-style-5 .site-branding {
		width: 190px;
		height: 78px;
	}

	.header-style-5 .site-title,
	.header-style-5 .sticky-header .site-title {
		width: 190px;
		height: 78px;
		padding: 12px 22px !important;
	}

	.header-style-5.site-header .site-branding .responsive-logo {
		max-height: 54px;
	}

	.header-style-5 .container-full,
	.header-style-5 .sticky-header .container-full {
		display: flex;
		height: 78px;
		align-items: center;
		justify-content: flex-end;
		flex: 1;
	}

	.header-style-5 .pre-header {
		display: none;
	}

	.header-style-5 .container-full > .d-flex,
	.header-style-5 .sticky-header .container-full > .d-flex {
		height: 78px;
		align-items: center;
	}

	.header-style-5 .site-navigation {
		margin: 0;
		justify-content: flex-end;
	}

	.header-style-5 .main-menu,
	.header-style-5 .navbar-collapse {
		width: auto;
	}

	.header-style-5 .main-menu .navigation,
	.header-style-5 .sticky-header .main-menu .navigation {
		display: block;
		height: auto;
	}

	.pbmit-menu-wrap {
		width: min(88vw, 360px);
		padding-top: 72px;
		transition: transform 250ms var(--dag-ease), opacity 200ms ease-out;
		transform: translateX(100%);
		right: 0;
	}

	.active .pbmit-menu-wrap {
		transform: none;
	}

	.pbmit-mobile-menu-bg {
		transition: opacity 200ms ease-out;
	}

	.main-menu .navigation > li {
		display: block;
	}

	.site-header .site-navigation ul.navigation > li > a {
		min-height: 50px;
		padding: 14px 24px !important;
		font-size: 14px;
		white-space: normal;
	}

	.navbar-toggler {
		display: inline-flex;
		width: 48px;
		height: 48px;
		align-items: center;
		justify-content: center;
		color: var(--dag-petrol);
	}

	.home-page .about-five-content {
		padding: 68px 0;
	}

	.home-page .about-five-content::before {
		width: 120%;
	}

	.home-page .about-five_right {
		margin-left: 0;
	}

	.home-page .about-five-center-box {
		min-height: 480px;
	}

	.about-us_inner_single {
		padding-inline: 0;
	}

	.dag-activities__header {
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 991px) {
	.contact-section .contact-section-bottom-inner > .row {
		row-gap: 52px;
	}

	.contact-section .contact-section-bottom-inner > .row > .col-md-5,
	.contact-section .contact-section-bottom-inner > .row > .col-md-7 {
		width: 100%;
		padding-inline: 0 !important;
	}

	.contact-form .row > [class*="col-"] {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		width: min(100% - 32px, var(--dag-container));
	}

	.header-style-5 .site-header-menu,
	.header-style-5 .sticky-header.site-header-menu {
		height: 70px;
		padding-inline: 14px;
	}

	.header-style-5 .site-branding,
	.header-style-5 .site-title,
	.header-style-5 .sticky-header .site-title {
		width: 154px;
		height: 70px;
	}

	.header-style-5 .site-title,
	.header-style-5 .sticky-header .site-title {
		padding: 10px 18px !important;
	}

	.header-style-5 .container-full,
	.header-style-5 .container-full > .d-flex {
		height: 70px;
	}

	.dag-hero {
		min-height: 620px;
		align-items: end;
	}

	.dag-hero::before {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.94) 70%),
			url("../../../../../_slider/1.jpg") 58% center / cover no-repeat;
	}

	.dag-hero__content {
		width: calc(100% - 32px);
		padding-block: 190px 56px;
	}

	.dag-hero__brand {
		margin-bottom: 14px;
		font-size: 12px;
	}

	.dag-hero h1 {
		font-size: clamp(2.75rem, 13vw, 4rem);
		line-height: 0.98;
	}

	.dag-hero p {
		font-size: 17px;
	}

	.dag-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.dag-button {
		width: 100%;
	}

	.pbmit-heading-subheading .pbmit-title {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.home-page .about-five-content .row > [class*="col-"] {
		margin-bottom: 12px;
	}

	.home-page .about-five-content > .row {
		grid-template-columns: 1fr;
	}

	.home-page .about-five-center-box {
		min-height: 340px;
	}

	.pbmit-title-bar-wrapper {
		min-height: 260px;
	}

	.pbmit-title-bar-content .pbmit-tbar-title {
		font-size: clamp(2.4rem, 13vw, 3.5rem);
	}

	.about-us_inner_bg {
		min-height: 340px;
	}

	.contact-form .row > [class*="col-"] {
		width: 100%;
	}

	.dag-activity {
		grid-template-columns: 32px minmax(0, 1fr) 28px;
		padding-block: 22px;
		gap: 12px;
	}

	.dag-activity__content {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.dag-activity__content small {
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation: none !important;
		transition: none !important;
	}
}
