* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", serif;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}

#menu-icon {
  display: none;
  cursor: pointer;
}
#close-icon {
  cursor: pointer;
  display: none;
}
/* THE FIRST SECTION */
.header {
  min-height: 100vh;
  width: 100%;
  background-image: url(banner111.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
.sub-header {
  background:white;
  background-size: cover;
  height: 130px;
}
.sub-header .nav-links ul li a {
  color:red;
  text-shadow: none;
}
.sub-header .nav-links ul li::after {
  background: #fff;
}

nav {
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
}

.img {
  width: 180px;
}

.nav-links {
  flex: 1;
  text-align: right;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 27px;
  position: relative;
}

.nav-links ul li a {
  text-decoration: none;
  font-size: 25px;
  text-shadow: 0 3px 10px #fedbdb;
  color: rgba(2, 0, 0, 0.85);
  font-weight: 700;
}

.nav-links ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background: #140a09;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li:hover::after {
  width: 100%;
}

.text-box {
  width: 90%;
  color: #FF0000;
  text-shadow: 0 5px 10px rgb(0, 0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.text-box h1 {
  font-size: 40px;
  color: red;
  text-shadow: #203749;
}

.text-box h3 {
  margin: 2px 0px 30px;
  font-size: 20px;
  color: black;
  font-weight: 500;
}

.hero-btn {
  display: inline-block;
  color: whitesmoke;
  text-decoration: none;
  text-shadow: none;
  border: 3px solid transparent;
  padding: 12px 34px;
  font-size: 20px;
  font-weight: 700;
  background: #1f2933;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}

.hero-btn:hover {
  border: 3px solid #f9a21f;
  background: #f8f8f9;
  transition: 2s;
  color: #1f2933;
  text-shadow: none;
}

@media (max-width: 768px) {
  nav {
    position: relative;
  }

  #menu-icon {
    display: block;
    font-size: 26px;
    color: black;
    cursor: pointer;
  }

#menu-icon {
    display: block;
    font-size: 26px;
    color: black;
    cursor: pointer;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -260px;
    width: 200px;
    height: 100vh;
    background: #1f2933;
    z-index: 1000;
    transition: 0.4s ease;
    padding-top: 60px;
  }

  .nav-links ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 30px;
  }

  .nav-links ul li a {
    color: #fff;
    font-size: 16px;
  }

  #close-icon {
    display: block;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  .text-box h1 {
    font-size: 28px;
  }
  .header {
    background-image:url(banner2.jpg);
  }
}
@media (max-width: 992px) {
  .nav-links ul {
    gap: 18px;
  }

  .nav-links ul li a {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  nav {
    padding: 12px 16px;
  }

  #menu-icon {
    font-size: 24px;
  }

  .nav-links {
    width: 200px;
    right: -220px;
    padding-top: 50px;
  }

  .nav-links ul {
    gap: 18px;
    padding-left: 22px;
  }

  .nav-links ul li a {
    font-size: 15px;
  }

  #close-icon {
    font-size: 22px;
    top: 15px;
    right: 15px;
  }

  .text-box h1 {
    font-size: 25px;
  }

  .text-box h3 {
    font-size: 15px;
  }
}

/* ABOUT SECTION */
.about {
  background-color: white;
  /* Dark background */
  padding: 60px 20px 10px;
}

.about-y {
  padding: 10px 27px 123px;
}

.about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  max-width: 1200px;
  margin: 0 auto;
}

.about-image {
  flex: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.about-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  border: 3px solid #ccc;
}
.about-text {
  flex: 1;
  color: rgb(160, 53, 53);
  text-align: justify;
}

.about-text h1 {
  font-size: 36px;
  margin-bottom: 10px;
  transition: color 0.5s ease, transform 0.5s ease-out;
}

.about-text .divider {
  width: 50px;
  height: 3px;
  background-color: #f0ad4e;
  margin: 10px 0;
  border: none;
}

.about-text p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #e88686;
}

.about-text h1:hover {
  color: #b2cfcb;
  transform: scaleY(1.2);
}

