/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* New Site CSS */
body,
html {
	overflow-x: hidden;
}

.wpcf7-form input.wpcf7-submit:hover,
.elementor-button:hover,
.elementor-button,
a .elementor-button-icon svg path,
.elementor-icon-box-icon span svg path,
.elementor-icon-box-icon span svg rect {
	transition: all 0.5s;
}

body .elementor-widget-button a.elementor-button {
	background-color: transparent;
}

a:not(.e-loop-item a):hover .elementor-button-icon svg path {
	fill: #f1f1f1;
	color: #f1f1f1;
}

.e-loop-item a .elementor-button-icon svg path,
.cta-link a.elementor-button svg path {
	fill: #1C282B;
}

.e-loop-item a:hover .elementor-button-icon svg path,
.cta-link a.elementor-button:hover svg path {
	fill: #202020 !important;
}

.centersubheading .elementor-heading-title {
	max-width: max-content;
	margin: auto;
}

.centersubheading .elementor-heading-title::after {
	content: "";
	width: 100%;
	background: #202020;
	height: 1px;
	display: block;
	position: relative;
	bottom: -5px;
}

.swiper-pagination span.swiper-pagination-bullet {
	border: 1px solid #067791;
	background-color: transparent;
	opacity: 1;
	border-radius: 0;
}

.swiper-pagination  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid #067791;
	background-color: #067791;
}

.dark-bg .swiper-pagination span.swiper-pagination-bullet {
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 1;
}

.dark-bg .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid #fff;
	background-color: #fff;
}

.dark-bg .elementor-swiper-button:hover {
	background-color: #fff !important;
}

.dark-bg .elementor-swiper-button svg path {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7489%) hue-rotate(267deg) brightness(97%) contrast(98%);
}

.dark-bg .elementor-swiper-button:hover svg path {
	filter: brightness(0) saturate(100%) invert(10%) sepia(89%) saturate(13%) hue-rotate(5deg) brightness(102%) contrast(99%);
}

.e-loop-item .elementor-heading-title a {
	display: block;
	font-weight: 500;
}

.project-features-tab-taxonomy-button-box a.project-features-tab-card-button:hover .project-features-icon img {
	filter: brightness(0) saturate(100%) invert(4%) sepia(11%) saturate(5%) hue-rotate(331deg) brightness(93%) contrast(80%);
}

.projectloopcarousel .swiper{
	overflow:visible;
}

/* About CSS Timeline */

  /* ── Header ── */
.pt-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 20px;
}

.pt-arrows {
	display: flex;
	gap: 8px;
	position: absolute;
	top: -70px;
	right: 0;
}

.pt-btn {
	width: 40px;
	height: 40px;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, transform 0.15s;
	padding: 12px !important;
}

.pt-btn.prev {
	background: #067791;
	color: #fafafa;
}

.pt-btn.next {
	background: #067791;
	color: #fafafa;
}

/* .pt-btn:hover:not(:disabled) {
	transform: scale(1.07);
} */


.pt-btn.next:hover:not(:disabled),
.pt-btn.prev:hover:not(:disabled) {
	background: #1C282B;
}

.pt-btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

  /* ── Desktop: two-column body ── */
.pt-body {
	display: grid;
	grid-template-columns: 48% 52%;
	gap: 16px;
	overflow: hidden;
	min-height: 558px;
}

  /* ── Left: image ── */
.pt-img-col {
	position: relative;
	overflow: hidden;
	background: #1a2533;
	min-height: 558px;
}

.pt-img-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: opacity 0.4s ease, transform 0.5s ease;
	border-radius: 0;
}

.pt-img-col img.fading {
	opacity: 0;
	transform: scale(1.04);
}

  /* ── Right: timeline ── */
.pt-timeline-col {
	background: #1C282B0A;
	position: relative;
	min-height: 558px;
	overflow-x: auto;
	overflow-y: hidden;
    /* Custom styled scrollbar — visible and draggable */
	scrollbar-width: thin;
	scrollbar-color: #1a6f8a #dce8ef;
}

  /* Webkit scrollbar styling */
.pt-timeline-col::-webkit-scrollbar {
	height: 5px;
}

.pt-timeline-col::-webkit-scrollbar-track {
	background: #dce8ef;
	border-radius: 10px;
}

.pt-timeline-col::-webkit-scrollbar-thumb {
	background: #1a6f8a;
	border-radius: 10px;
	cursor: grab;
}

.pt-timeline-col::-webkit-scrollbar-thumb:hover {
	background: #155f78;
}

.pt-canvas {
	position: absolute;
	inset: 0;
	overflow: visible;
           /* canvas wider than col — col clips + scrolls */
	;
}

  /* ── Horizontal baseline ── */
/*   .pt-baseline {
    position: absolute;
    bottom: 56px; left: 0; right: 0;
    height: 2px; background: #c2d3dc;
    z-index: 0;
  } */

  /* ── Vertical lines ── */
.pt-vline {
	position: absolute;
	top: 0;
	bottom: 58px;
	width: 2px;
	transform: translateX(-50%);
	transition: background 0.35s;
	z-index: 1;
}

.pt-vline.inactive {
	background: #DADADA;
}

.pt-vline.active {
	background: #067791;
}

  /* ── Year labels ── */
.pt-year-lbl {
	position: absolute;
	bottom: 22px;
	transform: translateX(-50%);
	font-size: 14px;
	font-weight: 500;
	color: #4A4A4A;
	white-space: nowrap;
/*     letter-spacing: 0.02em; */
	transition: color 0.3s, font-weight 0.3s;
	z-index: 2;
}
/*   .pt-year-lbl.active { color: #1a2533; font-weight: 700; } */

  /* ── Cards ── */
.pt-card {
	position: absolute;
	min-width: max-content;
	max-width: 260px;
	background: #fafafa;
	padding: 14px 16px 12px 16px;
	border: 1px solid #DADADA;
	cursor: pointer;
	transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
	z-index: 3;
}

.pt-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 16px rgba(0,0,0,0.13);
}

.pt-card.active-card {
	background: #067791;
	border: 1px solid #067791;
}

.pt-card-title {
	font-size: 24px;
	margin-bottom: 4px;
	color: #1C282B;
	font-weight: 500;
	line-height: 28.8px;
	letter-spacing: -0.48px;
}

.pt-card.active-card .pt-card-title, .pt-card.active-card .pt-card-sub {
	color: #fafafa;
}

.pt-card-sub {
	color: #067791;
	font-size: 14px;
	font-weight: 500;
	line-height: 16.1px;
}

  /* ── Connector dot ── */
.pt-dot {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #c2d3dc;
	border: 2px solid #edf1f5;
	transform: translate(-50%, 50%);
	transition: background 0.35s;
	pointer-events: none;
	z-index: 4;
}

.pt-dot.active {
	background: #1a6f8a;
}

  /* ════════════════════════════════════════
     MOBILE  ≤ 650px
     - Stack: image on top, timeline below
     - Line spacing ~138px
  ════════════════════════════════════════ */
@media (max-width: 767px) {
	
	.elementor-testimonial__image img {
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}

	.project-tabs-content-box .project-features-tab-card .project-features-tab-card-content-box {
		min-height: 180px !important;
	}
	
    /* Stack vertically — image first, timeline second */
	.pt-body {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		min-height: unset;
	}

    /* Image on top */
	.pt-img-col {
		grid-row: 1;
		min-height: 340px;
		height: 340px;
	}

    /* Timeline below */
	.pt-timeline-col {
		grid-row: 2;
		min-height: 300px;
		height: 300px;
	}

	.pt-header h2 {
		font-size: 1.25rem;
	}

    /* Slightly smaller cards on mobile */
	.pt-card {
		width: 120px;
		padding: 9px 11px 10px;
	}

	.pt-card-title {
		font-size: 0.78rem;
	}

	.pt-card-sub {
		font-size: 0.67rem;
	}
	
	.pt-arrows {
		top: 105%;
		right: 50%;
		transform: translateX(50%);
		z-index:100;
	}
}
/*New Footer CSS */
.footer-links-wrap a {
	font-family: "Onest", sans-serif;
	transition: all 0.4s ease-in-out;
}

.footer-links-wrap a:hover {
	color: #a1a1a1 !important;
}

input.wpcf7-form-control.wpcf7-email.emailinput {
	background: transparent;
	border: 1px solid #707070;
	box-shadow: none !important;
	outline: none;
	border-radius: 50px;
	padding: 16px 24px;
	color: #f1f1f1 !important;
	font-family: "Onest", sans-serif;
	line-height: 20.8px;
	letter-spacing: -0.32px;
	height: 53px;
	transition: all 0.5s;
}

input.wpcf7-form-control.wpcf7-email.emailinput:focus {
	border: 1px solid #f1f1f1;
}

input.wpcf7-form-control.wpcf7-email.emailinput::placeholder {
	color: #707070;
}

.newsletterinputflexitembox {
	width: 100%;
	position: relative;
}

.newsletterformflexbox span.subtn {
	position: absolute;
	top: 26px;
	right: 11px;
	transform: translateY(-50%);
	height: max-content;
}

.newsletterformflexbox span.subtn input {
	font-size: 0;
	z-index: 1;
	max-width: max-content;
	position: relative;
	padding: 24px !important;
}

.newsletterformflexbox span.subtn::before {
	content: "";
	top: 5px;
	background: #202020 !important;
}

