@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "montserrat", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



:root {
  --green: #009234;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  margin-bottom: 0px;
  text-align: justify;
}


ul {
  padding: 0px;
  margin: 0;
}

ul li {
  list-style: none;
}



section {
  padding: 50px 0px;
}

@media(max-width: 767px) {
  section {
    padding: 20px 0px;
  }

  p {
    font-size: 14px;
    text-align: justify;
  }
}



/* fixed icon css start */
.fixed-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fixed-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out;
  text-decoration: none;
}

.fixed-icons a:hover {
  transform: scale(1.1);
}

.call-icon {
  background-color: #007bff;
}

.whatsapp-icon {
  background-color: #25d366;
}

/* fixed icon css end */






/* topbar css start */
.topbar {
  display: flex;
  justify-content: space-around;
  background-color: var(--green);
  color: #fff;
  padding: 7px;
}

.topbar-email-name {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 10px;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.icon-wrapper i {
  font-size: 17px;
  color: #fff;
}

.name-email p {
  margin-bottom: 0;
  font-size: 15px;
}

.name-email a {
  color: #fff;
}

.email-add {
  font-size: 13px !important;
}

@media (max-width: 767px) {

  .topbar {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    padding: 5px 0;
    text-align: center;
  }

  .topbar-email-name {
    gap: 5px;
    padding-left: 0;
    justify-content: center;
  }

  .name-email p,
  .name-email a {
    font-size: 10px;
  }

  .topbar-icon {
    justify-content: center;
    flex-wrap: wrap;
  }

  .icon-wrapper i {
    font-size: 12px;
  }

  .topbar-icon a {
    width: 20px;
    height: 20px;
  }

  .topbar-icon i {
    font-size: 10px;
  }

  .location-phn {
    display: none;
  }

}

/* topbar css end */






/* navbar css start */

.navbar {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: sticky;
}

.navbar-brand img {
  height: 80px;
}

.navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: 500;
  transition: 0.4s ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--green);
}

.nav-btn {
  background-color: var(--green);
  color: #fff;
  padding: 9px 20px;
  font-weight: 500;
  border-radius: 50px;
}

.active {
  color: var(--green) !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 15px !important;
}

.carousel-item img {
  width: 100%;
}

.dropdown-menu .dropdown-item {
  font-weight: 500;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--green);
  color: #fff;
}

@media(max-width: 767px) {
  .navbar-brand img {
    height: 50px;
  }
}

/* navbar css end */



/* subpage banner start */

.sub-page {
  background: linear-gradient(to right, #1a1a1a0e, #0000000a), url(../img/banner/sub-lavith-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sub-page-heading {
  padding: 100px 50px;
  text-align: start;
}

.sub-page-heading h1 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
}


.sub-page-heading p a,
.sub-page-heading p i {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

@media(max-width: 768px) {
  .sub-page-heading h1 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
  }

  .sub-page-heading {
    padding: 20px 0px;
    text-align: start;
  }

  .sub-page-heading p a,
  .sub-page-heading p i {
    text-decoration: none;
    color: #000;
    font-size: 12px;
  }

}

/* sub page banner end */



/* products activity css start */

.activity-card {
  transition: transform 0.5s ease;
}

.activity-card:hover {
  transform: translateY(-7px);
}

.products-activity {
  background-color: #EFF3F5;
}

