* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}
/* overflow hiding css */

html, body {
  max-width: 100%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.hero {
  width: 100%;
}
.floating-buttons {
  right: 20px;
  max-width: 100%;
}
/* ===== HEADER ===== */
/* ===== HEADER ===== */
.main-header {
  background: #696969;
  padding: 43px 0;
}

.header-container {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;   /* 🔥 MENU CENTER */
  position: relative;
}

/* LOGO LEFT */
.logo-area {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-area img {
  height: 70px;
}

.logo-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing:2px;
  text-align:center;
}


.logo-subtitle {
  color: #ccc;
  font-size: 13px;
}

/* MENU CENTER */
.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav-menu a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.nav-menu a.active,
.nav-menu a:hover {
  color: #0b2c4d;
}


/* ===== CONTENT ===== */
.page-content {
  background: #ffffff;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-content h1 {
  font-size: 28px;
}

/* ===== FOOTER ===== */
.footer {
  background: #696969;
  color: #ffffff;
  margin-top: 60px;
}

.footer-container {
  width: 90%;
  margin: auto;
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

/* FOOTER LEFT / RIGHT */
.footer-box h3 {
  margin-bottom: 15px;
}

.footer-box p {
  line-height: 1.8;
}

/* CENTER */
.footer-center {
  text-align: center;
}

.footer-center img {
  height: 100px;
}

.footer-center h2 {
  margin-top: 10px;
  font-size: 28px;
}

.footer-sub {
  font-size: 13px;
  color: #ccc;
}

.footer-desc {
  margin-top: 10px;
  font-size: 14px;
}

/* USEFUL LINKS */
.useful-links {
  display: flex;
  column-gap: 60px;     /* 👈 LEFT & RIGHT column gap */
  margin-top: 20px;     /* 👈 heading ku keela gap */
}

.useful-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.useful-links ul li {
  margin-bottom: 14px;  /* 👈 vertical gap between links */
}

.useful-links ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  padding-left: 22px;
  position: relative;
  line-height: 1.6;     /* 👈 text breathing space */
  transition: color 0.3s;
}

/* DOUBLE ARROW */
.useful-links ul li a::before {
  content: "»";
  position: absolute;
  left: 0;
  color: #0b2c4d;
  font-weight: bold;
}

/* HOVER */
.useful-links ul li a:hover {
  color: #0b2c4d;
}
/* FOOTER BOTTOM */
.footer-bottom {
  background: #0b2c4d;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 8%;
  font-size: 14px;
}

.section-title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 45px;
  color: #0b2b3c;

  transform: translateX(-120%);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}


.construction-section .service-row {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1400px;
    margin: 50px auto;
    padding: 0 20px;
    margin-top: 60px;
    margin-bottom: 1px;
}
.construction-section .service-image {
    flex: 1;
}