.newsletterformflexbox span.subtn::after,
.newsletterformflexbox span.subtn::before {
	content: url(https://prelaunchpad.com/ckpcnew/wp-content/uploads/2025/12/btn-arrow.svg);
	position: absolute;
	left: 8px;
	z-index: 0;
	top: 19px;
	width: 30px;
	height: 35px;
	padding: 9px;
}

span.wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 150%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.wpcf7-form input.wpcf7-submit:hover,
.wpcf7-form input.wpcf7-submit:focus {
	background-color: transparent;
}

.wpcf7-form input.wpcf7-submit {
	border: 0 !important;
}

.newsletterformflexbox span.subtn:hover::after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2687%) hue-rotate(63deg) brightness(116%) contrast(89%);
}

.elementor-location-footer .wpcf7 form.sent .wpcf7-response-output {
	color: #fff !important;
	border: 0 !important;
}

/*New Header CSS */

.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img,
header .custom-logo-link img {
	max-width: 100px;
	height: 40px;
	object-fit: contain;
}

/* body:not(.ast-theme-transparent-header) #masthead .site-logo-img .custom-logo-link img {
  /* content: url("/wp-content/uploads/2024/12/ckpc-logo.png"); */
/* 	content: url("https://prelaunchpad.com/ckpcnew/wp-content/uploads/2026/01/CKPC_Logo_Dark.svg"); */
  /*     content: url('/wp-content/uploads/2025/01/CKPC_logo_original.svg'); */
	
/* }  */

.site-header .ast-main-header-wrap.main-header-bar-wrap.sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
	background-color: #283336;
}

.site-header .ast-main-header-wrap.main-header-bar-wrap.sticky .ast-builder-menu-1 .menu-item:not(:hover, .current-menu-item) > .menu-link {
	color: #fff;
}
/* Initially hide the header off-screen when scrolling up */
.site-header .ast-main-header-wrap.main-header-bar-wrap.sticky-header-hidden {
	top: -100px;
  /* Adjust this value based on your header height */
	;
}

.elementor-element.sectionsmallheading {
	position: relative;
	padding-left: 104px;
}

.elementor-element.sectionsmallheading::before {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background: #067791;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.elementor-element.sectionsmallheading.whitextsubheading::before {
	background: #E0E0E0;
}

/* @media (max-width: 1300px) {
	header #ast-mobile-header .main-header-bar-wrap {
		max-width: 89.5%;
	}

	header.sticky #ast-mobile-header .main-header-bar-wrap {
		max-width: 95.5%;
	}
} */

/* #ast-mobile-popup-wrapper .ast-mobile-popup-drawer {
	visibility: visible;
	opacity: 1;
}

div#ast-desktop-header {
	display: none;
}

#ast-mobile-header {
	display: block;
	padding-top: 20px;
}
*/
.site-header {
	top: 0;
	transition: top 0.3s;
	z-index: 9999;
}
/*
#ast-mobile-header .main-header-bar-wrap {
	max-width: 1312px;
	margin: auto;
}
 */
.main-header-bar-wrap svg.ast-mobile-svg.ast-menu-svg {
	display: none;
}

.main-header-bar-wrap button.menu-toggle.main-header-menu-toggle {
	padding: 6px;
}

.main-header-bar-wrap .mobile-menu-wrap {
	margin-left: 0 !important;
	margin-right: 8px;
}

/* .main-header-bar-wrap .mobile-menu-wrap span.mobile-menu {
	font-family: "Onest", sans-serif;
	font-weight: 500 !important;
	font-size: 16px !important;
	color: #f1f1f1 !important;
	line-height: normal;
} */

.main-header-bar-wrap .ast-button-wrap .menu-toggle:focus,
.main-header-bar-wrap a.ast-custom-button-link:focus,
button[type="button"]:focus,
a:not(a.elementor-button):focus {
	border-width: 0 !important;
	outline: unset !important;
}

.main-header-bar-wrap a.ast-custom-button-link {
	display: inline-flex;
	align-items: center;
}

.main-header-bar-wrap a.ast-custom-button-link::after {
	content: url(https://prelaunchpad.com/ckpcnew/wp-content/uploads/2025/12/Header-Search.svg);
	line-height: 17px;
	margin-left: 9px;
}

.site-branding.ast-site-identity {
	padding: 0;
}

/* .sticky #ast-mobile-header {
	padding: 20px 0;
} */

.site-header-primary-section-right a,
.site-header-primary-section-right a .ast-custom-button {
	transition: unset !important;
}

#ast-mobile-header .ast-main-header-wrap.sticky .site-header-primary-section-right a .ast-custom-button,
 #ast-mobile-header .ast-main-header-wrap.sticky .site-header-primary-section-right .menu-toggle span,
body:not(.ast-theme-transparent-header) #ast-mobile-header .site-header-primary-section-right a .ast-custom-button,
body:not(.ast-theme-transparent-header) #ast-mobile-header .site-header-primary-section-right .menu-toggle span {
	color: #202020 !important;
}

 #ast-mobile-header .ast-main-header-wrap.sticky .main-header-bar-wrap a.ast-custom-button-link::after,
 #ast-mobile-header .ast-main-header-wrap.sticky .menu-toggle .mobile-menu-toggle-icon::before,
body:not(.ast-theme-transparent-header) #masthead #ast-mobile-header .main-header-bar-wrap a.ast-custom-button-link::after,
body:not(.ast-theme-transparent-header) #masthead #ast-mobile-header .menu-toggle .mobile-menu-toggle-icon::before {
	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(19%) hue-rotate(139deg) brightness(96%) contrast(75%);
}

.ast-mobile-popup-content li:hover .ast-icon svg {
	fill: #707070;
}

/* Header CSS */
/***New CSS***/
.ast-mobile-popup-inner {
	max-width: 368px !important;
	background: #f1f1f1 !important;
}

.ast-mobile-popup-drawer .ast-mobile-popup-inner {
	overflow-y: hidden;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header {
	padding: 24px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 34px;
	min-height: auto;
}

button#menu-toggle-close {
	padding: 0;
}

.ahfb-svg-iconset svg {
	width: 24px;
	height: 24px;
	transition: none;
	fill: #202020;
	font-weight: 400 !important;
	top: -1px;
	position: relative;
}

#ast-mobile-popup-wrapper .main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
	display: none;
}

.ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-overlay {
	background-color: rgba(32, 32, 32, 0.25);
}

.homeiconboxaccordionwrapper .elementor-widget-icon-box {
	cursor: pointer;
}
/* default icon (outline look) */
/* .homeiconboxaccordionwrapper 
.elementor-widget-icon-box .elementor-icon svg path{
    fill: transparent;
    stroke: #067791;
} */

/* active icon */
/* .homeiconboxaccordionwrapper 
.elementor-widget-icon-box.active 
.elementor-icon svg path{
    fill: #067791;
	stroke:#ffffff;
	stroke-width: 0.5;
} */

/***New CSS***/

/* ===== VALUE ===== */
.value-icon.active .elementor-icon::before{
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/ShieldCheck-fill.svg");
}

/* ===== LIFESTYLE ===== */
.lifestyle-icon.active .elementor-icon::before{
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/PersonSimpleSwim-filled.svg");
}

/* ===== EFFICIENCY ===== */
.effeciency-icon.active .elementor-icon::before{
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/Lightning-filled.svg");
}

/* ===== QUALITY ===== */
.quality-icon.active .elementor-icon::before{
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/SealCheck-filled.svg");
}

/* ===== TIMELINES ===== */
.timelines-icon.active .elementor-icon::before{
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/HourglassMedium-filled.svg");
}

/* ===== SUSTAINABILITY ===== */
.sustainability-icon.active .elementor-icon::before{
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/leaf-filled.svg");
}

/* ===== TRUST  ===== */
.trust-icon.active .elementor-icon::before{
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/UsersThree-filled.svg");
}
.elementor-widget-icon-box.active .elementor-icon-box-icon .elementor-icon svg {
    display: none;
}

button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-fill:focus {
	outline: none;
}

.main-navigation ul.main-header-menu li.menu-item-has-children .ast-menu-toggle {
	display: inline-block;
}

.ast-builder-menu-mobile .main-navigation span.dropdown-menu-toggle.ast-header-navigation-arrow {
	display: none;
}

body.ast-main-header-nav-open header::after,
body.ast-main-header-nav-open::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000000cc;
	z-index: 99999;
}

.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
	display: block !important;
	max-width: 100%;
	min-height: auto;
}

.ast-builder-grid-row > .site-header-section.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section {
	display: flex;
	justify-content: flex-end;
}

.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,
.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
	transform: translateX(0);
	transition: all 0.6s ease-in-out;
	overflow-y: scroll;
	height: 100vh;
}

