@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #222;
}

/* Topbar */
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  background: #EAE4D5;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.topbar .logo {
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.topbar .logo img {
  height: 40px;
  margin-right: 10px;
}
.topbar .contact-info {
  display: flex;
  gap: 30px;
  font-size: 0.9rem;
}
.topbar .contact-info i {
  color: #594100;
  margin-right: 8px;
}

/* Hero Section */
.hero {
  background: url('/images/interior.png') center/cover no-repeat;
  height: 80vh;
  position: relative;
}
.hero .overlay {
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 5%;
}
.hero-content {
  color: #fff;
  max-width: 900px;
}
.hero-content .service-title {
  color: #ccc;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hero-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
}
.hero-content .sub-text {
  margin-top: 15px;
  font-size: 1rem;
}

/* Navigation */
.navbar {
  background: #EAE4D5;
  padding: 10px 5%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.navbar ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.navbar li {
  font-weight: 500;
  cursor: pointer;
}
.navbar .active {
  color: #594100;
  border-bottom: 2px solid #594100;
}
.quote-btn {
  background: #594100;
  color: #EAE4D5;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
}

/* Features */
.features {
  text-align: center;
  padding: 60px 5%;
  background: #EAE4D5;
}
.features h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  position: relative;
}
.feature-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.card {
  background: #ffffff;
  padding: 30px;
  width: 300px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}
.card:hover {
  transform: translateY(-5px);
}
.card i {
  font-size: 2rem;
  color: #594100;
  margin-bottom: 10px;
}
.card h3 {
  margin: 10px 0;
  font-size: 1.2rem;
  color: #222;
}
.card p {
  font-size: 0.95rem;
  color: #555;
}

/* Topbar */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

body {
  background-color: #EAE4D5;
  color: #333;
  line-height: 1.6;
}

.about-section {
  padding: 60px 10%;
  background: #EAE4D5;
}

.about-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}

.about-text {
  flex: 1;
}

.about-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.img-top {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.img-grid {
  display: flex;
  gap: 20px;
}

.img-grid img {
  width: 50%;
  border-radius: 10px;
  object-fit: cover;
}

.highlight {
  color: #605a4a;
  font-weight: 600;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0 20px;
  color: #222;
}

.about-text p {
  margin-bottom: 15px;
  color: #555;
}

.about-btn {
  display: inline-block;
  margin-top: 20px;
  background: #594100;
  color: #EAE4D5;
  padding: 10px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.about-btn:hover {
  background: #82671e;
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
  }
  .img-grid {
    flex-direction: column;
  }
  .img-grid img {
    width: 100%;
  }
}

/* How it Works Section */
.how-it-works {
  background: linear-gradient(rgba(0,0,50,0.6), rgba(0,0,50,0.6)), url('/images/interior.png') no-repeat center center/cover;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.how-it-works h4 {
  font-size: 18px;
  opacity: 0.8;
}

.how-it-works h2 {
  font-size: 36px;
  margin: 10px 0 40px;
  font-weight: 700;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.step {
  flex: 1 1 220px;
  max-width: 250px;
  padding: 20px;
}

.circle {
  width: 80px;
  height: 80px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  margin: 0 auto 20px;
  font-size: 24px;
  line-height: 70px;
  font-weight: bold;
  background: #ffffff;
  color: #000;
  position: relative;
}

.step h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.step p {
  font-size: 15px;
  margin-bottom: 10px;
}

.step a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.step a:hover {
  color: #7b6425;
}

/* Services */

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #EAE4D5;
  color: #333;
}

.services-section {
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #000;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service-card {
  background: #f9f9f9;
  width: 300px;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

.service-card h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

.service-card p {
  margin: 15px 0;
  font-size: 15px;
  color: #555;
}

.service-card a {
  text-decoration: none;
  color: #594100;
  font-weight: 500;
}

.view-more-btn {
  margin-top: 40px;
}

.btn {
  padding: 12px 28px;
  background: #594100;
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  transition: background 0.3s;
}

.btn:hover {
  background: #886e28;
}


/* contact*/

.know-more-section {
  position: relative;
  background: url('images/know-more-bg.jpg') no-repeat center center/cover;
  padding: 100px 20px;
  color: #EAE4D5;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.custom-alert {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #0078D7;
  color: #EAE4D5;
  padding: 15px 25px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  z-index: 10000;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Full blue overlay using pseudo-element */
.know-more-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 31, 91, 0.75); /* Blue with transparency */
  z-index: 0;
}

/* Content stays on top of overlay */
.know-more-section {
  position: relative;
  background: url('/images/interior.png') no-repeat center center/cover;
  padding: 100px 20px;
  color: #EAE4D5;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

/* Full blue overlay using pseudo-element */
.know-more-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 31, 91, 0.75); /* Blue with transparency */
  z-index: 0;
}

/* Content stays on top of overlay */
.overlay-content {
  position: relative;
  z-index: 1;
}

.subheading {
  font-size: 18px;
  margin-bottom: 10px;
  opacity: 0.9;
}

.heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.cta-button {
  padding: 12px 25px;
  background-color: #594100;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #967825;
}

/* Testimonial */

.testimonial-section {
  padding: 80px 20px;
  background-color: #EAE4D5;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.testimonial-section h2 {
  font-size: 32px;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
}

.testimonial-carousel {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  width: max-content;
}

.testimonial-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 0 15px;
  min-width: 350px;
  max-width: 400px;
  flex: 0 0 auto;
  text-align: left;
  position: relative;
}

.testimonial-icon {
  font-size: 40px;
  color: #594100;
  margin-bottom: 20px;
}

.rating {
  font-size: 20px;
  color: #f26522;
  position: absolute;
  right: 20px;
  top: 20px;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.testimonial-footer img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.testimonial-footer h4 {
  margin: 0;
  color: #594100;
}

.testimonial-footer span {
  font-size: 14px;
  color: #777;
}


/* Contact */
.contact-section {
  padding: 80px 20px;
  background-color: #EAE4D5;
  font-family: 'Poppins', sans-serif;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.contact-form {
  flex: 1;
  min-width: 300px;
}

.contact-form h2 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #222;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
}

.contact-form button {
  background-color: #594100;
  color: #EAE4D5;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background-color: #594100;
}

.contact-map {
  flex: 1;
  min-height: 400px;
  border-radius: 8px;
  overflow: hidden;
  min-width: 300px;
}


/* Footer Styles */
.footer {
  background-color: #1b1f32;
  color: #EAE4D5;
  font-family: 'Poppins', sans-serif;
  padding-top: 50px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px 50px 20px;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #f5a623;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #EAE4D5;
  text-decoration: underline;
}

.footer-col p {
  margin: 5px 0;
  color: #ccc;
}

.footer-col.subscribe button {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #f5a623;
  border: none;
  border-radius: 6px;
  color: #1b1f32;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.footer-col.subscribe button:hover {
  background-color: #EAE4D5;
  color: #f5a623;
}

.footer-bottom {
  background-color: #111;
  text-align: center;
  padding: 15px 20px;
  font-size: 14px;
  color: #aaa;
}