/* Blue poster-style frame */
.construction-section .service-image {
    position: relative;
    padding: 18px;
    background: linear-gradient(135deg, #062536, #062536);
    border-radius: 34px;
    display: inline-block;
    box-shadow: 0 18px 35px rgba(11, 94, 215, 0.35);
}

/* Image styling (your values kept) */
.construction-section .service-image img {
    width: 600px;
    height: 380px;
    border-radius: 30px;
    object-fit: cover;
    display: block;
    background: #fff;
}

/* Diagonal poster corner */
.construction-section .service-image::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: -18px;
    width: 100px;
    height: 100px;
    background: #d70b4f;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}


.construction-section .service-content {
    flex: 1;
}

.construction-section .service-content h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
}
.construction-section .service-content p {
    font-size: 17px;            /* bigger text */
    line-height: 1.8;
    color: #666;
    font-family: Arial, sans-serif;
   
}
.renovation-section .service-row {
    flex-direction: row-reverse;
    margin-top: 60px;
}
.property-section .service-row {
    flex-direction: row-reverse;
}
/* ================= HERO IMAGE ================= */
.hero-section {
  width: 100vw;       
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hero-section img {
  width: 100vw;       
  height: auto;
  display: block;     
}   
/* ================= Scroll Slide Animations ================= */

/* Initial hidden state for images and content */
.service-row .service-image,
.service-row .service-content {
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

/* Odd rows: image slides from right, content slides from left */
.construction-section .service-row:nth-child(odd) .service-image,
.renovation-section .service-row:nth-child(odd) .service-image,
.property-section .service-row:nth-child(odd) .service-image {
  transform: translateX(120%);
}
.construction-section .service-row:nth-child(odd) .service-content,
.renovation-section .service-row:nth-child(odd) .service-content,
.property-section .service-row:nth-child(odd) .service-content {
  transform: translateX(-120%);
}

/* Even rows: image slides from left, content slides from right */
.construction-section .service-row:nth-child(even) .service-image,
.renovation-section .service-row:nth-child(even) .service-image,
.property-section .service-row:nth-child(even) .service-image {
  transform: translateX(-120%);
}
.construction-section .service-row:nth-child(even) .service-content,
.renovation-section .service-row:nth-child(even) .service-content,
.property-section .service-row:nth-child(even) .service-content {
  transform: translateX(120%);
}

/* Animate when section gets 'animate' class */
.construction-section.animate .service-row .service-image,
.renovation-section.animate .service-row .service-image,
.property-section.animate .service-row .service-image,
.construction-section.animate .service-row .service-content,
.renovation-section.animate .service-row .service-content,
.property-section.animate .service-row .service-content {
  transform: translateX(0);
  opacity: 1;
}

/* ===================== COUNTER SECTION ===================== */
.counter-section {
  padding: 80px 5%;
  background: #f6fbff;
}

.counter-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

/* COUNTER BOX - hidden initially */
.counter-box {
  background: linear-gradient(145deg, #0b2c4d, #0b2c4d);
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 174, 255, 0.6);}
  /* transition: transform 0.8s ease, opacity 0.8s ease; */
  
  /* slide from bottom initially */
  /* transform: translateY(50px);
  opacity: 0;
} */

/* Hover effect */
.counter-box:hover {
  /* transform: translateY(-8px); */
  box-shadow: 0 0 40px rgba(0, 174, 255, 0.9);
}

/* Slide/fade when visible */
/* .counter-section.animate .counter-box:nth-child(1) { */
  /* transform: translateY(0); */
  /* opacity: 1;
  transition-delay: 0.2s;
}
.counter-section.animate .counter-box:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.counter-section.animate .counter-box:nth-child(3) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.6s;
}
.counter-section.animate .counter-box:nth-child(4) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.8s;
} */

/* ICON */
.counter-box .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

/* NUMBER */
.counter-box h2 {
  font-size: 46px;
  color: rgb(255, 159, 28);
  margin-bottom: 10px;
}

/* TEXT */
.counter-box p {
  font-size: 18px;
  opacity: 0.9;
}

/* ===================== Page Content ===================== */
.page-content {
  background: #ffffff;
  padding: 70px 20px;
}

.page-content h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
  color: #0b2b3c;
}

/* ===================== What We Do Section ===================== */
.what-we-do-section {
  max-width: 1200px;
  margin: auto;
}

/* Section title slides from left */
.section-title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 45px;
  color: #0b2b3c;

  transform: translateX(-120%);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

/* Stats container */
.stats-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

/* Stat boxes slide from right */
.stat-box {
  background: #0b4f8a;
  color: #ffffff;
  padding: 40px 25px;
  border-radius: 14px;
  text-align: center;
  flex: 1;
  min-height: 250px;

  transform: translateX(120%);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

/* Staggered effect */
.what-we-do-section.animate .stat-box:nth-child(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.what-we-do-section.animate .stat-box:nth-child(2) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.what-we-do-section.animate .stat-box:nth-child(3) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.6s;
}

/* Animate section title when in view */
.what-we-do-section.animate .section-title {
  transform: translateX(0);
  opacity: 1;
}

/* Big icon on top */
.stat-icon {
  font-size: 48px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Box heading & text */
.stat-box h3 {
  font-size: 18px;
  margin-bottom: 14px;
}

.stat-box p {
  font-size: 14px;
  line-height: 1.7;
  color: #e6eef7;
}

/* Responsive */
@media (max-width: 900px) {
  .stats-container {
    flex-direction: column;
  }
}

/* Footer spacing */
.footer {
  margin-top: 70px;
}

/* Optional hover effect */
.stat-box:hover {
  transform: scale(1.05);
  transition: transform 0.4s ease;
}

/* ================= INNER HERO (ABOUT / CONTACT) ================= */
.inner-hero {
  width: 100%;
  height: 320px;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

/* About page image */
.about-hero {
  background-image: url("../images/about-us.png");
}

.projects-hero {
  background-image: url("../images/Services-banner.jpg");
}

/* Dark overlay */
.hero-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(6, 37, 54, 0.85),
    rgba(6, 37, 54, 0.4)
  );
  display: flex;
  align-items: center;
  padding-left: 100px;
}


/* Hero text */
.hero-overlay h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}


/* ================= ABOUT INTRO SECTION ================= */

.about-intro-section {
  padding: 100px 0;
  background: #fff;
}

.about-intro-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  gap: 80px;
  align-items: center;
  padding: 0 20px;
}

