:root{
  /* Brand colors — change to match your logo */
  --brand-accent: #f6863e;   /* primary blue accent */
  --brand-dark: #6e6f72;     /* darker shade for contrast */
  --muted: #6b7280;
  --bg: #f7f9fb;
  --card: #ffffff;
  --radius: 10px;
  --container-max: 1100px;
  --gap: 18px;

  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Reset & layout */
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;background:var(--bg);color:var(--brand-dark);-webkit-font-smoothing:antialiased;
  line-height:1.5;font-size:16px;
}
.container{max-width:var(--container-max);margin:0 auto;padding:24px}

/* Header */
.site-header{background:linear-gradient(90deg,#fff,#fbfdff);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(15,43,69,0.04)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:12px}
.brand-block{display:flex;align-items:center;gap:12px}
.logo-placeholder{width:56px;height:56px;display:flex;align-items:center;justify-content:center}
.logo-placeholder.small{width:40px;height:40px}
.company-name{display:flex;flex-direction:column}
.company-title{font-weight:1000;color:var( --brand-accent);font-size:2.05rem}
.company-tag{font-size:.90rem;color:var( --brand-dark)}

/* Nav */
.main-nav{display:flex;gap:10px;align-items:center}
.main-nav a{color:var(--brand-dark);text-decoration:none;padding:8px 12px;border-radius:8px}
.main-nav a.active{background:rgba(30,115,190,0.08);color:var(--brand-accent)}
.main-nav a.cta{background:var(--brand-accent);color:#fff}
.menu-toggle{display:none;background:none;border:0;font-size:1.2rem}

.company-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 1px;
}


.company-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #6b7280;
}

.company-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #6b7280;
}


./* Company Name Row Layout */
.company-name {
  display: flex;
  flex-direction: row;      /* name + tag in one line */
  align-items: center;
  gap: 12px;                /* spacing between name and tag */
  white-space: nowrap;      /* prevents breaking to next line */
}

/* Bi-colour company name */
.brand-part1 {
  color: #f6863e;           /*#f6863e*/
  font-weight: 700;
}

.brand-part2 {
  color:  #6e6f72;           /*  #6e6f72 */
  font-weight: 700;
}

/* Company title typography */
.company-title {
  font-size: 1.55rem;
  font-weight: 700;
  display: flex;
  gap: 8px;                /* spacing between VIWINDAS + INFRA */
}

/* Company tag on right */
.company-tag {
  font-size: 1rem;
  color: #6e6f72;          /* muted grey */
  font-weight: 500;
  padding-left: 145px;
  border-left: 1px solid rgba(0,0,0,0.2); /* subtle separator */
}
.brand-part3 {
  color: f           /*#f6863e*/
  font-weight: 500;
}

.brand-part4 {
  color:  #6e6f72;           /*  #6e6f72 */
  font-weight: 500;
}


/* Hero image (50% viewport height) */
.hero-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 50vh;              /* 50% of viewport height */
  min-height: 360px;
  overflow: hidden; 
  margin: 0 auto;            /* centered like rest of page */
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.5);
  
  transform: translateZ(0);  /* avoids GPU scaling glitches */
}

.hero-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  
  color: #fff;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

.hero-overlay h1 {
  font-size: 2rem;
  margin: 0 0 8px;
}

.lead {
  opacity: 0.75;
  margin-bottom: 12px;
}

/* Two-button layout in hero */
/* Two-button layout */
.hero-btn-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.hero-btn-right {
  margin-top: auto; /* adjust: 16–40px as needed */
  padding-bottom: 40px;  /* space from bottom */
}

/* Primary buttons (same design for both) */
.hero-btn-row .btn.primary {
  width: auto;
  display: inline-block;
  padding: 12px 22px;
  background:#f6863e   /* solid orange */
  color: #ffffff;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  text-align: center;
}

/* Hover effect (same for both buttons) */
.hero-btn-row .btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: 0.25s ease;
}

@media (max-width: 768px) {
  .hero-image {
    height: 70vh;
  }

  .hero-btn-right {
    padding-bottom: 24px;
    align-self: center;
  }

  .hero-btn-row {
    flex-direction: column;
    width: 100%;
  }
}

/* Buttons */
.btn{display:inline-block;padding:10px 14px;border-radius:8px;border:1px solid rgba(15,43,69,0.06);background:transparent;color:var(--brand-dark);cursor:pointer;text-decoration:none}
.btn.primary{background:var(--brand-accent);color:#fff;border-color:transparent}

/* Page content layout */
.page-content{margin-top:22px}
.testimonials{margin:18px 0}
.testimonials h2{margin-bottom:8px}
.testimonials h2 {
  margin-top: 0;
  color: #F57C00;
  font-weight: 700;
  position: relative;
}

.testimonials h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #F57C00;
  margin-top: 6px;
  border-radius: 2px;
}

