/* Delsig layout layer. Keep selectors under .delsig-hestia to avoid plugins. */
:root {
	--delsig-content-width: 1170px;
	--delsig-section-space: clamp(3.5rem, 7vw, 7rem);
	--delsig-heading: #1e293b;
	--delsig-text: #475569;
	--delsig-secondary: #64748b;
	--delsig-accent: #14b8a6;
	--delsig-accent-hover: #0f9f91;
}

.delsig-hestia {
	color: var(--delsig-text);
	overflow-x: clip;
}

.delsig-hestia .container {
	width: min(100% - 2rem, var(--delsig-content-width));
}

.delsig-hestia .navbar .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.delsig-hestia .navbar-header {
	min-width: 0;
}

.delsig-hestia .navbar-brand,
.delsig-hestia .hestia-title-with-logo {
	display: flex;
	align-items: center;
	gap: .75rem;
	max-width: min(48vw, 430px);
}

.delsig-hestia .navbar-brand img {
	max-width: min(128px, 28vw);
	height: auto;
}

.delsig-hestia .navbar-brand .site-title {
	font-size: clamp(1rem, 1.45vw, 1.35rem);
	font-weight: 700;
	line-height: 1.15;
	white-space: normal;
}

/* Zerif printed this company name in PHP; keep the visual identity without
   changing WordPress's stored site name (DELSIG). */
.delsig-hestia .navbar-brand .site-title {
	font-size: 0;
}

.delsig-hestia .navbar-brand .site-title::before {
	content: "Delsig Systems Pvt. Ltd";
	font-size: clamp(1rem, 1.45vw, 1.35rem);
}

.delsig-hestia .navbar-brand small {
	display: none;
}

.delsig-hestia .navbar-nav > li > a {
	white-space: nowrap;
}

.delsig-hestia .carousel .item .container,
.delsig-hestia .header-filter .container {
	padding-inline: 1rem;
}

.delsig-hestia .big-title-slider-content,
.delsig-hestia .carousel .item .carousel-caption {
	max-width: 850px;
	margin-inline: auto;
}

.delsig-hestia .carousel h1.hestia-title,
.delsig-hestia .header-filter h1.hestia-title {
	font-size: clamp(2rem, 5.5vw, 4.75rem);
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.delsig-hestia .hestia-features,
.delsig-hestia .hestia-about,
.delsig-hestia .hestia-team,
.delsig-hestia .hestia-testimonials,
.delsig-hestia .hestia-blogs,
.delsig-hestia .contactus {
	padding-block: var(--delsig-section-space);
}

.delsig-hestia .hestia-features .row,
.delsig-hestia .hestia-team .row,
.delsig-hestia .hestia-testimonials .row,
.delsig-hestia .hestia-blogs .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 2rem;
}

.delsig-hestia .hestia-team .card,
.delsig-hestia .hestia-features .info,
.delsig-hestia .hestia-testimonials .card {
	height: 100%;
	margin-bottom: 0;
}

.delsig-hestia .hestia-team img,
.delsig-hestia .hestia-testimonials img {
	max-width: 100%;
	height: auto;
}

.delsig-hestia .delsig-secondary-cta {
	margin-left: 12px;
	background: #1e9e6b;
	box-shadow: 0 2px 2px 0 rgb(30 158 107 / 14%), 0 3px 1px -2px rgb(30 158 107 / 20%), 0 1px 5px 0 rgb(30 158 107 / 12%);
}

.delsig-hestia .delsig-service-grid,
.delsig-hestia .delsig-team-grid {
	align-items: stretch;
	margin-top: 2.5rem;
}

.delsig-hestia .delsig-service-column,
.delsig-hestia .delsig-team-column {
	display: flex;
	margin-bottom: 2rem;
}

.delsig-hestia .delsig-service-column .info,
.delsig-hestia .delsig-team-column .card {
	width: 100%;
}

.delsig-hestia .delsig-service-column .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
}

