:root {
  /* Color Palette */
  --bg-primary: #58A0C8;
  --bg-secondary: #000000;
  --bg-accent: #FFD600;
  --bg-main: #F9FAFB;
  --text-main: #4f4f44;
  --text-muted: #757575;
  --red: #FF0000;

    --footer-h:350px;
  --side-pad:60px;
  --top-gap:50px;
  --buttom-gap:20px
  --logo-block:280px;
  --col-w:198px;
  --last-col-w:212px;
  --col-gap:6px;



  /* Font Family */
  --font-family-base: 'Nunito Sans', Arial, sans-serif;
  --font-family-heading: 'Nunito Sans', Arial, sans-serif;

  /* Font Sizes */
  --font-size-hero-heading: 3rem;
  /* 48px */
  --font-size-section-heading: 2rem;
  /* 32px */
  --font-size-small-heading: 1.25rem;
  /* 20px */
  --font-size-p-morelarge: 1.125rem;
  /* 18px */
  --font-size-p-large: 0.875rem;
  /* 14px */
  --font-size-p-medium: 0.75rem;
  --font-size-p-small: 0.6875rem;
  --font-size-button: 1rem;

  /* Fixed Dimensions */
  --btn-header-w: 103px;
  --btn-header-h: 40px;
  --btn-cta-w: 236px;
  --btn-cta-h: 60px;
  --hero-pad-x: 120px;
  --hero-pad-top: 50px;
  --hero-gap-y: 50px;

  /* Border Radius */
  --radius-base: 4px;
  --radius-round: 50%;
}
  /* Wati Chatbot */
.wa-chat-box-brand {
	width:52px;
	height: 52px;
	border: 1px solid #363636;
	box-shadow: 0px 2px 240px rgba(0, 0, 0, 0.04);
	border-radius: 100px;
	background-color: #174261;
	display: none !important;
}


.bg-primary1 {
  width: 236px;
  height: 62px;
  background-color: var(--bg-primary);     /* Set your blue color directly or via variable */
  color: #fff;
  border: none;
  border-radius: 4px;           /* Increased for the pill look */
  cursor: pointer;
  text-align: center;
  font-family: inherit;
  box-shadow: 0 5px 5px 0 #00000040;
  

  

}
.bg-primary2 {
  background-color: var(--bg-primary);
  border-color:var(--bg-primary);
  color: #ffff;
  border-radius: 4px;
  box-shadow: 0px 5px 5px 0px #00000040;
}

/* footer *,
footer *::before,
footer *::after{
    box-sizing:border-box;
    margin:0;
    padding:0;
} */

        ul {
  padding-left: 0 !important;
}

/* ========== Global Typography ========== */
body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-p-large);
  color: var(--text-main);
  background: var(--bg-main);
}

h1.hero-heading {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-hero-heading);
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.15;
  margin: 0 0 0.25em 0;
}

.hero-highlight {
  color: var(--bg-primary);
}

p.p-morelarge {
  font-size: var(--font-size-p-morelarge);
}

p.p-large {
  font-size: var(--font-size-p-large);
}

p.p-medium {
  font-size: var(--font-size-p-medium);
}

p.p-small {
  font-size: var(--font-size-p-small);
}

/* ========== Buttons ========== */
.header-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-header-w);
  height: var(--btn-header-h);
  background: var(--bg-primary);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: var(--font-size-p-large);
  font-weight: 600;
  transition: background .2s;
}

.header-button:hover {
  background: var(--red);
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 2em;
  border-radius: 4px;
  background: var(--bg-primary);
  color: #fff;
  border: none;
  font-size: var(--font-size-button);
  font-weight: 600;
  transition: background .2s;
}

.button-primary:hover {
  background: var(--red);
}

.cta-button {
  width: var(--btn-cta-w);
  /* height: var(--btn-cta-h); */
  font-size: var(--font-size-p-morelarge);
}

.button-secondary {
  background: var(--bg-secondary);
  color: #fff;
  border: none;
  border-radius: var(--radius-base);
  padding: 0.75em 2em;
  font-size: var(--font-size-button);
  font-weight: 600;
  transition: background .2s;
}

/* .button-secondary:hover {
  background: var(--bg-primary);
} */