.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
	transform: translateX(100%);
	background: #e4e4e4e5;
	min-height: 100vh !important;
	overflow-y: scroll;
	transition: all 0.4s ease-in-out;
	display: block;
	max-width: 320px !important;
	margin-left: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999999;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
	padding: 0 30px;
	margin-top: 8px;
	position: static;
	opacity: 1;
	visibility: visible;
	border: 0;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu {
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	gap: 24px;
	max-height: 80vh;
	overflow-y: auto;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu li.menu-item a.menu-link {
	color: #202020;
	font-size: 24px;
	line-height: 31.2px;
	margin: 8px 0;
	font-family: "Onest", sans-serif;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu li.menu-item a.menu-link span.ast-icon.icon-arrow {
	font-size: 12px;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu li.menu-item ul.sub-menu li.menu-item a.menu-link {
	font-size: 16px;
	line-height: 20.8px;
	margin: 8px 0 0;
	padding: 0;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu li.menu-item ul.sub-menu li.menu-item:first-child a.menu-link {
	margin-top: 0;
}

.ast-builder-menu-mobile .main-navigation .menu-item:not(.menu-item-has-children) > .menu-link:hover,
.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children:hover > .menu-link,
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle {
	background: transparent;
	color: #707070 !important;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu li.menu-item {
	width: 100%;
}

body.ast-popup-nav-open,
html:has(body.ast-popup-nav-open) {
	overflow-y: hidden !important;
}

.ast-header-break-point #ast-mobile-header {
	overflow: hidden;
}

.ast-header-break-point .ast-icon.icon-arrow svg {
	margin-left: 0;
}

/* .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
	top: 19px;
	transform: translate(-50%, -50%);
	box-shadow: none;
	display: inline-block;
	position: absolute;
	left: 48%;
	max-width: max-content;
	border: 0;
	padding: 0px !important;
	overflow: hidden;
} */

.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle:focus {
	outline: none;
	border: none;
}

/* .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon span {
	display: none !important;
} */

/* .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon {
	position: relative;
	width: 15px;
	height: 15px;
} */

/* .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("https://prelaunchpad.com/ckpcnew/wp-content/uploads/2025/12/Hamburger.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
} */

.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content > .ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-1 {
	display: block;
	padding: 26.5px 28px 20.5px 28px;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .ast-submenu-expanded svg.ast-arrow-svg {
	transform: rotate(180deg);
}

.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .ast-builder-menu-mobile {
	overflow: hidden auto;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu li.menu-item.closemenubutton {
	padding-top: 10px;
	border-bottom: none;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu li.menu-item.closemenubutton a.menu-link {
	font-weight: 700;
	color: #2b2b2b;
	font-size: 24px;
}

/* NEW HOME CSS*/
.home-banner::after {
	content: "";
	background: linear-gradient(180deg,rgba(32, 32, 32, 0.1) 0%,rgba(32, 32, 32, 0.2) 50%, rgba(32, 32, 32, 0) 100%);
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.counter-box .elementor-counter-number-suffix,
.elementor-counter-number-prefix {
	font-size: 24px;
	line-height: 0;
}

.counter-box .elementor-counter-number-wrapper {
	align-items: baseline;
}

.counter-box .elementor-counter p.elementor-counter-title {
	text-align: center;
}

.counter-box .elementor-widget-counter,
.stats .elementor-element.e-con-full>.elementor-element.e-con-full {
	max-width: 248px !important;
	margin: auto;
}

.counter-grid-wrap .e-con-full.e-flex.e-con.e-child {
	position: relative;
}

.counter-grid-wrap.e-grid
  > .e-con-full:not(.counter-grid-wrap.e-grid > .e-con-full:last-child)::after {
	content: "";
	position: absolute;
	top: 0%;
	bottom: 0%;
	right: calc(var(--row-gap) / -1);
	width: 0.5px;
	background: #707070;
	height: 100%;
}

.px-grid.elementor-element.e-con-full::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	background: linear-gradient(203.56deg, rgba(0, 0, 0, 0.5) 15.18%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 84.82%);
}

.px-grid div.elementor-heading-title::after,
.home-expertise .content-wrap div.elementor-heading-title::after {
	content: url(https://prelaunchpad.com/ckpcnew/wp-content/uploads/2025/12/ArrowRight-3.svg);
	position: relative;
	top: 3px;
	margin-left: 5px;
}

.home .swiper-slide img {
	object-fit: cover;
	width: 100%;
}

.home .e-n-carousel.swiper .swiper-wrapper {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.home .e-n-carousel.swiper .swiper-wrapper:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.home .swiper-slide .elementor-widget-image .elementor-widget-container::after {
	background: linear-gradient(180deg,rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.75) 50%,#202020 100%);
	content: "";
	display: block;
	z-index: 1;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40%;
	border-radius: 16px !important;
}

.home-featured-impact.elementor-widget-loop-grid,
.home-featured-impact.elementor-widget-loop-grid .elementor-loop-container,
.home-featured-impact .e-loop-item > .elementor-element,
.height-100 {
	height: 100%;
}

.banner-arrow {
	animation: pulse 3s ease-out;
	animation-iteration-count: infinite;
}

.projectloopitembutton a.elementor-button span.elementor-button-icon svg path {
	fill: #fafafa;
}

@keyframes pulse {
	0% {
		opacity: 0.5;
	}

	50% {
		opacity: 1;
		transform: translateY(10px);
	}

	100% {
		opacity: 0.5;
	}
}

.e-n-carousel.swiper {
	overflow: visible;
}

/* New Header Announcement CSS */
body.ast-theme-transparent-header header.site-header {
    position: static !important;
}

body.ast-theme-transparent-header header.site-header .ast-main-header-wrap.main-header-bar-wrap {
    position: absolute;
    left: 0;
    right: 0;
}
.ast-above-header.ast-above-header-bar{
	background-color: #F1F2F2 !important;
}
/* body:not(.ast-theme-transparent-header) .ast-above-header-wrap .ast-above-header.ast-above-header-bar  {
	background-color: #1C282B;
} */

/* body:not(.ast-theme-transparent-header) .ast-above-header-wrap .ast-above-header.ast-above-header-bar .arrow:before{
	filter: invert(1);
} */

/* body:not(.ast-theme-transparent-header) .ast-above-header-wrap .ast-above-header.ast-above-header-bar .text-stack .line p{
	color: #fafafa;
} */

/* body:not(.ast-theme-transparent-header) .ast-above-header-wrap .ast-above-header.ast-above-header-bar .wiper{
	background: #1C282B;
} */

.ast-above-header-wrap  .site-above-header-wrap.ast-container {
    width: 100%;
    max-width: 100%;
}

.ast-above-header-wrap .site-above-header-wrap.ast-container .site-header-section .ast-header-html-1 {width: 100%;max-width: 100%;}

.ast-above-header-wrap .site-above-header-wrap.ast-container .site-header-section .ast-header-html-1 .ast-header-html.inner-link-style- {
    width: 100%;
}

p.announcement-text {
    text-align: center;
}

.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
}

.text-stack {
  position: relative;
/*   display: grid; */
/*   place-items: center; */
  overflow: hidden; /* Clips the wiper */
}

.line {
  position: relative;
  display: none; /* Controlled by JS */
  white-space: nowrap;
}

.wiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f2f2;
  z-index: 2;
}

.arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  visibility: hidden;
  width: 20px;
  height: 20px;
}

.arrow:before{
	content: "";
	display: block;
	width: 20px;
	height: 24px;
	background-image: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/left-rocket-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


/* New About CSS */
.elementor-testimonial-content {
	margin-bottom: 80px !important;
}

.elementor-testimonial-details {
	padding-left: 16px;
	border-left: 2px solid #a1a1a1;
}

.elementor-testimonial-name {
	margin-bottom: 8px;
	margin-top: -5px;
}

.team-wrap .elementor-image-box-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.team-wrap .elementor-image-box-wrapper::before,
.team-wrap .elementor-widget-flip-box .elementor-flip-box__layer.elementor-flip-box__front::before {
	content: "";
	background: linear-gradient(
    180deg,
    rgba(32, 32, 32, 0) 0%,
    rgba(32, 32, 32, 0.75) 50%,
    #202020 100%
  );
	width: 100%;
	height: 35%;
	display: block;
	position: absolute;
	bottom: 0;
}

.team-wrap .elementor-image-box-img {
	margin-bottom: 0 !important;
}

.team-wrap .elementor-image-box-content {
	position: absolute;
	bottom: 4px;
	padding: 32px;
}

.team-wrap .elementor-widget-flip-box .elementor-flip-box {
	min-height: 426px;
}

.team-wrap .elementor-widget-flip-box .elementor-flip-box__front,
.team-wrap .elementor-widget-flip-box .elementor-flip-box__back {
	overflow: hidden;
}

.team-wrap .elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
	margin-top: -85px !important;
}

.team-wrap .elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title,
.team-wrap .elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description {
	padding: 0 32px !important;
	z-index: 22;
	position: relative;
}

.team-wrap .elementor-widget-flip-box .elementor-flip-box__layer.elementor-flip-box__back .elementor-flip-box__layer__inner {
	height: 100%;
	overflow-y: auto;
	width: 104%;
}

/* New Careers CSS */
.careers-testimonial .elementor-widget-testimonial {
	height: 100%;
}

.careers-testimonial .elementor-testimonial-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.careers-testimonial .elementor-testimonial-content {
	margin-bottom: 0 !important;
}

.careers-testimonial .elementor-testimonial-details {
	border-left: 2px solid #202020;
}

.why-ckpc-wrap .elementor-flip-box__layer__inner {
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.why-ckpc-wrap .elementor-flip-box__layer__inner .elementor-flip-box__image,
.why-ckpc-wrap .elementor-flip-box__layer__inner .elementor-flip-box__image img {
	height: 100% !important;
	object-fit: cover !important;
}

.why-ckpc-wrap .elementor-flip-box__button.elementor-button {
	padding: 0;
	margin-left: auto !important;
	text-align: right !important;
	margin-right: 0 !important;
}

.why-ckpc-wrap .elementor-flip-box__button.elementor-button::after,
.why-ckpc-wrap .elementor-flip-box__layer__description::after {
	content: url(https://prelaunchpad.com/ckpcnew/wp-content/uploads/2025/12/ArrowRight.svg);
	top: 4px;
	position: relative;
}

.why-ckpc-wrap .elementor-flip-box__layer__description::after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(23%) hue-rotate(235deg) brightness(109%) contrast(107%);
}

.why-ckpc-wrap .elementor-flip-box__layer__description {
	position: absolute;
	right: 24px;
	bottom: 24px;
}

/* New Search Results CSS */
.search-results .searchandfilter ul li.sf-field-search label {
	max-width: 100%;
}

.search-results .searchandfilter ul li.sf-field-search {
	text-align: center;
	padding-bottom: 25px;
}

.search .ast-menu-toggle:hover,
.search .ast-menu-toggle:focus {
	background: transparent;
}

.search .ast-mobile-popup-content .ast-icon svg {
	fill: #202020;
}

/* New Sustainability CSS */
.stats span.elementor-counter-number-suffix {
	margin-left: 8px;
}

/* New Project Listing CSS */
.e-loop-item.project-tag-upcoming a .elementor-widget-image {
	background: #000;
}

.e-loop-item.project-tag-upcoming a img {
	object-fit: none !important;
	max-width: max-content !important;
}

.e-loop-item.project-tag-upcoming a .projecthoverloopitem,
.e-loop-item.project-tag-upcoming .project-loop-cta {
	display: none;
}

.featuredloopitemimagebox .projecthoverloopitem {
	background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.75) -13%, #202020 100%);
	border-radius: 0px 0px 16px 16px;
}

.e-loop-item.project-tag-upcoming a .elementor-element.featuredloopitemimagebox .project-info,
.e-loop-item.project-tag-upcoming a .elementor-element.featuredloopitemimagebox .project-features,
.e-loop-item.project-tag-upcoming a .elementor-element.featuredloopitemimagebox .elementor-widget-divider {
	display: none;
}

.e-loop-item.project-tag-upcoming a .elementor-element.featuredloopitemimagebox {
	bottom: 50%;
	padding-bottom: 0 !important;
	transform: translate(-50%, 50%);
	background: unset !important;
	border-radius: 0;
	z-index: 2;
	left: 50% !important;
}

.e-loop-item.project-tag-upcoming::before {
	content: "";
	backdrop-filter: blur(20px);
	background: #1C282BD9;
	min-width: 100%;
	min-height: 100% !important;
	display: block;
	position: absolute;
	z-index: 1;
}

.e-loop-item.project-tag-upcoming a .elementor-element.featuredloopitemimagebox > .e-con-inner > .elementor-element.e-con-full {
	justify-content: center;
}

.e-loop-item.project-tag-upcoming a .elementor-widget-image-box .elementor-widget-container {
	padding-top: 0 !important;
}

.project-tag-upcoming a.elementor-element.projectloopitembox {
	pointer-events: none;
}

.e-loop-item a .elementor-element.featuredloopitemimagebox .project-info {
	min-height: 84px;
}

.e-loop-item a .elementor-element.featuredloopitemimagebox .project-info .elementor-widget-container {
	display: -webkit-box;
	-webkit-line-clamp: 4;
 /* Number of lines to show */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* New Project Detail CSS */
.single-project
  header.elementor-slideshow__header.elementor-lightbox-prevent-close {
	margin-top: 45px;
}

.single-project a.dialog-close-button.dialog-lightbox-close-button {
	margin-top: 60px;
}

/* Project Details Bottom Features Box CSS */

.project-tabs-buttons-flexbox {
	display: flex;
	gap: 12px;
	padding-bottom: 24px;
	padding-left: 10px;
}

/* .project-tabs-flexitembox button.tab-button {
	background: transparent;
box-shadow: none;
		padding: 0px;
  min-width: 88px;
	border: 1px solid #202020;
	border-radius: 50px;
	color: #1C282B;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height:16px
	letter-spacing: -0.32px;
	transition: all 0.4s ease-in-out;
} */

/* .project-tabs-flexitembox button.tab-button::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 2px solid #067791;
    position: relative;
    left: 0px;
    margin-right: 8px;
} */

.project-tabs-flexitembox button.tab-button:hover::before,
.project-tabs-flexitembox button.tab-button.active::before {
/* 	background: #067791; */
/* 	transition: all 0.4s ease-in-out; */
}

/* Isotope Item Styling */
.grid:after {
	content: "";
	display: block;
	clear: both;
}

.element-item {
	position: relative;
	float: left;
  /* width: calc((100% - 64px) / 4); */
	width: calc(100% / 4);
	padding: 8px;
}

/* 	Features Loop Grid */
	.e-loop-item .elementor-heading-title a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 86px;
	}

/* 	Features Loop Grid */
	.project-features-tab-card .project-features-tab-card-title-box a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 86px;
	}

.project-tabs-content-box .project-features-tab-card .project-features-tab-card-content-box {
	padding: 24px;
	min-height: 220px;
	background-color: #1C282B0A;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: space-between;
}

.project-features-tab-card-taxonomy span.taxonomy-item {
	color: #4A4A4A;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16.1px;
}

.project-features-tab-card-title-box h3 a,
.project-features-tab-card-title-box h3 {
	color: #1C282B;
	font-family: Fustat;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 28.8px
	letter-spacing: -0.48px;
}

.project-features-tab-card-taxonomy {
	display: flex;
	padding-bottom: 12px;
}

.project-features-tab-card-image-box a {
	display: block;
	height: 100%;
	width: 100%;
}

.project-features-tab-taxonomy-button-box a.project-features-tab-card-button {
	min-height: unset;
	display: flex;
	gap: 8px;
	align-items:center;
}

.project-features-tab-taxonomy-button-box a.project-features-tab-card-button * {
	display: block;
	transition: all 0.5s;
}

.project-features-tab-taxonomy-button-box
  a.project-features-tab-card-button
  span.project-features-text {
	color: #1C282B;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.32px;
}

.project-features-tab-card-image-box,
.project-features-tab-card-image-box a img {
	height: 200px;
	width: 100%;
	object-fit: cover;
/* 	border-radius: 16px 16px 0 0; */
}

span.search-filter-no-results-message {
	text-align: center;
	display: block;
}

.elementor-widget-icon-box.elementor-vertical-align-middle:hover .elementor-icon-box-wrapper .elementor-icon rect,
.projectdetailimagecarousel.elementor-arrows-position-inside .elementor-swiper-button:hover svg rect {
	fill: #2b2b2b;
}

.elementor-widget-icon-box.elementor-vertical-align-middle:hover .elementor-icon-box-wrapper .elementor-icon path,
.elementor-widget-loop-carousel .elementor-swiper-button:hover svg path {
	fill: #fff;
}



/* Force the parent to be a flex container */
.single-project .elementor-widget-image-carousel .elementor-image-carousel-wrapper {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	position: relative !important;
/* 	padding-inline-end: 430px;
	padding-inline-start: 0px; */
}

.single-project .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-slide-image {
	padding: 0 6px;
}

.single-project .elementor-widget-image-carousel .elementor-image-carousel-wrapper {
	overflow: visible;
}

.single-project .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-wrapper {
/* 	gap:12px; */
	;
}

/* Create a flex container for navigation elements */
.single-project .elementor-widget-image-carousel .elementor-swiper {
	position: relative !important;
}

/* Make pagination and arrows container */
/* .single-project .elementor-widget-image-carousel .swiper-pagination,
.single-project .elementor-widget-image-carousel .elementor-swiper-button-prev,
.single-project .elementor-widget-image-carousel .elementor-swiper-button-next {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
} */


/* Wrapper for navigation - we'll create this with JS */
.carousel-nav-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    margin-top: 20px !important;
}

.carousel-nav-wrapper .swiper-pagination {
    position: static !important;
    width: auto !important;
    display: flex !important;
}

.carousel-nav-wrapper .elementor-swiper-button-prev,
.carousel-nav-wrapper .elementor-swiper-button-next {
    position: static !important;
    margin: 0 !important;
	border: 1px solid #000;
	padding: 8px 16px;
	border-radius: 16px;
	transition: all 0.5s;
}

/* .single-project .elementor-element.elementor-widget-image-carousel .swiper .swiper-pagination {
	bottom: -22px;
}

.single-project .elementor-widget-image-carousel .elementor-swiper-button {
	border: 1px solid #000;
	padding: 8px 16px;
	border-radius: 16px;
	top: 99.5% !important;
	transition: all 0.5s;
	z-index: 22 !important;
}



.single-project .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-next {
	right: 50% !important;
	left: auto;
	transform: translateX(255%) !important;
}

.single-project .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	left: 50% !important;
	right: auto;
	transform: translateX(-255%) !important;
}

.single-project.postid-4441 .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-prev,
.single-project.postid-7499 .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	left: 40% !important;
}

.single-project.postid-4441 .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-next,
.single-project.postid-7499 .elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-next {
	right: 40% !important;
} */

.single-project .elementor-widget-image-carousel .elementor-swiper-button svg path {
	transition: all 0.5s;
}

.single-project .elementor-widget-image-carousel .elementor-swiper-button:hover svg path {
	fill: #f1f1f1 !important;
	color: #f1f1f1 !important;
}

.single-project .elementor-widget-image-carousel .elementor-swiper-button:hover {
	background: #202020;
}
/* 
.projectdetailsbadgecontainer {
	max-width: max-content;
}

.projectherocontentsection>.e-con-inner {
	position: relative;
} */

/* Contact CSS */

.form-control {
	display: flex;
	justify-content: space-between;
	row-gap: 24px;
	flex-wrap: wrap;
}

.form-control .contact-name-field {
	width: 100%;
}

.form-control .contact-email-field {
	width: 49%;
}

.form-control .contact-number-field {
	width: 49%;
}

.form-control .contact-message-field {
	width: 100%;
}

.wpcf7 .form-control span .contact-form-field {
	background: #fff;
	border: 1px solid #A1A1A1;
	border-radius: 50px;
	height: 56px;
	color: #202020 !important;
	padding: 17px 20px !important;
	transition: all 0.5s;
}

.wpcf7 .form-control span .contact-form-field:focus {
	border: 1px solid #A1A1A1;
}

.wpcf7 .form-control span .contact-form-field::placeholder {
	color: #A1A1A1;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
}

.wpcf7 .form-control span .contact-form-field:focus::placeholder {
	font-size: 0;
}

.wpcf7 .form-control span textarea.contact-form-field {
	height: auto;
	resize: vertical;
	border: 1px solid #A1A1A1;
}

.wpcf7 .form-control span textarea.contact-form-field:focus {
	border: 1px solid #A1A1A1;
}

.wpcf7 .form-control .btn-submit .form-control-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 24px;
	height: 53px;
	width: 99px;
	background: #202020;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
	color: #f1f1f1;
	transition: all 0.5s;
	border-radius: 50px;
}

.wpcf7 .form-control .btn-submit .form-control-submit:hover {
	color: #202020;
	background: #a1a1a1;
}

/* Single Project CSS */
.property-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ffffff !important;
    border: 1px solid #067791 !important;
    border-radius: 0;
    opacity: 1;
    margin: 0 !important; 
}
.property-slider .swiper-pagination {
    padding-top: 24px;
    display: flex;
    justify-content: center;
    gap: 12px; /* gap between bullets */
}

/* Active bullet */
.property-slider .swiper-pagination-bullet-active {
    background: #067791 !important;
    border-color: #067791 !important;
}

/* Thank You CSS */
.thank-you-left-text .elementor-widget-container p:first-child {
	margin-bottom: 20px;
}

.social-links .elementor-widget-container p:first-child {
	margin-bottom: 36px;
}

.social-links .elementor-widget-container p:first-child {
	margin-bottom: 36px;
}

.social-links .elementor-widget-container p {
	margin-bottom: 24px;
}

.social-links .elementor-widget-container p a {
	font-family: Manrope;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	color: #262626;
}

/* Resources, Features Grid CSS */
.resource-grid .e-loop-item .elementor-widget-image,
.resource-grid .e-loop-item .elementor-widget-image img,
.resource-slider .e-loop-item .elementor-widget-image,
.resource-slider .e-loop-item .elementor-widget-image img {
	height: 220px;
}

.features-grid .e-loop-item .elementor-widget-image,
.features-grid .e-loop-item .elementor-widget-image img,
.feature-slider .e-loop-item .elementor-widget-image,
.feature-slider .e-loop-item .elementor-widget-image img {
	height: 200px;
}

.elementor-editor-active .ast-container > .project-features-tabs {
	display: none;
}

.e-loop-item .elementor-widget-image,
.e-loop-item .elementor-widget-image img,
.e-loop-item .elementor-widget-image a {
	width: 100% !important;
}
.e-loop-item.type-post>.e-con-full.e-flex.e-con, 
.e-loop-item.type-post .e-con-full.e-flex.e-con .e-child:last-child {
    height: 100%;
}
.e-loop-item .elementor-widget-image,
.e-loop-item .elementor-widget-image img {
	object-fit: cover;
}
/* 
.featuressearchfilter .searchandfilter ul li.sf-field-search,
.resources-search-and-filter .searchandfilter ul li.sf-field-search {
	margin-bottom: 32px;
}

.resources-search-and-filter .searchandfilter ul li.sf-field-search input.sf-input-text {
	background: #d9d9d966;
} */

/* .features-grid h3.elementor-heading-title.elementor-size-default a,
.featuredloopheading .elementor-heading-title a,
.resource-grid h3.elementor-heading-title.elementor-size-default a,
.project-features-tab-card-title-box h3 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 57px;
	padding-bottom: 1px;
} */

/* New Resources & Features Filter Buttons Design */
.sf-field-category .sf-label-radio,
.sf-field-taxonomy-features_category .sf-label-radio,
.project-tabs-flexitembox .tab-button {
    line-height: 1;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    min-height: 32px !important;
    padding: 8px 16px;
    border: 1px solid #067791BF;
    background: transparent;
    color: #067791;
    cursor: pointer;
    transition: all 0.3s ease;
}
.project-tabs-flexitembox .tab-button {
    padding-left: 12px;
}
.sf-field-category .sf-label-radio:hover,
.sf-field-taxonomy-features_category .sf-label-radio:hover,
.project-tabs-flexitembox .tab-button:not(.active):hover {
    background-color: #067791;
    color: #fff;
    border: 1px solid #067791BF;
}
.sf-field-category .sf-label-radio:hover::before,
.sf-field-taxonomy-features_category .sf-label-radio:hover::before,
.project-tabs-flexitembox .tab-button:not(.active):hover::before {
    filter: brightness(0) invert(1);
}

/* FLEX WRAPPER */
.sf-field-category .sf-level-0,
.sf-field-taxonomy-features_category .sf-level-0,
.project-tabs-buttons-flexbox .project-tabs-flexitembox {
    display: inline-flex;
    align-items: stretch;
}


/* ACTIVE STATE */
.sf-field-category .sf-option-active .sf-label-radio,
.sf-field-taxonomy-features_category .sf-option-active .sf-label-radio,
.project-tabs-flexitembox .tab-button.active {
    background-color: #067791;
    color: #fff;
    border: 1px solid #067791;
}
/* Resources icons */
.sf-field-category input[value="blogs"] + .sf-label-radio::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/Article.svg");
}
.sf-field-category input[value="news"] + .sf-label-radio::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/NewspaperClipping.svg");
}
.sf-field-category input[value="reports"] + .sf-label-radio::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/Newspaper.svg");
}
.sf-field-category input[value="videos"] + .sf-label-radio::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/Video.svg");
}
.sf-field-category .sf-option-active .sf-label-radio::before, .sf-field-taxonomy-features_category .sf-option-active .sf-label-radio::before {
    filter: brightness(0) invert(1);
}