.activity-card-post {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.activity-card-post img {
  width: 100px;
}

.activity-card-name h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media(max-width: 767px) {
  .activity-card-name h3 {
    font-size: 12px;
  }

  .activity-card-post img {
    width: 50px;
  }

  .activity-card-post {
    display: flex;
    justify-content: center;
    margin-bottom: 3px;

  }

  .activity-card {
    margin-bottom: 20px;
  }
}

/* products activity css end */




/* products section css start */

.product-section {
  background-color: #0C0C0C;
}

.heading-line {
  height: 3px;
  width: 50px;
  background-color: var(--green);
  display: inline-block;
}

.product-manufactring {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.product-manufactring-name h2 {
  font-size: 17px;
  color: #5a5959;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.product-manufactring-name h3 {
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}



.product-card-post {
  margin-bottom: 15px;
}

.product-card-name p {
  color: #8b8b8b;
  text-align: center;
  margin-bottom: 20px;
}

.product-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}

.product-card-btn a {
  background-color: var(--green);
  color: #fff;
  padding: 4px 10px;
  font-size: 15px;
  border-radius: 2px;
  font-weight: 500;
}

.product-card-btn:hover {
  transform: scale(1.07);
}

@media(max-width: 767px) {
  .product-manufactring-name h2 {
    font-size: 14px;
    color: #5a5959;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .product-manufactring-name h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
  }

  .product-manufactring {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
  }
}

/* products section css end */



/* about us css start */

.about-content h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0px;
  color: var(--green);
}

.about-content h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 28px;
}

.about-para {
  margin-bottom: 30px;
  text-align: justify;
}

.about-blew-post img {
  height: 90px;
  margin-bottom: 12px;
}

.blew-name h3 {
  font-size: 22px;
  font-weight: 600;
}

.about-btn {
  background-color: #000;
  color: var(--green);
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.4s ease-in-out;

}

.about-btn:hover {
  background-color: var(--green);
  color: #fff;
}


.about-para h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-para ul li {
  font-size: 14px;
  line-height: 2;
}

.about-post {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}



@media(max-width: 767px) {
  .about-blew-post img {
    height: 60px;
    margin-bottom: 8px;
  }

  .blew-name h3 {
    font-size: 13px;
  }

  .about-blew-post {
    text-align: center;
  }

  .about-content h2 {
    font-size: 20px;
    font-weight: 600;
  }

  .about-content h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .about-para {
    margin-bottom: 10px;
  }

  .about-post img {
    padding-top: 10px;
  }

  .about-btn {
    padding: 6px 12px;
    font-size: 14px;
  }

  .about-para ul li {
    font-size: 12px;
    line-height: 2;
  }

  .about-para h3 {
    font-size: 17px !important;
    font-weight: 600;
    margin-bottom: 10px;
  }

}

/* about us css end */


/* mision vision css start */

.mission-vision-section {
  overflow: hidden;
}



.mission-box {
  background: linear-gradient(135deg, #009234, #00c95a);
  min-height: 350px;
}

.vision-box {
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
  min-height: 350px;
}

.content {
  padding: 40px;
}

.mission-box .content h2,
.vision-box .content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.mission-box .content h2 i,
.vision-box .content h2 i {
  margin-right: 10px;
}

.mission-box .content p,
.vision-box .content p {
  line-height: 1.8;
  max-width: 500px;
}

.mission-box .content {
  animation: slideInLeft 1s ease-in-out;
}

.vision-box .content {
  animation: slideInRight 1s ease-in-out;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media(max-width: 767px) {

  .mission-box .content h2,
  .vision-box .content h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
  }

}

/* mision vision css end */





/* sub-products css start */

.product-card-sub {
  border: 1px solid rgba(175, 172, 172, 0.66);
  text-align: center;
  padding: 10px 5px;
  position: relative;
  overflow: hidden;

}


.product-card-sub .product-img {
  position: relative;
  margin-bottom: 20px;
}

.product-card-sub .product-img img {
  transition: 0.5s ease-in-out;
}

.product-card-sub:hover img {
  transform: scale(1.03);
  transition: 0.5s ease-in-out;
}

.product-card-sub .product-text h3 {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.5s ease-in-out;
}

.product-card-sub .product-text h3:hover {
  color: var(--green);
  transition: 0.5s ease-in-out;
}

.product-card-sub .product-text p {
  color: var(--green);
  font-weight: 500;
  text-align: center;
}

.product-card-sub .product-text p:hover {
  color: rgb(18, 223, 52);
}

@media screen and (max-width: 991px) {
  .product-card-sub {
    padding: 10px 5px;
    height: 500;
  }

  .product-card-sub .product-text h3 {
    font-size: 14px;
  }

  .product-card-sub {
    margin-bottom: 25px;
  }

  .product-card-sub .product-text p {
    text-align: center;
  }


}

/* sub-products css end */


/* why choos us css start */
.why-choose {
  background: linear-gradient(135deg, #2b2b2b, #272727);
}

.choose-card {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 30px 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.choose-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 146, 52, 0.25);
}

.icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #009234;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.choose-card:hover .icon-box {
  background: #006e26;
}

