* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff !important;
  background-size: 10px 10px;
}
a{
    color: white;
    text-decoration: none;
}
body {
  font-family: "Inter", sans-serif;
  background-color: #f4f7f6;
  color: #2f4858;
  line-height: 1.6;
  scroll-behavior: smooth;
}

.logo-1 {
  width: 170px;
}

/* Navigation */
.navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: black !important;
}

.section-title {
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #198754;
  margin-top: 10px;
}

/* Product Cards & Info */
.spec-container {
  background: white;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.badge-ral {
  background: #2c3e50;
  color: white;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-right: 5px;
}

/* Table Styling */
.table thead {
  background-color: #2c3e50;
  color: white;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(25, 135, 84, 0.05);
}

/* Visual Layers (Cross-section) */
.layer-box {
  border-left: 4px solid #198754;
  padding-left: 20px;
  margin: 20px 0;
}

.layer-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.layer-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 15px;
}
.why-choose-section {
  padding: 7rem 0;
}
.why-choose-section .img-wrap {
  position: relative;
}
.why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url(image/beforew.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}
.why-choose-section .img-wrap img {
  border-radius: 20px;
}

.testimonial-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  margin: 15px; /* Spacing for the carousel shadow */
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: #198754;
}

.quote-icon {
  font-size: 60px;
  color: #198754;
  opacity: 0.1;
  position: absolute;
  top: 10px;
  right: 30px;
  font-family: Georgia, serif;
}

.stars {
  color: #ffc107; /* Gold stars */
  letter-spacing: 2px;
}

.testimonial-text {
  font-style: italic;
  color: #555;
  line-height: 1.6;
}

.client-img {
  width: 60px !important; /* Owl Carousel needs !important here */
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.header-line {
  width: 60px;
  height: 3px;
  background-color: #198754;
  margin-top: 15px;
}

/* Footer */
footer {
  background: #2ecc71;
  color: #ffffff;
  padding: 60px 0 20px;
}

.footer-title {
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: 20px;
}
.copyright img {
  width: 90px !important;
}
/* Hero Modernization */
.hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("image/pexels-minan1398-683402.jpg");
  background-size: cover;
  background-position: center;
  height: 70vh;
  border-bottom: 5px solid #198754;
}

/* Feature Cards */
.feature-card {
  padding: 20px;
  background: white;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #198754;
}

/* Section Titles */
.section-title {
  font-weight: 800;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: #198754;
  border-radius: 2px;
}

.text-center .section-title::after {
  left: 50%;
  transform: translateX(-50%);
}

/* Layer Dots for Specs */
.layer-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.carousel {
  margin-top: -15vh;
}

.carousel-item {
  position: relative;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-25%, -50%);
  bottom: auto;
  color: white;
}

.carousel-inner,
.carousel-item img {
  height: 95vh;
}

.carousel-inner img {
  object-fit: cover;
  filter: brightness(0.6);
}

.carousel-caption p {
  font-weight: 400;
  letter-spacing: 8px;
  font-size: 18px;
  color: rgb(225, 215, 178);
}

.carousel-caption h1 {
  font-weight: 700;
  font-size: 4rem;
}

.button_lg {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: #659e35;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.button_lg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #659e35;
}

.button_lg::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: #659e35;
  transition: all 0.2s ease;
}

.button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #659e35;
  transform: skew(-15deg);
  transition: all 0.2s ease;
}

.button_text {
  position: relative;
}

