/* Reset */
body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  color: #1a1a1a;
  background: #ffffff;
}

/* Wrapper */
.main-wrapper {
  width: 100%;
}

/* Top Bar */
.top-bar {
  background: #1a1a1a;
  color: #ffffff;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
}

.top-bar .divider {
  margin: 0 20px;
  color: #555;
}

.phone-number {
  color: #C4922A;
  font-weight: 700;
  text-decoration: none;
}

/* Header */
.header {
  background: #ffffff;
  border-bottom: 2px solid #f0f0f0;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

/* Logo */
.logo-title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.logo-subtitle {
  font-size: 13px;
  color: #C4922A;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Navigation */
.nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
}


.nav-menu{
    display:flex;
    gap:30px;
    list-style:none;
    margin:0;
    padding:0;
}

.nav-menu li{
    margin:0;
}

.nav-menu a{
    text-decoration:none;
    color:#000;
}

.nav a {
  text-decoration: none;
  color: #1a1a1a;
}

/* CTA Button */
.cta-btn {
  background: #C4922A;
  color: #ffffff;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: 0 0 16px 0;
}


/* Hero Sec */


/* Hero Section */
.hero-section {
  background: #1a1a1a;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  overflow: hidden;
}

/* Left Image */
.hero-image {
  position: relative;
  overflow: hidden;
  min-height: 520px;
}

.hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Badge */
.badge {
  position: absolute;
  bottom: 32px;
  left: 32px;
  background: #C4922A;
  color: #fff;
  padding: 16px 24px;
  border-radius: 0 0 0 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.badge-title {
  font-size: 28px;
  font-weight: 900;
}

/* Right Content */
.hero-content {
  padding: 80px 80px 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.hero-inner {
  max-width: 700px;
  position: relative;
}

/* Tag */
.tag {
  display: inline-block;
  background: #C4922A;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  margin-bottom: 20px;
  border-radius: 0 0 10px 0;
}

/* Heading */
.hero-inner h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 20px;
}

.hero-inner h1 span {
  color: #C4922A;
}

/* Paragraph */
.hero-inner p {
  font-size: 18px;
  line-height: 1.6;
  color: #ccc;
  max-width: 580px;
  margin: 0 0 36px;
}

/* Buttons */
.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #C4922A;
  color: #fff;
  padding: 16px 36px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0 0 16px 0;
  display: inline-block;
}

.btn-outline {
  background: transparent;
  color: #fff;
  padding: 16px 36px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}

/* Features */
.hero-features {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.feature .icon {
  color: #C4922A;
  font-weight: 900;
  font-size: 18px;
}

.feature span:last-child {
  color: #ddd;
}

/* 1st section css */
/* Who Section */
.who-section {
  background: #C4922A;
  color: #ffffff;
  padding: 30px 80px;
  display: flex;
  gap: 60px;
  align-items: center;
}

/* Left + Right Columns */
.who-left,
.who-right {
  flex: 1;
}

/* Heading */
.who-left h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

/* Paragraphs */
.who-left p {
  margin: 8px 0 0;
  opacity: 0.9;
  font-size: 15px;
}

.who-right p {
  margin: 0;
  opacity: 0.9;
  font-size: 15px;
  line-height: 1.6;
}

/* Button */
.who-btn {
  background: #ffffff;
  color: #C4922A;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0 0 14px 0;
  flex-shrink: 0;
}




/* 2nd section css */


/* Services Section */
.services-section {
  padding: 70px 80px;
  background: #ffffff;
}

/* Header */
.services-header {
  text-align: center;
  margin-bottom: 50px;
}

.services-tag {
  color: #C4922A;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-header h2 {
  font-size: 38px;
  font-weight: 900;
  margin: 0;
}

.services-header p {
  font-size: 16px;
  color: #666;
  margin-top: 12px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid */
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* Card */
.service-card {
  background: #f8f8f8;
  color: #1a1a1a;
  padding: 32px;
  border-radius: 0 0 20px 0;
  position: relative;
  border-top: 4px solid #e0e0e0;
}

/* Featured Card (i === 2) */
.service-card.featured {
  background: #1a1a1a;
  color: #ffffff;
  border-top: 4px solid #C4922A;
}

.service-card.featured p {
  color: #ccc;
}

/* Tag Badge */
.service-tag-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #C4922A;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 0 0 8px 0;
}

/* Subtitle */
.service-subtitle {
  display: inline-block;
  background: #C4922A;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  margin-bottom: 14px;
  border-radius: 0 0 8px 0;
}

/* Title */
.service-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 12px;
}

/* Description */
.service-card p {
  font-size: 15px;
  line-height: 1.65;
  color: #555;
  margin: 0 0 24px;
}

/* Button */
.service-btn {
  background: #C4922A;
  color: #fff;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: 0 0 12px 0;
  display: inline-block;
}


/* Choose us section css */


/* Why Section */
.why-section {
  background: #1a1a1a;
  color: #ffffff;
  padding: 70px 80px;
}

/* Header */
.why-header {
  text-align: center;
  margin-bottom: 50px;
}

.why-tag {
  color: #C4922A;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.why-header h2 {
  font-size: 38px;
  font-weight: 900;
  margin: 0;
}

/* Grid */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

/* Card */
.why-card {
  padding: 24px;
  background: #242424;
  border-radius: 0 0 16px 0;
  border-top: 3px solid #C4922A;
}

/* Icon */
.why-icon {
  font-size: 32px;
  margin-bottom: 14px;
}

/* Title */
.why-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

/* Description */
.why-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #aaa;
  margin: 0;
}