.delsig-hestia .delsig-service-column .icon img {
	max-width: 100px;
	max-height: 100px;
	object-fit: contain;
}

.delsig-hestia .delsig-service-column .info-title a {
	color: inherit;
}

.delsig-hestia .delsig-cta {
	padding: clamp(2.25rem, 4vw, 4rem) 0;
	background: #263238;
	color: #fff;
}

.delsig-hestia .delsig-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.delsig-hestia .delsig-cta h2 {
	margin: 0;
	color: inherit;
	font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.delsig-hestia .delsig-cta .btn {
	flex: 0 0 auto;
	margin: 0;
}

.delsig-hestia .delsig-about {
	background: #f7f8fa;
}

.delsig-hestia .delsig-about-content {
	display: flex;
	align-items: flex-start;
	margin-top: 2.75rem;
}

.delsig-hestia .delsig-about-content h3 {
	margin-top: 0;
	font-size: clamp(1.75rem, 3vw, 2.6rem);
	line-height: 1.2;
}

.delsig-hestia .delsig-about-copy {
	font-size: 1.05rem;
	line-height: 1.75;
}

.delsig-hestia .delsig-capabilities {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.delsig-hestia .delsig-capabilities li {
	display: flex;
	gap: .7rem;
	line-height: 1.5;
}

.delsig-hestia .delsig-check {
	flex: 0 0 1.65rem;
	height: 1.65rem;
	border-radius: 50%;
	background: var(--delsig-accent);
	color: #fff;
	font-weight: 700;
	line-height: 1.65rem;
	text-align: center;
}

.delsig-hestia .delsig-team .card-avatar img {
	width: 130px;
	height: 130px;
	object-fit: cover;
}

.delsig-hestia .main-raised {
	margin-right: clamp(.75rem, 2vw, 30px);
	margin-left: clamp(.75rem, 2vw, 30px);
}

.delsig-hestia .page-header.header-small .container {
	padding-inline: 1rem;
}

.delsig-hestia .blog-post .section-text,
.delsig-hestia .page-content-wrap {
	overflow-wrap: anywhere;
}

.delsig-hestia .entry-content img,
.delsig-hestia .section-text img,
.delsig-hestia iframe,
.delsig-hestia video {
	max-width: 100%;
}

.delsig-hestia iframe,
.delsig-hestia video {
	height: auto;
	aspect-ratio: 16 / 9;
}

.delsig-hestia .entry-content table,
.delsig-hestia .section-text table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.delsig-anchor-alias {
	display: block;
	position: relative;
	top: -88px;
	visibility: hidden;
}

.delsig-custom-footer-credit footer .copyright:not(.delsig-footer-credits) {
	display: none;
}

.delsig-hestia .delsig-footer-credits {
	float: right;
	margin: 0;
}

/* Refined Delsig scale and alignment. Hestia is based on Bootstrap 3, where
   1rem is 10px, so critical spacing/type uses explicit px-based clamps. */
body.delsig-hestia {
	font-size: 17px;
	line-height: 1.7;
}

.delsig-hestia p,
.delsig-hestia li,
.delsig-hestia .card-description {
	font-size: 16px;
	line-height: 1.68;
}

.delsig-hestia .container {
	width: min(calc(100% - 48px), 1200px);
}

.delsig-hestia .navbar {
	min-height: 78px;
}

.delsig-hestia .navbar .navbar-brand {
	height: 78px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.delsig-hestia .navbar-brand img {
	width: auto;
	max-width: 130px;
	max-height: 56px;
}

.delsig-hestia .navbar-brand .site-title::before {
	font-size: clamp(17px, 1.35vw, 21px);
	letter-spacing: -.01em;
}

.delsig-hestia .navbar-nav > li > a {
	padding: 29px 15px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .01em;
}

.delsig-hestia #carousel-hestia-generic .page-header {
	display: flex;
	position: relative;
	z-index: 0;
	align-items: center;
	min-height: 590px;
	background-position: center 44%;
	background-size: cover;
}

.delsig-hestia #carousel-hestia-generic .header-filter {
	background-color: #173442;
	background-position: center;
	background-size: cover;
	background-blend-mode: multiply;
}

.delsig-hestia #carousel-hestia-generic .header-filter::before {
	background: linear-gradient(110deg, rgb(8 23 36 / 82%), rgb(11 34 51 / 58%));
}