/* ========== Hero Section ========== */
.hero-section {
  padding: var(--hero-pad-top) var(--hero-pad-x) var(--hero-gap-y);
}

.hero-section .hero-text {
  max-width: 680px;
}

.hero-search {
  width: 100%;
  max-width: 600px;
  height: 60px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  margin: var(--hero-gap-y) 0;
}

.hero-search input {
  flex: 1;
  border: none;
  outline: none;
  font-size: var(--font-size-p-large);
}

.hero-search button {
  width: 60px;
  height: 100%;
  border: none;
  background: var(--bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.hero-images {
  position: relative;
}

.hero-img-top {
  width: 300px;
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
}

.hero-img-bottom {
  width: 400px;
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
  position: absolute;
  left: 50px;
  top: 180px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  z-index: 2;
}

/* NEW: rectangle as img */
.hero-rect {
  width: 125px;
  height: 115px;
  object-fit: cover;
  border-radius: 4px;
  position: absolute;
  left: 20px;
  top: 210px;
  z-index: 1;
}

/* scroll-down arrow box */
.hero-scroll {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background: var(--bg-primary);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
}

@media(max-width:991.98px) {
  .hero-section {
    padding: 60px 24px;
  }

  .hero-images {
    margin-top: 40px;
    text-align: center;
  }

  .hero-img-bottom,
  .hero-rect,
  .hero-scroll {
    display: none;
  }
}

/* Wrapper for all pics */
.hero-pics { position: relative; }

/* Top photo */
.hero-img-top {
  width: 300px; height: 250px;          /* fixed Figma size */
  border-radius: 4px; object-fit: cover;
}

/* Rectangle (125 × 115) */
.hero-rect {
  width: 125px; height: 115px;
  border-radius: 4px; object-fit: cover;
  position: absolute;
  left: 20px;            /* tweak until it peeks exactly as in Figma */
  top: 210px;
  z-index: 1;            /* behind the bottom photo */
}

/* Bottom photo */
.hero-img-bottom {
  width: 400px; height: 250px;
  border-radius: 4px; object-fit: cover;
  position: absolute;
  left: 50px; top: 180px;
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
  z-index: 2;            /* on top */
}

/* Heading force line-break at “Premium” */
h1.hero-heading > .hero-highlight {        /* already blue */
  display: block;                          /* starts new line */
}






/* ========== Features Section ========== */
/* ========== FAQ Section ========== */
.faq-section {
  padding: var(--hero-pad-top) var(--hero-pad-x);
}

.faq-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

/* IMAGE COLUMN */
.faq-image-area {
  flex: 0 0 42%;
  max-width: 520px;
  min-width: 0;
}
.faq-image-area img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;        /* keeps it square like your design */
  border-radius: var(--radius-base);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* CONTENT COLUMN */
.faq-content-area {
  flex: 1 1 58%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 35px;                
}

/* Header */
.faq-header { margin-bottom: 0; }
.faq-header .hero-heading {
  font-size: var(--font-size-section-heading);
  line-height: 1.2;
}

/* Items */
.faq-items {
  flex: 1 1 auto;
  margin-bottom: 8px;         /* ensures space above button */
}
.faq-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-question h3 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-small-heading);
  font-weight: 600; color: var(--text-main);
  margin: 0; flex: 1; padding-right: 20px;
}
.faq-icon {
  font-size: 24px; font-weight: bold; color: var(--text-muted);
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), color .3s ease;
  width: 24px; height: 24px; display: flex; align-items: center; justify-content: center;
}
.faq-answer {
  max-height: 0; overflow: hidden; opacity: 0; transform: translateY(-10px);
  transition: max-height .5s cubic-bezier(0.4, 0, 0.2, 1),
              opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s,
              transform .4s cubic-bezier(0.4, 0, 0.2, 1) .1s,
              padding .5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
}
.faq-answer p {
  font-size: var(--font-size-p-large); color: var(--text-muted);
  line-height: 1.6; margin: 0;
}
.faq-item.active .faq-answer {
  max-height: 240px; opacity: 1; transform: translateY(0);
  padding: 15px 0 22px 0;
}
.faq-item.active .faq-icon { transform: rotate(45deg); color: var(--bg-primary); }