.testimonial-slider{position:relative;overflow:hidden;background:var(--card);padding:18px;border-radius:12px;box-shadow:0 8px 24px rgba(15,43,69,0.06)}
.testimonial-slider .slide{display:none;animation:fader 0.6s ease}
.testimonial-slider .slide.active{display:block}
.testimonial-slider blockquote{margin:0;padding:0}
.testimonial-slider cite{display:block;margin-top:10px;color:var(--muted);font-size:0.95rem}

/* Vision & Mission */
.vision-mission{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}
.vm-card{background:var(--card);padding:16px;border-radius:12px;box-shadow:0 8px 20px rgba(15,43,69,0.04)}
.management{background:transparent;margin-bottom:28px}
.management h2 {
  margin-top: 0;
  color: #F57C00;
  font-weight: 700;
  position: relative;
}

.management h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #F57C00;
  margin-top: 6px;
  border-radius: 2px;
}

.man-sig{margin-top:8px;font-weight:600;color:var(--brand-dark)}

.vm-card h3 {
  color:#f6863e;       /* Orange title */
  font-weight: 700;
}

.vm-text strong {
  color:#f6863e;       /* Dark grey subtitle */
}


/* Sectors / packages grid */
.sectors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:12px}
.sector-card{background:var(--card);padding:16px;border-radius:12px;box-shadow:0 8px 20px rgba(15,43,69,0.04)}
.select-label{display:block;margin-top:10px}
.select-label select{width:100%;padding:10px;border-radius:8px;border:1px solid rgba(15,43,69,0.08)}

/* Packages details */
.package-details{background:var(--card);padding:16px;border-radius:12px;margin-top:12px;box-shadow:0 8px 20px rgba(15,43,69,0.04)}
.package-details ul{margin:0 0 0 18px}

/* Footer */
/* Stylish Footer */
.stylish-footer {
  background: linear-gradient(90deg, #4a423f, #5a514d);
  color: #d7dce2;
  padding-top: 8px;     /* reduced from 20px */
  padding-bottom: 8px;  /* added small padding */
  border-top: 3px solid #f6863e;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-top {
  padding-bottom: 5px;  /* reduced */
}

.stylish-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;            /* reduced gap */
}

.stylish-footer h4 {
  color: #f6863e;
  margin-bottom: 6px;   /* reduced */
  font-size: 1.15rem;
  position: relative;
}

.stylish-footer h4::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #f6863e;
  display: block;
  margin-top: 3px;
  border-radius: 2px;
}

.stylish-footer p,
.stylish-footer address {
  color: #d7dce2;
  font-size: 0.9rem;
  line-height: 1.4;    /* tighter spacing */
  margin: 2px 0;       /* reduced line gaps */
}

.stylish-footer p strong {
  color: #ffffff;
}

./* ===============================
   Footer Social Icons
================================ */

.footer-col.social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.social-icons {
  display: flex;                 /* 👈 makes icons horizontal */
  gap: 14px;                     /* space between icons */
  margin-top: 12px;
}

.social-icons a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #1f2933;
  border-radius: 50%;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #f6863e;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(246, 134, 62, 0.4);
}

.social-icons a:hover .fa-whatsapp { color: #25d366; }
.social-icons a:hover .fa-facebook-f { color: #1877f2; }
.social-icons a:hover .fa-instagram { color: #e4405f; }
.social-icons a:hover .fa-linkedin-in { color: #0a66c2; }


/* Footer bottom */
.footer-bottom {
  background: #5a514d;
  padding: 4px 0;       /* reduced height */
  text-align: right;
  margin-top: 5px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
  color: #c2c7cc;
  font-size: 0.85rem;   /* smaller font */
}

/* Responsive */
@media (max-width: 900px) {
  .stylish-footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stylish-footer .footer-grid {
    grid-template-columns: 1fr;
  }
  .social-icons a {
    font-size: 1.1rem;
  }
}


/* Multi-colour contact page styling */
.contact-title {
  font-size: 2rem;
  font-weight: 700;
  color: #f6863e; /* Orange brand colour */
  margin-bottom: 20px;
}

.contact-head {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f2b45; /* Deep blue */
  margin-bottom: 8px;
  position: relative;
}

.contact-head::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #F57C00;
  display: block;
  margin-top: 4px;
  border-radius: 2px;
}

/* Bold labels in orange */
.contact-section strong {
  color: #F57C00;
  font-weight: 700;
}

/* Address and content text colour */
.contact-section p,
.contact-address {
  font-size: 1rem;
  color: #4A4A4A; 
  line-height: 1.6;
  margin-bottom: 6px;
}

/* Beautiful section spacing */
.contact-section {
  margin-bottom: 25px;
}


/* Utilities */
.muted{color:var(--muted)}
.page-content h1{margin-top:0}

/* ABOUT page: heading colour + policies + management */
.about-title {
  color: #f6863e;           
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  margin-top: 6px;
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* Intro paragraphs */
.about-intro p {
  color: #6e6f72;
  line-height: 1.8;
  margin-bottom: 14px;
  font-size: 1rem;
}

/* Policies layout */

/* Both policy cards general styling */
.policy-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(15, 43, 69, 0.05);
  border-left: 4px solid #f6863e;
  overflow: hidden;
}

/* --- QUALITY POLICY --- */
.policy-card.quality::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../assets/images/quality.jpg'); /* your grey image */
  background-size: cover;
  background-position: center;
  opacity: 0.12;   /* softer for clean text */
  z-index: 1;
}

/* SAFETY POLICY: brighter background */
.policy-card.safety::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../assets/images/safety.jpg'); 
  background-size: cover;
  background-position: center;
  filter: brightness(1.15);   /* brighten image */
  opacity: 0.22;              /* lighter overlay */
  z-index: 1;
}

/* text always on top */
.policy-card h3,
.policy-card p {
  position: relative;
  z-index: 2;
}

/* Add an orange-tinted overlay for safety policy */
.policy-card.safety::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(246,134,62,0.04);   /* VERY light tint */
  z-index: 1;
}