/* ICONS for Features */
.sf-field-taxonomy-features_category input[value="design"] + .sf-label-radio::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/BoundingBox.svg");
}
.sf-field-taxonomy-features_category input[value="lifestyle"] + .sf-label-radio::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/Buildings.svg");
}
.sf-field-taxonomy-features_category input[value="location"] + .sf-label-radio::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/MapPinFilled.svg");
}
.sf-field-taxonomy-features_category input[value="quality"] + .sf-label-radio::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/SealCheck-features.svg");
}
.sf-field-taxonomy-features_category input[value="safety"] + .sf-label-radio::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/SecurityCamera.svg");
}
.sf-field-taxonomy-features_category input[value="sustainability"] + .sf-label-radio::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/leaf-filled-1.svg");
}
.sf-field-taxonomy-features_category input[value="technology"] + .sf-label-radio::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/Circuitry.svg");
}

/* Project details page features icons */
/* Design */
.filter-design .tab-button::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/BoundingBox.svg");
}

/* Lifestyle */
.filter-lifestyle .tab-button::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/Buildings.svg");
}

/* Location */
.filter-location .tab-button::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/MapPinFilled.svg");
}

/* Quality */
.filter-quality .tab-button::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/SealCheck-features.svg");
}

/* Safety */
.filter-safety .tab-button::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/SecurityCamera.svg");
}