/* CTA Button */
.cta-button1 {
  background-color: #5dade2; color: #fff; padding: 14px 28px;
  border: none; border-radius: 4px; font-size: 16px; font-weight: 600;
  cursor: pointer; transition: all .3s ease;
  align-self: flex-start;          /* stays aligned left on desktop */
  margin-top: 12px;                /* guarantees space from the list */
}

/* ---------- NEW: 1081–1400 fix ---------- */
@media (max-width: 1400px) and (min-width: 1081px) {
  .faq-container { gap: 40px; max-width: 1200px; padding: 0 20px; }
  .faq-image-area { flex: 0 0 44%; max-width: 500px; }
  .faq-content-area { flex: 1 1 56%; }
  /* image stays fluid so no overlap occurs */
}

/* 1201px+ (optional tuning) */
@media (min-width: 1201px) {
  .faq-container { gap: 60px; }
}

/* 1080px and down */
@media (max-width: 1080px) {
  .faq-section { padding: 40px 15px; }
  .faq-container {
    gap: 28px; max-width: 950px; padding: 0 15px;
    align-items: stretch;
  }
  .faq-image-area { flex: 0 0 38%; max-width: 380px; }
}

/* 951–992 */
@media (max-width: 992px) and (min-width: 951px) {
  .faq-container { gap: 22px; max-width: 900px; }
}

/* 769–950 Tablet */
@media (max-width: 950px) and (min-width: 769px) {
  .faq-container { gap: 20px; max-width: 850px; padding: 0 20px; }
}

/* Mobile ≤768 */
@media (max-width: 768px) {
  .faq-section { padding: 40px 20px; }
  .faq-container { flex-direction: column; gap: 32px; align-items: center; }
  .faq-image-area { width: 100%; display: flex; justify-content: center; }
  .faq-image-area img { width: 360px; aspect-ratio: 1/1; }
  .faq-content-area { width: 100%; gap: 16px; }
  .faq-header { text-align: center; margin-bottom: 10px; }
  .faq-header .hero-heading { font-size: 24px; }
  .faq-question { padding: 15px 0; }
  .faq-items { margin-bottom: 16px; }      /* ensures space above button */
  .cta-button1 {
    padding: 10px 20px; font-size: 13px; min-height: 40px;
    align-self: center;                    /* nicer on mobile */
    margin-top: 14px;                      /* extra breathing room */
  }
}

/* Small Mobile ≤480 */
@media (max-width: 480px) {
  .faq-section { padding: 30px 15px; }
  .faq-image-area img { width: 320px; }
  .faq-header .hero-heading { font-size: 22px; }
  .faq-question h3 { font-size: 16px; }
  .faq-icon { font-size: 20px; width: 20px; height: 20px; }
  .cta-button1 {
    padding: 9px 18px; font-size: 12px; min-height: 36px;
    width: auto; max-width: 180px; border-radius: 3px;
  }
}

/* Tiny ≤360 */
@media (max-width: 360px) {
  .faq-image-area img { width: 280px; }
}

/*======================================== A Lifestale tailor made ==========================================*/

/* Features Section Layout */
.features-section {
  padding: var(--hero-pad-top) var(--hero-pad-x);
  background: var(--bg-main);
}

.features-header .hero-heading .hero-highlight {
  display: inline;
  color: var(--bg-primary);
}

.features-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.features-content-area {
  flex: 1;
  max-width: 600px;
  padding-top: 0;
}

.features-image-area {
  flex: 1;
  max-width: 550px;
  flex-shrink: 0;
}

