/* RESET */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: 'Segoe UI', Arial, sans-serif;
line-height: 1.6;
background: #f8f9fa;
color: #333;
}

/* CONTAINER */
.container {
width: 90%;
max-width: 1200px;
margin: auto;
padding: 0 25px;
}

/* NAVBAR */
header {
background: #1e3a8a;
padding: 15px 0;
}


nav {
display: flex;
justify-content: space-between;
align-items: center;
}

nav h1 {
color: #fff;
}

nav ul {
list-style: none;
display: flex;
}

nav ul li {
margin-left: 25px;
}

nav a {
color: #ffffff;
text-decoration: none;
font-weight: 500;
}

/* HERO */
.hero {
background: linear-gradient(rgba(79, 104, 173, 0.7), rgba(64, 85, 143, 0.7)),
url('../images/pest.jpg') center/cover no-repeat;
color: white;
text-align: center;
padding: 120px 20px;
}

.hero h2 {
font-size: 40px;
margin-bottom: 10px;
}

.hero p {
margin-bottom: 0px;
}

.btn {
background: #2563eb;
color: white;
padding: 12px 25px;
text-decoration: none;
border-radius: 5px;
}

.btn:hover {
    background: #1e40af;
}

.services {
padding: 70px 20px;
background: #eff6ff;
text-align: center;
}

.services p {
max-width: 600px;
margin: 10px auto 30px;
}

.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 25px;
margin-top: 30px;
}

.service-box {
background: #ffffff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 8px 20px rgba(0,0,0,0.05);
transition: 0.3s;
}

.service-box img {
width: 100%;
height: 180px;
object-fit: cover;
}

.service-box h3 {
margin: 15px 0 10px;
}

.service-box p {
padding: 0 15px;
font-size: 14px;
}

.service-box .btn {
display: inline-block;
margin: 15px 0 20px;
}

.service-box:hover {
transform: translateY(-8px);
}


/* CONTENT */
.content {
padding: 60px 20px;
text-align: center;
}

/* FORM */
form input, form textarea {
width: 100%;
padding: 12px;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 5px;
}

form button {
background: #2563eb;
color: white;
padding: 12px 20px;
border: none;
}

/* FOOTER */
footer {
background: #1e3a8a;
color: white;
text-align: center;
padding: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
nav ul {
flex-direction: column;
margin-top: 10px;
}

.hero h2 {
font-size: 28px;
}
}

.whatsapp {
position: fixed;
bottom: 20px;
right: 20px;
background: #25D366;
color: white;
padding: 15px;
border-radius: 50px;
text-decoration: none;
}

h1 {
    color: #ffffff;
}

h2 {
    color: #7C8594;
}

 h3 {
    color: #0E1D35;
}

.cta {
    background: #3d76f1;
    color: white;
    text-align: center;
    padding: 50px 20px;
}

.location {
    background: #eff6ff;
    padding: 50px 20px;
    text-align: center;
}

.map {
    margin-top: 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: bold;
}

a, button {
    transition: 0.3s;
}

.service-box:hover {
    transform: translateY(-5px);
}

.btn {
    border-radius: 6px;
}

.service-box:last-child {
    border: 2px solid #2563eb;
    transform: scale(1.02);
}

.small-hero {
    padding: 80px 20px;
    text-align: center;
}

.featured {
    border: 2px solid #2563eb;
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.2);
    background: #f0f7ff;
}

.contact-section {
    padding: 60px 20px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact-info {
    background: #eff6ff;
    padding: 20px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== SERVICES PAGE FIX ===== */

.small-hero {
padding: 80px 20px;
text-align: center;
}

.services.container {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 25px;
}

.featured {
border: 2px solid #2563eb;
background: #f0f7ff;
}


.contact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
}

.contact-info {
background: #eff6ff;
padding: 25px;
border-radius: 10px;
}

/* FORM FIX */
form input, form textarea {
width: 100%;
padding: 12px;
margin-bottom: 15px;
}

form button {
background: #2563eb;
color: white;
padding: 12px;
border: none;
cursor: pointer;
}

/* MOBILE FIX */
@media (max-width: 768px) {
.contact-grid {
grid-template-columns: 1fr;
}
}



/* SERVICE CARD */
.service-box {
background: #ffffff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 8px 20px rgba(0,0,0,0.05);
text-align: center;
padding-bottom: 15px;
}

/* IMAGE */
.service-box img {
width: 100%;
height: 180px;
object-fit: cover;
}

.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #2563eb, #1e3a8a);
    color: white;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
}


