/*!
Theme Name: C2A Child
Theme URI: https://c2a.com
Author: C2A
Author URI: https://c2a.com
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: C2A

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


body, html {
	width: 100%;
	overflow-x: hidden;
}

.elementor-element.custom--btn .elementor-button .elementor-button-content-wrapper {
	min-width: 190px;
	min-height: 60px;
	padding: 0px 25px !important;
	display: flex;
    align-items: center;
    justify-content: center;
}
.hero--section {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.hero--section .elementor-heading-title {
	max-width: 810px;
}

.hero--section .elementor-widget-text-editor p {
	max-width: 715px;
}

.elementor-element.hero--section {
	position: relative;
}

.hero--section .elementor-element.elementor-widget-image {
    position: absolute;
    top: 50% !important;
    top: auto;
    right: 0px;
    transform: translateY(-40%);
	z-index:0 !important;
}

.elementor-element.elementor-element-d7150ed.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    z-index: 0;
}

.elementor-element.about--section {
	position: relative;
}

.elementor-element.about--section .relative--column {
	z-index: 1;
}

.elementor-element.about--section .column--absolute .elementor-widget-image {
	width: 100%;
    overflow: hidden;
}

.elementor-element.about--section .column--absolute .elementor-widget-image::before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #C188D9;
    transition: .4s all;
}

.elementor-element.about--section .column--absolute.active .elementor-widget-image::before {
    width: 0% !important;
}

.subscribe--form input {
	background: transparent;
	border-radius: 8px;
	border: 1px solid #fff;
	min-height: 56px;
	color: #fff;
	padding: 0px 15px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	outline: none;
	width: 100%;
	max-width: 545px;
}

.subscribe--form input[type="submit"] {
	background-color: #C188D9;
	color: #fff;
	border: 1px solid #C188D9;
	text-transform: capitalize;
	transition: .4s all;
}

.subscribe--form input[type="submit"]:hover {
	background-color: transparent;	
}

.subscribe--form input::placeholder {
	color: #9f99ae;
}

.subscribe--form .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

.footer--c2a .elementor-element.height--expand {
	max-height: 0px;
	height: 100%;
	overflow: hidden;
	transition: .3s all;
}

.footer--c2a.active .elementor-element.height--expand {
	max-height: 500px;
}

/*  .services--section .services--wrap {
	display: flex;
}

.services--section .services--wrap .inner--wrap {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	flex-grow: 1;
	min-height: 650px;
	transition: .5s all;
	position: relative;
	padding: 25px;
	overflow: hidden;
}

.services--section .services--wrap .inner--wrap:hover {
	flex-grow: 3;
} 

.services--section .services--wrap .inner--wrap h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 56px;
	font-weight: 500;
	color: #fff;
	transition: .4s all;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 400px;
	text-align: center;
}

.services--section .services--wrap .inner--wrap:hover h3 {
	left: 25px;
	transform: translate(0%, -50%);
	text-align: left;
}

.services--section .services--wrap .inner--wrap .content {
	border: 1px solid #dbd3d0;
	border-radius: 20px;
	padding: 30px;
    background: #9b9b9b94;
    backdrop-filter: blur(10px);
	max-width: 465px;
	position: absolute;
    left: 25px;
    bottom: -100%;
	transition: .4s all;
}

.services--section .services--wrap .inner--wrap:hover .content {
	 bottom: 25px;
}

.services--section .services--wrap .inner--wrap .content p {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services--section .services--wrap .inner--wrap .content a {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-decoration: underline;
} 
 */
@media (max-width: 1650px) {
	.hero--section .elementor-element.elementor-widget-image {
		max-width: 950px !important;
	}
}

@media (max-width: 1580px) {
	.services--section .services--wrap .inner--wrap {
		min-height: 520px;
	}
	
	.services--section .services--wrap .inner--wrap h3 {
		max-width: 100%;
		font-size: 46px;
	}
}

@media (max-width: 1500px) {
	.hero--section .elementor-heading-title {
		font-size: 4vw !important;
		max-width: 650px;
	}
}

@media (max-width: 1440px) {
	.footer--c2a .e-con-inner .empty--column {
		display: none !important;
	}
	
	.services--section .services--wrap .inner--wrap {
		min-height: 450px;
	}
	
	.services--section .services--wrap .inner--wrap .content {
		left: 10px;
	}
	
	.services--section .services--wrap .inner--wrap:hover .content {
		bottom: 10px;
	}
	
	.services--section .services--wrap .inner--wrap:hover h3 {
		left: 10px;
	}
	
	.services--section .services--wrap .inner--wrap h3 {
		font-size: 38px;
	}
	
	.services--section .services--wrap .inner--wrap .content p {
		font-size: 20px;
	}
}