/* IMAGE */
.about-intro-image {
  position: relative;
  flex: 1;
}

.about-intro-image img {
  width: 100%;
  border-radius: 25px;
  display: block;
}

/* EXPERIENCE BADGE */
.experience-badge {
  position: absolute;
  bottom: -30px;
  left: 30px;
  background: #0b2b3c;
  color: #fff;
  padding: 25px 35px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.experience-badge .years {
  font-size: 42px;
  font-weight: 700;
}

.experience-badge .text {
  font-size: 18px;
  line-height: 1.3;
}

/* CONTENT */
.about-intro-content {
  flex: 1;
}

.about-intro-content .small-title {
  color: #0b2b3c;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 45px;
}

.about-intro-content .small-title::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #0b2b3c;
  position: absolute;
  left: 0;
  top: 50%;
}

/* MAIN HEADING */
.about-intro-content h2 {
  font-size: 44px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
  line-height: 1.2;
}

/* PARAGRAPHS */
.about-intro-content p {
  font-size: 17px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}



@media (max-width: 992px) {
  .about-intro-container {
    flex-direction: column;
  }

  .experience-badge {
    left: 20px;
    bottom: -20px;
  }

  .about-intro-content h2 {
    font-size: 34px;
  }
}
/* ================= SERVICE SECTION ================= */

.service-section {
  max-width: 1400px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 🔥 4 cards in one row */
  gap: 30px;
}

/* ================= SERVICE CARD ================= */