/* Stats css section */

/* Stats Section */
.stats-section {
  background: #C4922A;
  color: #ffffff;
  padding: 50px 80px;
}

/* Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

/* Item */
.stat-item {
}

/* Value */
.stat-value {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
}

/* Label */
.stat-label {
  font-size: 14px;
  margin-top: 8px;
  opacity: 0.85;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Our Products Sec css */

/* Products Section */
.products-section {
  background: #f8f8f8;
  padding: 70px 80px;
}

/* Header */
.products-header {
  text-align: center;
  margin-bottom: 50px;
}

.products-tag {
  color: #C4922A;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.products-header h2 {
  font-size: 38px;
  font-weight: 900;
  margin: 0;
}

.products-header p {
  font-size: 16px;
  color: #666;
  margin-top: 12px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.product-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 0 0 16px 0;
  border-top: 4px solid #C4922A;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* Badge */
.product-badge {
  display: inline-block;
  background: #C4922A;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  margin-bottom: 14px;
  border-radius: 0 0 6px 0;
}

/* Title */
.product-card h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px;
}

/* Description */
.product-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  margin: 0 0 16px;
}

/* Link */
.product-card a {
  color: #C4922A;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}


/* Testimonial Section css */


/* Testimonials Section */
.testimonials-section {
  background: #ffffff;
  padding: 70px 80px;
}

/* Header */
.testimonials-header {
  text-align: center;
  margin-bottom: 50px;
}

.testimonials-tag {
  color: #C4922A;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.testimonials-header h2 {
  font-size: 38px;
  font-weight: 900;
  margin: 0;
}

/* Grid */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.testimonial-card {
  background: #f8f8f8;
  padding: 28px;
  border-radius: 0 0 16px 0;
  border-top: 3px solid #C4922A;
}

/* Stars */
.stars {
  color: #C4922A;
  font-size: 20px;
  margin-bottom: 12px;
}

/* Text */
.testimonial-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 20px;
  font-style: italic;
}

/* Name */
.client-name {
  font-weight: 700;
  font-size: 14px;
}

/* Meta */
.client-meta {
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}


/* Service area sec css */

/* Areas Section */
.areas-section {
  background: #1a1a1a;
  color: #ffffff;
  padding: 50px 80px;
}

