@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  /* text-align: justify; */
}

.hero-section {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("./images/oil1.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.hero-content {
  text-align: center;
  color: #fff;
  max-width: 800px;
  animation: fadeInUp 1.2s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

/* Animate on load */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.hero-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  color: #dfe6e9;
}

.breadcrumb {
  font-size: 0.95rem;
  color: #dfe6e9;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #81ecec;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: #00cec9;
}

.breadcrumb span {
  color: #b2bec3;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .breadcrumb {
    font-size: 0.85rem;
  }
}

/*         Main Container                    */

.product-container {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.text-container {
  padding: 80px;
}
.actualText h2 {
  font-size: 1.9rem;
  font-weight: 700;
  color: rgb(54, 119, 238);
  margin-bottom: 20px;
}
.actualText h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(54, 119, 238);
  margin-top: 15px;
  margin-bottom: 5px;
}
.actualText p {
  text-align: justify;
}

.actualText ol li {
  text-align: justify;
}
.actualText ul li {
  text-align: justify;
}

.right-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 600px;
}
.right-container-tab-image {
  padding-left: 40px;
}

.pattern {
  height: 200px;
  width: 400px;
  background-color: rgba(54, 119, 238, 0.785);
  position: relative;
  z-index: -1;
  top: 250px;
  left: 40px;
}
.image {
  height: 300px;
  width: 400px;
  object-fit: cover;
}
.buttom-tab {
  display: flex;
  flex-direction: column;
  column-gap: 200px;
}
.buttom-tab li {
  background-color: rgba(212, 210, 209, 0.592);
  margin-top: 20px;
  width: 410px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttom-tab li:hover {
  background-color: rgb(54, 215, 239);
}

/* ================Contact Form Section========================== */
.contact-form-section {
  background: rgb(2, 2, 107);
  padding: 60px 40px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin-right: 60px;
}

.contact-form-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.contact-form-section p {
  color: #c7ccce;
  margin-bottom: 40px;
  font-size: 1.1rem;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0984e3;
  box-shadow: 0 0 5px rgba(9, 132, 227, 0.5);
  outline: none;
}

.submit-button {
  background-color: #00b831;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.submit-button:hover {
  background-color: #019875;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .contact-form-section {
    padding: 40px 15px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 1rem;
  }
}

/* Additional Responsive Styles */
@media (max-width: 1024px) {
  .product-container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .text-container {
    padding: 40px;
  }

  .right-container {
    min-width: 100%;
    align-items: center;
  }

  .right-container-tab-image {
    padding-left: 0;
  }

  .pattern {
    width: 80%;
    max-width: 400px;
    left: 0;
    top: 200px;
  }

  .image {
    width: 80%;
    max-width: 400px;
    height: auto;
  }

  .buttom-tab {
    align-items: center;
    column-gap: 0;
  }

  .buttom-tab li {
    width: 80%;
    max-width: 400px;
  }
}

@media (max-width: 600px) {
  .text-container {
    padding: 20px;
  }

  .actualText h2 {
    font-size: 1.6rem;
  }

  .actualText h3 {
    font-size: 1.1rem;
  }

  .pattern {
    height: 150px;
    top: 150px;
  }

  .image {
    width: 100%;
    max-width: 300px;
  }

  .buttom-tab li {
    width: 100%;
    max-width: 300px;
    height: 45px;
  }

  .contact-form-section {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .hero-section {
    height: 300px;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-subtitle {
    font-size: 0.9rem;
  }

  .text-container {
    padding: 15px;
  }

  .actualText h2 {
    font-size: 1.4rem;
  }

  .actualText h3 {
    font-size: 1rem;
  }

  .pattern {
    height: 120px;
    top: 120px;
    width: 90%;
  }

  .image {
    width: 90%;
    max-width: 250px;
  }

  .buttom-tab li {
    width: 90%;
    max-width: 250px;
    height: 40px;
    font-size: 0.9rem;
  }

  .contact-form-section h2 {
    font-size: 1.8rem;
  }

  .contact-form-section p {
    font-size: 1rem;
  }
}