.choose-card h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.choose-card p {
  line-height: 1.6;
}

@media(max-width: 767px) {
  .choose-card {
    margin-bottom: 25px;
  }

  .choose-card {
    padding: 20px 20px;
  }

  .icon-box {
    height: 60px;
    width: 60px;
    font-size: 25px;
  }

  .choose-card h4 {
    font-size: 20px;
  }
}

/* why choos us css end */


/* service css start */


.all-sec-heading {
  margin-bottom: 50px;
}

.all-sec-heading h2 {
  font-size: 35px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 0px;
}

.all-sec-heading p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.service-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover img {
  transform: scale(1.1);
}

.service-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(2, 99, 36, 0.9), rgba(0, 146, 51, 0.884));
  color: #fff;
  padding: 25px;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  text-align: center;
}

.service-card:hover .overlay {
  transform: translateY(0);
}

.service-card h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-card p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.btn-service {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 25px;
  background: #fff;
  color: #009234;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.btn-service:hover {
  background: #e6ffe6;
}

@media(max-width: 767px) {
  .all-sec-heading {
    margin-bottom: 22px;
  }

  .service-card {
    margin-bottom: 25px;
  }

  .all-sec-heading h2 {
    font-size: 25px;

  }

  .all-sec-heading p {
    font-size: 14px;
  }

  .service-card p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .service-card h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
  }
}

@media(max-width: 991px) {
  .service-card {
    margin-bottom: 25px;
  }

  .choose-card {
    margin-bottom: 25px;
  }
}

/* service css end */



/* contact section css start */

.contact-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6)), url(../img/contact-us/contact-bg-img-lavith.jpg) no-repeat center center/cover;
  color: #fff;
}

.contact-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
}

.contact-detail {
  margin-bottom: 22px;
}

.contact-detail h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}

.contact-add {
  margin-bottom: 25px;
}

.contact-add p {
  line-height: 1.9;
}

.contact-add p i {
  padding-right: 5px;
}

.contact-sec-icon {
  display: flex;
  gap: 15px;
}

.contact-sec-icon a {
  font-size: 26px;
  color: #fff;
  transition: 0.4s ease-in-out
}

.contact-sec-icon a:hover {
  color: var(--green);
}




.contact-form {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.contact-form h4 {
  color: #fff;
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-size: 14px;
}

.contact-form .form-control:focus {
  box-shadow: 0 0 10px rgba(0, 146, 52, 0.6);
}

.btn-contact {
  background: #009234;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  padding: 12px;
  transition: 0.3s;
}

.btn-contact:hover {
  background: #006e26;
}


@media(max-width: 767px) {
  .contact-detail h2 {
    font-size: 24px;
  }

  .contact-add {
    margin-bottom: 20px;
  }

  .contact-sec-icon {
    margin-bottom: 20px;
  }

  .contact-form h4 {
    font-size: 18px;
  }

  .contact-form .form-control {
    padding: 9px;
    font-size: 12px;
  }
}





/* captcha start */
.captchasep1 {
  display: flex;
}

.captchasep1 input {
  width: 100% !important;
  margin-top: 0 !important;
  height: 50px;
}

.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 9px;
  font-style: italic;
  font-size: 18px;
  padding: 10px;
  height: 100%;
  /* color: #fff; */
  font-weight: bolder !important;
}

@media (max-width: 768px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 24px;
  }

  .captchasep1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 18px;
  }
}