/* Sustainability */
.filter-sustainability .tab-button::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/leaf-filled-1.svg");
}

/* Technology */
.filter-technology .tab-button::before {
    content: url("https://www.msrinfraa.in/wp-content/uploads/2026/03/Circuitry.svg");
}

.project-features-tabs .tab-button{
    box-shadow: none;
	font-weight: 500;
}
.project-features-tabs .tab-button.active:hover {
    background-color: #067791 !important;
    color: #fff !important;
    border-color: 1px solid #067791 !important;
}

.project-features-tabs .tab-button.active::before {
    filter: brightness(0) invert(1) !important;
}

.project-tabs-buttons-flexbox .project-tabs-flexitembox:first-child .tab-button {
    padding-left: 16px !important;
}

.rightcolumncontent-text {
	min-height: 125px;
}

.searchandfilter ul li.sf-field-category > ul,
.searchandfilter ul li.sf-field-taxonomy-projects_category > ul,
.searchandfilter ul li.sf-field-taxonomy-project-tag > ul,
.searchandfilter ul li.sf-field-taxonomy-features_category > ul {
    display: flex;
    max-width: 100%;
    white-space: nowrap;
    overflow: auto hidden;
    scroll-behavior: smooth;
    gap: 12px;
    padding-bottom: 10px;
    scrollbar-width: thin;
}

.searchandfilter ul li.sf-field-category > ul li,
.searchandfilter ul li.sf-field-taxonomy-projects_category > ul li,
.searchandfilter ul li.sf-field-taxonomy-project-tag > ul li,
.searchandfilter ul li.sf-field-taxonomy-features_category > ul li {
	padding: 0;
	position: relative;
}

.searchandfilter ul li.sf-field-category > ul li input[type="radio"],
.searchandfilter ul li.sf-field-taxonomy-projects_category > ul li input[type="radio"],
.searchandfilter ul li.sf-field-taxonomy-project-tag > ul li input[type="radio"],
.searchandfilter ul li.sf-field-taxonomy-features_category > ul li input[type="radio"] {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
}

.searchandfilter ul li.sf-field-category > ul li label,
.searchandfilter ul li.sf-field-taxonomy-projects_category > ul li label,
.searchandfilter ul li.sf-field-taxonomy-project-tag > ul li label,
.searchandfilter ul li.sf-field-taxonomy-features_category > ul li label {
	display: block;
/* 	padding: 8px 16px;
	border: 1px solid #202020;
	border-radius: 50px;
	transition: all 0.4s ease-in-out; */
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
}

/* .searchandfilter ul li.sf-field-category > ul li label.sf-label-radio::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 2px solid #067791;
    position: relative;
    left: 0px;
    margin-right: 8px;
} */
.searchandfilter ul li.sf-field-category > ul li label.sf-label-radio:hover::before,
.searchandfilter ul li.sf-field-category > ul li input[type="radio"]:checked + label.sf-label-radio::before{
/* 	background: #067791; */
	transition: all 0.4s ease-in-out; 
}

.searchandfilter li[data-sf-field-input-type=radio] label{
	padding-left: 12px !important;
}
.sf-field-category .sf-item-0 .sf-label-radio {
    padding-left: 16px !important;
}
.sf-field-taxonomy-features_category .sf-item-0 .sf-label-radio {
    padding-left: 16px !important;
}