@media (max-width: 1380px) {
	.hero--section .elementor-element.elementor-widget-image {
		max-width: 850px !important;
    }
	
	.hero--section .e-flex.e-con-boxed {
		min-height: 655px !important;
	}
	
	.footer--c2a .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
		font-size: 16px !important;
	}
}

@media (max-width: 1280px) {
	.hero--section .elementor-element.elementor-widget-image {
		max-width: 700px !important;
    }
	
	.about--section .relative--column .e-con.e-child {
		width: 50%;
	}
	
	.about--section .relative--column .elementor-widget-text-editor {
		padding: 0px !important;
	}
	
	.about--section .relative--column {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	.about--section .relative--column .main--heading {
		margin-top: 10px !important;
	}
	
	.footer--c2a .e-con-inner .sub--heading .elementor-heading-title {
		font-size: 24px !important;
	}
	
	.footer--c2a .e-con-inner .footer--heading .elementor-heading-title {
		font-size: 24px !important; 
	}
	
	.footer--c2a .e-con-inner .height--expand {
		width: 50% !important;
	}
}

@media (max-width: 1220px) {
	.services--section .services--wrap .inner--wrap h3 {
        font-size: 34px;
    }
}

@media (max-width: 1180px) {
	.hero--section .elementor-heading-title {
		max-width: 600px;
	}
	
	.hero--section .elementor-widget-text-editor {
		max-width: 500px !important;
	}
}

@media (max-width: 1024px) {
	.hero--section .elementor-heading-title, .hero--section .elementor-widget-text-editor {
        max-width: 100% !important;
    }
	
	.hero--section .e-con-inner {
		justify-content: left !important;
		padding-top: 60px !important;
	}
	
	.hero--section .elementor-element.elementor-widget-image {
        max-width: 580px !important;
    }
	
	.about--section .relative--column .e-con.e-child {
        width: 100%;
    }
	
	.about--section .relative--column .elementor-widget-text-editor {
		width: 100% !important;
	}
	
	.footer--c2a .terms--conditions .elementor-widget-icon-list .elementor-icon-list-items {
		display: block !important;
	}
	
	.footer--c2a .terms--conditions .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item:last-child {
		margin-top: 20px !important;
	}
	
	.services--section .services--wrap {
		display: block;
	}
	
	.services--section .services--wrap .inner--wrap .content {
		width: calc(100% - 20px);
		padding: 20px;
	}
}

@media (max-width: 850px) {
	.hero--section .elementor-heading-title {
		font-size: 52px !important;
	}
	
	.hero--section .elementor-element.elementor-widget-image {
        max-width: 530px !important;
    }
}

@media (max-width: 767px) {
	.hero--section .elementor-element.elementor-widget-image {
		position: relative;
		margin-left: auto;
		margin-right: -10px;
		margin-bottom: -10px !important;
	}
}

@media (max-width: 576px) {
	.elementor-element.custom--btn .elementor-button .elementor-button-content-wrapper {
		min-width: 150px;
		min-height: 55px;
	}
}









/* ===== Projects Category Grid ===== */
/* ===== Projects Category Grid (FINAL) ===== */
.projcat-grid {
/*   --gap: 24px; */
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 per row */
  gap: var(--gap);
  width: 100%;
}

.projcat-grid.cols-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.projcat-grid.cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.projcat-grid.cols-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }

.projcat-card {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.projcat-title {
    font-size: 56px;
    font-weight: 600;
    transition: text-shadow 0.3s ease; 
}

.projcat-media:hover .projcat-title {
/*     text-shadow: 0px 0px 12px #fff rgba(0, 0, 0, 0.8); */
	text-shadow: 0px 0px 12px #fff;
}

.projcat-media {
  position: relative;
  aspect-ratio: 16/10;
  background: #eee;
}

.projcat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.projcat-card:hover img { transform: scale(1.06); }

/* ---- Centered content + subtle white hover overlay ---- */
.projcat-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;      /* horizontal center */
  justify-content: center;  /* vertical center */
  text-align: center;
  padding: 22px;
  background: transparent;  /* no gradient */
  color: #ffffff;
  transition: color .25s ease;
  z-index: 1;               /* above the white layer */
}