.delsig-hestia #carousel-hestia-generic .hestia-big-title-content {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.delsig-hestia #carousel-hestia-generic .big-title-slider-content {
	float: none;
	flex: 0 1 920px;
	width: 100%;
	max-width: 920px;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 24px;
	padding-left: 24px;
}

.delsig-hestia #carousel-hestia-generic .hestia-title {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-size: clamp(44px, 5vw, 68px);
	line-height: 1.08;
	letter-spacing: -.035em;
	text-shadow: 0 3px 22px rgb(0 0 0 / 35%);
}

.delsig-hestia #carousel-hestia-generic .buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 34px;
}

.delsig-hestia #carousel-hestia-generic .btn,
.delsig-hestia .delsig-cta .btn {
	min-width: 155px;
	padding: 15px 26px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
}

.delsig-hestia #carousel-hestia-generic .buttons .btn {
	margin: 0;
}

.delsig-hestia .hestia-features,
.delsig-hestia .hestia-about,
.delsig-hestia .hestia-team,
.delsig-hestia .contactus {
	padding-top: clamp(70px, 7vw, 105px);
	padding-bottom: clamp(70px, 7vw, 105px);
}

.delsig-hestia section .hestia-title {
	margin-bottom: 18px;
	font-size: clamp(36px, 4vw, 48px);
	line-height: 1.15;
	letter-spacing: -.025em;
}