.services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-top: 40px;
}

/* Tablet */
@media (max-width: 900px) {
.services-grid {
grid-template-columns: 1fr 1fr;
}
}

/* Mobile */
@media (max-width: 600px) {
.services-grid {
grid-template-columns: 1fr;
}
}

/* DEFAULT SERVICE BOX (NO BORDER) */
.service-box {
display: flex;
flex-direction: column;
justify-content: space-between;    
background: #ffffff;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 25px rgba(0,0,0,0.06);
transition: all 0.3s ease;
position: relative;
border: none; /* ✅ ensures no border */
}

/* ONLY FEATURED (FUMIGATION) HAS BORDER */
.featured {
border: 2px solid #2563eb;
box-shadow: 0 15px 40px rgba(37, 99, 235, 0.15);
position: relative;
}

.service-content p {
    font-size: 14px;
    line-height: 1.5;
}

.service-box:first-child {
    border: 2px solid #2563eb;
    transform: scale(1.02);

}

.logo img {
    height: 50px;
    object-fit: contain;
    width: auto;
}

.logo span {
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}


.ideal-for {
    font-size: 13px;
    color: #000000;
    margin: 10px 15px 0;
    line-height: 1.4;
}

.ideal-for strong {
    color: #0E1D35;
}

.hero h1 {
    margin-bottom: 20px;
}

.hero p {
    margin-bottom: 30px;
}

.hero-buttons {
    margin-top: 10px;
    margin: 5px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
color:#333;
background:#fafafa;
line-height:1.6;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
padding: 0 25px;
}

/* Header */

.header{
background:#0d1b2a;
color:white;
padding:18px 0;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
font-size:20px;
font-weight:600;
}

nav ul{
display:flex;
list-style:none;
gap:25px;
}

nav a{
text-decoration:none;
color:white;
font-weight:500;
transition:0.3s;
}

nav a:hover{
opacity:0.7;
}

.btn-nav{
background:#2ecc71;
padding:8px 16px;
border-radius:5px;
}

.btn-nav:hover{
background:#27ae60;
}

/* Hero */

.hero{
background:linear-gradient(135deg,#1b263b,#415a77);
color:white;
padding:90px 0;
text-align:center;
}

.hero h2{
font-size:38px;
margin-bottom:10px;
}

.hero p{
opacity:0.9;
}

/* About Section */

.about-section{
padding:80px 0;
background:white;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.about-text h3{
font-size:28px;
margin-bottom:15px;
}

.about-text p{
margin-bottom:15px;
color:#555;
}

.image-box{
height:350px;
background:linear-gradient(135deg,#adb5bd,#ced4da);
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

/* Values */

.values{
padding:80px 0;
background:#f5f5f5;
}

.section-title{
text-align:center;
margin-bottom:50px;
font-size:28px;
}

.values-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.value-card{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.05);
transition:0.3s;
}

.value-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 30px rgba(0,0,0,0.1);
}

.value-card h4{
margin-bottom:10px;
}

/* CTA */

.cta{
padding:70px 0;
background:#0d1b2a;
color:white;
text-align:center;
}

.cta-btn{
display:inline-block;
margin-top:15px;
padding:12px 25px;
background:#2ecc71;
color:white;
text-decoration:none;
border-radius:5px;
font-weight:500;
transition:0.3s;
}

.cta-btn:hover{
background:#27ae60;
}

/* Footer */

.footer{
background:#111;
color:#aaa;
text-align:center;
padding:25px 0;
font-size:14px;
}

/* Testimonial Section */

.testimonial-section{
padding:80px 0;
background:#f5f5f5;
}

.testimonial-title{
text-align:center;
font-size:32px;
margin-bottom:10px;
}

.testimonial-subtitle{
text-align:center;
margin-bottom:40px;
color:#666;
}

.testimonial-list{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-bottom:50px;
}

/* Testimonial Cards */

.testimonial-card{
background:white;
padding:25px;
border-radius:8px;
box-shadow:0 8px 20px rgba(0,0,0,0.05);
transition:0.3s;
}

.testimonial-card:hover{
transform:translateY(-5px);
}

.testimonial-name{
font-weight:600;
margin-bottom:5px;
}

.testimonial-stars{
color:#FFD700;
margin-bottom:10px;
}

/* Form */

#testimonial-form{
max-width:500px;
margin:auto;
display:flex;
flex-direction:column;
gap:15px;
}

#testimonial-form input,
#testimonial-form textarea,
#testimonial-form select{
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-family:inherit;
}

