@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

:root {

  --primary-color: #006d34;
}


*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  height: -webkit-fill-available;
  color: #000;
  background-color: #fff;

}

main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none !important;
   font-family: "Poppins", sans-serif;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
}


p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 30px !important;
}

.top-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.top-header .left-menu-header {
  display: flex;
  gap: 20px;

}

.top-header .right-menu-header {
  display: flex;
  gap: 20px;
}




.right-menu-header .top-menu-icon .facebook-icon svg {
  background-color: #4267B2;
  color: rgb(255, 255, 255);
  padding: 6px;
}

.right-menu-header .top-menu-icon .x-icon svg {
  background-color: #000;
  color: rgb(255, 255, 255);
  padding: 6px;
}

.right-menu-header .top-menu-icon .x-icon svg:hover {

  color: #000;
  background-color: #ffffff;
}

.right-menu-header .top-menu-icon .facebook-icon svg:hover {

  color: #4267B2;
  background-color: #fff;
}



.main-top-header {
  background-color: #ffffff;
}

.top-menu-icon {
  display: flex;
  align-items: center;

}

.left-menu-header .top-menu-icon svg {
  background-color: #fff;
  color: #006d34;
  padding: 8px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 12px;
}


.left-menu-header .top-menu-icon a {
  color: #fff;
}

/*BANNER SLIDER*/






/*=============================================
=            ABOUT SECTIOn            =
=============================================*/


.sec-title {
  position: relative;
  z-index: 1;
  /* margin-bottom: 20px; */
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 15px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 800;
  /* padding-bottom: 18px; */
}

/* .sec-title h2:before{
  position:absolute;
  content:'';
  left:50% !important;
  bottom:0px;
  width:50px;
  height:3px;
  background-color: #0e435e;

} */

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
  color: #44bce2;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: var(--primary-color);
}

.btn-style-one:hover {
  background-color: #0e435e;
  color: #ffffff;
}

.about-section {
  position: relative;
  padding: 60px 0;
}


.about-section .text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #3f4346;
  font-weight: 400;
}

.about-section .list-style-one {
  margin-bottom: 45px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 15px 20px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 120px;
  padding-bottom: 70px;
}

.about-section .image-column .inner-column:before {
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image: url(../img/home-page-about-bg.png);
  content: "";
}

.about-section .image-column .image-1 {
  position: relative;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
  background-color: #191e34;
}

.about-section .rs-about-btn .rs-btn {
  background-color: var(--primary-color);
  color: #fff;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.about-section .rs-about-btn .rs-btn:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.about-section .icon-box svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}


/*=====  End of ABOUT SECTIOn  ======*/




/*=============================================
=            Home page Form            =
=============================================*/
.form-section .sec-title {
  text-align: center;
}

.form-section .sec-title h2:before {
  left: 10%;
}

.form-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}