.searchandfilter ul li.sf-field-category > ul li label:hover,
.searchandfilter ul li.sf-field-category > ul li input[type="radio"]:checked + label,
.searchandfilter ul li.sf-field-taxonomy-projects_category > ul li label:hover,
.searchandfilter ul li.sf-field-taxonomy-projects_category > ul li input[type="radio"]:checked + label,
.searchandfilter ul li.sf-field-taxonomy-project-tag > ul li label:hover,
.searchandfilter ul li.sf-field-taxonomy-project-tag > ul li input[type="radio"]:checked + label,
.searchandfilter ul li.sf-field-taxonomy-features_category > ul li label:hover,
.searchandfilter ul li.sf-field-taxonomy-features_category > ul li input[type="radio"]:checked + label {
/* 	background: #202020; */
/* 	color: #f1f1f1; */
/* 	transition: all 0.4s ease-in-out; */
}

.searchandfilter ul {
	margin-left: 0;
}

/* Features Page */

/* .elementor-loop-container .features_category-all a[href*="features_category/all"]{
    display: none;
} */

.searchandfilter ul li.sf-field-taxonomy-features_category > ul li {
	padding: 0;
	position: relative;
}


.searchandfilter ul li.sf-field-taxonomy-features_category > ul li label {
	display: block;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
}

/* .searchandfilter ul li.sf-field-taxonomy-features_category > ul li label.sf-label-radio::before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	border: 2px solid #067791;
	position: relative;
	left: 0px;
	margin-right: 8px;
}
 */
/* .searchandfilter ul li.sf-field-taxonomy-features_category > ul li label.sf-label-radio:hover::before,
.searchandfilter ul li.sf-field-taxonomy-features_category > ul li input[type="radio"]:checked + label.sf-label-radio::before{
	background: #067791;
	transition: all 0.4s ease-in-out; 
} */

/* Featured Detail page */
.related-features .elementor-widget-heading p{
    font-size: 14px !important;
}

/* Features and Resources Detail CSS */
/* .site-header.sticky .site-logo-img .transparent-custom-logo img, */
.ast-main-header-wrap.sticky .site-logo-img .custom-logo-link img {
	content: url("https://www.msrinfraa.in/wp-content/uploads/2026/02/msr-infraa-transparent.png") !important;
}

body.feature-template.single-feature .elementor-widget.elementor-widget-image {
	width: 100%;
}

.single-post .site-content .ast-container .elementor div:not(:first-child) p:not(.related-posts p),
.single-post .site-content .ast-container .elementor div:not(:first-child) ul:not(.elementor-post-info)  li,
.single-post .site-content .ast-container .elementor div:not(:first-child) ol:not(.elementor-post-info)  li,
body.single-feature .site-content .ast-container .elementor div:not(:first-child) p,
body.single-feature .site-content .ast-container .elementor div:not(:first-child)  ul:not(.elementor-post-info)  li {
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	text-align: left;
	color: #4A4A4A;
	font-family: "Fustat", sans-serif;
}

/* .single-feature .ast-container .elementor .elementor-element:not(.elementor-element:first-child, .elementor-element:last-child) {
	padding: 20px 0;
}

.single-feature .ast-container .elementor .elementor-element:not(.elementor-element:first-child, .elementor-element:last-child) {
	border: 0;
} */
.single-feature .elementor-element:not(.related-posts) .elementor-widget-text-editor .elementor-widget-container p:not(p:last-child) {
    margin-bottom: 30px !important;
}

.single-post .elementor-element h2.elementor-heading-title:not(.single-post .elementor-element.related-posts h2.elementor-heading-title)
{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    color: #1C282B;
	letter-spacing: -2%;
}
.single-post .elementor-element h3.elementor-heading-title:not(.related-posts h3.elementor-heading-title):not(.elementor-location-footer h3.elementor-heading-title) {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-transform: capitalize;
    color: #1C282B;
    letter-spacing: -2%;
}
.single-post .elementor-element:not(.related-posts) .elementor-widget-text-editor .elementor-widget-container p:not(p:last-child) {
    margin-bottom: 12px !important;
}

.single-post .elementor-widget-text-editor ul{
    margin-left: 40px;
}
/* .single-post .elementor-widget.elementor-widget-video {
	max-width: 720px !important;
	margin: auto;
}

.single-post table {
	margin-bottom: 0;
	font-size: 24px;
	color: #707070;
	line-height: 31.2px;
	border: 1px solid #a1a1a1;
	border-radius: 16px;
}

.single-post td,.single-post th {
	border-color: #a1a1a1;
	vertical-align: top;
}

.single-post table b {
	font-weight: 600 !important;
}

.single-post table tbody tr td:last-child {
	border-right: 0;
}

.single-post table tbody tr:last-child td {
	border-bottom: 0;
}

.single-post b, .single-post strong {
	font-weight: 600;
}

.related-featured-section {
	padding-top: 120px;
	padding-bottom: 80px;
} */
/* End of New site CSS*/

.mainform {
    margin-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.mainform .forminputbox {
    flex: 0 0 auto;
    width: 100%;
}

.mainform .formsubmitbox {
    flex: 0 0 auto;
    width: 100%;
    text-align: end;
}

.forminputbox .formrow:not(:last-child) {
    margin-bottom: 24px;
}

.forminputbox .formrow input.wpcf7-form-control.wpcf7-text {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #DADADA;
    border-radius: 0;
    padding-left: 0;
}

.formsubmitbox input.wpcf7-form-control:hover {
    background-color: #1d282b;
}

.elementor-icon-box-title span {
    display: block;
}

.homeiconboxaccordionwrapper .elementor-icon-box-title{
	margin-bottom: 0 !important;
}

.homeiconboxaccordionwrapper .elementor-icon-box-description{
	margin-top: 8px !important;
}

/* .elementor-widget.elementor-widget-loop-carousel .elementor-swiper-button {
    background: #067791;
    padding: 10px 12px;
    width: 100%;
		max-width: 1270px;
		margin-left: auto !important;
		margin-right: auto !important;
    height: 40px;
		left: 0 !important;
		right: 0 !important;
		transform: unset !important;
		justify-content: end;
} */

/* .elementor-widget.elementor-widget-loop-carousel .elementor-swiper-button svg {
	line-height: 1;
	display: block;
	width: 40px;
	height: 40px;
	padding: 10px 12px;
	background: #067791;
}

.elementor-widget.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    padding-right: 50px;
}

.elementor-element.projectloopcarousel .swiper-slide{
	min-width: 842px;
} */


/*********** Responsive CSS ****************/
@media (max-width: 1200px) {
  /* Home CSS */
	.elementor-heading-title br,
  .elementor-widget-text-editor br {
		display: none;
	}
	/*  New	Blog Page CSS */
	    .single-post .site-content .elementor-widget-text-editor p a {
        word-break: break-word;
    }
}

@media (max-width: 1024px) {
		
.featuredloopitemimagebox{
    max-width:95%;
    transform:translateX(-50%);
}
	.single-project .elementor-widget-image-carousel .elementor-image-carousel-wrapper {
    padding-inline-end: unset;
    padding-inline-start: 0px;
}
	
  /* New Header CSS*/
/*   .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img,
header .custom-logo-link img {
	max-width: 146px !important;
	height:auto;
} */

	.ast-header-break-point .ast-icon.icon-arrow svg {
		font-size: 16px;
	}
	
	#ast-mobile-header .ast-main-header-wrap.main-header-bar-wrap{
		padding: 14px 20px;
	}

	#ast-mobile-header {
		padding: 0;
	}

	.ast-header-break-point
    #masthead
    .ast-mobile-header-wrap
    .ast-primary-header-bar {
		padding: 0 !important;
	}

	.main-header-bar-wrap a.ast-custom-button-link::after {
		top: 2px !important;
		position: relative;
		margin-right: 5px;
	}

  /* New PX CSS */
	.swiper.elementor-loop-container.elementor-grid.offset-right.swiper-initialized {
		overflow: visible;
	}

  /* New Careers CSS */
	.flip-carousel-slide .elementor-flip-box > div,
  .flip-carousel-slide .elementor-flip-box > div img {
		border-radius: 8px 8px 0 0 !important;
	}

	.elementor-testimonial-name {
		margin-bottom: 0px;
		margin-top: -7px;
	}

  /* Feature Loop*/
	.feature-loop-box
    .elementor-element.elementor-element-3517e2ca.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
		flex-direction: column;
	}

	.mobilemenuheading h3 {
		color: #2b2b2b;
	}

	.projectdetailimagecarousel
    .elementor-widget-container
    .elementor-image-carousel-wrapper
    .elementor-swiper-button.elementor-swiper-button-prev {
		left: 50px;
	}

	.projectdetailimagecarousel
    .elementor-widget-container
    .elementor-image-carousel-wrapper
    .elementor-swiper-button.elementor-swiper-button-next {
		right: 50px;
	}

  /* New Project CSS */
	.e-loop-item .project-loop-cta {
		display: none;
	}

  /* New Project Detials CSS */
	.mobile-cta.elementor-element.elementor-widget-icon-box .elementor-icon-box-wrapper {
		align-items: center !important;
	}

	.single-project .elementor-widget-image-carousel .elementor-swiper-button {
		padding: 6px 12px;
		font-size: 9px;
		top: 100.5% !important;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.elementor-element.sectionsmallheading::before{
		width:50px;
	}
	.sectionsmallheading {
		padding-left: 70px !important;
	}
/* 	New Blog Page CSS */
	.elementor-15164 .elementor-element.elementor-element-582e12d .elementor-heading-title {
	  font-size: 44px;
      line-height: 48px;
	}
	.single-post .site-content .ast-container .elementor div:not(:first-child) p:not(.related-posts p){
		    font-size: 16px; 
		line-height: 20px;
	}
	
  /* New Footer CSS */
	.newsletterformflexbox span.subtn::after,
    .newsletterformflexbox span.subtn::before {
		top: 18px;
	}

    /* New Header CSS */
	.ast-header-button-1 a.ast-custom-button-link .ast-custom-button {
		font-size: 16px !important;
	}

  /* New Home CSS */
	.counter-box .elementor-widget-counter:not(.counter-box .e-grid .elementor-widget-counter:first-child)::after {
		left: -8%;
	}

	.counter-box .elementor-counter-number-suffix,
    .elementor-counter-number-prefix {
		font-size: 16px;
		line-height: 0;
	}

	.resource-grid h3.elementor-heading-title.elementor-size-default a {
		min-height: 55px;
	}

/* 	.single-feature .related-featured-section {
		padding-top: 100px;
	} */
	
/* New Feature Single page CSS */
	    .single-feature h1{
       font-size: 38px !important;
        line-height: 42px !important;
    }

	.elementor-element.featurecontainerwidth {
		max-width: 100% !important;
	}

  /* Isotope Item Styling */
	.element-item {
/*     width: calc((100% - 48px) / 2); */
		width: calc((100% - 0px) / 2);
/* 		width: calc(100% / 3); */
	}

	.project-features-tab-card-title-box h3 a, 
	.project-features-tab-card-title-box h3 {
		font-size: 24px;
		line-height: 28.8px;
	}
}