#testimonial-form button{
padding:14px;
background:#2b3d5b;
border:none;
color:white;
font-weight:500;
border-radius:6px;
cursor:pointer;
transition:0.3s;
}

#testimonial-form button:hover{
background:#27ae60;
}

.add-title{
text-align:center;
margin-bottom:20px;
}

/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: #DDDEE5;
  color: #2B3D5B;
  overflow-x: hidden;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* ================= NAV ================= */
header {
  background: rgba(14, 29, 53, 0.95);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
}

.logo img {
  height: 45px;
}

.nav ul {
  display: flex;
  gap: 25px;
  list-style: none;
}

.nav ul li {
  color: white;
  cursor: pointer;
  position: relative;
}

.nav ul li::after {
  content: "";
  height: 2px;
  width: 0;
  background: #DDDEE5;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 0.3s;
}

.nav ul li:hover::after {
  width: 100%;
}

/* ================= HERO ================= */
.hero {
  padding: 100px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-text h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 16px;
  margin-bottom: 25px;
  color: #7C8594;
}

.hero-image img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* Floating effect */
.hero-image {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* ================= STATS ================= */
.stats {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

.stats div h3 {
  font-size: 22px;
  color: #0E1D35;
}

/* ================= BUTTON ================= */
.btn {
  background: linear-gradient(135deg, #2B3D5B, #0E1D35);
  color: white;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(14,29,53,0.3);
}

/* ================= FEATURES ================= */
.features {
  display: flex;
  gap: 20px;
  margin: 50px auto;
}

.feature {
  flex: 1;
  padding: 20px;
  border-radius: 15px;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(10px);
  text-align: center;
  transition: 0.3s;
}

.feature:hover {
  transform: translateY(-8px);
}

.feature.active {
  background: #0E1D35;
  color: white;
}

/* ================= ABOUT ================= */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin: 80px auto;
}

.about img {
  width: 100%;
  border-radius: 20px;
}

.about-text {
  background: #2B3D5B;
  color: white;
  padding: 30px;
  border-radius: 20px;
}

.about-card {
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* ================= SERVICES ================= */
.services {
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
  margin-top: 30px;
}

.service {
  padding: 25px;
  border-radius: 20px;
  background: white;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.service:hover {
  transform: translateY(-10px);
}

.service.featured {
  background: #0E1D35;
  color: white;
  transform: scale(1.05);
}

/* ================= CTA ================= */
.cta {
  background: linear-gradient(rgba(14,29,53,0.9), rgba(14,29,53,0.9)),
              url('../images/hero.jpg') center/cover;
  color: white;
  text-align: center;
  padding: 80px 20px;
  margin: 70px 0;
}

/* ================= PROCESS ================= */
.process-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.process-grid div {
  background: white;
  padding: 20px;
  border-radius: 15px;
  width: 30%;
  text-align: center;
}

/* ================= TESTIMONIAL ================= */
.testimonial-box {
  background: #0E1D35;
  color: white;
  padding: 40px;
  border-radius: 20px;
  margin: 60px 0;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

/* ================= FOOTER ================= */
footer {
  background: #0E1D35;
  color: #DDDEE5;
  text-align: center;
  padding: 25px;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px){
  .hero-grid,
  .about,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .features {
    flex-direction: column;
  }

  .process-grid {
    flex-direction: column;
    gap: 15px;
  }

  .process-grid div {
    width: 100%;
  }
}

.feature i,
.service i {
    font-size: 28px;
    margin-bottom: 10px;
    color: #2B3D5B;
}

.service.featured i {
    color: white;
}


.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    font-size: 22px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    z-index: 999;
}

.whatsapp:hover {
    transform: scale(1.1);
}

/* GRID */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
  margin: 80px 0;
}

/* IMAGE */
.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* subtle overlay */
.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(to top, rgba(14,29,53,0.3), transparent);
}

/* floating effect */
.about-image {
  animation: float 6s ease-in-out infinite;
}

/* TEXT CARD */
.about-text {
  background: #2B3D5B;
  color: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.about-text h2 {
  margin-bottom: 15px;
}

.about-text p {
  margin-bottom: 20px;
  color: #DDDEE5;
}

/* FEATURES SIDE */
.about-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* FEATURE CARD */
.feature-card {
  background: white;
  padding: 20px;
  border-radius: 15px;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  cursor: pointer;
}

.feature-card i {
  font-size: 22px;
  margin-bottom: 8px;
  color: #2B3D5B;
}

.feature-card h4 {
  margin-bottom: 5px;
}

.feature-card p {
  font-size: 14px;
  color: #7C8594;
}

/* HOVER EFFECT */
.feature-card:hover {
  transform: translateX(8px);
  background: #2B3D5B;
  color: white;
}

.feature-card:hover p {
  color: #DDDEE5;
}

.feature-card:hover i {
  color: white;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}


/* LUX HERO */
.about-hero {
    background: linear-gradient(rgba(14,29,53,0.8), rgba(14,29,53,0.8)),
                url('../images/pest.jpg') center/cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

/* LUX GRID */
.about-lux-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin: 80px 0;
}

.about-lux-text {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  line-height: 1.7;

}

.about-lux-text h2 {
    margin-bottom: 15px;
}

.lux-points div {
    margin-top: 10px;
}

/* IMAGE */
.about-lux-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}

/* STATS */
.lux-stats {
    background: #0E1D35;
    color: white;
    padding: 70px 0;
    text-align: center;
}

.stats-grid {
    display: flex;
    justify-content: space-around;
}

.stats-grid h2 {
    font-size: 40px;
}

/* TEAM */
.team {
    padding: 80px 0;
    text-align: center;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 40px;
}

.team-card {
    background: white;
    padding: 20px;
    border-radius: 20px;
    transition: 0.3s;
}

.team-card img {
    width: 100%;
    border-radius: 15px;
}

.team-card:hover {
    transform: translateY(-10px);
}

/* RESPONSIVE */
@media(max-width:768px){
    .about-lux-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        flex-direction: column;
        gap: 20px;
    }
}


/* ===== LUX INDUSTRIES ===== */
.industries-lux {
padding: 100px 20px;
background: linear-gradient(135deg, #f5f7fa, #eef2f7);
text-align: center;
}

/* GRID */
.industries-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-top: 50px;
}


/* CARD */
.industry-card {
background: rgba(255,255,255,0.7);
backdrop-filter: blur(10px);
padding: 30px 20px;
border-radius: 20px;
transition: 0.4s ease;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* ICON CIRCLE */
.icon-circle {
width: 60px;
height: 60px;
margin: auto;
border-radius: 50%;
background: linear-gradient(135deg, #2B3D5B, #0E1D35);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 15px;
}

.icon-circle i {
color: white;
font-size: 22px;
}

/* TEXT */
.industry-card h3 {
margin-bottom: 8px;
color: #0E1D35;
}

.industry-card p {
font-size: 14px;
color: #7C8594;
}

/* HOVER EFFECT */
.industry-card:hover {
transform: translateY(-10px) scale(1.02);
box-shadow: 0 25px 60px rgba(0,0,0,0.1);
}

/* ===== TRUSTED SECTION ===== */
.trusted-lux {
margin-top: 80px;
}

.trusted-label {
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
color: #7C8594;
margin-bottom: 25px;
}

/* LOGOS */
.trusted-logos {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}

.trusted-logos span {
padding: 12px 25px;
border-radius: 30px;
background: white;
color: #2B3D5B;
font-weight: 500;
font-size: 14px;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
transition: 0.3s;
}

/* HOVER GLOW */
.trusted-logos span:hover {
background: #0E1D35;
color: white;
transform: translateY(-3px);
box-shadow: 0 10px 30px rgba(14,29,53,0.3);
}

/* RESPONSIVE */
@media (max-width: 900px) {
.industries-grid {
grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 600px) {
.industries-grid {
grid-template-columns: 1fr;
}
}

/* LOGO SLIDER CONTAINER */
.logo-slider {
overflow: hidden;
position: relative;
width: 100%;
margin-top: 20px;
}

/* TRACK (MOVES) */
.logo-track {
display: flex;
width: max-content;
gap: 40px;
animation: scrollLogos 20s linear infinite;
}

/* LOGO STYLE */
.logo-track span {
white-space: nowrap;
padding: 12px 25px;
border-radius: 30px;
background: white;
color: #2B3D5B;
font-size: 14px;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
transition: 0.3s;
}

/* HOVER EFFECT */
.logo-track span:hover {
background: #0E1D35;
color: white;
transform: scale(1.05);
}

/* ANIMATION */
@keyframes scrollLogos {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}

.logo-slider::before,
.logo-slider::after {
content: "";
position: absolute;
top: 0;
width: 80px;
height: 100%;
z-index: 2;
}

.logo-slider::before {
left: 0;
background: linear-gradient(to right, #f5f7fa, transparent);
}

.logo-slider::after {
right: 0;
background: linear-gradient(to left, #f5f7fa, transparent);
}