.projcat-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0;               /* hidden by default */
  transition: opacity .3s ease;
  z-index: -1;              /* behind text */
}

.projcat-card:hover .projcat-overlay::before {
  opacity: 0.18;            /* tweak 0.12–0.25 per taste */
}

/* Typography */
.projpost-title {
    margin: 0 0 10px 0;
    font-size: 56px;
    line-height: 1.25;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: 0px;
}

.projcat-desc {
    font-weight: 500;
    margin: 0 0 14px 0;
    font-size: 20px;
    line-height: 1.55;
    max-width: 460px;
    font-family: 'Montserrat';
    background: #000000a6;
    padding: 16px 8px 14px 8px;
    border: 1px solid white;
    border-radius: 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(3px);
	display:none;
}

/* Button + hover inversion for contrast */
.projcat-btn {
  display: inline-block;
  background: rgba(0,0,0,0.85);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 8px;
  transition: background .25s ease, color .25s ease, transform .25s ease, border-color .25s ease;
  border: 1px solid transparent;
}

.projcat-card:hover .projcat-btn {
  background: #ffffff;
  color: #111111;
  border-color: #111111;
  transform: translateY(2px);
}

.pplb-dialog{
		
    overflow-y: auto;
}

.projcat-card:hover{
  color: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
  .projcat-grid { grid-template-columns: repeat(1, minmax(0,1fr)) !important; }
}
@media (max-width: 640px) {
  .projcat-grid { grid-template-columns: 1fr; }
  .projcat-title { font-size: 2rem; }
}

@media (max-width:767px) {
	
	.projcat-title { font-size: 30px; }
}

@media (max-width:1024px) {
	
	.projcat-title { font-size: 32px; }
	
	.hero--banner .hero--section .elementor-heading-title {
       font-size: 30px !important;
        max-width: 650px;
    }
	
	.hero--banner{
		
		min-height: 917px !important;
	}
	
	
	
}

@media (max-width:1280px) {
	
	.projcat-title { font-size: 35px; }
	
	.elementor-16 .elementor-element.elementor-element-3aec95d {
        width: 40%;
    }
}

@media screen and (min-width: 1080px) and (max-width:1366px) {
	
	.projcat-title { font-size: 38px; }
	
	.client-screen-hero .elementor-heading-title {
        font-size: 40px !important;
        max-width: 650px;
    }
	
	.client-screen-hero{
		min-height: 823px !important;
		    margin-bottom: -40px !important;
		
	}
	.client-screen-hero .elementor-element-a252d97 {
		
		font-size: 18px !important;
		width: 89% !important;
	}
	.client-hero-img{
	    position: relative;
		top: -74px;
	}
	
	
	.projpost-title {
    margin: 0 0 10px 0;
    font-size: 40px !important;
    line-height: 1.25;
    font-weight: 700 !important;
    font-family: 'Montserrat';
}
	
	.pplb-dialog{
		
    overflow-y: auto;
}
	
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1655 {
    display: none;
}
	
	.elementor-element.elementor-element-3aec95d.e-con-full.elementor-hidden-mobile.elementor-hidden-mobile_extra.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    width: 32%;
}
	
	.elementor-element.elementor-element-6a62cc1.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    justify-content: end;
}
	
	.elementor-element.elementor-element-c464945.e-con-full.elementor-hidden-mobile.elementor-hidden-mobile_extra.head-btn.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    width: 27%;
}
	.elementor-element.elementor-element-a1d85c3.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    width: 20%;
}
	
	
	
	
	
	
			
}



@media screen and (min-width: 768px) and (max-width:1024px) {
	    .elementor-16 .elementor-element.elementor-element-6a62cc1 {
        --width: 55% !important;
    }
	
	.projcat-title { font-size: 38px; }
	
	.client-screen-hero .elementor-heading-title {
    font-size: 30px !important;
    max-width: 650px !important;
}
	
	.client-screen-hero{
		min-height: 823px !important;
		    margin-bottom: -40px !important;
		
	}
	.client-screen-hero .elementor-element-a252d97 {
        font-size: 16px !important;
        width: 89% !important;
    }
	.client-hero-img{
	    position: relative;
		top: -74px;
	}
	
	
	.projpost-title {
    margin: 0 0 10px 0;
    font-size: 40px !important;
    line-height: 1.25;
    font-weight: 700 !important;
    font-family: 'Montserrat';
}
	
	.pplb-dialog{
		
    overflow-y: auto;
}
	
	.projcat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
	
	
	.projpost-grid { 
		grid-template-columns: repeat(2, minmax(0,1fr)) !important; 
}
	
	.pplb-next {
    right: 6% !important;
}
	
	.pplb-prev {
    left: 6% !important;
}
	
	
	.pplb-close {
    top: 15% !important;
    right: 3% !important;
    /* height: 22px; */
    font-size: 78px;
}
	
	.pplb-dialog{
		
    overflow-y: auto;
}
	
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1655 {
    display: none;
}
		
	
}