.form-box {
  background: white;
  padding: 50px 30px;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-box-form {

  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.input-group {
  position: relative;
  width: 100% !important;
}

.input-group input {
  padding: 12px 12px 12px 40px;
  width: 100% !important;
  border: 2px solid #ccc;
  border-radius: 27px !important;
  font-size: 14px;
  transition: 0.3s ease;
  background-color: #fff;
}

.input-group input:focus {
  border-color: #764ba2;
  outline: none;
  box-shadow: 0 0 6px rgba(118, 75, 162, 0.3);
}

.input-group svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-size: 16px;
  pointer-events: none;
}

.form-box-form button {
  padding: 12px 20px;
  /* background: linear-gradient(to right, #667eea, #764ba2); */
  background-color: var(--primary-color);
  color: white;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 27px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100% !important;
}



.form-box button:hover {
  background: #000;
}

@media (max-width: 768px) {
  .form-box {
    flex-direction: column;
    align-items: stretch;
  }



  .form-box button {
    width: 100%;
  }
}

/*=====  End of Home page Form  ======*/





/*=============================================
=            why choose css            =
=============================================*/



/*=====  End of why choose css  ======*/



/*=============================================
=            product section            =
=============================================*/
/* .rs-portfolio-area .sec-title{
text-align: center;
color: ;
}
.rs-portfolio-area  .sec-title h2:before{
left: 50%  !important;
}

.rs-portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.4s ease-in-out;
}


.rs-portfolio-thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

.rs-portfolio-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    color: #fff;
}

.rs-portfolio-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.3;
}

.rs-portfolio-title a {
    color: #fff;
    text-decoration: none;
}

.rs-portfolio-title a:hover {
    color: #00bcd4;
}


.rs-portfolio-tag a {
    font-size: 14px;
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 400;
}

.rs-portfolio-tag a:hover {
    text-decoration: underline;
}



.rs-services-text-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.rs-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 6px;
    background-color: #00bcd4;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease;
}

.rs-btn:hover {
    background-color: #0097a7;
    transform: scale(1.05);
}


.icon-box {
    display: flex;
    margin-left: 8px;
}

.icon-box svg {
    width: 16px;
    height: 16px;
    fill: var(--primary-color);
}



.rs-portfolio-area .rs-portfolio-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--primary-color), transparent);
  z-index: 1;
  border-radius: 12px;
  opacity: 0; 
  transition: all 0.5s linear; 
}

.rs-portfolio-area a:hover .rs-portfolio-thumb::after {
  opacity: 0.2; /* show on hover
} */



.products-section {
  background-color: #fff;
}

.section-subtitle {
  color: #009150;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111;
}

.product-card {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-title {
  font-size: 20px;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
  color: #000;
}

.product-desc {
  font-size: 16px;
  color: #555;

}

.btn-success {
  background-color: #007a3d;
  border: none;
}

.btn-success:hover {
  background-color: #005f2d;
}






/*=====  End of product section  ======*/






/* Section base styling */
.rs-about-area {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

/* Image wrapper with overlap and layering */
.rs-about-thumb-wrapper {
  position: relative;
  padding-right: 30px;
}

.rs-about-thumb.img-one {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.rs-about-thumb.img-one img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.rs-about-thumb.img-two {
  position: absolute;
  left: -40px;
  top: -40px;
  z-index: 1;
  width: 200px;
}

.rs-about-thumb.img-two img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

/* Decorative shapes */
.rs-about-shape-one {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 0;
}

.rs-about-shape-two {
  margin-top: 20px;
  margin-left: 50px;
}

/* Section subtitle */
.rs-section-subtitle {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #0d3e45;
}

.rs-section-subtitle svg {
  margin-right: 8px;
}

/* Section title */
.rs-section-title {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.rs-section-title+.descrip {
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 25px;
}

/* Feature list */
.rs-about-feature-list ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}

.rs-about-feature-list ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;

  gap: 10px;
}

.rs-about-feature-list ul li i {
  color: #18a558;
  font-size: 16px;
  margin-right: 8px;
}

.rs-about-thumb-wrapper img {
  border-radius: 30px;
}



/* Button and author */
.rs-about-btn .rs-btn {
  background-color: #fff;
  color: var(--primary-color);
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.rs-about-btn .rs-btn:hover {
  background-color: var(--primary-color);
}

.rs-portfolio-area {
  padding: 60px 0;
  background: #fff;
}

.rs-portfolio-item {
  position: relative;
  /* border-radius: 12px; */
  overflow: hidden;
  /* box-shadow: 0 0 20px rgba(0,0,0,0.1); */
}

.rs-portfolio-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.rs-portfolio-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.rs-portfolio-tag {
  background: #ff5c00;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.rs-portfolio-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.rs-btn {
  background: #ff5c00;
  color: #fff;
  padding: 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.rs-btn:hover {
  background: #000;
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 15px !important;
  color: #fff;
  font-weight: 700;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: var(--primary-color) !important;
  width: 40px !important;
  height: 40px !important;
}


.rs-about-area {
  background-color: var(--primary-color);
}

/*=============================================
=            Footer css            =
=============================================*/


.footer-links li {
  margin-bottom: 6px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 600;
}

.footer-links li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-icon {
  width: 36px;
  height: 36px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s ease;
}


.footer {
  background-color: #000;
}



.footer-about p {
  color: #fff;
}

.footer-contact {
  display: flex;

}

.footer-contact .footer-contact-icon svg {
  color: var(--primary-color);
  background-color: #fff;
  padding: 5px;
  margin-top: 5px;


}

.footer-contact p {
  padding-left: 10px;
}

.footer-contact p {
  color: #fff;
}

.footer-contact a {
  color: #fff;
}

.footer-contact a:hover {
  color: #d1d1d1;

}

.footer-about h5 {
  margin-bottom: 25px;
  font-size: 18px;
  color: var(--primary-color);
}


.footer-icon:nth-child(1) {
  background-color: #1877F2;
  color: #fff;
}

.footer-icon:nth-child(2) {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
}

.footer-icon:nth-child(3) {
  background-color: #FF0000;
  color: #fff;
}

.footer-icon:nth-child(4) {
  background-color: #fff;
  color: #000;
}

/*=====  End of Footer css  ======*/
.last-nav {
  display: none;
}


@media only screen and (min-width:320px) and (max-width:767px) {

.top-header{
  display: block;
}
.top-menu-icon{
  display: none;
}
  .last-nav {
    display: block;
  }

  .menu-block {
    display: none;
  }

  .about-section .content-column .inner-column {
    padding-left: 0px;
    margin-top: 20px;
  }

  .rs-about-thumb-wrapper {
    padding-right: 0px;
  }

  .navbar {
    flex-wrap: nowrap !important;
  }
}

@media only screen and (min-width:767px) {
  .nav-top-header {
    margin: 10px 0px;
  }
}



















/*=============================================
=            About page css start            =
=============================================*/

.breadcrumb-area h1 {
  padding: 80px 0px;
  color: #fff;
  margin-bottom: 0px ;
  font-size: 55px;
  font-weight: 800;
}

.feature-list li {
  font-weight: 500;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-list li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
   font-family: "Poppins", sans-serif;

}

.feature-list svg {
  color: var(--primary-color);
  margin-right: 8px;
}


/*=====  End of About page css start  ======*/





/*=============================================
=            product page css            =
=============================================*/


.product-section {
  padding: 40px 0;
  /* background-color: #f9f9f9; */
}

.product-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.product-text {
  flex: 1 1 50%;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.product-text h2 {
  font-size: 2rem;
  color: #006d34;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.product-text h2 i {
  color: #006d34;
  font-size: 1.5rem;
}

.product-text p {
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #555;
}

.product-image {
  flex: 1 1 45%;
  text-align: center;
}

.product-image img {
  width: 100%;
  max-width: 500px;
  margin: auto;
  border-radius: 16px;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
  transition: transform 0.4s ease;
}

.product-image img:hover {
  transform: scale(1.03);
}


.image-box img {
  border: 3px solid var(--primary-color);
}




.product-text ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.product-text ul li {
  margin-bottom: 0.8rem;
  color: #222;
  font-weight: 500;
}

.product-text ul li i {
  color: #00a650;
  margin-right: 10px;
}

.product-image {
  flex: 1 1 40%;
  /*display: flex;*/
  justify-content: center;
}



.image-box img {
  width: 100%;
  /* max-width: 400px; */
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
}

.image-box img:hover {
  transform: scale(1.01);
}

.mans {

  border-radius: 10px;
  padding: 20px;
}


.mans ul {
  list-style-type: none;
  padding-left: 0;
}



.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.two-ul {
  display: flex;
  justify-content: space-between;
}

.product-text h5 strong {
  color: #000;
}

.product-text ul li svg {
  color: var(--primary-color);
  padding-right: 10px;
}


.product-section li {
  display: flex;
  align-items: flex-start;
  /* 💡 This keeps star aligned to top */
  gap: 10px;
  margin-bottom: 1rem;
}

.product-section .icon {
  color: green;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 3px;
  /* Adjust if needed */
}


/*=====  End of product page css  ======*/




/*=============================================
 =            Contact Us             =
 =============================================*/

.contact-form-box {
  background: var(--primary-color);
  border-radius: 8px;
  color: #000;
}

.contact-form-box h5 {
  font-weight: 600;
}

.form-control {
  background-color: #f6f8fb;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
}


.btn-submit {
  background-color: #026734;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  padding: 10px;
}

.btn-submit:hover {
  background-color: #014f27;
}

.contact-info {
  /* background-color: var(--primary-color); */
  /* padding: 40px; */
}

.contact-info h4 {
  font-weight: 700;
  color: var(--primary-color) !important;
  text-transform: capitalize;
}

.contact-info h6 {
  font-weight: 800;
  color: var(--primary-color) !important;
}

.contact-info p {
  color: #000000 !important;
}

.info-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.info-block .icon {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.contact-form-box h4 {
  color: #fff !important;
}

.btn-submit {
  background-color: #fff !important;
  color: var(--primary-color) !important;
  font-weight: 700 !important;
}

.info-block a {
  color: #000;

}

.info-block a:hover {
  color: var(--primary-color);

}

/*=====  End of Contact Us   ======*/




/*=============================================
 =            Gallery section css            =
 =============================================*/
#gallery {
  padding-top: 2rem;
  padding-bottom: 2rem;
}



/* Filterable Gallery */
.gallery_tabs {
  background-color: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 0.8rem;
  padding: 1.2rem;
  /*border-radius: 0px 50px 0px 50px;
    box-shadow: var(--box-shadow);*/
}

.gallery_tabs li {
  padding: 0.7rem 2rem;
  border-radius: 0px 50px 0px 50px;
  font-size: 0.95rem;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  color: #fff;
  background-color: rgb(255, 95, 47);
  background-image: linear-gradient(315deg, #e1e3e4 0%, #b621fe 74%);
  box-shadow: 5px 2px 5px rgb(102, 102, 101);
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery_tabs li.active,
.gallery_tabs li:hover {
  background-color: rgb(255, 95, 47);
  background-image: linear-gradient(315deg, #e1e3e4 0%, salmon 74%);
  color: #fff;
}

.gallery_tabs li.active {
  background-color: var(--main-color);
}

.gallery_tabs li.active:hover {
  background-color: rgb(255, 95, 47);
  background-image: linear-gradient(315deg, #e1e3e4 0%, #b621fe 74%);
}

.gallery_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 768px) {
  .gallery_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
  .gallery_wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}

.gallery_item {

  /* box-shadow: 5px 5px 5px rgb(102, 102, 101, 0.3); */
  border:  4px solid var(--primary-color);
  cursor: pointer;
  overflow: hidden;
}

/* when the gallery_item has 'show' class */
.gallery_item.show {
  animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* when the gallery_item has 'hide' class */
.gallery_item.hide {
  display: none;
}

.gallery_item img {
  transition: transform 0.3s ease;
}

.gallery_item:hover img {
  transform: scale(1.1);
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

/* when the lightbox is open */
.lightbox.open {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.lightbox_wrapper {
  display: grid;
  place-items: center;
  min-height: calc(100% - 3rem);
  margin: 1.5rem;
}

@media (max-width: 575.98px) {
  .lightbox_wrapper {
    margin: 0.5rem;
    min-height: calc(100% - 1rem);
  }
}

.lightbox_content {
  box-shadow: var(--box-shadow);
  max-width: 700px;
  width: 100%;
  border-radius: 0px 50px 0px 50px;
  text-align: center;
  overflow: hidden;
  transform: scale(0);
  transition: transform 0.5s ease;
}

/* when Lightbox is open then lightbox-content will... */
.lightbox.open .lightbox_content {
  transform: scale(1);
}

/* lightbox-close-btn */
.lightbox_close {
  position: absolute;
  top: 3vh;
  right: 3vw;
  z-index: 999;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.lightbox_close span {
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  margin-bottom: -1.5px;
  background-color: #ddd;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.lightbox_close:hover span {
  opacity: 1;
}

.lightbox_close span:first-child {
  transform: rotate(45deg);
}

.lightbox_close span:last-child {
  transform: rotate(-45deg);
}

.lead {
  font-size: 1.5rem;
  font-weight: 300;
}



/*=====  End of Gallery section css  ======*/




/*=============================================
 =            header css            =
 =============================================*/


.navbar {

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 !important;
  position: relative;

}

.navbar .logo img {
  /* max-width: 180px; */
  height: auto;
}

.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
   font-family: "Josefin Sans", sans-serif;
   padding: 15px 20px 15px 20px;

}

.nav-links li a:hover {
  background-color: #fff;
  color: var(--primary-color) !important;
}

.brochure-btn {
  background-color: #4CAF50;
  border-radius: 4px;
  margin-left: 10px;
  color: #fff !important;
}

.brochure-btn:hover {
  background-color: #45a049;
}

/* Dropdown styles - Desktop */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  width: 600px;
  left: -10rem;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  z-index: 1000;
  columns: 2;
  column-gap: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.dropdown-menu li {
  break-inside: avoid;
  padding: 5px 0;
  display: flex;
}

.dropdown-menu li a {
  color: #000 !important;
  padding: 3px 0;
  white-space: nowrap;
  font-weight: 500;
  text-transform: capitalize !important;
}
.dropdown-menu li a:hover{
color: var(--primary-color) !important;
}



/* Desktop hover behavior */
@media (min-width: 1200px) {
  .dropdown-parent:hover .dropdown-menu {
    display: block;
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    padding: 20px;
  }

  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out;
  }

  .mobile-dropdown-toggle {
    display: none !important;
  }
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  background-color: var(--primary-color);
  border-radius: 4px;
}

.menu-toggle span {
  height: 3px;
  width: 25px;
  background-color: white;
  margin: 3px 0;
  transition: all 0.3s ease;
}

.mobile-dropdown-toggle {
  display: none;
}

/* Mobile responsive styles (320px - 1199px) */
@media (max-width: 1200px) {
  .navbar {
    padding: 10px 0 !important;
  }



  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: var(--primary-color);
    flex-direction: column;
    align-items: flex-start;
    /* padding: 60px 0 20px; */
    transition: left 0.3s ease;
    z-index: 999;
    overflow-y: auto;
  }

  .nav-links.active {
    left: 0;
  }

  .nav-links li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-links li a {
    /* padding: 15px 20px; */
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
  }

  .menu-toggle {
    display: flex;
    z-index: 1001;
  }

  /* Mobile dropdown */
  .dropdown-menu {
    position: static !important;
    width: 100%;
    columns: 1;
    padding-left: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
  }

  .dropdown-menu.show {
    max-height: 220vh;
    overflow-y: auto;
  }

  .dropdown-menu li {
    padding: 0;
    border-bottom: none;
  }

  .dropdown-menu li a {
    color: var(--primary-color);
    /* padding: 12px 30px; */
    background-color: transparent;
    font-size: 15px;
    white-space: normal;
  }

  .dropdown-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .mobile-dropdown-toggle {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    transition: transform 0.3s ease;
  }

  .mobile-dropdown-toggle.rotate {
    transform: rotate(45deg);
  }

  .brochure-btn {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    width: calc(100% - 40px);
    margin: 10px 20px;
  }

  /* Hamburger to X animation */
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Mobile close button */
  .mobile-close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 1002;
    background: none;
    border: none;
  }
}

/* Extra small devices (320px - 575px) */
@media (max-width: 575px) {

  .nav-links li a {
    /* padding: 12px 15px; */
    font-size: 15px;
  }

  /* .dropdown-menu li a {
    padding: 10px 25px;
  } */

  .brochure-btn {
    padding: 10px 15px;
  }
}

@media only screen and (min-width:32px) and (max-width:767px) {
  .navbar .logo img {
    width: 95%;
  }
}


/* Default desktop styles (position: absolute) */
.dropdown-menu {
  position: absolute;
  /* other desktop styles */
}

/* Mobile override */
@media (max-width: 1199px) {
  .dropdown-menu {
    position: static !important;
    width: 100%;
    /* ensures full width on mobile */
  }
}

/*=====  End of header css  ======*/

.copy-right {
  background-color: #141414;
  padding: 15px 0px;
}

.text-orange {
  color: orangered;
}

.text-orange:hover {
  color: #fff;
}

.contact-location h2 {
  color: var(--primary-color);
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.map-section {
  padding: 40px 0px;
}

.contact-form-box h4 {
  font-weight: 700;
}

.about-section .sec-title h2:before {
  left: 0px !important;
}

.image-column img {
  /* width: 80%; */
  margin: auto;
}

.about-tittle h2 {
  color: #000;
  font-weight: 600;
}

.content-column .inner-column {
  margin-top: 50px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .about-section .image-column .inner-column:before {
    display: none;
  }

  .form-section .form-section .sec-title h2:before {
    left: 50% !important;
  }

  .copy-right p:first-child {
    max-width: 240px;
    text-align: center;
  }
}

@media only screen and (min-width:768px) and (max-width:1199px) {

  .nav-links {
    padding-top: 85px !important;
  }
}

@media only screen and (min-width:767px) and (max-width:1199px) {
  .product-text {
    padding-top: 30px;
  }


}

@media only screen and (min-width:767px) and (max-width:1199px) {


  .product-row-text {
    padding-top: 0px !important;
  }
}

@media only screen and (min-width:1200px) {


  .product-row-text {
    padding-top: 20px !important;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .product-text h2 {

    font-size: 22px;
  }

  .two-ul {
    display: block;
  }

  /* .contact-info{
    padding: 10px;
  } */
  .contact-location {
    padding-top: 20px;
  }
}

@media only screen and (min-width:320px) and (max-width:1199px) {
  .product-text h2 {
    padding-top: 20px;
  }
}

.content-column h3 {
  color: var(--primary-color);
}

.content-column span {
  font-weight: 700;
}

.content-column p {
  line-height: 35px !important;
  font-size: 16px;
}

.product-text ul li div {
  line-height: 30px;
}

.card {
  background-color: var(--primary-color) !important;
}

.card-body h2 {
  color: #fff !important;
}

.btn {
  background-color: #fff !important;
  color: var(--primary-color) !important;
  font-weight: 700 !important;

}

.btn:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}


#formMessage {
  padding: 12px 20px;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

#formMessage.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

#formMessage.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

#formMessage.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

#formMessage.warning {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

/* Loading spinner */
.spinner-border {
  width: 1.2rem;
  height: 1.2rem;
  border-width: 0.15em;
  margin-right: 8px;
  vertical-align: middle;
}

.nav-links li .active {
  background-color: #fff;
  color: var(--primary-color) !important;
}


/*=============================================
=            Quality Css            =
=============================================*/

/* Background image and overlay */
.hero-section {
  background-image: url('../img/quality-bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  height: 70vh;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

/* Text styles */
.subtitle {
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}

.title {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.highlight {
  text-transform: capitalize;
  color: #ffffff !important;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.description {
  font-size: 1.1rem;
  color: #ddd;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.products-section .rs-about-author-info .rs-about-btn a {
  background-color: var(--primary-color);
  color: #fff;
}

.products-section .rs-about-author-info .rs-about-btn a:hover {
  background-color: #fff;
  color: var(--primary-color);
}


/*=====  End of Quality Css  ======*/


.rs-portfolio-thumb a img {
  border: 6px solid var(--primary-color);

}
.footer-links li::before{

  margin-right: 10px;
    content: "\00BB";
    color: var(--primary-color);
    font-size: 20px;
}
.dropdown-menu li::before{
 margin-right: 10px;
    content: "\00BB";
    color: var(--primary-color);
    font-size: 20px;

}


.rs-portfolio-area .sec-title{
  text-align: center;
}


@media only screen and (min-width:320px) and (max-width:1199px){
  .hero-section{
    height: 100vh !important;
  }
}

.main-navbar{
  background-color: var(--primary-color);
}
.top-menu-icon svg{
  background: #fff;
    padding: 10px;
    border-radius: 50%;
    color: var(--primary-color);
}
.top-menu-icon a{
  color: #fff;
  padding-left: 5px;
}
.about-page .image-column .inner-column:before{
  top: 10px;
}

.form-section .sec-title h2{
  padding-bottom: 20px;
}

.product-color{
  background-color: #f7f7f761;
}
.contact-section {
background-color: #000;
padding: 80px;
}

.contact-form {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 60px 40px !important;
  margin: 70px 0px !important;
  max-width: 500px !important;
}

.contact-form .triangle {
  position: absolute;
  top: -40px;
  right: -2px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-bottom: 40px solid var(--primary-color);
  transform: rotate(90deg);
}

.icon-circle {
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

@media (max-width: 992px) {
  .contact-form .triangle {
    border-left: 30px solid transparent;
    border-bottom: 30px solid var(--primary-color);
    display: none;
  }
}
.form-contact-control input, .form-contact-control textarea {
  background-color: #f5f7fa;
  border-radius: 30px;
  border: none;
  padding: 15px;
  
}

.form-contact-control input::placeholder, .form-contact-control textarea::placeholder{
  padding-left: 10px;

}

@media only screen and (min-width:320px) and (max-width:1201px){
  .navbar{
    flex-direction: row-reverse;
  }

}

/* Show menu when menu is toggled (use .nav-open or JS toggle class) */
.navbar.nav-open .nav-links {
  display: flex;
}


/* When menu is open, change lines to X */
.navbar.nav-open .menu-toggle span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar.nav-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.navbar.nav-open .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Responsive visibility */
@media (max-width: 767px) {
  .menu-toggle {
    display: flex;
    position: absolute;
    top: -4rem;
    right: 1rem;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }


  .main-navbar{
    background-color: #fff;
  }
  .nav-links img{
    width: 300px;
    margin: 16px auto 40px;
  }
}

@media only screen and (min-width:1201px){
   .nav-links img{
    display: none !important;
   }
}

@media only screen and (min-width:320px) and (max-width:1200px){
  .dropdown-menu li{
    padding-left: 10px;
  }

.input-group svg{
  top: 40%;
}

}


@media only screen and (min-width:320px) and (max-width:767px){
  .contact-section{
    padding: 0px;
  }
  .icon-circle{
    width: 30px;
    height: 30px;
    font-size: 18px;
    padding: 10px;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px){
   .contact-section{
    padding:60px 30px;
  }
}
@media only screen and (min-width:1024px) and (max-width:1200px){
   .contact-section{
    padding:60px 60px;
  }
}

@media only screen and (min-width:320px) and (max-width:1200px){
  .nav-links li a{
    padding: 10px 20px;
      }
      .nav-links{
        gap: 0px;
      }
}

@media only screen and (min-width:320px) and (max-width:1023px){
  .form-box-form{
  display: block;
 
}
.form-box-form .input-group{
  padding-bottom: 15px !important;
}

}


@media only screen and (min-width:1024px) {
  .input-group svg{
    top: 50%;
  }
}
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}
.about-page{
  padding-bottom: 0px !important;
}

.top-menu-icon a:hover{
color: #fff;
}