* {
  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;
  html, body {
  margin: 0;
  height:100%;
}

}
img {
  max-width: 100%;
  height: auto;
}
.hero {
  width: 100%;
}
.floating-buttons {
  right: 20px;
  max-width: 100%;
}
/* ===== HEADER ===== */
/* ===== HEADER ===== */
.main-header {
  background: #174D43;
  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: 55px;
}

.logo-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing:2px;
  text-align:center;
}


.logo-subtitle {
  color: #ccc;
  font-size: 13px;
  text-align: center;
}

/* 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: #c9a24d;
}


/* ===== CONTENT ===== */
.page-content {
  background: #ffffff;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.page-content h1 {
  font-size: 28px;
}

/* ===== FOOTER ===== */

/* ===== FOOTER ===== */
.footer {
  background: #174D43;
  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: 70px;
}

.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: #c9a24d;
  font-weight: bold;
}

/* HOVER */
.useful-links ul li a:hover {
  color: #c9a24d;
}
/* FOOTER BOTTOM */
.footer-bottom {
  background: #c9a24d;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 19px 8%;
  font-size: 14px;
}
/* Hero image CSS  */

.hero-section {
  width: 100vw;       
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hero-section img {
  width: 100vw;       
  height: auto;
  display: block;     
}   
.explore-type-section {
 background: #eef6f1; /* soft premium green */
background-image:
  linear-gradient(45deg, rgba(46, 125, 50, 0.06) 25%, transparent 25%),
  linear-gradient(-45deg, rgba(46, 125, 50, 0.06) 25%, transparent 25%),
  linear-gradient(45deg, transparent 75%, rgba(46, 125, 50, 0.06) 75%),
  linear-gradient(-45deg, transparent 75%, rgba(46, 125, 50, 0.06) 75%);
 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: #174D43;
}

/* 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: #174D43;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

/* Text */
.type-card h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  color: #174D43;
}

/* Responsive */
@media (max-width: 768px) {
  .explore-title {
    font-size: 30px;
  }

  .type-card-wrapper {
    gap: 25px;
  }
}
.section-title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 45px;
  color: #174D43;

  transform: translateX(-120%);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}
.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 #174D43;
  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: #174D43;
  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: #174D43;
  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;     
} 

.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: #174D43;
  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: #174D43;
  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: #c9a24d;
}
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  width: 45%;
  text-align: left;

  /* 🔵 BLUE BORDER */
  border: 3px solid #174D43;

  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
/* ================= ONGOING PROJECTS ================= */

.ongoing-title {
  text-align: center;
  font-size: 42px;
  margin: 80px 0 40px;
  color: #174D43;
}

/* 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: #174D43;
}

.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; }

/* ===================== 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, #174D43, #174D43);
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(21, 182, 126, 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(201, 162, 77);
  margin-bottom: 10px;
}

/* TEXT */
.counter-box p {
  font-size: 18px;
  opacity: 0.9;
}
/* 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: #174D43;
  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: #c9a24d;
  color: black;
  font-weight: bold;
}
/* ================= 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");
}

/* Mining Services Image */
.projects-hero {
  background-image: url("../images/miningservices-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;
  height: 650px;
}

/* EXPERIENCE BADGE */
.experience-badge {
  position: absolute;
  bottom: -30px;
  left: 30px;
  background: #c9a24d;
  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: #174D43;
  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: #174D43;
  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;
  }
}
/* 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:#174D43;
  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: #174D43;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding: 12px 24px;
  margin-bottom: 40px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  height: 60px;
}

/* 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 #174D43; 
  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 #174D43;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-radius: 6px;
}
/*  REAL ESTATE SERVICE PAGE */
.services-banner {
  height: 300px;
  background: linear-gradient(
      rgba(11,45,66,0.7),
      rgba(11,45,66,0.7)
    ),
    url("../images/services-banner.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding-left: 80px;
}

.services-banner h1 {
  color: #fff;
  font-size: 48px;
}
/*  LAYOUT SERVICES PAGE */
.service-layout {
  width: 100%;
  padding: 80px 0;
  background: #ffffff;
}

.service-newcontainer {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* IMAGE */
.service-image {
  flex: 1;
}

.service-image img {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
}

/* CONTENT */
.service-content {
  flex: 1;
}

.service-newcontent h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.service-newcontent p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
  max-width: 520px;
}

/* BUTTON */
.service-btn {
  display: inline-block;
  padding: 14px 34px;
  background: linear-gradient(90deg, #ff9f1c, #f77f00);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(247, 127, 0, 0.35);
}
/*  land aggragation */
.service-layout {
  width: 100%;
  padding: 80px 0;
  background: #ffffff;
}

.service-newcontainer {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 70px;
}

/* CONTENT */
.service-newcontent {
  flex: 1;
}

.service-newcontent h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.service-newcontent p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 35px;
  max-width: 560px;
}

/* IMAGE */
.service-image {
  flex: 1;
}

.service-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
}