@media (max-width: 1536px) and (min-width: 601px) {
/   .elementor-16 .elementor-element.elementor-element-6a62cc1 {
        width: 44% !important;
    } 
}


@media (max-width: 1200px) and (min-width: 601px) {
    .elementor-16 .elementor-element.elementor-element-6a62cc1 {
        --width: 33%;
    }
}









/* ===== Posts Loop Grid ===== */
.projpost-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
}
.projpost-grid.cols-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.projpost-grid.cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.projpost-grid.cols-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }

.projpost-card {
  position: relative;
    overflow: hidden;
    background: #f7f7f7;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.projpost-media {
  position: relative;
  aspect-ratio: 16/10;
  background: #eee;
}

.projpost-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}
.projpost-card:hover img { transform: scale(1.06); }

/* Overlay with center text + button */
.projpost-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    padding: 22px;
    color: #fff;
    background: #00000033;
}
.projpost-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.0), rgba(0,0,0,0.35));
  opacity: 1;
  z-index: -1;
}
.projpost-title {
    margin: 0 0 10px 0;
    font-size: 56px;
    line-height: 1.25;
    font-weight: 600;
    font-family: 'Montserrat';
}
.projpost-btn {
  background: rgba(0,0,0,0.85);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  transition: .25s ease;
	display:none;
}
.projpost-card:hover .projpost-btn {
  background: #fff;
  color: #111;
  border-color: #111;
}

/* ===== Lightbox ===== */
.projpost-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 10000; /* High z-index to stay above all */
  overflow-y: auto; /* Allows internal scrolling if content exceeds viewport */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
}
.projpost-lightbox.open {
  display: block;
}
.projpost-lightbox.open body {
  overflow: hidden; /* Prevent body scrolling */
  height: 100vh; /* Lock body height */
  margin: 0; /* Remove any body margin */
}
.pplb-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(2px);
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}
/* .pplb-dialog {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  max-height: none;
  transform: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10001;
} */



.pplb-dialog {
  position: fixed;
  inset: 0;
  width: auto;
  height: 100vh;
  max-height: none;
  transform: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10001;
}


.pplb-title { font-weight: 700; font-size: 16px; padding: 0 36px 0 0; }
.pplb-stage {
    position: relative;
/*     overflow: hidden; */
    display: grid;
    /* place-items: center; */
    /* height: 800px; */
    max-width: auto;
    width: fit-content;
    margin: 0 auto;
    background: #00000021;
}
.pplb-image {
  width: auto; /* Allow natural width */
/*   height: 800px !important;  */
  max-width: 90vw; /* Limit width to viewport */
  object-fit: contain; /* Maintain aspect ratio without cropping */
/*   image-rendering: -webkit-optimize-contrast; 
  image-rendering: -moz-crisp-edges; 
  image-rendering: pixelated;  */
  display: block;
}

img.pplb-image {
    width: 100% !important;
    object-fit: cover;
}
.pplb-prev, .pplb-next, .pplb-close {
  position: absolute;
  top: 50%; /* Center vertically for prev/next */
  background: transparent; /* Transparent background */
  color: #fff;
  border: none; /* Remove border */
  width: 44px; /* Icon width */
  height: 22px; /* Icon height */
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .2s ease;
  z-index: 10002;
}

.pplb-caption {
    color: white;
    font-family: 'Montserrat';
    font-size: 18px;
    width: 615px;
    text-align: left;
    padding: 15px 20px 11px 20px;
}
.pplb-close {
    top: 0%;
    right: -6%;
    /* height: 22px; */
    font-size: 78px;
}
.pplb-prev { 
  left: -5%; /* Close to image edge */
}
.pplb-next { 
  right: -5%; /* Close to image edge */
}
.pplb-prev:hover, .pplb-next:hover, .pplb-close:hover { 
  background: transparent; /* Keep transparent on hover */
  transform: scale(1.05); 
}
.pplb-count {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 12px;
  opacity: .9;
  z-index: 10002;
}