@media (max-width: 767px) {
	.map-wrapper iframe{
    height:160px;
}
	.footer-logo-wrap {
    max-width: 35%;
}
	
	.sectionsmallheading .elementor-heading-title{
		white-space: nowrap;
	}
	
	.banner-text-wrap{
		max-width:345px;
	}
	.homeiconboxaccordionwrapper .elementor-icon-box-icon {
    position: relative;
    top: -4px;
}
	
	.projectloopcarousel .swiper-pagination{
		display:none;
	}
		
	
  /* New CSS */
/* 	Single Blog Page */
	.single-post .elementor-15164 .elementor-element.elementor-element-582e12d .elementor-heading-title{
		font-size: 34px !important;
        line-height: 37.4px !important;
        letter-spacing: -1.02px !important;
	}
	.single-post .elementor-element h2.elementor-heading-title:not(.single-post .elementor-element.related-posts h2.elementor-heading-title){
		font-size: 28px;
        line-height: 30.8px; 
		letter-spacing: -0.84px;
	}
	
	.mainform {
		gap: 24px;
	}
	.mainform .formsubmitbox .wpcf7-submit {
    width: 100% !important;
    display: block !important;
}
	
	.subheading .elementor-heading-title {
		max-width: max-content;
		margin: auto;
	}

	.subheading .elementor-heading-title::after {
		content: "";
		width: 100%;
		background: #202020;
		height: 1px;
		display: block;
		position: relative;
		bottom: -7px;
	}

	.subheading.whitetext .elementor-heading-title::after {
		background: #f1f1f1;
	}

	.subheading p.elementor-heading-title {
		padding: 0 !important;
		display: block !important;
	}

	.subheading p.elementor-heading-title::before {
		content: unset !important;
	}
	
/* 	Career Page */
	.elementor-element.sectionsmallheading{
        padding-left: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px; 
    }

  /* left line */
/*   .elementor-element.sectionsmallheading::before {
    content: "";
    width: 57.5px;
    height: 1px;
    position: static;
    transform: none;
  } */

  /* right line */
  .elementor-element.sectionsmallheading::after,
  .elementor-element.sectionsmallheading::before{
    content: "";
    width: 100%;
	max-width:80px;
    height: 2px;
    background: #067791;
    position: static;
    transform: none;
  }
	.life-at-msr-testimonials .swiper-pagination-bullet {
		display: none;
	}

	.elementor-element.sectionsmallheading.whitextsubheading::after {
		 background: #E0E0E0;
	}

  /*New Footer CSS*/
	.footer-links-wrap > :last-child {
		grid-column: 1 / -1;
	}

	.newsletterformflexbox span.subtn input {
		padding: 10px !important;
	}

	input.wpcf7-form-control.wpcf7-email.emailinput {
		padding: 7px 14px;
		height: 48px;
	}

	.newsletterformflexbox span.subtn::after,
    .newsletterformflexbox span.subtn::before {
		top: 2px;
		left: -10px;
		width: 30px;
		height: 32px;
	}

/* 	Features Single Page */
	    .single-feature h1{
       font-size: 32px !important;
        line-height: 35.2px !important;
        letter-spacing: -0.96px !important;
    }
	.single-feature .elementor-element:not(.related-posts) .elementor-widget-text-editor .elementor-widget-container p:not(p:last-child) {
		margin-bottom: 24px !important;
	}
	
	
  /* New Header CSS */
/* 	#ast-mobile-header {
		padding-top: 16px;
	} */

	.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
		padding: 0 16px;
	}

	.ast-mobile-popup-inner {
		max-width: 100%!important;
	}

/* 	.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img,
	header .custom-logo-link img {
		max-width: 117px;
		height: auto !important;
	} */

	.ast-builder-button-wrap {
		line-height: 0;
	}

	.ast-custom-button,
  .mobile-menu-wrap {
		display: none !important;
	}

/* 	.sticky #ast-mobile-header {
		padding: 17px 14px;
	} */

/* 	.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon:before {
		filter: brightness(0) saturate(100%) invert(7%) sepia(7%) saturate(18%)
      hue-rotate(349deg) brightness(104%) contrast(88%);
	}

	.ast-button-wrap button.menu-toggle.main-header-menu-toggle {
		background: #f1f1f1 !important;
		padding: 6px 14px !important;
		border-radius: 24px;
	} */

	.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
		top: 16px;
		left: 104px;
	}

	.ast-header-button-1 {
		padding-right: 0;
	}

/* 	.sticky .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon:before,
  .single .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon:before,
  .page-id-1034 .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon:before,
  .page-id-1182 .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon:before {
		filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
      hue-rotate(48deg) brightness(107%) contrast(101%) !important;
	} */

/* 	.sticky .ast-button-wrap button.menu-toggle.main-header-menu-toggle,
  .single .ast-button-wrap button.menu-toggle.main-header-menu-toggle,
  .page-id-1034 .ast-button-wrap button.menu-toggle.main-header-menu-toggle,
  .page-id-1182 .ast-button-wrap button.menu-toggle.main-header-menu-toggle {
		background: #202020 !important;
	} */

	.ast-mobile-popup-drawer .ast-mobile-popup-header {
		padding: 20px 24px;
		margin-bottom: 24px;
	}

/* 	.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-1 {
		position: absolute;
		top: 5px;
		left: 24px;
		padding-bottom: 10px;
		display: block;
	} */

	.ast-builder-layout-element.ast-header-html-2 {
		position: absolute;
		top: 3px;
		right: 70px;
		filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(19%)
      hue-rotate(139deg) brightness(96%) contrast(75%);
		padding: 17px 0;
		display: block;
	}

	.ahfb-svg-iconset::before {
		content: unset;
	}

	.ast-builder-menu-mobile .main-navigation .main-header-menu {
		padding-right: 24px;
		padding-left: 24px;
		padding-bottom: 24px;
		gap: 20px;
	}

	.ast-builder-menu-mobile .main-navigation .main-header-menu li.menu-item a.menu-link {
		font-size: 20px;
		line-height: 26px;
		padding: 0 8px;
	}

	.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
		line-height: 0;
	}

	.ast-builder-menu-mobile
    .main-navigation
    .main-header-menu
    li.menu-item
    ul.sub-menu
    li.menu-item
    a.menu-link {
		font-size: 14px;
		line-height: 18.2px;
	}

  /* New Home CSS */
	.counter-box .elementor-counter-number-suffix,
  .elementor-counter-number-prefix {
		font-size: 20px;
	}

	.counter-box span.elementor-counter-number-prefix {
		top: -7px;
	}

	.counter-grid-wrap.e-grid > .e-con-full:last-child {
		position: relative;
	}

	.counter-grid-wrap.e-grid
    > .e-con-full:not(
      .counter-grid-wrap.e-grid > .e-con-full:first-child
    )::after,
  .counter-grid-wrap.e-grid > .e-con-full:last-child::after {
		content: "" !important;
		position: absolute;
		top: -30px;
		width: 100%;
		height: 0.5px;
		right: 0;
		background: #707070 !important;
	}

/* 	.home-featured-impact.elementor-widget-loop-grid,
  .home-featured-impact.elementor-widget-loop-grid .elementor-loop-container,
  .home-featured-impact .e-loop-item > .elementor-element,
  .height-100 {
		height: unset;
	} */

	.text-overlap .swiper-slide > .e-con-full.e-child::before,
  .text-overlap .swiper-slide > .e-con-full.projectloopitembox::before {
		opacity: 0.8;
		content: "";
		background: linear-gradient(
      180deg,
      rgba(32, 32, 32, 0) 0%,
      rgba(32, 32, 32, 0.6) 50%,
      rgba(32, 32, 32, 0.9) 100%
    );
		transform: rotate(180deg);
		height: 16%;
		border-radius: 0px 0px 8px 8px;
		z-index: 1;
	}

  /* New PX CSS */
	.featuredloopheading .elementor-heading-title a {
		min-height: 55px;
	}

  /* New About CSS */
	.team-wrap .elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title,
  .team-wrap .elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description {
		padding: 0 24px !important;
	}

	.team-wrap .elementor-flip-box__layer__overlay,
   .team-wrap .elementor-flip-box__layer,
      .team-wrap .elementor-flip-box__layer__overlay img {
		border-radius: 8px !important;
	}

	.team-wrap
    .elementor-widget-flip-box
    .elementor-flip-box__front
    .elementor-flip-box__layer__title {
		margin-top: -75px !important;
	}

	/* New Sustainability CSS */
	.counter-grid-wrap.stats.e-grid > .e-con-full::after {
		background: transparent !important;
	}

  /* New Single Details CSS */

	.single-post .swiper-slide img.swiper-slide-image,
	.single-project .swiper-slide img.swiper-slide-image,
	.single-project .element:not(.e-loop-item) .elementor-widget-image,
	.single-post .element:not(.e-loop-item) .elementor-widget-image,
	.single-project .element:not(.e-loop-item) .elementor-widget-image img,
	.single-post .element:not(.e-loop-item) .elementor-widget-image img {
		border-radius: 8px !important;
	}