.about-image:hover {
  box-shadow: 0 0 20px 10px rgba(10, 6, 6, 0.914);
  transition: 0.6s ease-out;
}

@media (max-width: 700px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-text {
    margin-top: 20px;
  }
  .about-text p {
    font-size: 20px;
  }
}

.products {
  width: 80%;
  background-size: cover;
  margin: auto;
  text-align: center;
  padding-top: 10px;
}
.products .line {
  width: 170px;
  height: 4px;
  background: #f9a21f;
  margin: 0px auto 70px;
  text-align: center;
}

.products h1 {
  font-size: 40px;
  font-weight: 600;
}

.products p {
  color: black;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  padding: 10px;
}
.row {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}

.pic {
  height: 200px;
}

.product-col {
  flex-basis: 31%;
  background: #c5dee073;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
}

.product-col h2 {
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
}

@media (max-width: 700px) {
  .products {
    width: 100%;
    padding: 0 16px;
  }
  .row {
    flex-direction: column;
  }
}
.services-section {
  position: relative;
  min-height: 55vh;
  background: #f4f6f8;
  padding: 60px 8%;
  color: #1f2933;
}
.services-container {
  position: relative;
  z-index: 2;
}
.services-heading h4 {
  font-size: 45px;
  color: #1f2933;
  text-align: center;
}

.services-heading .line {
  width: 170px;
  height: 4px;
  background: #f9a21f;
  margin: 0px auto 70px;
  text-align: center;
}

/* Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  max-width: 1400px;
  margin: 80px auto 0;
  gap: clamp(25px, 4vw, 40px);
}

.service-card {
  background: #fff;
  color: #111;
  border-radius: 18px;
  padding: 55px 20px 30px;
  text-align: center;
  position: relative;
  transition: 0.3s ease;
}

.service-card p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}
.service-card:hover {
  transform: translateY(-10px);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #ff1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.icon-circle i {
  color: #fff;
  font-size: 30px;
}

.service-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

@media (max-width: 700px) {
  .services-heading h4 {
    font-size: 32px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}
@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-section {
  padding: 90px 20px;
  background: #eef6f8;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.contact-map {
  width: 100%;
  min-height: 300px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
}

.contact-form {
  padding: 50px 45px;
  background: linear-gradient(135deg, #fff1f1, #ffe4e4);
}

.contact-form h2 {
  font-size: 32px;
  font-weight: 700;
}

.contact-form h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #ff2d2d;
  display: block;
  margin-top: 10px;
  border-radius: 10px;
}

.contact-form p {
  margin: 15px 0;
  color: #555;
}

.contact-info {
  font-size: 14px;
  margin-bottom: 25px;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 18px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
  transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #ff2d2d;
  box-shadow: 0 0 0 3px rgba(255, 45, 45, 0.15);
}

.contact-form button {
  width: 100%;
  background: #ff2d2d;
  color: #fff;
  padding: 14px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.contact-form button:hover {
  background: #c91c1c;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 45, 45, 0.3);
}

@media (max-width: 900px) {
  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-map iframe {
    min-height: 280px;
    min-height: 280px;
  }
}

.footer {
  background: #1f2933;
  color: #ddd;
  padding-top: 60px;
  font-size: 15px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  padding: 0 20px 40px;
}

.footer-col h3,
.footer-col h4 {
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

.footer-col h3::after,
.footer-col h4::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #ff2d2d;
  display: block;
  margin-top: 8px;
  border-radius: 5px;
}

.footer-col p {
  line-height: 1.7;
  color: #cfd8dc;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #cfd8dc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #ff2d2d;
  padding-left: 6px;
}
.footer-col .social-icons {
  margin-top: 15px;
  font-size: 3vh;
  gap: 10px;
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  background: #162028;
  font-size: 14px;
  color: #aaa;
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 35px;
  }

  .footer-col {
    align-items: center;
  }

  .footer-col h3::after,
  .footer-col h4::after {
    margin-left: auto;
    margin-right: auto;
  }
}
