@media (max-width: 768px) {
  .big {
    font-size: 2rem;
  }
  
  .navbar {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar > .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .navbar-collapse {
    padding-top: 1rem;
  }

  .navbar-nav {
    width: 100%;
    margin: 0 !important;
  }

  .navbar-nav .nav-link {
    margin-left: 0;
    padding: 0.5rem 0;
  }

  .btn-go {
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
  }
}

/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */


body{
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

* {
  font-family: 'Inter', sans-serif !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}


img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: auto;
}

.logo {
  width: 65%;
  
}

.dates {
  padding-right: 0px !important;
  margin-bottom: 0px;
}

.navbar-nav .nav-link {
  margin-left: 20px;
  font-size: 10pt;
  font-weight: 400;
  color: #363636
}

/* Active link */
.nav-link.active {
  color: #038f27 !important;
  font-weight: 400;
}
.nav-link:hover {
    color: #038f27 !important;
    
}
/* Button */
.btn-go {
  background-color: #038f27  !important;
  color: white !important;
  padding: 8px 20px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-size: 10pt !important;
}

.btn-go:hover, .form-box1 button:hover, .navbar button:hover, .contact-section button:hover {
  background: none !important;
  border: 1px solid #038f27  !important;
  color: #038f27 !important;
}


.top.banner {
  background: #fff;
  margin-top: 80px;
}

.banner .big {
  font-size: 55px;
  font-weight: 800;
}

.banner .dark {
  color: #333;
}

.banner .small {
  font-size: 1.1rem;
  color: #5E5E5E;
  font-weight: 500;
}
.banner .big, .banner .small {
    margin-left: 50px;
}

.img-fluid {
    width: 65%;
    padding: 0px 0px 0px 20px;
}


.form-box1 .bg {
  background: #1f1f1f;
  padding: 30px;
  margin: 40px auto;
  border-radius: 12px;
  max-width: 1100px;
}

.form-box1 {
  background-image: linear-gradient(0deg, #343434 50%, #ffffff 50%);
  max-width: 100% !important;
  padding: 1px;
}

.small-inp {
  font-size: 10pt;
}
.form-box1 input, .form-box1 select, .form-box1 textarea{
color: #000; 
font-size: 13px;
}
.form-box1 input::placeholder, .form-box1 select::placeholder, .form-box1 textarea::placeholder {
  color: #000;
}
.form-box1 input:focus, .form-box1 select:focus, .form-box1 textarea:focus{
      border-color: #038f27;
      box-shadow: none;
      border-color:none;
}
.contact-form input, .contact-form select, .contact-form textarea{
color: #888;
    font-size: 13px;
    background-color: #222;
    border: 0px;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus{
        box-shadow: none;
}
.msg-box {
  font-size: 10pt;
}

.about-sec {
  background: #343434;
  color: #fff;
}

.abt-title {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 25px;
  
}

.abt-text {
  font-size: 10pt;
  line-height: 1.7;
  margin-bottom: 15px;
      font-weight: 400;
}

.fam-img {
  width: 100%;
  border-radius: 0px 5px 0px 0px;
  object-fit: cover;

}

.form-box1 .mb-2 {
    margin-bottom: 1rem !important;
}

.about-us {
    /* padding: 0px 98px 0px 68px; */
    text-align: justify;
      padding: 0 80px !important;
}
.about-sec .row {
  margin-right: 0;
  margin-left: 0;
  max-width: 100vw;
}

.services-title , .products-title{
  font-size: 35px;
  font-weight: 700;
}

.services-sub , .products-sub{
  color: #5E5E5E;
  font-size: 10pt;
  margin-top: 8px;
}
.products-sub {
    color: #fff !important;
}
.carousel-wrapper {
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 200%; /* 2 slides */
}
/* 
.carousel-slide {
  display: flex;
  gap: 20px;
  width: 100%;
  flex: 0 0 100%;
  margin-top: 28px;
} */

.service-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  border: 1px solid #ddd;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.service-head {
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0 5px;
  padding: 0 10px;
}

.service-desc {
  font-size: 10pt;
  color: #555;
  padding: 0 10px 10px;
  min-height: 45px;
}

.dots {
  text-align: center;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background-color: #038f27;
}


.products-sec {
  background: #343434;
}

.products-sec .card {
  background: white;
  border-radius: 0px !important;
  overflow: hidden;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.products-sec .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.8em;
  line-height: 1.4;
}

.products-sec .card-text {
  font-size: 10pt;
  color: #555;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
}

.card-img-top {
  padding: 22px;
  object-fit: contain;
  flex-shrink: 0;
  height: 200px;
  width: 100%;
}

.products-sec .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px 22px 22px;
  justify-content: space-between;
}

/* .testimonial-card {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 15px;
}

.stars {
  color: #ffc107;
  margin: 10px 0;
}

.custom-nav {
  color: #fff;
  background-color: #ff0404;
  padding: 10px;
  border-radius: 50%;
}

.green {
  color: #0baa35;
} */




.testimonials {
  background: #fff;
  font-family: sans-serif;
  position: relative;
}

.testimonials-header {
  margin-bottom: 30px;
  position: relative;
}

.testimonials-header h2 {
  font-size: 35px;
  font-weight: 800;
}

span.green-color, .green {
  color: #00A331;
}

.testimonials-header p {
  margin-top: 10px;
  max-width: 800px;
  color: #555;
  font-size: 10pt;
}

.arrow-controls {
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  gap: 10px;
}

.left-arrow, .right-arrow {
  border: none;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 50%;
}

.arrow-controls button{
  border: none;  
  background: #E4B11B;
  width: 50px;
  height: 50px;
      border-radius: 4px;
}

.testimonial-slider {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  /* padding: 0px 77px 10px 71px; */
}
.testimonial-slider .owl-dots {
    display: none;
}
.testimonial-slider::-webkit-scrollbar {
  height: 8px;
}

.testimonial-slider::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.testimonial-card {
  /* flex: 0 0 calc(100% / 4.5); Shows 4.5 cards per row */
  background: #f2f2f2;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 300px;
  align-items: center;
}

.testimonial-card p {
  overflow-y: auto;
  flex: 1;
  margin-bottom: 15px;
 font-size: 12px;
    scrollbar-width: none;
    text-align: center;
    line-height: 22px;
}
.testimonial-slider .owl-stage {
    margin-left: -50px; /* Remove left padding */
}

.testimonial-card p::-webkit-scrollbar { display: none; }

.testimonial-card .stars {
  color: #f2c300;
  font-size: 16px;
  margin-bottom: 15px;
}

.user {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.user img {
  width: 50px !important;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.user h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

.user span {
  font-size: 14px;
  color: #888;
}


.contact-section {
  padding: 50px 0;
  background-color: #131313;
}

.contact-container {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* max-width: 1115px; */
  /* margin: auto; */
  background-image: linear-gradient(90deg, #191919 77%, #038F27 20%);
  
  border-radius: 20px;
  overflow: hidden;
}

.contact-form {
  flex: 1 1 55%;
  padding: 40px;
}

.contact-form h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #FFF;
}


.contact-form h2 span {
  color: #038f27;
  font-size: 32px;
  font-weight: bold;
}

.contact-form .intro {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 30px;
  line-height: 1.6;
  font-weight: 300;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

input, select, textarea {
  width: 100%;
  padding: 7px 14px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  background: #222;
  color: #fff;
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s;
}

input:focus, input:focus-visible, select:focus, select:focus-visible {
  /* outline: none;
  border-color: #038f27; */
  box-shadow: 0 0 0 2px #038f2744;
  transition: border-color 0.3s, box-shadow 0.3s;
}

select {
  appearance: none;
  background: #222;
  color: #fff;
}

.phone-input {
  display: flex;
  gap: 8px;
  align-items: center;
}

.phone-input span {
  background: #222;
  padding: 12px;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  white-space: nowrap;
}

textarea {
  height: 100px;
  resize: none;
  margin-bottom: 20px;
}
.navbar button:hover {
  background: #009c35;
}

.form-box1 button {
  /* width: 100%; */
  padding: 7px 12px;
  border: 1px solid #038f27;
  background: #038f27;
  color: #fff;
  border-radius: 8px;
  /* font-weight: 600; */
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-section button {
  width: 100%;
      padding: 8px;
    background: #038f27;
    color: #fff;
    border: 1px solid #038f27;
    border-radius: 27px;
    font-weight: 600;
    transition: background 0.3s ease;
}


.F-Phone, .F-Email {
  margin-right: 11px;
}


.contact-details {
  margin-top: 30px;
  font-size: 14px;
  display: flex;
}

.contact-details strong {
  color: #fff;
}

.contact-details .call, .mail{
  margin-right: 14px;
}

.contact-details span {
  color: #ffc107;
  margin-left: 40px;
}

.map-container {
  flex: 1 1 45%;
  height:100%;
  position: relative;
  padding: 50px 50px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(100%) brightness(90%);
  border-radius: 20px;
  transition: filter 0.5s; /* <-- Move transition here */
}

iframe#mapIframe:hover {
  filter: grayscale(30%) brightness(90%);
}

/* Footer Styles */
.client-footer {
  background-color: #000;
  color: white;
  font-family: Arial, sans-serif;
      border-top: 1px solid #cccccc42;
    border-bottom: 1px solid #cccccc42;
}

.client-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 0;
      height: 140px;
}

.client-logos img {
  height: 50px;
  filter: grayscale(1) contrast(1) brightness(2);
}

.client-logos img:hover {
  filter: none;
}

.footer {
  padding: 50px 30px 20px;
  background-color: #1a1a1a;
  /* background-image: url('../assets/footer_bg.svg'); */
  position: relative;
}


.footer h3 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 6px;
  color:#fff;
  position: relative;
}

.footer h3::after {
  content: "";
  display: block;
  margin-top: 6px;
  width: 50px;
  border-bottom: 4px solid #19af37;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}

.highlight {
  color: #19af37;
}

.copyrights {
    padding: 0px 0px 1px 0px;
    background-color: #000000;
    position: relative;
    text-align: center;
}

.copyrights p {
    font-size: 14px;
    line-height: 1.06;
    color: #ccc;
}

.footer p,
.footer ul {
 font-size: 13px;
    line-height: 1.4;
    color: #ccc;
    padding-right: 52px;
 }

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.phone {
  margin-top: 10px;
  font-weight: bold;
}

.social-icons {
  display: inline-flex;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.social-icons img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
  cursor: pointer;
}


.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 10px;
  font-size: 14px;
  color: #aaa;
}

.footer-logo {
  width: 16%;
  margin-bottom: 20px;
      color: #fff;
}

.c_home {
  text-decoration: none;
}


.services-carousel .item {
  position: relative;
  background: #fff;
  border-radius: 17px;
    text-align: center;
    margin: 8px
}

.services-carousel .item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}


.products-carousel .item {
  position: relative;
  background: #fff;
  border-radius: 17px;
  text-align: center;
  margin: 8px;
  height: 100%;
}

.products-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.products-carousel .owl-item {
  height: 100%;
  display: flex;
}

.products-carousel .card {
  width: 100%;
  margin: 0;
}

.products-carousel .item img {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  object-fit: contain;
}


.owl-dots {
    text-align: center;
}
button.owl-dot {
   width: 10px;
    height: 10px;
    margin: 24px 4px 0;
    background: #fff !important;
    border-radius: 50%;
    opacity: 0.7;
    transition: all 0.3s ease;
    border: 1px solid #038f27 !important;
}
button.owl-dot.active {
    background: #038f27 !important;
    opacity: 1;
}
.service-head, .service-desc, .testimonials-header {
  text-align: left;
}

.footer .phone img {
  width: 16px;
  height: 14px;
  vertical-align: middle;
  margin-right: 7px;
  filter: grayscale(1) brightness(2);
}

.footer-address-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}
.footer-address-label {
  font-size: 14px;
  color: #19af37;
}
.footer-address-details {
  font-size: 13px;
  color: #ccc;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-address-details br {
  line-height: 1.6;
}

div#form-success-message, div#form-success-message2 {
      font-size: 13px;
}
.contact-form input:-webkit-autofill,
.contact-form textarea:-webkit-autofill,
.contact-form select:-webkit-autofill, .contact-form textarea:focus, .contact-form textarea:focus-visible {
  -webkit-box-shadow: 0 0 0 1000px #222 inset !important;
  -webkit-text-fill-color: #888 !important;
  background-color:transparent !important;
  color: #888 !important;
  transition: background-color 5000s ease-in-out 0s;
}
/* .contact-form textarea:focus-visible {
    outline: none;
    border-color: #038f27;
} */

/* WP Contact form 7 */
.wpcf7-spinner {
    background-color: #038f27 !important;
    position:absolute;
  }
  .wpcf7-response-output {
    margin: 0 !important;
    color: #fff ;
}