/* BUTTON */
.service-btn {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(90deg, #ff9f1c, #f77f00);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(247, 127, 0, 0.35);
}
@media (max-width: 900px) {
  .service-container {
    flex-direction: column;
  }

  .service-newcontent h2 {
    font-size: 32px;
  }

  .service-newcontent p {
    max-width: 100%;
  }
}
/* ZOOM EFFECT IMAGE */
/* IMAGE WRAPPER */
.zoom-effect {
  overflow: hidden;              /* 🔥 important */
  border-radius: 18px;
}

/* IMAGE */
.zoom-effect img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;   /* smooth zoom */
}

/* HOVER ZOOM */
.zoom-effect:hover img {
  transform: scale(1.1);          /* zoom level */
}

/* service poject */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #f6f7f9;
}
.project-banner {
  height: 300px;
  background: linear-gradient(
      rgba(11,45,66,0.7),
      rgba(11,45,66,0.7)
    ),
    url("../images/project-banner.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding-left: 80px;
}

.project-banner h1 {
  color: #fff;
  font-size: 48px;
}
/* SECTION */
.property-section {
  width: 90%;
  margin: 60px auto;
}

/* HEADER */
.property-header {
  text-align: center;      /* centre la varum */
  margin: 40px 0 30px;
}
.property-header h2 {
  font-size: 32px;
  margin-bottom: 6px;
}

.property-header p {
  color: #666;
  margin-bottom: 30px;
}

/* GRID – IMPORTANT PART */
.property-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cards per row */
  gap: 30px;
}

/* CARD */
.property-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* IMAGE */
.property-img {
  position: relative;
  overflow: hidden;
}

.property-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.property-card:hover img {
  transform: scale(1.1);
}

/* TAG */
.tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
}

.tag.residential {
  background: #2e7d32;
}

.tag.commercial {
  background: #c2185b;
}

/* PRICE */
.price {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #fff;
  color: #4c995f;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 8px;
  font-weight: 700;
}

/* INFO */
.property-info {
  padding: 18px;
}

.property-info h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.property-info p {
  font-size: 14px;
  color: #777;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .property-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .property-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= 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 #174D43;
  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: #174D43;
  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: #c9a24d;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  width: 120px;
}

.know-more-btn:hover {
  background: #c9a24d;
}

.project-more {
  max-height: 0;
  overflow:  hidden;
  transition: max-height 0.4s ease;
  margin-top: 10px;
}

.project-card.active .project-more {
  max-height: 300px;
}
/* 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: #174D43;
  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:#174D43;
  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: #c9a24d;
  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: #174D43;
  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: #174D43;
  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 #174D43;
}

.submit-btn {
  background: #c9a24d;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
}

.enquiry-image img {
  height: 500px;
  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 #174D43; /* 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);
}
.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 #174D43;
  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;
}