.delsig-hestia section .description {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.delsig-hestia .delsig-features > .container > .row:first-child,
.delsig-hestia .delsig-team > .container > .row:first-child,
.delsig-hestia .delsig-about > .container > .row:first-child {
	margin-right: 0;
	margin-left: 0;
}

.delsig-hestia .delsig-features > .container > .row:first-child > div,
.delsig-hestia .delsig-team > .container > .row:first-child > div,
.delsig-hestia .delsig-about > .container > .row:first-child > div {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.delsig-hestia .delsig-features {
	background: #fff;
}

.delsig-hestia .delsig-service-grid,
.delsig-hestia .delsig-team-grid {
	margin-top: 50px;
	row-gap: 0;
}

.delsig-hestia .delsig-service-column,
.delsig-hestia .delsig-team-column {
	margin-bottom: 30px;
}

.delsig-hestia .delsig-service-column .info {
	padding: 34px 28px 30px;
	border: 1px solid #e6ebef;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 32px rgb(25 49 68 / 8%);
	text-align: center;
}

.delsig-hestia .delsig-service-column .icon {
	height: 112px;
	margin-bottom: 20px;
}

.delsig-hestia .delsig-service-column .icon img {
	max-width: 96px;
	max-height: 96px;
}

.delsig-hestia .delsig-service-column .info-title {
	min-height: 58px;
	margin: 0 0 14px;
	font-size: 21px;
	line-height: 1.35;
}

.delsig-hestia .delsig-service-column p {
	margin: 0;
	color: #54636d;
	font-size: 15px;
}

.delsig-hestia .delsig-cta {
	padding: 48px 0;
	background: linear-gradient(105deg, #102734, #243f4b);
}

.delsig-hestia .delsig-cta h2 {
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.25;
}

.delsig-hestia .delsig-about {
	background: #f5f7f9;
}

.delsig-hestia .delsig-about-content {
	align-items: stretch;
	margin-top: 48px;
}

.delsig-hestia .delsig-about-content h3 {
	margin: 0;
	padding-right: 45px;
	font-size: clamp(30px, 3.5vw, 45px);
	line-height: 1.18;
	letter-spacing: -.025em;
}

.delsig-hestia .delsig-about-copy {
	font-size: 17px;
	line-height: 1.78;
}

.delsig-hestia .delsig-capabilities {
	gap: 18px 28px;
	margin-top: 30px;
}

.delsig-hestia .delsig-capabilities li {
	align-items: flex-start;
	font-size: 15px;
	line-height: 1.55;
}

.delsig-hestia .delsig-check {
	flex-basis: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
}

.delsig-hestia .delsig-team .description {
	max-width: 1040px;
}

.delsig-hestia .delsig-team-column .card {
	padding: 34px 28px;
	border: 1px solid #e7eaed;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 34px rgb(23 42 55 / 9%);
}

.delsig-hestia .delsig-team .card-avatar {
	margin: -5px auto 24px;
}

.delsig-hestia .delsig-team .card-avatar img {
	width: 145px;
	height: 145px;
}

.delsig-hestia .delsig-team .card-title {
	font-size: 20px;
	line-height: 1.3;
}

.delsig-hestia .delsig-team .category {
	font-size: 14px;
	letter-spacing: .08em;
}

.delsig-hestia .delsig-team .card-description {
	margin-top: 18px;
	color: #52616b;
	font-size: 15px;
	line-height: 1.65;
	text-align: left;
}

.delsig-hestia .contactus {
	background-image: linear-gradient(120deg, #102633, #1e4555) !important;
}

.delsig-hestia .contactus::before {
	display: none;
}

.delsig-hestia .contactus > .container > .row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
	align-items: center;
	gap: clamp(55px, 7vw, 95px);
}

.delsig-hestia .contactus .hestia-contact-title-area,
.delsig-hestia .contactus .hestia-contact-form-col {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
}

.delsig-hestia .contactus .hestia-contact-title-area {
	grid-column: 1;
	grid-row: 1;
}

.delsig-hestia .contactus .hestia-contact-form-col {
	grid-column: 2;
	grid-row: 1;
}

.delsig-hestia .contactus .hestia-title,
.delsig-hestia .contactus .info-title,
.delsig-hestia .contactus .info-title a {
	color: #fff;
}

.delsig-hestia .contactus .info {
	margin-top: 24px;
	padding: 0;
}

.delsig-hestia .contactus .info .icon {
	width: 48px;
	padding-top: 1px;
}

.delsig-hestia .contactus .info .icon i {
	font-size: 28px;
}

.delsig-hestia .contactus .info .info-title {
	margin: 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.55;
}

.delsig-hestia .contactus .card-contact {
	width: 100%;
	margin: 0;
	border-radius: 14px;
	box-shadow: 0 22px 55px rgb(0 0 0 / 28%);
}

.delsig-hestia .contactus .card-contact .header {
	margin: -20px 28px 12px;
	padding: 18px;
	border-radius: 8px;
}

.delsig-hestia .contactus .card-contact .card-title {
	margin: 0;
	font-size: 22px;
}

.delsig-hestia .contactus .card-contact .content {
	padding: 25px 28px 30px;
}

.delsig-hestia .contactus .form_field_wrap {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin-bottom: 18px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.delsig-hestia .contactus .pirate_forms_three_inputs_wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 16px;
}

.delsig-hestia .contactus .contact_subject_wrap {
	grid-column: 1 / -1;
}

.delsig-hestia .contactus .form-control {
	height: 50px;
	padding: 12px 14px;
	border: 1px solid #d6dfe5;
	border-radius: 5px;
	background: #f8fafb;
	font-size: 15px;
}

.delsig-hestia .contactus textarea.form-control {
	height: 135px;
	resize: vertical;
}

.delsig-hestia .contactus .contact_submit_wrap {
	margin-bottom: 0;
	text-align: left;
}

.delsig-hestia .contactus .pirate-forms-submit-button {
	width: 100% !important;
	min-width: 0;
	padding: 14px 24px;
	font-size: 14px;
	font-weight: 700;
}

.delsig-hestia footer.footer.footer-big {
	padding: 72px 0 24px;
	background: #091720;
}

.delsig-hestia .delsig-footer-grid {
	display: grid;
	grid-template-columns: 1.1fr .65fr 1.35fr;
	gap: 65px;
}

.delsig-hestia .delsig-footer-grid h3 {
	margin: 0 0 22px;
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
}

.delsig-hestia .delsig-footer-grid p,
.delsig-hestia .delsig-footer-grid li,
.delsig-hestia .delsig-footer-grid a,
.delsig-hestia .delsig-footer-contact-row {
	color: #c4d0d7;
	font-size: 15px;
	line-height: 1.65;
}

.delsig-hestia .delsig-footer-logo {
	margin-bottom: 22px;
}

.delsig-hestia .delsig-footer-logo .custom-logo-link {
	display: inline-block;
	padding: 8px;
	border-radius: 6px;
	background: #fff;
}

.delsig-hestia .delsig-footer-logo img {
	display: block;
	width: auto;
	max-width: 128px;
	height: 50px;
	object-fit: contain;
}

.delsig-hestia .delsig-footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.delsig-hestia .delsig-footer-nav li {
	margin-bottom: 9px;
}

.delsig-hestia .delsig-footer-nav a:hover,
.delsig-hestia .delsig-footer-contact a:hover {
	color: #fff;
}

.delsig-hestia .delsig-footer-contact-row {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 13px;
	margin-bottom: 17px;
}

.delsig-hestia .delsig-footer-contact-row i {
	padding-top: 5px;
	color: var(--delsig-accent);
	font-size: 18px;
	text-align: center;
}

.delsig-hestia .delsig-footer-rule {
	margin: 48px 0 22px;
	border-color: rgb(255 255 255 / 12%);
}

.delsig-hestia footer .hestia-bottom-footer-content {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
}

.delsig-hestia .delsig-footer-credits {
	float: none;
	color: #9eacb4;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 991px) {
	.delsig-hestia .navbar .container {
		display: block;
	}

	.delsig-hestia .navbar-brand,
	.delsig-hestia .hestia-title-with-logo {
		max-width: calc(100vw - 100px);
	}

	.delsig-hestia .navbar-collapse {
		max-height: calc(100vh - 70px);
		overflow-y: auto;
	}

	.delsig-hestia .navbar-nav > li > a {
		white-space: normal;
	}

	.delsig-hestia .main-raised {
		margin-top: -30px;
	}

	.delsig-hestia .delsig-about-content {
		display: block;
	}

	.delsig-hestia .navbar {
		min-height: 70px;
	}

	.delsig-hestia .navbar .navbar-brand {
		height: 70px;
	}

	.delsig-hestia .navbar-toggle {
		margin-top: 17px;
		margin-bottom: 17px;
	}

	.delsig-hestia #carousel-hestia-generic .page-header {
		min-height: 520px;
		background-position: center 45%;
	}

	.delsig-hestia .delsig-about-content h3 {
		margin-bottom: 30px;
		padding-right: 0;
	}

	.delsig-hestia .contactus > .container > .row {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.delsig-hestia .contactus .hestia-contact-title-area {
		grid-column: 1;
		grid-row: 1;
	}

	.delsig-hestia .contactus .hestia-contact-form-col {
		grid-column: 1;
		grid-row: 2;
	}

	.delsig-hestia .delsig-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 45px;
	}

	.delsig-hestia .delsig-footer-contact {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	:root {
		--delsig-section-space: 58px;
	}

	.delsig-hestia .container {
		width: calc(100% - 32px);
	}

	.delsig-hestia .navbar-brand .site-title {
		font-size: 0;
	}

	.delsig-hestia .navbar-brand .site-title::before {
		font-size: 15px;
	}

	.delsig-hestia .carousel .buttons .btn,
	.delsig-hestia .header-filter .buttons .btn {
		display: block;
		width: min(100%, 280px);
		margin: .75rem auto;
	}

	.delsig-hestia .delsig-secondary-cta {
		margin-left: auto;
	}

	.delsig-hestia .delsig-cta-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.delsig-hestia .delsig-capabilities {
		grid-template-columns: 1fr;
	}

	.delsig-hestia .main-raised {
		margin-right: 5px;
		margin-left: 5px;
		border-radius: 4px;
	}

	.delsig-hestia .delsig-footer-credits {
		float: none;
		width: 100%;
		text-align: center;
	}

	body.delsig-hestia,
	.delsig-hestia p,
	.delsig-hestia li,
	.delsig-hestia .card-description {
		font-size: 16px;
	}

	.delsig-hestia #carousel-hestia-generic .page-header {
		min-height: 490px;
	}

	.delsig-hestia #carousel-hestia-generic .hestia-title {
		font-size: clamp(36px, 11vw, 46px);
	}

	.delsig-hestia #carousel-hestia-generic .buttons {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		margin-top: 26px;
	}

	.delsig-hestia #carousel-hestia-generic .big-title-slider-content {
		flex-basis: 100%;
		max-width: 100%;
		padding-right: 16px;
		padding-left: 16px;
	}

	.delsig-hestia #carousel-hestia-generic .buttons .btn {
		box-sizing: border-box;
		width: min(calc(100vw - 64px), 310px);
		max-width: 310px;
		margin: 0 auto;
	}

	.delsig-hestia .hestia-features,
	.delsig-hestia .hestia-about,
	.delsig-hestia .hestia-team,
	.delsig-hestia .contactus {
		padding-top: 62px;
		padding-bottom: 62px;
	}

	.delsig-hestia section .hestia-title {
		font-size: 34px;
	}

	.delsig-hestia section .description {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		font-size: 16px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.delsig-hestia .delsig-service-grid,
	.delsig-hestia .delsig-team-grid {
		margin-top: 34px;
	}

	.delsig-hestia .delsig-service-column,
	.delsig-hestia .delsig-team-column {
		display: block;
		float: none;
		width: 100%;
	}

	.delsig-hestia .delsig-service-column .info,
	.delsig-hestia .delsig-team-column .card {
		padding: 28px 22px;
	}

	.delsig-hestia .delsig-service-column .info-title {
		min-height: 0;
		font-size: 21px;
	}

	.delsig-hestia .delsig-cta {
		padding: 38px 0;
	}

	.delsig-hestia .delsig-cta-inner {
		align-items: stretch;
		text-align: center;
	}

	.delsig-hestia .delsig-cta .btn {
		align-self: center;
	}

	.delsig-hestia .delsig-about-content {
		margin-top: 34px;
	}

	.delsig-hestia .delsig-about-content h3 {
		font-size: 30px;
	}

	.delsig-hestia .delsig-capabilities {
		gap: 15px;
	}

	.delsig-hestia .contactus .card-contact .content {
		padding: 22px 18px 25px;
	}

	.delsig-hestia .contactus .card-contact .header {
		margin-right: 18px;
		margin-left: 18px;
	}

	.delsig-hestia .contactus .pirate_forms_three_inputs_wrap {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.delsig-hestia footer.footer.footer-big {
		padding-top: 58px;
	}

	.delsig-hestia .delsig-footer-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.delsig-hestia .delsig-footer-contact {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.delsig-hestia *,
	.delsig-hestia *::before,
	.delsig-hestia *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Delsig typography and color system: Poppins headings, Inter body copy. */
body.delsig-hestia,
.delsig-hestia input,
.delsig-hestia textarea,
.delsig-hestia select {
	color: var(--delsig-text);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.delsig-hestia h1,
.delsig-hestia h2,
.delsig-hestia h3,
.delsig-hestia h4,
.delsig-hestia h5,
.delsig-hestia h6,
.delsig-hestia .hestia-title,
.delsig-hestia .card-title,
.delsig-hestia .info-title,
.delsig-hestia .site-title,
.delsig-hestia .btn,
.delsig-hestia button,
.delsig-hestia input[type="submit"] {
	font-family: "Poppins", "Inter", sans-serif;
}

.delsig-hestia h1,
.delsig-hestia h2,
.delsig-hestia h3,
.delsig-hestia h4,
.delsig-hestia h5,
.delsig-hestia h6,
.delsig-hestia section .hestia-title,
.delsig-hestia .card-title,
.delsig-hestia .info-title {
	color: var(--delsig-heading);
}

.delsig-hestia p,
.delsig-hestia li,
.delsig-hestia .card-description {
	color: var(--delsig-text);
}

.delsig-hestia .description,
.delsig-hestia .text-muted,
.delsig-hestia .category {
	color: var(--delsig-secondary);
}

.delsig-hestia a:not(.btn) {
	color: var(--delsig-accent);
}

.delsig-hestia .navbar .navbar-nav > li > a {
	color: var(--delsig-heading);
}

.delsig-hestia .navbar .navbar-nav > li > a:hover,
.delsig-hestia .navbar .navbar-nav > li.current-menu-item > a,
.delsig-hestia .navbar .navbar-nav > li.current-menu-ancestor > a {
	color: var(--delsig-accent);
}

.delsig-hestia .btn.btn-primary,
.delsig-hestia .btn.btn-success,
.delsig-hestia .pirate-forms-submit-button,
.delsig-hestia input[type="submit"] {
	border-color: var(--delsig-accent);
	background: var(--delsig-accent);
	box-shadow: 0 4px 12px rgb(20 184 166 / 24%);
	color: #fff;
}

.delsig-hestia .btn.btn-primary:hover,
.delsig-hestia .btn.btn-primary:focus,
.delsig-hestia .btn.btn-success:hover,
.delsig-hestia .btn.btn-success:focus,
.delsig-hestia .pirate-forms-submit-button:hover,
.delsig-hestia .pirate-forms-submit-button:focus,
.delsig-hestia input[type="submit"]:hover,
.delsig-hestia input[type="submit"]:focus {
	border-color: var(--delsig-accent-hover);
	background: var(--delsig-accent-hover);
	color: #fff;
}

.delsig-hestia .delsig-check {
	background: var(--delsig-accent);
}

.delsig-hestia #carousel-hestia-generic .hestia-title,
.delsig-hestia .delsig-cta h2,
.delsig-hestia .contactus .hestia-title,
.delsig-hestia .contactus .info-title,
.delsig-hestia .contactus .info-title a,
.delsig-hestia .delsig-footer-grid h3 {
	color: #fff;
}

.delsig-hestia .delsig-footer-grid p,
.delsig-hestia .delsig-footer-grid li,
.delsig-hestia .delsig-footer-grid a,
.delsig-hestia .delsig-footer-contact-row {
	color: #cbd5e1;
}

/* Explicit color locks prevent Hestia's generated primary-color rules from
   turning the brand, navigation, or contact headings pink/red. */
.delsig-hestia .navbar .navbar-brand,
.delsig-hestia .navbar .navbar-brand .site-title,
.delsig-hestia .navbar .navbar-brand .site-title::before,
.delsig-hestia .navbar.navbar-default .navbar-nav > li > a {
	color: var(--delsig-heading) !important;
}

.delsig-hestia .navbar.navbar-default .navbar-nav > li > a:hover,
.delsig-hestia .navbar.navbar-default .navbar-nav > li > a:focus,
.delsig-hestia .navbar.navbar-default .navbar-nav > li.current-menu-item > a,
.delsig-hestia .navbar.navbar-default .navbar-nav > li.current-menu-ancestor > a {
	color: var(--delsig-accent) !important;
}

.delsig-hestia .contactus .hestia-contact-title-area > .hestia-title,
.delsig-hestia .contactus .hestia-contact-title-area .info-title,
.delsig-hestia .contactus .hestia-contact-title-area .info-title a,
.delsig-hestia .contactus .card-contact .card-title {
	color: #fff !important;
}

.delsig-hestia .contactus .card-contact .header.header-primary {
	background: var(--delsig-accent) !important;
}