.policy-card.safety p {
  color: #333;      /* darker text improves readability */
}

.policy-card.safety h3 {
  color: #f6863e;   /* brand orange */
}


/* text always on top */
.policy-card h3,
.policy-card p {
  position: relative;
  z-index: 2;
}

/* Ensure text appears above the background */
.policy-card h3,
.policy-card p {
  position: relative;
  z-index: 2;
}

/* Heading + paragraph colours */
.policy-card h3 {
  color: #f6863e;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.policy-card p {
  color: #6e6f72;
  line-height: 1.7;
  margin: 0;
}

.policies {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 26px;
  margin-bottom: 12px;
}

.policy-card {
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(15, 43, 69, 0.05);
  border-left: 4px solid #f6863e;
}

.policy-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #f6863e;   /* header colour */
  font-size: 1.1rem;
  font-weight: 700;
}

.policy-card p {
  color: #6e6f72;  
  line-height: 1.6;
}

/* Top Management section */
.top-management {
  margin-top: 28px;
  background: linear-gradient(180deg, rgba(246,134,62,0.08), transparent 30%);
  padding: 18px;
  border-radius: 10px;
  border: 1px solid rgba(246,134,62,0.15);
}

.top-management h2 {
  color: #f6863e;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.tm-text {
  color: #6e6f72;
  line-height: 1.7;
  margin-bottom: 14px;
}

.tm-sign {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tm-name {
  color: #f6863e;
  font-weight: 700;
}

/* Achievements Section */
.achievements {
  margin-top: 35px;
  padding: 20px 0;
}

.achieve-title {
  color: #f6863e;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: left;
}

.achieve-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.achieve-item {
  background: #fff5ed;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.achieve-item img {
  width: 100%;
  height: 180px;       /* you can increase/decrease */
  object-fit: contain; /* show full image without cropping */
  border-radius: 8px;
  background: #ffffff; /* clean background behind transparent PNGs */
  padding: 6px;  /* spacing around the image */
  display: block;
}

.award-title {
  text-align: center;
  margin-top: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #6e6f72;       /* matches your paragraph colour */
}


/* Hover effect */
.achieve-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.15);
}

/* Mobile */
@media (max-width: 600px) {
  .achieve-item img {
    height: 150px;
  }
}


/* optional signature image */
.tm-sign-img {
  height: 48px;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 900px) {
  .policies {
    grid-template-columns: 1fr;
  }
  .about-title {
    font-size: 1.8rem;
  }
}

/* slight spacing for merged page */
.packages-section {
  margin-top: 24px;
  padding: 18px 0;
}
.packages-note { margin-top: 16px; color: var(--muted); }
.sector-card h3 { margin-bottom: 6px; }
 
.banner-content {
  text-align: left;
  max-width: 650px;
}

.banner-title {
  color: #f6863e;               /* your brand orange */
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}

.banner-text {
  color: #6e6f72;               /* your paragraph grey */
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 500;
  opacity: 0.95;
}