/* 	.single-post .featurecontainerwidth .elementor-element.elementor-widget-theme-post-title.elementor-page-title.elementor-widget-heading h1.elementor-heading-title,
    .single-feature .featurecontainerwidth .elementor-element.elementor-widget-theme-post-title.elementor-page-title.elementor-widget-heading h1.elementor-heading-title {
		font-size: 32px;
		line-height: 110%;
		letter-spacing: -2%;
	} */
/* 	.single-post .elementor-15164 .elementor-element.elementor-element-582e12d .elementor-heading-title{
		font-size: 48px !important;
		line-height: 110% !important;
		letter-spacing: -3% !important;
	} */

/* 	.single-post .featurecontainerwidth ul.elementor-inline-items.elementor-post-info  li.elementor-icon-list-item:not([itemprop="datePublished"]) span.elementor-icon-list-text.elementor-post-info__item,
    .single-feature .featurecontainerwidth ul.elementor-inline-items.elementor-post-info li.elementor-icon-list-item:not([itemprop="datePublished"]) span.elementor-icon-list-text.elementor-post-info__item {
		font-size: 12px;
		line-height: 15.6px;
		letter-spacing: 1.8px;
		padding: 8px 16px 6px;
	} */
/* 	need to remove */
/* 		.single-post ul.elementor-inline-items.elementor-post-info  li.elementor-icon-list-item:not([itemprop="datePublished"]) span.elementor-icon-list-text.elementor-post-info__item,
    .single-feature ul.elementor-inline-items.elementor-post-info li.elementor-icon-list-item:not([itemprop="datePublished"]) span.elementor-icon-list-text.elementor-post-info__item {
		font-size: 14px;
		line-height: 115%
        font-weight: 500;
		letter-spacing: 0;
        color: #1C282B;
	} */

	.single-post ul.elementor-inline-items.elementor-post-info li.elementor-icon-list-item:not([itemprop="datePublished"]) span.elementor-icon-list-text.elementor-post-info__item{
    font-size: 14px;
		line-height: 115%
        font-weight: 500;
		letter-spacing: 0;
        color: #1C282B;
}
	
/* 	.single-post .ast-container .elementor > .e-con-full:nth-child(2),
    .single-feature .ast-container .elementor > .e-con-full:nth-child(2) {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.single-feature .ast-container .elementor > .elementor-element:nth-child(2),
    .single-feature .ast-container .elementor > .elementor-element:nth-child(2) img {
		padding: 0 !important;
	}

	.single-feature .ast-container .elementor .elementor-element:not(.elementor-element:first-child, .elementor-element:last-child) {
		padding: 20px 0 0;
	} */

	.related-featured-section {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.related-featured-section .elementor-page-title.elementor-widget-heading {
		-webkit-line-clamp: 5 !important;
	}

/* 	.project-features-tab-card-image-box, 
	.project-features-tab-card-image-box a img {
		border-radius: 8px 8px 0 0;
	}

	.project-tabs-content-box .project-features-tab-card .project-features-tab-card-content-box,
   .elementor-element.featuredloopitemimagebox {
		border-radius: 0 0 8px 8px !important;
	} */

/* 	body.single-feature .elementor-element.related-posts .elementor-element.subheading.elementor-widget.elementor-widget-heading p.elementor-heading-title {
		font-size: 12px !important;
	} */

/* 	.single-post table {
		font-size: 20px;
		line-height: 26px;
	}

	.single-post .elementor-widget-html .elementor-widget-container {
		overflow-x: scroll;
		max-width: 96%;
	}

	.single-post .elementor-widget-html .elementor-widget-container table {
		width: 600px;
	} */

   /* New Search CSS */
	.search-results .searchandfilter ul li.sf-field-search {
		margin-bottom: 0;
	}

    /* New Contact CSS */
	.form-control {
		row-gap: 16px;
	}

	.form-control .contact-email-field,
    .form-control .contact-number-field {
		width: 100%;
	}

  /* Feature and Resources Detail CSS */
	.single-post .site-content .ast-container .elementor div:not(:first-child) p:not(.related-posts p),
  .single-post .site-content .ast-container .elementor div:not(:first-child) ul:not(.elementor-post-info) li,
  .single-post .site-content .ast-container .elementor div:not(:first-child) ol:not(.elementor-post-info) li,
  body.single-feature .site-content .ast-container .elementor div:not(:first-child) p,
  body.single-feature .site-content .ast-container .elementor div:not(:first-child) ul:not(.elementor-post-info) li {
		font-size: 16px;
		line-height: 20.8px;
	}

	.single-post .site-content .ast-container .elementor div:not(:first-child) ul:not(.elementor-post-info) li,
  .single-post .site-content .ast-container .elementor div:not(:first-child) ol:not(.elementor-post-info) li,
  body.feature-template.single-feature .site-content .ast-container .elementor div:not(:first-child) ul:not(.elementor-post-info) li {
		margin-bottom: 16px;
	}

	.feature-slider .e-con-full.e-flex.e-con.e-parent.e-lazyloaded,
  .feature-slider .swiper-slide > .elementor-element {
		flex-direction: column;
	}

  /*Project Details CSS */
  
	.project-tabs-buttons-flexbox {
		max-width: 100%;
		white-space: nowrap;
		overflow: auto hidden;
		scroll-behavior: smooth;
		gap: 6px;
		padding-bottom: 15px;
		scrollbar-width: thin;
		padding-right: 24px;
		gap: 12px;
	}

	.carousel-nav-wrapper {
		gap: 8px !important;
	}

	.carousel-nav-wrapper .elementor-swiper-button-prev, .carousel-nav-wrapper .elementor-swiper-button-next {
		padding: 6px 12px;
	}

	/* .projectdetailimagecarousel
    .elementor-widget-container
    .elementor-image-carousel-wrapper
    .elementor-swiper-button.elementor-swiper-button-prev {
		left: 40px;
	}

	.projectdetailimagecarousel
    .elementor-widget-container
    .elementor-image-carousel-wrapper
    .elementor-swiper-button.elementor-swiper-button-next {
		right: 40px;
	} */

  /* Resources, Features Grid item CSS */
  /* .resource-grid .e-loop-item .elementor-widget-image, 
	.resource-grid .e-loop-item .elementor-widget-image img,  */
	.resource-slider .e-loop-item .elementor-widget-image,
  .resource-slider .e-loop-item .elementor-widget-image img {
		height: 145px;
	}

  /* .feature-slider .e-loop-item .elementor-widget-image, 
	.feature-slider .e-loop-item .elementor-widget-image img, */
	.features-grid .e-loop-item .e-parent > .e-child:first-child,
  .features-grid .e-loop-item .elementor-widget-image,
  .features-grid .e-loop-item .elementor-widget-image img {
		height: 144px !important;
		min-height: 144px;
	}

	.features-grid .e-loop-item .e-parent > .e-child:last-child,
  .project-tabs-content-box .project-features-tab-card .project-features-tab-card-content-box {
		padding: 16px !important;
	}

	.resource-grid .e-loop-item .e-con.e-parent {
		flex-direction: row;
	}

	.resource-grid .e-loop-item .elementor-widget-image,
  .resource-grid .e-loop-item .elementor-widget-image a,
  .resource-grid .e-loop-item .elementor-widget-image img {
		height: 100% !important;
		object-fit: cover;
		border-radius: 8px 0px 0px 8px !important;
	}

	.resource-grid h3.elementor-heading-title.elementor-size-default a {
		-webkit-line-clamp: 5;
	}

	.resource-grid .e-loop-item .e-parent > .e-child:first-child {
		border-radius: 8px 0 0 8px;
	}

	.resource-grid .e-loop-item .e-parent > .e-child:last-child {
		padding: 16px;
		border-radius: 0 8px 8px 0;
		justify-content: space-between;
		min-height: 240px;
	}

  /* Features CSS */
	.features-grid h3.elementor-heading-title.elementor-size-default a,
  .project-features-tab-card-title-box h3 a {
		min-height: 75px;
		-webkit-line-clamp: 3;
	}

  /* Isotope Item Styling */
	.element-item {
/* 		width: calc((100% - 18px) / 2); */
	width: calc(100% / 1);
		padding: 6px;
/*     margin: 6px; */
		;
	}

	.project-features-tab-card-image-box,
  .project-features-tab-card-image-box a img {
		height: 229px;
	}

	.grid.project-tabs-content-box {
		padding-right: 14px;
	}

	.project-features-tab-card-title-box h3 a,
  .project-features-tab-card-title-box h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.project-tabs-flexitembox button.tab-button {
		font-size: 14px;
		line-height: 18px;
	}
}


@media(max-width:767px) and (min-width:640px){
	.home-featured-impact .elementor-grid{
		grid-template-columns: repeat(2, 1fr);
	}
	       
}