.features-image-area img {
  width: 550px;
  height: 550px;
  border-radius: var(--radius-base);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* Features Header */
.features-header {
  margin-bottom: 60px;
  margin-top: 20px;
}

.features-header .hero-heading {
  font-size: var(--font-size-section-heading);
  line-height: 1.2;
  margin-bottom: 0;
}

/* Feature Items with Vertical Dividers */
.features-items {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

/* Vertical line divider between icons */
.feature-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 27.5px; /* Center of 55px icon (55/2 = 27.5px) */
  top: 55px; /* Below the icon */
  width: 1px;
  height: 60px; /* Match the gap between items */
  background-color: #e0e0e0;
  z-index: 1;
}

.feature-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5; /* Light gray circular background */
  border: 1px solid #000000; /* Optional border for better definition */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.feature-icon img {
  width: 28px;
  height: 28px;
  transition: filter 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-content {
  flex: 1;
}

.feature-title {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-small-heading);
  font-weight: 600;
  color: var(--text-main);
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.feature-description {
  font-size: var(--font-size-p-medium);
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* Animated State */
.feature-icon.animated {
  background-color: var(--bg-primary);
  box-shadow: 0 4px 12px rgba(88, 160, 200, 0.3);
}

.feature-icon.animated img {
  filter: brightness(0) invert(1);
}

/* 1200px and above - Large Desktop */
@media (min-width: 1201px) {
  .features-container {
    gap: 60px;
  }
  
  .feature-item:not(:last-child)::after {
    height: 60px;
  }
}

/* 1081px to 1200px - Medium Desktop */
@media (max-width: 1200px) and (min-width: 1081px) {
  .features-container {
    gap: 50px;
    max-width: 1100px;
    padding: 0 20px;
  }
  
  .features-image-area {
    max-width: 500px;
  }
  
  .features-image-area img {
    width: 500px;
    height: 500px;
  }
  
  .features-items {
    gap: 50px;
  }
  
  .feature-item:not(:last-child)::after {
    height: 50px;
  }
}

/* 1080px - Critical Breakpoint Fix with Single Line Heading */
@media (max-width: 1080px) and (min-width: 993px) {
  .features-section {
    padding: 40px 15px;
  }
  
  .features-container {
    gap: 30px;
    max-width: 950px;
    padding: 0 15px;
  }
  
  .features-content-area {
    max-width: 450px;
  }
  
  .features-image-area {
    max-width: 400px;
    flex-shrink: 0;
  }
  
  .features-image-area img {
    width: 420px;
    height: 420px;
  }
  
  .features-header {
    margin-bottom: 40px;
    margin-top: 15px;
  }
  
  /* Significantly reduced heading size for single line */
  .features-header .hero-heading {
    font-size: 20px !important; /* Reduced from 48px to ensure single line */
    line-height: 1.1;
  }
  
  .features-items {
    gap: 40px;
  }
  
  .feature-item {
    gap: 25px;
  }
  
  /* Adjust vertical line for smaller spacing */
  .feature-item:not(:last-child)::after {
    left: 27.5px;
    top: 55px;
    height: 40px; /* Match reduced gap */
  }
  
  .feature-title {
    font-size: 18px;
  }
  
  .feature-description {
    font-size: 14px;
  }
}

/* 950px to 992px - Small Desktop/Large Tablet */
@media (max-width: 992px) and (min-width: 951px) {
  .features-container {
    gap: 25px;
    max-width: 900px;
  }
  
  .features-image-area {
    max-width: 350px;
  }
  
  .features-image-area img {
    width: 380px;
    height: 380px;
  }
  
  .features-header .hero-heading {
    font-size: 26px;
  }
  
  .features-items {
    gap: 35px;
  }
  
  .feature-item:not(:last-child)::after {
    height: 35px; /* Match larger tablet spacing */
  }
}

/* 769px to 950px - Tablet */
@media (max-width: 950px) and (min-width: 769px) {
  .features-container {
    gap: 20px;
    max-width: 850px;
    padding: 0 20px;
  }
  
  .features-image-area {
    max-width: 320px;
  }
  
  .features-image-area img {
    width: 350px;
    height: 350px;
  }
  
  .features-header .hero-heading {
    font-size: 24px;
  }
  
  .features-items {
    gap: 30px;
  }
  
  .feature-item:not(:last-child)::after {
    height: 30px; /* Match tablet spacing */
  }
}

/* Mobile View - 768px and below */
@media (max-width: 768px) {
  .features-section {
    padding: 40px 0;
  }
  
  .features-container {
    flex-direction: column;
    gap: 30px;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  
  /* Mobile Order: Image first, then heading, then content */
  .features-image-area {
    order: 1;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  
  .features-header {
    order: 2;
    text-align: left !important; /* Left aligned instead of center */
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0 20px;
  }
  
  .features-content-area {
    order: 3;
    max-width: 100%;
    padding: 0 20px;
  }
  
  /* Mobile Image - Left aligned and 320x320 */
  .features-image-area img {
    width: 320px;
    height: 320px;
    max-width: none;
    margin: 0;
    display: block;
    margin-left: 20px;
  }
  
  /* Mobile section heading - 20px and left aligned */
  .features-header .hero-heading {
    font-size: 20px !important; /* Specific 20px size as requested */
    line-height: 1.3;
    text-align: left; /* Ensure left alignment */
  }
  
  .features-items {
    gap: 25px;
  }
  
  .feature-item {
    gap: 15px;
  }
  
  /* Adjust vertical line for mobile */
  .feature-item:not(:last-child)::after {
    left: 22.5px; /* Center of 45px icon on mobile */
    top: 45px;
    height: 25px; /* Match mobile gap */
  }
  
  /* Mobile Typography */
  .feature-title {
    font-size: 12px; /* Para heading size as requested */
    font-weight: 600;
    margin-bottom: 6px;
  }
  
  .feature-description {
    font-size: 8px; /* Para font size as requested */
    line-height: 1.4; /* Tighter line height for 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Force exactly 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Small Mobile - 480px and below */
@media (max-width: 480px) {
  .features-section {
    padding: 30px 0;
  }
  
  .features-header {
    padding: 0 15px;
  }
  
  .features-content-area {
    padding: 0 15px;
  }
  
  .features-image-area img {
    width: 320px;
    height: 320px;
    margin-left: 35px;
  }
  
  .features-header .hero-heading {
    font-size: 20px !important; /* Maintain 20px on small mobile */
  }
  
  .feature-icon {
    width: 45px;
    height: 45px;
  }
  
  .feature-icon img {
    width: 24px;
    height: 24px;
  }
  
  /* Adjust vertical line for smaller mobile */
  .feature-item:not(:last-child)::after {
    left: 22.5px; /* Center of 45px icon */
    top: 45px;
    height: 25px;
  }
}

/* Very Small Mobile - 360px and below */
@media (max-width: 360px) {
  .features-header {
    padding: 0 10px;
  }
  
  .features-content-area {
    padding: 0 10px;
  }
  
  .features-image-area img {
    width: 300px;
    height: 300px;
    margin-left: 10px;
  }
  
  .features-header .hero-heading {
    font-size: 18px !important; /* Slightly smaller for very small screens */
  }
}




        /*=============================== Property Cart Section =======================================================*/




/* Services Section Layout */
.services-section {
  /* padding: 80px var(--side-pad); */
  /* background: var(--bg-main); */
  max-width: 1200px;
  margin: 30px auto;
  /* margin-top: 60px; */
}

/* Services Header - Side by Side Layout */
.services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}

.services-heading {
  flex: 1;
  
  font-family: var(--font-family-heading);
  font-size: var(--font-size-hero-heading); /* 48px */
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-main);
  margin: 0;
  text-align: left; /* Left aligned as requested */
}

.services-heading .highlight {
  color: var(--bg-primary);
}

.services-intro {
  flex: 1;
  max-width: 500px;
  font-family: var(--font-family-base);
  font-size: 13px; /* Big desktop para text size as requested */
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
  text-align: left; /* Left aligned as requested */
}

/* Services Grid - 3 columns desktop, 2 columns mobile/tablet */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: start; /* Changed from center to start for left alignment */
}

/* Service Card - Desktop Size 372x220 with left alignment */
.service-card {
  width: 372px;
  height: 220px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px; /* 4px border radius as requested */
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Left aligned instead of center */
  text-align: left; /* Left aligned text */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.service-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.service-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  flex-shrink: 0;
  align-self: flex-start; /* Ensure icon stays left */
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-title {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-p-morelarge); /* 18px */
  font-weight: 600;
  color: var(--text-main);
  margin: 0 0 8px 0;
  line-height: 1.3;
  text-align: left;
}

.service-desc {
  font-family: var(--font-family-base);
  font-size: 13px; /* Big desktop para size */
  color: var(--text-muted);
  line-height: 1.4;
  margin: 0;
  flex: 1;
  text-align: left;
}

/* Large Desktop - 1200px and above */
@media (min-width: 1200px) {
  .services-section {
    /* padding: 80px var(--side-pad); */
  }
  
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .service-desc {
    font-size: 13px; /* Maintain 13px on large desktop */
  }
}

/* 1080px Screen Size - 3 in row as requested */
@media (max-width: 1199px) and (min-width: 1081px) {
  .services-section {
    padding: 60px 40px;
  }
  
  .services-header {
    gap: 50px;
    margin-bottom: 50px;
  }
  
  .services-heading {
    font-size: 42px;
  }
  
  .services-intro {
    font-size: 13px; /* Maintain larger para text */
  }
  
  .services-grid {
    grid-template-columns: repeat(3, 1fr); /* 3 in row as requested */
    gap: 25px;
  }
  
  .service-card {
    width: 320px;
    height: 200px;
    padding: 25px 20px;
    border-radius: 4px;
  }
  
  .service-title {
    font-size: 17px;
  }
  
  .service-desc {
    font-size: 13px; /* Maintain 13px */
  }
}

/* 1080px and below - Smaller desktop/large tablet */
@media (max-width: 1080px) and (min-width: 769px) {
  .services-section {
    padding: 60px 30px;
  }
  
  .services-header {
    gap: 40px;
    margin-bottom: 40px;
  }
  
  .services-heading {
    font-size: 36px;
  }
  
  .services-intro {
    font-size: 13px;
  }
  
  .services-grid {
    grid-template-columns: repeat(3, 1fr); /* Keep 3 columns */
    gap: 20px;
  }
  
  .service-card {
    width: 280px;
    height: 190px;
    padding: 22px 18px;
    border-radius: 4px;
  }
  
  .service-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }
  
  .service-title {
    font-size: 16px;
  }
  
  .service-desc {
    font-size: 12px;
  }
}

/* Mobile View - 768px and below */
@media (max-width: 768px) {
  .services-section {
    padding: 50px 20px;
  }
  
  /* Stack header vertically on mobile but keep left alignment */
  .services-header {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
    text-align: left; /* Keep left alignment */
  }
  
  .services-heading {
    font-size: 20px; /* 20px as requested for mobile */
    max-width: none;
    text-align: left;
  }
  
  .services-intro {
    font-size: 12px; /* 12px as requested for mobile */
    max-width: none;
    text-align: left;
  }
  
  /* Mobile Grid - 2 columns with 156x180 cards */
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 340px;
    margin: 0;
    justify-items: start; /* Keep left alignment */
  }
  
  .service-card {
    width: 156px;
    height: 180px;
    padding: 20px 16px;
    border-radius: 4px; /* 4px border radius */
    align-items: flex-start;
    text-align: left;
  }
  
  .service-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    align-self: flex-start;
  }
  
  .service-title {
    font-size: var(--font-size-p-large); /* 14px */
    margin-bottom: 6px;
    line-height: 1.2;
    text-align: left;
  }
  
  .service-desc {
    font-size: var(--font-size-p-medium); /* 12px */
    line-height: 1.3;
    text-align: left;
  }
}

/* Small Mobile - 480px and below */
@media (max-width: 480px) {
  .services-section {
    padding: 40px 15px;
  }
  
  .services-heading {
    font-size: 20px; /* Maintain 20px */
  }
  
  .services-intro {
    font-size: 12px; /* Maintain 12px */
  }
  
  .services-grid {
    max-width: 320px;
    gap: 12px;
  }
  
  .service-card {
    width: 150px;
    height: 170px;
    padding: 18px 14px;
    border-radius: 4px;
  }
  
  .service-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }
  
  .service-title {
    font-size: 13px;
  }
  
  .service-desc {
    font-size: 11px;
  }
}

/* Very Small Mobile - 360px and below */
@media (max-width: 360px) {
  .services-section {
    padding: 40px 10px;
  }
  
  .services-grid {
    max-width: 300px;
    gap: 10px;
  }
  
  .service-card {
    width: 140px;
    height: 160px;
    padding: 16px 12px;
    border-radius: 4px;
  }
  
  .service-icon {
    width: 28px;
    height: 28px;
  }
  
  .service-title {
    font-size: 12px;
  }
  
  .service-desc {
    font-size: 10px;
  }
}