.service-card {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 35px #0b2c4d;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* ================= IMAGE ================= */

.service-image {
  position: relative;
}

.service-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* ================= ICON ================= */

.service-icon {
  position: absolute;
  bottom: -20px;
  left: 25px;

  width: 50px;
  height: 50px;
  background: #062536;
  color: #fff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

/* ================= CONTENT ================= */

.service-content {
  padding: 45px 25px 30px;
}

.service-content h3 {
  margin-bottom: 10px;
  color: #0b2c4d;
  font-size: 18px;
}

.service-content p {
  color: #555;
  line-height: 1.6;
  font-size: 14.5px;
}
/* ===== SERVICE SECTION : BLANK → FAST SLIDE ANIMATION ===== */

.service-card {
  opacity: 0;
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s ease;
}

/* First 2 → LEFT */
.service-card.from-left {
  transform: translateX(-180px);
}

/* Next 2 → RIGHT */
.service-card.from-right {
  transform: translateX(180px);
}

/* Visible */
.service-card.show {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger (fast & smooth) */
.service-card.show:nth-child(1) { transition-delay: 0.15s; }
.service-card.show:nth-child(2) { transition-delay: 0.3s; }
.service-card.show:nth-child(3) { transition-delay: 0.45s; }
.service-card.show:nth-child(4) { transition-delay: 0.6s; }


/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 1100px) {
  .service-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .service-section {
    grid-template-columns: 1fr;
  }
}
.section-title {
  margin-bottom: 15px;   
}

.service-section {
  margin-top: 0;         
  padding-top: 5px;     
} 
/* REVERSE LAYOUT (TEXT LEFT - IMAGE RIGHT) */
.about-intro-container.reverse {
  flex-direction: row;
}

/* SUB HEADING */
.sub-heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

/* LIST STYLE */
.about-list {
  padding-left: 20px;
  margin-bottom: 25px;
}

.about-list li {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

/* VISION TEXT */
.vision-text {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

/* MOBILE */
@media (max-width: 992px) {
  .about-intro-container.reverse {
    flex-direction: column;
  }
}
.founder-section {
  background: #fff6ee;
  padding: 100px 0;
}

.founder-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT CONTENT */
.founder-label {
  font-size: 14px;
  letter-spacing: 3px;
  color:#0b2c4d;
  font-weight: 600;
}

.founder-name {
  font-size: 46px;
  font-weight: 700;
  margin: 15px 0 25px;
  color: #000;
}

.founder-text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  max-width: 600px;
}

/* RIGHT IMAGE */
.founder-image {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MOBILE */
@media (max-width: 992px) {
  .founder-container {
    flex-direction: column;
    text-align: center;
  }

  .founder-image {
    width: 300px;
    height: 300px;
  }

  .founder-text {
    max-width: 100%;
  }
}
/* ================= CERTIFICATE SECTION ================= */

.certificate-section {
  padding: 80px 20px;
  text-align: center;
  background: #ffffff;
}

/* Heading style */
.certificate-heading {
  display: inline-block;
  background: #e63946;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 24px;
  margin-bottom: 40px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

/* Certificate container */
.certificate-box {
  display: flex;
  justify-content: center;
}

/* Certificate image */
.certificate-box img {
  width: 750px;              /* same professional size */
  max-width: 100%;
  border: 6px solid #0b2c4d; 
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-radius: 6px;
}
/* Certificate container grid */
.certificate-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 certificates in a row */
  gap: 30px; /* spacing between certificates */
  justify-items: center; /* center each certificate */
}

/* Certificate images – uniform height */
.certificate-box img {
  width: 100%;          /* responsive width */
  max-width: 750px;     /* original max width */
  height: 500px;        /* uniform height for all certificates */
  object-fit: contain;   /* preserves aspect ratio without cropping */
  
  border: 6px solid #0b2c4d;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-radius: 6px;
}


/* explore propert type  */
.explore-type-section {
  background: #ddd2c7; /* sandal / light peach */
  background-image: 
    linear-gradient(135deg, rgba(255,255,255,0.15) 25%, transparent 25%),
    linear-gradient(225deg, rgba(255,255,255,0.15) 25%, transparent 25%),
    linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%),
    linear-gradient(315deg, rgba(255,255,255,0.15) 25%, transparent 25%);
  background-position: 10px 0, 10px 0, 0 0, 0 0;
  background-size: 20px 20px;
  background-repeat: repeat;
  padding: 80px 20px;
  text-align: center;
}

/* TYPE heading */
.type-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
}

.type-text {
  color: #0b2c4d;
  font-weight: 700;
  letter-spacing: 3px;
}

.type-line {
  width: 40px;
  height: 2px;
  background: #0b2c4d
}

/* Title */
.explore-title {
  font-size: 38px;
  font-weight: 700;
  color: #000;
  margin-bottom: 55px;
}

/* Cards layout */
.type-card-wrapper {
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
}

/* Individual card */
.type-card {
  background: #fff;
  width: 260px;
  height: 110px;
  border-radius: 14px;
  position: relative;
  display: flex;
  border: 2px solid #0b2b3c;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Icon circle */
.type-icon {
  position: absolute;
  top: -30px;
  width: 60px;
  height: 60px;
  background: #0b2c4d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

/* Text */
.type-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .explore-title {
    font-size: 30px;
  }

  .type-card-wrapper {
    gap: 25px;
  }
}
/* ongoing projects */
/* ================= ONGOING PROJECTS ================= */

.ongoing-title {
  text-align: center;
  font-size: 42px;
  margin: 80px 0 40px;
  color: #0b2b3c;
}

/* Grid layout */
.ongoing-projects-section {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px 60px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.project-card {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* Image */
.project-image {
  position: relative;
}

.project-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Icon */
.project-icon {
  position: absolute;
  bottom: -20px;
  left: 25px;

  width: 50px;
  height: 50px;
  background: #0b2c4d;
  color: #ffffff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

/* Content */
.project-content {
  padding: 45px 25px 30px;
}

.project-content h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #0b2c4d;
}

.project-content p {
  font-size: 14.5px;
  color: #555;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 1100px) {
  .ongoing-projects-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .ongoing-projects-section {
    grid-template-columns: 1fr;
  }
}
/* ===== PROJECTS : BLANK → FAST SLIDE (LIKE WHAT WE DO) ===== */

.project-card {
  opacity: 0;
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s ease;
}

/* FIRST 2 → LEFT */
.project-card.from-left {
  transform: translateX(-180px);
}

/* NEXT 2 → RIGHT */
.project-card.from-right {
  transform: translateX(180px);
}

/* Animate in */
.project-card.show {
  opacity: 1;
  transform: translateX(0);
}

/* ===== STAGGER (FAST & CLEAN) ===== */
.project-card.show:nth-child(1) { transition-delay: 0.15s; }
.project-card.show:nth-child(2) { transition-delay: 0.3s; }
.project-card.show:nth-child(3) { transition-delay: 0.45s; }
.project-card.show:nth-child(4) { transition-delay: 0.6s; }

/* contact page */
.contact-banner {
  height: 300px;
  background: linear-gradient(
      rgba(11,45,66,0.7),
      rgba(11,45,66,0.7)
    ),
    url("../images/contact-banner.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding-left: 80px;
}

.contact-banner h1 {
  color: #fff;
  font-size: 48px;
}

/* ===== CONTACT SECTION ===== */
.contact-section {
  display: flex;
  gap: 40px;
  padding: 60px;
 padding-bottom: 5px;
}

/* LEFT */
.contact-info {
  width: 45%;
}

.info-box {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.info-box h3 {
  color: orange;
  margin-bottom: 5px;
}

/* RIGHT FORM */
.contact-form {
  width: 55%;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.contact-form h2 {
  color: orange;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

.contact-form button {
  background: #0b2c4d;
  border: none;
  padding: 10px 25px;
  border-radius: 20px;
  cursor: pointer;
}

/* ===== MAP ===== */
.map iframe {
  width: 100%;
  height: 350px;
  border: none;
}

/* ===== FOOTER ===== */


/* CONTACT PAGE BANNER */
.contact-banner {
  width: 100%;
  height: 300px;

  background-image:
    linear-gradient(
      rgba(0,0,0,0.6),
      rgba(0,0,0,0.6)
    ),
    url("../images/contact-banner.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  padding-left: 80px;
}

.contact-banner h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}
/* ================= CONTACT INFO ================= */
/* CONTACT INFO SECTION */
.contact-info-section {
  padding: 60px 40px;
  background: #f6f6f6;
}

.contact-info-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* ⭐ 5 in one row */
  gap: 20px;
}

/* INFO BOX */
.info-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ICON CIRCLE */
.info-icon {
  width: 58px;
  height: 58px;
  background: #0b2c4d;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.info-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}


.info-box h4 {
  font-size: 17px;
  margin-bottom: 6px;
}

.info-box p {
  font-size: 14px;
  line-height: 1.5;
}

.info-box a {
  text-decoration: none;
  color: inherit;
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background:#0b2c4d;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}


/* RESPONSIVE */
@media (max-width: 1200px) {
  .contact-info-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .contact-info-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .contact-info-wrapper {
    grid-template-columns: 1fr;
  }
}




/* ================= ENQUIRY ================= */
.enquiry-section {
  padding: 80px 8%;
  background: #fafafa;
  position: relative;
}

.enquiry-container {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.enquiry-form h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.enquiry-sub {
  color: #666;
  margin-bottom: 30px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.submit-btn {
  background: #0b2c4d;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
}

.enquiry-image img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
}
.whatsapp-btn {
  background: #25D366;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  text-decoration: none;
  font-weight: 600;
  font-size: 16px;

  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Icon size */
.whatsapp-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* Hover effect */
.whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .contact-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .enquiry-container {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
/* ===== CONTACT SECTION ===== */
.contact-section {
  display: flex;
  gap: 40px;
  padding: 60px;
}

/* LEFT */
.contact-info {
  width: 45%;
}

.info-box {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.info-box h3 {
  color: orange;
  margin-bottom: 5px;
}

/* RIGHT FORM */
.contact-form {
  width: 55%;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.contact-form h2 {
  color: orange;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

.contact-form button {
  background: #5ef1f5;
  border: none;
  padding: 10px 25px;
  border-radius: 20px;
  cursor: pointer;
}

/* ===== MAP ===== */
.map iframe {
  width: 100%;
  height: 350px;
  border: none;
}

/* ===== FOOTER ===== */


/* CONTACT PAGE BANNER */
.contact-banner {
  width: 100%;
  height: 300px;

  background-image:
    linear-gradient(
      rgba(0,0,0,0.6),
      rgba(0,0,0,0.6)
    ),
    url("../images/contact-banner.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  padding-left: 80px;
}

.contact-banner h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}
/* ================= CONTACT INFO ================= */
/* CONTACT INFO SECTION */
.contact-info-section {
  padding: 60px 40px;
  background: #f6f6f6;
}

.contact-info-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* ⭐ 5 in one row */
  gap: 20px;
}

/* INFO BOX */
.info-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ICON CIRCLE */
.info-icon {
  width: 58px;
  height: 58px;
  background: #0b2c4d;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.info-box h4 {
  font-size: 17px;
  margin-bottom: 6px;
}

.info-box p {
  font-size: 14px;
  line-height: 1.5;
}

.info-box a {
  text-decoration: none;
  color: inherit;
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background: #0b2c4d;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .contact-info-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .contact-info-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .contact-info-wrapper {
    grid-template-columns: 1fr;
  }
}




/* ================= ENQUIRY ================= */
.enquiry-section {
  padding: 80px 8%;
  background: #fafafa;
  position: relative;
}

.enquiry-container {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.enquiry-form h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.enquiry-sub {
  color: #666;
  margin-bottom: 30px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 2px solid #0b2c4d;
}

.submit-btn {
  background: #0b2c4d;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
}

.enquiry-image img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
}

/* ================= FLOATING BUTTONS ================= */
.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.whatsapp-btn {
  background: #25D366;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  text-decoration: none;
  font-weight: 600;
  font-size: 16px;

  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Icon size */
.whatsapp-btn img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

/* Hover effect */
.whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}
.call-btn {
  background: #3b5bdb;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  text-decoration: none;
  font-weight: 600;
  font-size: 16px;

  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Call icon */
.call-btn img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

/* Hover effect */
.call-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .contact-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .enquiry-container {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
.info-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border: 2px solid #0b2c4d; /* default */
  transition: all 0.3s ease;
}

/* Hover / Touch effect */
.info-box:hover {
  border-color: #0b4da2;              /* BLUE BORDER */
  transform: translateY(-6px);        /* little lift */
}
/* Common input styles */

/* Input & textarea default style */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 2px solid #0b4da2;   /* 🔵 BLUE BORDER */
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
}

/* Hover effect (slightly darker blue) */
.contact-form input:hover,
.contact-form textarea:hover {
  border-color: #083a7a;
}

/* Focus (typing time) */
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0b4da2;
  box-shadow: 0 0 0 3px rgba(53, 14, 136, 0.15);
}
.contact-info-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 boxes in one row */
  gap: 25px;
}

.info-box {
  background: #fff;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;

  /* ⭐ IMPORTANT PART */
  min-height: 220px;     /* எல்லா box same height */
  display: flex;
  flex-direction: column;
  justify-content: center;

  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

/* hover border blue */
.info-box:hover {
  border: 2px solid #0b4da2;
  transform: translateY(-5px);
}
/* =====  CUSTOMER REVIEWS SLIDE ANIMATION ===== */

.testimonial-slide {
  opacity: 0;
  transform: translateX(60px);
}

.testimonial-slide.active {
  display: flex;
  animation: slideIn 0.6s ease forwards;
}

/* when going NEXT */
.testimonial-slide.slide-next {
  animation: slideInRight 0.6s ease forwards;
}

/* when going PREV */
.testimonial-slide.slide-prev {
  animation: slideInLeft 0.6s ease forwards;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.testimonials-section {
  text-align: center;
  padding: 80px 5%;
  padding-top: 5px;
  margin-top: 50px;
}

.testi-tag {
  color: #0b2c4d;
  font-weight: 600;
  letter-spacing: 2px;
}

.testimonials-section h2 {
  font-size: 36px;
  margin: 10px 0 40px;
}

.testimonial-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-slider {
  width: 100%;
  overflow: hidden;
}

.testimonial-slide {
  display: none;
  gap: 30px;
  justify-content: center;
}

.testimonial-slide.active {
  display: flex;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  width: 45%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: left;
}

.profile {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #0b2c4d;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stars {
  color: orange;
  font-size: 14px;
}

/* Arrows */
.arrow {
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  padding: 10px;
  color: #000;
}

.arrow:hover {
  color: orange;
}
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  width: 45%;
  text-align: left;

  /* 🔵 BLUE BORDER */
  border: 3px solid #0b2c4d;

  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.testimonial-card:hover {
  border-color: #0b2c4d;
  box-shadow: 0 12px 35px rgba(30,91,255,0.25);
  transition: 0.3s;
}

/* subject dropdown CSS  */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

.subject-dropdown {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 6px;
  border: 2px solid #0b2c4d;
  background: #fff;
  color: #333;

  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;

  /* Remove default arrow (modern browsers) */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Custom arrow */
  background-image: url("data:image/svg+xml,%3Csvg fill='%23666' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
}

/* Focus effect */
.subject-dropdown:focus {
  border-color: #0b2c4d;
  box-shadow: 0 0 0 3px rgba(11,44,77,0.15);
}

/* Disabled option color */
.subject-dropdown option {
  color: #333;
}
/* Project dropdown CSS */
/* PROJECTS DROPDOWN – ALIGN CENTER UNDER PROJECTS */

.nav-menu .dropdown {
  position: relative;
}

/* hidden by default */
.nav-menu .dropdown-menu {
  position: absolute;
  top: 100%;                 /* directly below Projects */
  left: 50%;                 /* start from center */
  transform: translateX(-50%); /* perfectly center align */
  
  background: #0b2c3d;
  min-width: 200px;
  padding: 6px 0;
  border-radius: 6px;
  display: none;
  z-index: 1000;
}

/* show only on hover */
.nav-menu .dropdown:hover > .dropdown-menu {
  display: block;
}

/* links */
.nav-menu .dropdown-menu li a {
  display: block;
  padding: 10px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}

.nav-menu .dropdown-menu li a:hover {
  background: #081f2b;
  color: #ffb703;
}
/* .ongoing-projects-image */
/* ================= ONGOING PROJECTS BANNER ================= */

.ongoing-banner {
  width: 100%;
  height: 300px;

  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/ongoingproject.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  padding-left: 80px;
}

.ongoing-overlay h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
}
/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ================= BODY ================= */
body {
  font-family: "Segoe UI", sans-serif;
  background: #f6f8fa;
}

/* ================= HERO SECTION ================= */
.hero-ongoing {
  height: 60vh;
  background: url("../images/ongoing-banner.jpg") center/cover no-repeat;
  position: relative;
}

.hero-ongoing::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8%;
}

.hero-content h1 {
  font-size: 48px;
  margin-bottom: 8px;
}

.hero-content p {
  color: #ffb703;
  font-size: 16px;
}

/* ================= PROJECTS SECTION ================= */
.projects-section {
  padding: 80px 0;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  padding: 0 8%;
}

/* ================= PROJECT CARD ================= */
.project-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px #0b2c4d;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.6s ease;
}

/* IMAGE */
.project-img {
  height: 220px;
  overflow: hidden;
}

.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* HOVER EFFECT */
.project-card:hover img {
  transform: scale(1.1);
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* CONTENT */
.project-content {
  padding: 25px;
}

.project-content h3 {
  color: #0b2c3d;
  margin-bottom: 6px;
  font-size: 30px;
}

.location {
  color: #ff6a00;
  font-weight: 600;
  margin-bottom: 10px;
}

.project-content p {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
}

/* ================= SCROLL ANIMATION ================= */
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 36px;
  }

  .projects-grid {
    padding: 0 5%;
  }
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.hero {
  width: 100%;
}
.floating-buttons {
  right: 20px;
  max-width: 100%;
}

.know-more-btn {
  margin-top: 12px;
  padding: 8px 18px;
  background: #0b2c4d;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  width: 120px;
}

.know-more-btn:hover {
  background: #0b2c4d;
}

.project-more {
  max-height: 0;
  overflow:  hidden;
  transition: max-height 0.4s ease;
  margin-top: 10px;
}

.project-card.active .project-more {
  max-height: 300px;
}

.section-title-alt {
  text-align: center;
  font-size: 50px;
  margin-bottom: 1px;
  color: #0b2b3c;
}
/* PHONE NUMBER */
.header-phone {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.header-phone i {
  color: #0b2c4d; /* yellow accent */
  font-size: 14px;
}

.header-phone a {
  color: #fff;
  text-decoration: none;
}

.header-phone a:hover {
  color: #f4b400;
}
/* mail css */
/* MAIL ONLY */
.header-contact .mail {
  margin-top: 2px;          
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.9;
  text-decoration: none;
}

/* MAIL ICON */
.header-contact .mail i {
  font-size: 12px;
  color: #f4b400;
}

/* HOVER (optional) */
.header-contact .mail:hover {
  color: #f4b400;
}
/* FORCE CONTACT BLOCK TO COLUMN */
.header-contact {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end;
}

/* FORCE MAIL TO NEW LINE */
.header-contact .mail {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
  font-size: 13px;
  color: #ffffff;
  opacity: 0.9;
}
/* ============================
   GLOBAL RESPONSIVE FIXES
============================ */

/* Prevent horizontal overflow everywhere */
html, body {
  width: 100%;
  overflow-x: hidden;
}

/* Fix all hard-coded images */
img {
  max-width: 100%;
  height: auto;
}

/* ============================
   HEADER – MOBILE SAFE
============================ */
@media (max-width: 900px) {
  .header-container {
    flex-direction: column;
    gap: 15px;
  }

  .logo-area,
  .header-phone {
    position: static;
    justify-content: center;
  }

  .nav-menu ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}

/* ============================
   HERO / BANNERS
============================ */
@media (max-width: 768px) {
  .hero-overlay h1,
  .contact-banner h1,
  .ongoing-overlay h1,
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-overlay,
  .contact-banner,
  .ongoing-banner {
    padding-left: 20px;
  }
}

/* ============================
   CONSTRUCTION / SERVICE IMAGE FIX
============================ */
.construction-section .service-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* Stack service rows on mobile */
@media (max-width: 900px) {
  .construction-section .service-row,
  .renovation-section .service-row,
  .property-section .service-row {
    flex-direction: column;
    text-align: center;
  }

  .construction-section .service-content h3 {
    font-size: 32px;
  }
}

/* ============================
   FOOTER – MOBILE
============================ */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .useful-links {
    justify-content: center;
  }
}

/* ============================
   CONTACT SECTION
============================ */
@media (max-width: 900px) {
  .contact-section {
    flex-direction: column;
    padding: 30px 20px;
  }

  .contact-info,
  .contact-form {
    width: 100%;
  }
}

/* ============================
   ENQUIRY FORM
============================ */
@media (max-width: 600px) {
  .enquiry-container {
    padding: 25px;
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

/* ============================
   CERTIFICATES
============================ */
@media (max-width: 900px) {
  .certificate-box {
    grid-template-columns: 1fr;
  }

  .certificate-box img {
    height: auto;
  }
}

/* ============================
   TESTIMONIALS
============================ */
@media (max-width: 768px) {
  .testimonial-card {
    width: 100%;
  }

  .testimonial-slide {
    flex-direction: column;
  }
}

/* ============================
   FLOATING BUTTONS (SAFE)
============================ */
@media (max-width: 480px) {
  .floating-buttons {
    right: 10px;
    bottom: 10px;
  }

  .whatsapp-btn,
  .call-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}