.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  background: transparent;
  height: 100%;
  border: none;
  font-weight: bolder;
}

.captchasep1 .captcha-codes-sec button i {
  background: #000;
  color: #fff;
  padding: 3px;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  .captchasep1 {
    display: flex;
    flex-direction: column !important;
  }

  .captchasep1 .captcha-codes-sec {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    margin-top: 3px;
  }
}




/* contact page  */
.lavith-map iframe {
  width: 100%;
  height: 450px;
  border: 4px solid #000;
}

.main-page-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.contact-page-no {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 0px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.contact-page-no p {
  text-align: center;
  font-weight: 600;
}

.contact-page-no span {
  font-size: 25px;
}

@media(max-width: 767px) {
  .lavith-map iframe {
    height: 250px;
  }
}


/* contact section css end */




/* success style start */
.success-form {
  padding: 50px 0;
}

.success-form .success-head {
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 50px 10px;
}

.success-form .success-head i {
  color: #87bd48;
  font-size: 100px;
  border: 10px solid #87bd48;
  border-radius: 50%;
  padding: 15px 22px;
}

.success-form .success-head h1 {
  color: #155391;
  margin: 13px 0 0;
}

.success-form .success-head p {
  margin-bottom: 28px !important;
}

.success-form .success-head a {
  background: var(--green);
  color: #fff;
  padding: 10px 20px;
}

/*success style end */




/* blog-section start */

.blog-card .card-img {
  position: relative;
}

.blog-card {
  padding: 10px;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;

}



.blog-card .card-img .date-overlay {
  position: absolute;
  bottom: 0%;
  margin-bottom: 15px;
}

.blog-card .card-img .date-overlay p {
  padding: 7px 15px;
  color: #fff;
  background-color: #000000d3;
}

.blog-card .blog-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.blog-card .blog-content p {
  text-align: justify;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis !important;
  margin-bottom: 15px;
  color: #000;
}

.blog-card .blog-content a {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.blog-caption {
  font-size: 18px;
  font-weight: 500;
}

@media(max-width: 767px) {
  .blog-card .blog-content a {
    font-size: 16px;
  }

  .blog-card .blog-content h3 {
    font-size: 16px;
  }
}

/* blog-section end */




/* blo-detail css start */

.blog-details-big-img {
  box-shadow: #8c0d0d1a 0px 4px 12px;
  padding: 10px;
  margin-bottom: 5px;
}

.recent-link {
  text-decoration: none;
}

.blog-content h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 12px;
}

.recent-content h3 {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}

.recent-content p {
  color: #000;
  font-size: 14px;
}

.recent-content p i {
  color: var(--green);
  padding-right: 4px;
}


.recent-blog {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dotted var(--green);

}

@media(max-width: 767px) {
  .recent-content h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
  }

  .blog-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
  }
}





/* blo-detail css end */


/* faq css start */
.main-card-faq {
  background-color: var(--green);
  color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-section .accordion-button {
  font-weight: 600;
  font-size: 16px;
  background-color: #f4f6fa;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  color: var(--green);
  background-color: #e9f7fb;
}

.faq-section .accordion-body {
  font-size: 15px;
  color: #444;
  background-color: #fff;
}

.faq-heading h2 {
  font-size: 26px;
}

.faq-heading p {
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .main-card-faq {
    margin-bottom: 20px;
  }

  .form-box {
    padding: 15px !important;
  }

  .faq-heading h2 {
    font-size: 20px;
  }

  .faq-heading p {
    font-size: 14px;
    line-height: 1.6;
  }

  .faq-section .accordion-body {
    font-size: 13px;
    color: #444;
    background-color: #fff;
  }

  .faq-section .accordion-button {
    font-size: 13px;
  }
}

/* faq css end */



/* enquire page section start here */

.left-panel {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 25px;
}

.related-pro-img {
  width: 100px;
  border-radius: 8px;
}

.right-panel {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
  position: sticky;
  top: 10%;
}

.right-panel h3 {
  font-size: 20px;
  font-weight: 600;
}

.product-detail h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-detail p {
  margin-bottom: 30px;
}

.product-detail h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-detail ul {
  margin-bottom: 25px;
}

.product-detail ul li {
  line-height: 1.8;
  font-weight: 500;
  font-size: 16px;
}


.dimension-post {
  display: flex;
  justify-content: center;
  align-items: center;
}



.related-product {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid gainsboro;
  padding: 4px;
}

.related-product a {
  color: var(--green);
  font-size: 14px;
}

.related-product a {
  text-decoration: none;
}



.enquiry-section {
  margin: 30px;
}




/* dimension */
.dims-wrap {
  max-width: 420px;
  margin-bottom: 25px;

}



.dims-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000;
  font-size: 13px;
}

