@media only screen and (orientation: landscape) {
  h1 {
    font-size: 2.5rem;
  }
  .sqs-block {
    margin-bottom: 2vw;
  }
	@media only screen and (orientation: landscape) {
  .hero-container {
    padding-top: 60px;
  }
}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .about-title,
  .contact-title {
    --container-widget-width: 72% !important;
    max-width: 72% !important;
  }
}

@media (max-width: 1024px) {
  .elementor-2954 .elementor-element.elementor-element-5abb874,
  .elementor-902 .elementor-element.elementor-element-4160a30 {
    --width: 100%;
  }
}

@media (max-width: 1024px) {
  .elementor-2954 .elementor-element.elementor-element-5abb874,
  .elementor-902 .elementor-element.elementor-element-4160a30 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}


/* If the logo image is inside this container, make sure it still displays */
.purlieu-logo-header img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

/* prevent menu fron wrapping */ 
.elementor-nav-menu--layout-horizontal .elementor-nav-menu{
	flex-wrap: nowrap !important; 
}

/* menu fixes align Purlieu with logo and keep hamburger menu flex end */
@media (max-width: 1024px) {
  .elementor-2425 .elementor-element.elementor-element-03892de {
    align-items: center !important;
  }
}

@media (min-width: 768px) {
  .elementor-2425 .elementor-element.elementor-element-a453acc {
    width: 100% !important;
  }
}

/* Apply 15% padding-left ONLY for screens above 1024px */
@media (min-width: 1025px) {
  .elementor-2425 .elementor-element.elementor-element-120d4b1 {
    padding-left: 15%;
  }
}

/* Apply 15px padding-left ONLY for screens 1024px and smaller */
@media (max-width: 1024px) {
  .elementor-2425 .elementor-element.elementor-element-03892de {
    padding-left: 15px !important;
  }
}

.platform-benefits {
    display: flex;
    align-items: center; 
/* Aligns the | with the text */
		height: 100%; 
    gap: 8px; /* Adjust spacing between | and text */
}

.platform-benefits::before {
    content: "|";
    color: #00D4FF; /* Change this color if needed */
 ? ?font-weight: bold;
 ? ?font-size: 1.2em; /* Ensures consistency with the text size */
}

.platform-benefits .elementor-widget-container p {
	margin-bottom: 0; 
}

.work-smarter::before {
    content: "|";
    color: #00D4FF; /* Change this color if needed */
    font-weight: bold;
    font-size: 2em; /* Ensures consistency with the text size */
}

.work-smarter {
    display: flex;
    align-items: center; /* Aligns the | with the text */
    gap: 8px; /* Adjust spacing between | and text */
}

.purple-bar {
    display: flex;
    align-items: center; /* Aligns the bar and text vertically */
    gap: 0.6em; /* Adjusts spacing between the bar and text */
}

.purple-bar::before {
    content: "|";
    color: #635BFF; /* Updated to the desired purple color */
    font-weight: bold;
    font-size: 2em; /* Adjust to match title size */
    display: inline-block;
}

.elementor-867 .elementor-element.elementor-element-0578f91 {
	width: 25%; 
}
.elementor-867 .elementor-element.elementor-element-0578f91 {
	width: 45%; 
}
.benefits-container-title .elementor-widget-heading .elementor-widget-container {
   align-content: center; 
}

@media (max-width: 996px) {
    .progress-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .progress-section {
        width: 48%; /* Almost half, with some space for gap */
        margin-bottom: 20px; /* Add some spacing */
    }
}

@media (max-width: 767px) {
    .progress-section {
        width: 75%; /* Full width for single column */
    }
}

.hero-bg-container {
    position: relative;
    overflow: hidden;
    background-color: #F6F9FC; /* Background outside the gradient */
	  background-image: radial-gradient(circle, #ccc 1px, transparent 1px);
  background-size: 60px 60px;
}



.bg-clip-path::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105%; /* Reduce height slightly to bring it up */
    background: linear-gradient(45deg, #0048ef, #80e9ff, #7973ff, #8c9eb1);
    background-size: 400% 400%;
    animation: gradientAnimation 8s ease infinite;
    clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 65%); /* Adjusted to lift it up */
    z-index: -1; /* Keeps it behind content */
}

/* styling for icons/h2s modules page */
.icon-heading-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-heading-row .elementor-icon,
.icon-heading-row img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.icon-heading-row .elementor-heading-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}



/* Gradient Animation */
@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* hero image no gap with edge */
.elementor-1251 .elementor-element.elementor-element-d47fc89 {
	margin-right: -20px; 
}

/* align the button hero with other page */ 
.p-hero .elementor-widget-container p {
	margin-bottom: 0; 
}

/* Values title bold/#fff */
.values-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  justify-content: space-between;
}

.values-column {
  flex: 1 1 45%;
  list-style: disc;
  padding-left: 20px;
}

.values-column li {
  margin-bottom: 20px;
}

.values-title {
  font-weight: bold;
  color: #fff;
}

/* Make the whole sentence layout behave like a single line */
.underline-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
  text-align: center;
}

/* Ensure each part stays inline and doesn't wrap to new line */
.underline-box {
  display: inline-block !important;
  white-space: nowrap;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: baseline;
}


.underline-sentence {
  text-align: center; /* or left, depending on layout */
  line-height: 1.4;
  font-size: inherit;
  font-weight: 600;
  margin: 0;
  padding: 0;
  white-space: normal;
  word-break: break-word;
}

.custom-underline {
  position: relative;
  display: inline-block;
  
  
  white-space: nowrap; /* keeps underline + word together */
  z-index: 1;
}

.custom-underline::after {
  content: '';
  position: absolute;
  bottom: -15px; /* adjust underline position */
  left: 0;
  width: 100%;
  height: 30px; /* controls underline thickness/scale */
  background: url('https://purlieu.tech/wp-content/uploads/2025/04/underline-600.png') no-repeat;
  background-size: 100% 100%;
  background-position: bottom left;
  z-index: -1;
}
.video-container {
  width: 100%;
  max-width: 1349px; /* match original image size */
  margin: 0 auto;
}

.video-container img,
.video-container iframe {
  width: 100%;
  height: auto;
  display: block;
}

.privacy-container a {
  color: #635BFF;
  text-decoration: none;
  transition: color 0.2s ease;
}

.privacy-container a:hover {
  color: #425466;
  text-decoration: underline; /* optional, remove if you want no underline */
}

.values-column {
	padding-left: 0; 
}

.module-bullet-point ul {
  padding-left: 20px;
}

.image-overlay-hero .elementor-custom-embed-image-overlay {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
 
}

.image-overlay-hero {
  max-width: 800px; /* Matches visual size of hero image */
  width: 100%;
  margin: 0 auto;
  display: block;
  aspect-ratio: 27 / 20; /* more accurate match for 1350 / 1000 */
 /* Adjusts height based on width */
}

.image-overlay-hero iframe {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .hero-container {
    margin-top: 40px !important; /* or whatever value looks best */
  }
}