/* Justify all paragraph text on Services page */
.services-section p,
.service-desc,
.services-intro p,
.service-card p,
.sector-card p,
.packages-section p,
.packages-note p,
.packages-note li {
  text-align: justify;
  text-justify: inter-word;
}
/* Dropdown field itself */
.sector-card select {
  background-color: #f0f0f0;      /* grey background */
  border: 1px solid #ccc;
  color: #f6863e;                 /* ORANGE text */
  padding: 8px 10px;
  border-radius: 6px;
  width: 100%;
  font-size: 0.95rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Style the dropdown arrow */
.sector-card select {
  background-image: linear-gradient(45deg, transparent 50%, #f6863e 50%),
                    linear-gradient(135deg, #f6863e 50%, transparent 50%),
                    linear-gradient(to right, #ccc, #ccc);
  background-position:
      calc(100% - 20px) calc(50% - 3px),
      calc(100% - 15px) calc(50% - 3px),
      calc(100% - 2.5em) 0.6em;
  background-size: 6px 6px, 6px 6px, 1px 1.5em;
  background-repeat: no-repeat;
}

/* Dropdown option text in orange */
.sector-card select option {
  color: #f6863e;   /* inside dropdown text */
}

.sector-card select:focus {
  outline: none;
  border: 1px solid #f6863e;  /* your brand orange */
  background-color: #e6e6e6;
}

/* Make all sector cards equal-height and push the dropdown to a consistent spot */
.sectors-grid > .sector-card,
.services-grid > .service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* keeps top content and bottom control spaced evenly */
  min-height: 240px;              /* tweak this to match your card size */
}

/* Ensure the choose-label and select behave consistently */
.sector-card .select-label {
  display: block;
  margin-top: 12px;
  width: 100%;
}

/* Make select fill available width and render consistently */
.sector-card select {
  box-sizing: border-box;   /* important so padding/border don't change width */
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  background-color: #f0f0f0; /* your grey */
  color: #f6863e;            /* your orange text */
  border: 1px solid #d8d8d8;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Keep arrow in the same place and style */
.sector-card select {
  background-image:
    linear-gradient(45deg, transparent 50%, #f6863e 50%),
    linear-gradient(135deg, #f6863e 50%, transparent 50%),
    linear-gradient(to right, #d8d8d8, #d8d8d8);
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 15px) calc(50% - 3px),
    calc(100% - 2.5em) 0.6em;
  background-size: 6px 6px, 6px 6px, 1px 1.5em;
  background-repeat: no-repeat;
}

/* Responsive tweak if cards collapse */
@media (max-width:1100px){
  .sectors-grid > .sector-card { min-height: auto; }
}

/* ------------------------------------------ */
/* SERVICES PAGE — BRAND HEADER & TEXT COLORS */
/* ------------------------------------------ */

/* Construction Cost Estimator Title */
.estimator-title,
#estimatorTitle,
h1.estimator-heading {
  color: #f6863e; /* VIWINDAS ORANGE */
  font-weight: 700;
}

/* Main page title */
.services-intro h1 {
  color: #f6863e;
  font-weight: 700;
}

/* Section titles (like Standard Packages) */
.services-intro h2,
.packages-section h2,
.service-grid h2 {
  color: #f6863e;
}

/* Sub-headings inside packages (Residential, Commercial, Industrial) */
.sector-card h3 {
  color: #f6863e;
  font-weight: 700;
}

/* Paragraph text across the Services page */
.services-intro p,
.service-card p,
.packages-section p,
.sector-card p,
.packages-note p,
.packages-note ol li {
  color: #6e6f72;
  line-height: 1.6;
}

/* If any list inside services needs color */
.services-page li {
  color: #6e6f72;
}

/* Optional: Make service card titles match brand */
.service-card h2 {
  color: #f6863e;
  font-weight: 700;
}

/* Optional: Adjust dropdown label color */
.select-label {
  color: #6e6f72;
  font-weight: 600;
}

/* Responsive */
@media (max-width:1000px){
  .vision-mission{grid-template-columns:1fr}
  .sectors-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  .sectors-grid{grid-template-columns:1fr}
  .main-nav{display:none;position:fixed;right:12px;top:64px;background:var(--card);padding:12px;border-radius:12px;box-shadow:0 10px 30px rgba(2,6,23,0.15);flex-direction:column}
  .main-nav.show{display:flex}
  .menu-toggle{display:inline-block}
  .brand-block .company-tag{display:none}
}

/* ===== Package Accordion ===== */

.pkg-section h3 {
  cursor: pointer;
  position: relative;
  user-select: none;
  padding-right: 28px;
}

/* Arrow */
.pkg-section h3::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  color: #f36b21;
  transition: transform 0.25s ease;
}

/* Rotate arrow when open */
.pkg-section.open h3::after {
  transform: rotate(180deg);
}

/* Collapsible content */
.pkg-section .pkg-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

/* Open state */
.pkg-section.open .pkg-list {
  max-height: 2000px; /* enough for long lists */
}


/* simple fade animation */
@keyframes fader { from {opacity: 0; transform: translateY(4px);} to {opacity: 1; transform: translateY(0);} }

.pkg-section { margin-top:18px; padding:12px 0; border-top:1px solid rgba(0,0,0,0.04); }
.pkg-section-title { color:#f6863e; margin:0 0 8px; font-size:1.05rem; }
.pkg-table { width:100%; border-collapse:collapse; margin:8px 0 0; }
.pkg-table th, .pkg-table td { text-align:left; padding:8px 10px; border-bottom:1px solid #eee; color:#333; }
.pkg-table th { background:#fafafa; color:#333; font-weight:600; }
.pkg-total { margin-top:12px; font-size:1.1rem; color:#0f2b45; font-weight:700; }
.pkg-list { margin:6px 0 0 18px; color:#6e6f72; }
.muted { color:#6e6f72; }

/* Print-friendly styles */
@media print {
  body { background: #fff; color: #000; }
  .site-header, .site-footer, .menu-toggle, .main-nav { display: none !important; }
  .container { max-width: 800px; margin: 0 auto; }
  .pkg-controls { display: none; } /* hide buttons in print */
  .pkg-section-title { color: #000 !important; }
  .pkg-table th, .pkg-table td { color: #000 !important; }
}
:root{
  --brand-orange: #f6863e;
  --brand-gray:  #6e6f72;
  --soft-bg:     #f7f8f9;
  --card-bg:     #ffffff;
  --muted:       #9ea3a6;
  --radius:      12px;
}

/* Page container */
main.container.page-content{
  max-width:1200px;
  margin:28px auto 80px;
  padding:0 20px;
}
.page-title {
  color: #f6863e;              /* Viwindas Orange */
  font-weight: 700;
  margin-top: 10px;
}


/* Back button */
.back-to-package-btn {
  background: transparent;
  border: 1.5px solid #f6863e;
  color: #6e6f72;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.back-to-package-btn:hover {
  background: #f6863e;
  color: #fff;
}

.estimator-nav {
  margin-bottom: 10px;
}

}

/* Two-colour main title */
#packageTitle{
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size:2.25rem;
  margin:8px 0 8px;
  display:flex;
  gap:12px;
  align-items:baseline;
  line-height:1;
  flex-wrap:wrap;
}
#packageTitle .title-left{ color:var(--brand-orange); font-weight:800; }
#packageTitle .title-right{ color:var(--brand-gray); font-weight:700; }

/* Intro */
#packageIntro{ color:var(--brand-gray); font-size:1rem; margin-bottom:26px; max-width:95%; }


/* Package section titles – move slightly forward */
.pkg-section h3 {
  margin-left: 15px;     /* adjust: -4px to -10px if needed */
  padding-left: 0;
}


/* Package details grid */
.package-details{ display:grid; grid-template-columns: 1fr 380px; gap:28px; align-items:start; }

/* Left (content) */
.pkg-main{ background:var(--card-bg); border-radius:var(--radius); padding:22px; box-shadow: 0 8px 20px rgba(24,36,40,0.06); }
.pkg-main h3{ color:var(--brand-orange); margin:8px 0 12px; font-size:1.05rem; }

.pkg-list{ display:grid; grid-template-columns: repeat(1, minmax(0,1fr)); gap:10px; margin:10px 0 18px; padding:0; list-style:none; }

.pkg-list li{
  background: linear-gradient(180deg, rgba(246,134,62,0.02), transparent);
  border-left:4px solid rgba(246,134,62,0.08);
  padding:12px 14px;
  border-radius:8px;
  color:var(--brand-gray);
  font-size:0.98rem;
  line-height:1.45;
}

/* Right column summary card */
.pkg-summary{ position:static; top:24px; align-self:start; background: linear-gradient(180deg,#fff,var(--soft-bg)); border-radius:var(--radius); padding:18px; border:1px solid #f0f1f2; box-shadow: 0 10px 30px rgba(16,24,32,0.04); }
.pkg-summary h4{ margin:0 0 8px; color:var(--brand-orange); font-size:1.05rem; }
.pkg-summary p{ color:var(--brand-gray); margin:0 0 12px; font-size:0.95rem; }
.pkg-summary .meta{ font-size:0.95rem; color:var(--muted); background: linear-gradient(90deg, rgba(246,134,62,0.03), transparent); padding:10px; border-radius:10px; border:1px solid rgba(224,224,224,0.6); }

/* Notes */
.package-notes{ margin-top:18px; background:transparent; }
.package-notes h3{ color:var(--brand-gray); margin-bottom:8px; }
.package-notes ul{ margin:8px 0 24px; color:var(--muted); }

/* alerts */
.alert{ background: #fff; color: #6a6f71; padding:20px; border-radius:12px; border:1px solid #eef0f1; box-shadow: 0 6px 20px rgba(18,25,30,0.03); }

/* Responsive */
@media (max-width: 980px){
  .package-details{ grid-template-columns: 1fr; }
  .pkg-summary{ position:relative; top:auto; margin-top:16px; }
  #packageTitle{ font-size:1.7rem; }
}


// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* ===== FIX HEADER BRAND COLORS ===== */
.company-title .brand-part1 {
  color:#f6863e; /* VIWINDAS – Orange */
}

.company-title .brand-part2 {
  color: #2b2b2b; /* INFRA – Dark */
}

.company-tag,
.company-tag span {
  color: #6e6f72; /* Original tagline grey */
}


/* ============================= */
/* Expand / Collapse Sections   */
/* ============================= */

.pkg-section {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 14px;
  background: #ffffff;
  overflow: hidden;
}

.pkg-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  cursor: pointer;
  background: linear-gradient(90deg, #fff, #fafafa);
  font-weight: 600;
  color: #0d1e33;
  transition: background 0.3s ease;
}

.pkg-header:hover {
  background: #fff4ec;
}

.pkg-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pkg-dot {
  width: 8px;
  height: 8px;
  background: #f6863e;
  border-radius: 50%;
}

.pkg-toggle {
  font-size: 18px;
  color: #f6863e;
  transition: transform 0.3s ease;
}

.pkg-section.open .pkg-toggle {
  transform: rotate(180deg);
}

.pkg-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 18px;
}

.pkg-section.open .pkg-content {
  padding: 12px 18px 18px;
  max-height: 1000px;
}

.pkg-content ul {
  margin: 0;
  padding-left: 18px;
}

.pkg-content li {
  margin-bottom: 6px;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
}

.pkg-title {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.title-left {
  color: #4a423f;     /* dark neutral */
  font-weight: 600;
}

.title-right {
  color: #f6863e;     /* brand orange */
  font-weight: 700;
}

.pkg-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.pkg-badge {
  background: #f6863e;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.9rem;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 0.3rem;
  display: block;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 0.55rem;
  border-radius: 6px;
  border: 1px solid #ccc;
}
/* ================= CALCULATOR ================= */

/* ================= FORCE CALCULATOR ALIGNMENT ================= */

#calculator {
  margin-top: 2.5rem;
}

/* FORCE HEADER COLOR */
#calculator .calculator-title {
  color: #f6863e !important;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
  border-bottom: 2px solid #f6863e33;
  padding-bottom: 0.4rem;
}

/* FORCE GRID */
#calculator .calculator-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.2rem 1.5rem !important;
}

/* Responsive */
@media (max-width: 900px) {
  #calculator .calculator-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 520px) {
  #calculator .calculator-grid {
    grid-template-columns: 1fr !important;
  }
}

/* FORM GROUPS */
#calculator .form-group {
  display: flex !important;
  flex-direction: column !important;
}

/* LABELS */
#calculator .form-group label {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
  color: #333;
}

/* INPUTS */
#calculator .form-group input,
#calculator .form-group select {
  height: 42px;
  padding: 0.6rem 0.65rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
}

<p id="calcError" style="
  color:#c0392b;
  font-weight:600;
  display:none;
  margin-bottom:10px;
"></p>

/* RESULTS */
#calculator p {
  margin: 0.4rem 0;
  font-size: 0.95rem;
}

/* BUTTON */
#calculator button {
  background: #f6863e !important;
  border: none;
  color: #fff;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}
/* ================= ATTRACTIVE COST ESTIMATOR ================= */

.estimator-wrap {
  margin-top: 70px;
  padding: 20px;
}

/* ================= CARD ================= */

.estimator-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 36px;
  max-width: 1100px;
  margin: auto;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* Optional title inside card (if used) */
.estimator-card > h1 {
  color: #f6863e;
  font-weight: 700;
  border-bottom: 2px solid rgba(243, 107, 33, 0.3);
  padding-bottom: 6px;
  margin-bottom: 6px;
}

/* ================= HEADER ================= */

.estimator-header {
  max-width: 1200px;
  margin: 0 auto 20px;
  padding-left: 40px;   /* 🔥 PUSH INSIDE */
  padding-right: 20px;
}

.estimator-title {
  margin-top: 12px;
  color: #f6863e; /* VIWINDAS ORANGE */
  font-weight: 700;
}

.estimator-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;   /* 🔥 SAME VALUE */
  padding-right: 20px;
}

.back-btn {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 2px; /* micro-adjust */
  padding: 6px 14px;
  border: 1px solid  #6e6f72;
  color:  #6e6f72;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}

.estimator-header h3 {
  font-size: 28px;
  font-weight: 700;
  color: #f6863e;
  margin-bottom: 6px;
}

.estimator-header p {
  color: #6e6f72;
  margin-bottom: 0;
}

/* ================= STEPS ================= */

.estimator-step {
  position: relative;
  margin-top: 40px;
  padding-top: 10px;
}

.step-badge {
  position: absolute;
  top: -22px;
  left: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f6863e;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(246,134,62,0.35);
}

.estimator-step h4,
#calculator h4 {
  color: #f6863e;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 18px;
  padding-left: 12px;
  border-left: 4px solid #f6863e;
}

/* ================= GRID ================= */

.estimator-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.estimator-grid label {
  font-size: 13px;
  font-weight: 600;
  color: #555;
}

.estimator-grid input,
.estimator-grid select {
  width: 100%;
  padding: 12px 14px;
  margin-top: 6px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  transition: all 0.2s ease;
  background-color: #fff;
}

.estimator-grid input:focus,
.estimator-grid select:focus {
  outline: none;
  border-color: #f6863e;
  box-shadow: 0 0 0 3px rgba(246,134,62,0.2);
}

/* ================= FORM TEXT COLOR ================= */

#calculator input,
#calculator select {
  color: #6e6f72 !important;
}

#calculator input::placeholder {
  color: #9a9a9a;
}

#calculator select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* ================= RESULTS ================= */

.estimator-result {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
  padding: 24px;
  background: #f9fafb;
  border-radius: 18px;
  border: 1px solid #eee;
}

.estimator-result div {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.estimator-result strong {
  font-size: 14px;
  color: #555;
}

.estimator-result p {
  font-size: 22px;
  font-weight: 700;
  margin-top: 6px;
  color: #333;
}

/* Highlighted total */
.estimator-result .highlight {
  background: linear-gradient(135deg, #f6863e, #f36b21);
  color: #fff;
  border-radius: 14px;
  padding: 18px;
  animation: pop 0.4s ease;
}

.estimator-result .highlight p {
  color: #fff;
  font-size: 26px;
}

/* ================= BUTTON ================= */

.estimate-btn {
  margin-top: 30px;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #f6863e, #f36b21);
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.estimate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(246,134,62,0.4);
}

.estimate-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ================= ERRORS ================= */

.input-error {
  border-color: #e74c3c !important;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.15);
}

/* ================= PROGRESS BAR ================= */

.progress-bar {
  height: 6px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(135deg, #f36b21, #ff9a56);
  transition: width 0.4s ease;
}

/* ================= ANIMATION ================= */

@keyframes pop {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}


/* ===============================
   PREV / NEXT — EQUAL SIZE FIX
   =============================== */

.pkg-nav {
  position: relative;
  width: 100%;
  margin: 30px 0 50px;
}

/* Force equal size */
.pkg-nav a {
  position: absolute;
  top: 0;

  width: 140px;              /* ✅ SAME WIDTH */
  text-align: center;

  padding: 6px 0;            /* small height */
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  line-height: 1.2;
}

/* Left */
.pkg-nav #prevPkg {
  left: 0;
}

/* Right */
.pkg-nav #nextPkg {
  right: 0;
}

/* Disabled */
.pkg-nav a.disabled {
  opacity: 0.45;
  pointer-events: none;
}

/* Estimator section headings */
.estimator-step h4,

.estimator-card h4 {
  color: #f6863e;
  font-weight: 700;
}

.estimator-grid > div {
  display: flex;
  flex-direction: column;
}

.estimator-result {
  align-items: stretch;
}

.result-box p {
  margin-top: 6px;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Remove nested card spacing issue */
.estimator-wrap .estimator-card {
  padding: 0;
  box-shadow: none;
  background: transparent;
}

.estimate-cta {
  margin-top: 20px;
  text-align: right;
}

.estimate-link {
  display: inline-block;
  padding: 10px 18px;
  background: #f36b21;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s ease;
}

.estimate-link:hover {
  opacity: .9;
}

/* ===============================
   Clients Section
================================ */

.clients-section {
  margin-top: 10px;
  padding: 30px 20px;
  background: #f9fafb;
  text-align: left;
}

.clients-title {
  font-size: 2rem;
  color: #f6863e;
  margin-top: 0;
  margin-bottom: 8px;
}

.clients-subtitle {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 40px;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  justify-items: center;
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 180px;
  
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-logo img {
  display: block;
  margin: auto;
  max-width: 140px;
  max-height: 80px;
  object-fit: contain;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.client-logo:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.client-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* ===============================
   FAQ CTA Button (Services Page)
================================ */

.faq-cta {
  margin: 80px auto;
  padding: 50px 20px;
  text-align: center;
  background: linear-gradient(135deg, #f6863e, #ff9a5a);
  border-radius: 14px;
  color: #ffffff;
  max-width: 1100px;
}

.faq-cta h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.faq-cta p {
  font-size: 1rem;
  margin-bottom: 30px;
  opacity: 0.95;
}

.faq-btn {
  display: inline-block;
  padding: 14px 36px;
  background: #ffffff;
  color: #f6863e;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.faq-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

/* ===============================
   FAQ Page
================================ */

.faq-title {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #f6863e;
}

.faq-intro {
  color: #6e6f72;
  margin-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.faq-question {
  width: 100%;
  padding: 20px;
  background: none;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-icon {
  font-size: 1.5rem;
  color: #f6863e;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 20px;
}

.faq-answer p {
  padding: 15px 0 25px;
  color: #6e6f72;
}

/* ===============================
   Services Page – Reduce Gap Above Packages
================================ */

/* Reduce space after intro text */
.services-page .page-content > p:last-of-type {
  margin-bottom: 20px; /* was too large */
}

/* Reduce top space before "Our Packages" heading */
.services-page #packagesSection {
  padding-top: 10px;
  margin-top: 0;
}

.services-page #packagesSection h2,
.services-page .packages-title {
  margin-top: 0;
  margin-bottom: 0px;
}
//* ===============================
   Services Page – Reduce gap before FAQ CTA
================================ */

/* Reduce space after "How it works" */
.services-page .how-it-works {
  margin-bottom: 0px; /* reduce big gap */
}

/* Reduce space before FAQ CTA */
.services-page .faq-cta {
  margin-top: 0px;   /* was too large */
}

/* Reduce padding at bottom of the section before FAQ CTA */
.services-page section {
  padding-top: 0px;
  padding-bottom: 5px;
}

/* Ensure FAQ CTA sits closer */
.services-page .faq-cta {
  margin-top: 0 !important;
}

.services-page .faq-cta {
  box-shadow: 0 -8px 24px rgba(0,0,0,0.05);
}
.services-page .page-content ol {
  margin-bottom: 2px;
}

.services-page ol {
  margin-bottom: 2px !important;
}

.services-page section {
  padding-bottom: 0.5;
}

.services-page .faq-cta {
  margin-top: 0px !important;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  align-items: stretch; /* 🔑 force equal height */
}

.project-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.project-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
  .project-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.project-card .btn-outline {
  margin-top: auto; /* 🔥 magic line */
}
.project-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;   /* SAME number of lines for all cards */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-content {
  padding: 18px;
}

.project-location {
  font-size: 0.9rem;
  color: #777;
}

.btn-outline {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 18px;
  border: 2px solid #f6863e;
  color: #f6863e;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.btn-outline:hover {
  background: #f6863e;
  color: #fff;
}

/* Project Detail */
.project-detail {
  max-width: 900px;
}

.project-gallery img {
  width: 100%;
  border-radius: 12px;
  margin: 20px 0;
}
/* ===============================
   Project Images – Back Button
================================ */

.project-header {
  max-width: 1100px;     /* same as your page container */
  margin: 0 auto 20px;  /* center + spacing */
  padding: 0 20px;      /* prevents overflow on mobile */
}

.back-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 24px;
  border: 2px solid #f6863e;
  color: #f6863e;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.back-btn:hover {
  background: #f6863e;
  color: #fff;
}

/* STANDARD IMAGE GRID */
#projectGallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

/* IMAGE STYLE */
#projectGallery img {
  width: 100%;
  height: 220px;          /* equal size */
  object-fit: cover;      /* no distortion */
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

#projectGallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 900px) {
  .mosaic-gallery {
    column-count: 2;
  }
}

@media (max-width: 500px) {
  .mosaic-gallery {
    column-count: 1;
  }
}
.brochure-section {
  margin: 60px 0;

}

.brochure-title {
  text-align: left;
  color: #f6863e;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.brochure-subtext {
  text-align: left;
  color: #555;
  margin-bottom: 32px;
}


.brochure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.brochure-card {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  text-align: center;
}

.brochure-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 12px;
}

.brochure-card h3 {
  margin: 12px 0;
  font-size: 18px;
}


.brochure-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.btn-download {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  border-radius: 30px;
  border: 2px solid #f6863e;
  color: #f6863e;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-download:hover {
  background: #f6863e;
  color: #fff;
}
/* GRID LAYOUT */


.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 40px;
}

/* LEFT SIDE */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* RIGHT SIDE */
.enquiry-wrapper {
  background: #fafafa;
  padding: 30px;
  border-radius: 12px;
}

/* ENQUIRY TITLE */

/* Smaller prefix dropdown */
.enquiry-form select[name="prefix"] {
  width: 80px;          /* controls size */
  min-width: 70px;
  padding: 8px 6px;
  font-size: 14px;
}

.enquiry-title {
  color: #f6863e;
  font-size: 22px;
  margin-bottom: 6px;
}

.enquiry-subtext {
  margin-bottom: 20px;
  color: #555;
}

/* FORM */
.enquiry-form {
  display: grid;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #f6863e;
}

/* BUTTON */
.btn-enquiry {
  margin-top: 10px;
  padding: 12px;
  background: #f6863e;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.name-with-prefix {
  display: flex;
  gap: 8px;
}

#clientPrefix {
  width: 90px;
}
.achieve-item {
  overflow: visible; /* or remove overflow:hidden */
}