.dims-table th,
.dims-table td {
  border: 1px solid #000;
  padding: 8px 10px;
  vertical-align: middle;
}

.dims-table thead th {
  font-weight: 700;
  background: #f2f2f2;

}

.dims-table th.center,
.dims-table td.center {
  text-align: center;
}

.dims-table td.left,
.dims-table th.left {
  text-align: left;
}

/* dimension */





@media (max-width:768px) {
  .enquiry-section {
    margin: 30px 5px;
  }

  .product-detail ul li {
    font-size: 10px;
  }

  .product-detail p {
    margin-bottom: 13px;
  }

  .product-detail h3 {
    margin-bottom: 10px;
  }

  .product-detail ul {
    margin-bottom: 13px;
  }

  .product-detail h2 {
    font-size: 20px;
  }

  .right-panel h3 {
    font-size: 17px;
    font-weight: 600;
  }

}


.contact-form-box {
  background: #fff;
  flex: 1;
  padding: 60px 40px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
  border-radius: 8px;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  max-width: 500px;
}

.contact-form-box h2 {
  color: #07374d;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-form-box p {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 25px;
}

.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 1px;
  border: none;
  background-color: #f7f7f7;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  resize: none;
}

.contact-form-box button {
  background-color: var(--green);
  color: #fff;
  border: none;
  padding: 2px 15px;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}



@media screen and (max-width: 1024px) {

  .contact-form-box {
    width: 90%;
    max-width: 500px;
  }
}

@media screen and (max-width: 500px) {
  .contact-form-box {
    padding: 30px 20px;
  }



  .contact-form-box input,
  .contact-form-box textarea {
    font-size: 13px;
  }

  .contact-form-box h2 {
    font-size: 20px;
  }



  .contact-form-box {
    max-width: 300px;
  }
}

/* enquiry-section end here */



/* footer section css start */
.footer-section {
  background-color: #000;
  padding: 50px 0px;
}


.links-name a {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.links-name a:hover {
  color: var(--green);
}

.hr {
  color: #fff;
  margin-bottom: 30px;
}

.footer-content {
  margin-bottom: 28px;
}

.footer-content p {
  color: #fff;
  text-align: center;
  line-height: 1.8;
}

.footer-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer-icon a {
  color: #fff;
  font-size: 25px;
  transition: 0.4s ease-in-out;
}

.footer-icon a:hover {
  color: var(--green);
}



@media(max-width: 767px) {
  .row-link-footer {
    margin-bottom: 0px !important;
  }

  .links-name {
    text-align: start;
    margin-bottom: 10px;
  }

  .footer-content {
    margin-bottom: 20px;
  }

  .links-name a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
  }

  .footer-content p {
    color: #fff;
    text-align: justify;
    line-height: 1.8;
  }
}





/* copyright */
.copyright-section {
  background-color: var(--green);
}

.main-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right-side p,
.left-side p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}

.left-side p a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 767px) {
  .footer-line {
    margin-bottom: 10px;
  }

  .main-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .right-side p {
    text-align: center;
  }

  .logo-icon {
    margin-bottom: 20px;
  }

  .right-side p,
  .left-side p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
  }
}

/* footer section css end */