/* Header */
.areas-header {
  text-align: center;
  margin-bottom: 36px;
}

.areas-tag {
  color: #C4922A;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.areas-header h2 {
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 12px;
}

.areas-header p {
  font-size: 15px;
  color: #aaa;
}

/* List */
.areas-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* Item */
.area-item {
  background: #242424;
  color: #ccc;
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #333;
}

/* Form Section css */

/* Quote Section */
.quote-section {
  background: #C4922A;
  color: #ffffff;
  padding: 70px 80px;
}

/* Container */
.quote-container {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Left Content */
.quote-left h2 {
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 16px;
  line-height: 1.15;
}

.quote-left p {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.65;
  margin: 0 0 24px;
}

/* Points */
.quote-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quote-point {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.check {
  background: #ffffff;
  color: #C4922A;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 13px;
  flex-shrink: 0;
}

/* Form */
.quote-form {
  background: #ffffff;
  padding: 36px;
  border-radius: 0 0 20px 0;
}

.quote-form h3 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 24px;
}

/* Form Fields */
.form-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-group label {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
}

/* Button */
.quote-btn {
  background: #C4922A;
  color: #ffffff;
  padding: 14px 24px;
  font-weight: 700;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 0 0 12px 0;
  margin-top: 4px;
}

/* Footer Sec CSS */

/* Footer */
.footer {
  background: #111;
  color: #aaa;
  padding: 40px 80px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}

/* Columns */
.footer-col {
}

/* Logo */
.footer-logo {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

.footer-subtitle {
  font-size: 12px;
  color: #C4922A;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* Text */
.footer-col p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Contact */
.footer-contact {
  margin-top: 16px;
  font-size: 14px;
  
}

.footer-contact a {
  color: #C4922A !important;
  font-weight: 700;
  text-decoration: none;
}

/* Headings */
.footer-heading {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 14px;
}

/* Links */
.footer-col a {
  text-decoration: none;
  color: #aaa;
  font-size: 14px;
}

.footer-col div {
  margin-bottom: 8px;
}


/* Copyright Bar */
.copyright-bar {
  background: #0a0a0a;
  color: #555;
  font-size: 12px;
  text-align: center;
  padding: 16px;
}

.footer-menu{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-menu li{
    margin-bottom:10px;
}

.footer-menu a{
    text-decoration:none;
    color:#fff;
}


@media screen and (max-width: 767px) {
   .hero-section {
    grid-template-columns: 1fr;
}

.who-section {
    gap: 19px;
    flex-direction: column;
}

.services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

.stats-grid { 
    grid-template-columns: repeat(2, 1fr);
     gap: 12px;
}

.products-grid {
    grid-template-columns: repeat(1, 1fr);

}

.testimonials-grid {
    grid-template-columns: repeat(1, 1fr);
}

.quote-container {
    grid-template-columns: 1fr;
    gap: 40px;
}


.why-grid {
    grid-template-columns: 1fr;
    gap: 28px;
}

.footer {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}



}


@media (max-width: 580px) {

.products-section {
    padding: 50px 20px;
}

.stats-section {
    padding: 50px 20px;
}
.testimonials-section {
    padding: 50px 20px;
}

.areas-section {
    padding: 50px 20px;
}

.footer {
    padding: 50px 20px;
}

h2 {
  font-size: 26px !important;
}

h1{
  font-size: 32px !important;
}

.who-section {  
    padding: 50px 20px;
}

.services-section {
    padding: 50px 20px;
}

.why-section {
    padding: 50px 20px;
}

.quote-section {
    padding: 50px 20px;
}

.quote-form {
    padding: 20px;
}

.hero-content {
    padding: 50px 20px;
}
.stat-value {
    font-size: 30px;
}



}


@media screen and (max-width: 480px) {
.footer {
    grid-template-columns: 1fr !important;

}

.hero-features {
    gap: 12px;
    margin-top: 30px;
}


}