.projpost-lightbox [aria-label="Previous"]:before {
    content: "";
    height: 54px;
    width: 98px;
    position: absolute;
    background: url(https://c2a.staging.pegasync.com/wp-content/uploads/2025/10/Icon-c2a-prev.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.projpost-lightbox [aria-label="Previous"] {
    font-size: 0;
}

.projpost-lightbox [aria-label="Next"]:before {
    content: "";
    height: 54px;
    width: 98px;
    position: absolute;
    background: url(https://c2a.staging.pegasync.com/wp-content/uploads/2025/10/Icon-next-ca.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.projpost-lightbox [aria-label="Next"] {
    font-size: 0;
}

.head-btn a.elementor-button.elementor-button-link.elementor-size-sm:hover {

	border: 3px solid white !important;
	
}


/* Ensure footer stays below */
footer {
  z-index: 9999; /* Lower than lightbox */
  position: relative; /* Ensure it doesn't interfere */
}

/* Responsive */
@media (max-width: 1024px) {
  
}
@media (max-width: 640px) {
  .projpost-grid { grid-template-columns: 1fr; }
  .projpost-title { font-size: 30px; }
  .pplb-image {
/* 	  max-height: 80vh;  */
	  height: inherit !important; } 
	
	.pplb-stage {
    height: auto;
    display: flex;
    width: 90%;
    flex-direction: column;
}
	
	.pplb-prev {
    left: 6%;
		 top: 41%;
}
.pplb-next {
    right: 6%;
    top: 41%;
}
	.pplb-caption {
    color: white;
    font-family: 'Montserrat';
    font-size: 16px;
    width: 381px;
    text-align: left;
    padding: 15px 20px 11px 20px;
}
	
	.pplb-close {
    top: -10%;
    right: 4%;
    /* height: 22px; */
    font-size: 44px;
}
	
	
	.projpost-lightbox [aria-label="Next"]:before {
    content: "";
    height: 25px;
    width: 52px;
    position: absolute;
    background: url(https://c2a.staging.pegasync.com/wp-content/uploads/2025/10/Icon-next-ca.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
	
	.projpost-lightbox [aria-label="Previous"]:before {
    content: "";
     height: 25px;
    width: 52px;
    position: absolute;
    background: url(https://c2a.staging.pegasync.com/wp-content/uploads/2025/10/Icon-c2a-prev.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
	
	
	
}


 
	
	
@media (min-width: 1400px) and (max-width: 1700px) {
    .hero--section .elementor-heading-title {
        font-size: 3vw !important;
        max-width: 78%;
    }


.elementor-44 .elementor-element.elementor-element-ad29756 img {
    width: 875px !important;
    max-width: 100%;
    height: 875px;
    object-fit: contain;
    object-position: center center;
}
	
	.elementor-44 .elementor-element.elementor-element-ad29756 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px !important;
    padding: 0px 0px 0px 0px;
    text-align: right;
}
	
	.elementor-element.elementor-element-c8579c0.animated-fast.new--header.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-parent.e-lazyloaded.animated.fadeInDown {
    padding: 0vw 1.5vw 0vw 1.5vw;
}
	
	.about-down.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    padding: 0vw 1.5vw 0vw 1.5vw;
}
	
	.home--text{
		padding: 0vw 1.5vw 0vw 1.5vw;
		
	}
	
	.home--text--footer.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    padding: 0vw 1.5vw 0vw 1.5vw;
}

	
}

@media (min-width: 1367px) and (max-width: 1440px) {
   .elementor-element.elementor-element-6a62cc1.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    width: 34% !important;
}
	
}

@media (min-width: 1201px) and (max-width: 1366px) {
   .elementor-element.elementor-element-6a62cc1.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    width: 47% !important;
}
	
	
	
	.elementor-44 .elementor-element.elementor-element-ad29756 img {
    width: 623px !important;
    max-width: 100%;
    height: 593px;
    object-fit: contain;
    object-position: center center;
}
	
	.elementor-44 .elementor-element.elementor-element-ad29756 {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px !important;
    padding: 0px 0px 0px 0px;
    text-align: right;
}
	
}
	






