:root {
  --white: #fff;
  --black: #000;
  --darkgrey: #434343;
  --font14: 14px;
  --font-16: 16px;
  --regular: 400;
  --light: 300;
  --medium: 500;
  --bold: 700;
  --blackweight: 900;
  --bodyfont: "Rubik", sans-serif;
  --headingfont: "Prata", serif;
  --red: #ed1b23;
  --transition: 300ms ease all;
  --yellow: #fec512;
  --titlecolor: #121212;
  --light-red: #fffbfb;
}
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.7;
  font-size: var(--font-16);
  font-family: var(--bodyfont);
  color: var(--darkgrey);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headingfont);
  margin: 0;
  margin-bottom: 20px;
  transition: var(--transition);
  color: var(--titlecolor);
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 22px;
}
.newsletter-section,
.slick-slider button.slick-arrow,
.about-content,
figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
a {
  text-decoration: none;
  color: var(--darkgrey);
  display: inline-block;
  transition: var(--transition);
}
a:hover,
a:focus {
  color: var(--yellow);
}
img {
  max-width: 100%;
  height: auto;
}
.quick-links ul,
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.btn {
  background-color: var(--red);
  padding: 12px 40px;
  border-radius: 5px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  transition: var(--transition);
  font-weight: var(--medium);
  letter-spacing: 1px;
}
.btn:hover,
.btn:focus {
  background-color: var(--yellow);
  color: var(--white);
}
.section-padding {
  padding: 100px 0;
}
.section-title-wrapper {
  margin-bottom: 50px;
}
.section-title-wrapper p {
  max-width: 480px;
  margin: 0 auto;
}
section {
  position: relative;
}
.absolute_image {
  position: absolute;
  bottom: 0;
  right: 40px;
  opacity: 0.6;
}
.absolute_image img {
  max-width: 150px;
}
/* header css */
/* ================================= */
header {
  padding: 15px 25px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: var(--transition);
}
header.sticky {
  padding: 10px 25px;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
header.sticky nav ul li a {
  font-size: var(--font14);
  margin: 0 15px;
  color: var(--titlecolor);
}
header.sticky .logo img {
  max-width: 90px;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  padding: 3px 0;
  margin: 0 20px;
  color: var(--white);
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  transition: var(--transition);
}
nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: var(--yellow);
  transition: var(--transition);
}
header.sticky nav ul li a:hover,
header.sticky nav ul li a:focus {
  color: var(--yellow);
}
nav ul li a:hover::before,
nav ul li a:focus::before {
  width: 100%;
}
.logo img {
  max-width: 150px;
  transition: var(--transition);
}
header .row {
  align-items: center;
}
/* main banner section css */
/* =================================== */
.main-banner-section {
  /* height: 100vh; */
  overflow: hidden;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56%;
  height: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.grid-3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

/*VIDEO RESPONSIVE*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*VIDEO RESPONSIVE*/

.innerpage-hero-section::before,
.video-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: 2;
}
.video-wrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: var(--white);
}
.banner-content h1 {
  max-width: 450px;
  color: var(--white);
}
/* about section css */
/* ================================ */
.about-content {
  display: flex;
  align-items: center;
  background-color: rgb(237 27 35 / 4%);
}
.about-content-wrapper {
  max-width: 570px;
  padding: 50px;
}
.about-content-wrapper p {
  margin-bottom: 30px;
}
.slick-slider button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.slick-slider button.slick-arrow::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slick-slider {
  overflow: hidden;
}
.slick-initialized .slick-slide {
  padding: 0 30px;
}
.slick-slider button.slick-prev.slick-arrow {
  left: -50px;
  transform: scale(-1, -1) translateY(-50%);
  margin-top: -42px;
}
.slick-slider button.slick-next.slick-arrow {
  right: -50px;
}
.slick-slider:hover button.slick-prev.slick-arrow {
  left: 0;
}
.slick-slider:hover button.slick-next.slick-arrow {
  right: 0;
}
.slick-slider:hover button.slick-arrow {
  opacity: 1;
  visibility: visible;
}
.benefit-section .container,
.product-slider-section .container {
  max-width: 1200px;
}
.slick-track {
  display: flex;
  align-items: center;
}
.product-list-page .benefit-wrapper {
  margin-bottom: 50px;
}
.product-list-page {
  padding-bottom: 50px;
}
/* benefit section css */
/* ============================== */
.faq-section,
.benefit-section {
  background-color: rgb(237 27 35 / 4%);
  color: var(--darkgrey);
}
.benefit-wrapper img {
  margin-bottom: 20px;
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.benefit-wrapper p {
  font-size: var(--font14);
  margin: 0;
}
.benefit-section .col-lg-3 {
  padding: 0 30px;
}
.benefit-section .col-lg-3:not(:last-child) {
  border-right: 1px solid rgb(0 0 0 / 4%);
}
.benefit-section .col-lg-4 {
  padding: 0 20px;
}
.blog-image-wrapp {
  padding: 10px;
  border: 2px solid #f7f7f7;
  margin-bottom: 20px;
  transition: var(--transition);
}
.blog-image-wrapp:hover {
  border-color: var(--yellow);
}
.blog-image-wrapp img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog-page-section {
  padding-bottom: 70px;
}
.blog-page-section .blog-wrapper {
  margin-bottom: 30px;
}
.blog-discription img {
  margin: 20px 0 40px;
}
.blog-discription {
  padding-top: 70px;
}
/* newsletter section css */
/* ===================================== */
.newsletter-section {
  color: var(--white);
  padding: 80px 0;
  position: relative;
  background-color: #ed1b23;
}
.newsletter-section .section-title-wrapper {
  margin-bottom: 40px;
}
.newsletter-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../images/background-partten.png);
  background-position: top left;
  opacity: 0.1;
  background-size: 100px;
  background-repeat: repeat;
}
.newsletter-section .container {
  position: relative;
  z-index: 2;
}

.cta-section .btn {
  border: none;
  outline: none;
  border-radius: 25px;
  padding: 15px 20px;
}
.cta-section .btn {
  background-color: var(--white);
  line-height: 1;
  color: #121212;
  border-radius: 5px;
  padding: 18px 50px;
  font-size: 18px;
}
.cta-section .btn:hover {
  background-color: var(--yellow);
  color: var(--white);
}
.newsletter-section .section-title-wrapper h2 {
  color: #fff;
  max-width: 40%;
  margin: 0 auto;
  line-height: 1.5;
}
/* offer section css */
/* ======================================= */
.contact-form-wrapper input,
.contact-form-wrapper textarea,
form.offer-form input {
  padding: 8px 15px;
  border: 1px solid #efb3b3;
  background: var(--light-red);
  outline: none;
  border-radius: 5px;
}
.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder,
form.offer-form input::placeholder {
  color: #b6b6b6;
}
/* footer css */
/* ======================================= */
footer {
  background-color: #141414;
  padding: 50px 0;
  color: #f1f1f1;
  padding-bottom: 25px;
  padding-bottom: 0;
  overflow: hidden;
}
.footer-logo img {
  max-width: 150px;
  margin-bottom: 15px;
}
.social-media li {
  display: inline-block;
  margin: 0 5px;
  transition: var(--transition);
}
.social-media li:hover {
  transform: scale(1.1);
}
.social-media li svg {
  width: 20px;
}
footer h6,
.quick-links h6 {
  color: #f1f1f1;
}
.logo-side p a {
  color: #f1f1f1;
  text-transform: uppercase;
}
.logo-side p {
  font-size: var(--font14);
  max-width: 80%;
}
.social-media {
  margin-bottom: 30px;
  padding: 0;
}
footer p {
  font-size: var(--font14);
}
.quick-links ul li a {
  color: #f1f1f1;
  margin-bottom: 10px;
  position: relative;
}
.quick-links ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: var(--white);
  transition: var(--transition);
  width: 0;
  bottom: 0;
}
.quick-links ul li a:hover::before,
.quick-links ul li a:focus::before {
  width: 100%;
}
.newsletter-form input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
  width: calc(100% - 136px);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 44px;
}
.newsletter-wrapper p {
  margin-bottom: 20px;
}
.newsletter-form input::placeholder {
  color: #c0c0c0;
  font-size: var(--font14);
}
.newsletter-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.newsletter-form button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 13px 30px;
}
.copy-right-text {
  border-top: 1px solid #434343;
  padding-top: 15px;
  margin-top: 15px;
}
.copy-right-text p {
  color: #878787;
}
/* contact page css */
.innerpage-hero-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innerpage-hero-section::before {
  opacity: 0.7;
}
.page-title-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
  color: var(--white);
  padding-top: 100px;
}
.page-title-wrapper h1 {
  color: var(--white);
}
.page-title-wrapper p {
  max-width: 600px;
  margin: 0 auto;
}
.contact-form-section .section-title-wrapper p {
  margin: 0;
}
ul.contact-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.contact-info li {
  margin-bottom: 10px;
}
.contact-form-wrapper input,
.contact-form-wrapper textarea {
  width: 100%;
  margin-bottom: 10px;
}
.map-section {
  line-height: 0;
}
.map-section iframe {
  width: 100%;
}
/* about page css */
/* ========================================= */
.about-info-section .about-image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-info-section .about-content-wrapper p {
  margin-bottom: 20px;
}
.about-info-section .about-content-wrapper h2 {
  margin-bottom: 30px;
}
.about-discription {
  padding-top: 60px;
}
/* faq css */
.collapsible-tabs__wrapper {
  max-width: 900px;
  margin: auto;
}
.collapsible-tabs__wrapper h6 {
  margin: 0;
}
.collapsibles-wrapper:last-child {
  border-bottom: 1px solid #1212121f;
}

.collapsibles-wrapper .collapsible-trigger-btn {
  background: none;
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #1212121f;
  position: relative;
}

.collapsibles-wrapper .collapsible-trigger-btn > span {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.collapsibles-wrapper .collapsible-trigger-btn .minus-icon,
.collapsibles-wrapper.collapsible-tab__open
  .collapsible-trigger-btn
  .plus-icon {
  display: none;
}

.collapsibles-wrapper.collapsible-tab__open
  .collapsible-trigger-btn
  .minus-icon,
.collapsibles-wrapper .collapsible-trigger-btn .plus-icon {
  display: block;
}

.collapsibles-wrapper .collapsible-trigger-btn > span > svg {
  width: 15px;
  height: 15px;
}

.collapsibles-wrapper .collapsible-content {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.4s ease, max-height 0.5s ease, visibility 0.3s ease;
}

.collapsibles-wrapper.collapsible-tab__open .collapsible-content {
  visibility: visible;
  opacity: 1;
  max-height: 800px;
}

.collapsibles-wrapper .collapsible-content__inner {
  padding-bottom: 20px;
  padding-top: 10px;
}

.collapsibles-wrapper .collapsible-content__inner p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.content-product-image {
  align-items: center;
}

/* menu css */
/* menu css */
.ham_menu_button {
  display: none;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  margin-left: auto;
}
.ham_menu_button svg {
  fill: #fff;
}
.hamburger-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.ham_menu_button svg,
.hamburger-menu-close svg {
  width: 25px;
  height: 25px;
}
@media (max-width: 1200px) {
  nav ul li a {
    margin: 0 10px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  nav.navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    padding: 60px 30px;
    width: 100%;
    max-width: 400px;
    transform: translateX(100%);
    transition: 400ms ease all;
  }
  header.sticky .ham_menu_button svg {
    fill: #000;
  }
  nav.navigation.active {
    transform: translateX(0);
  }
  nav.navigation ul li {
    display: block;
  }
  nav.navigation ul li a {
    color: #000;
    padding: 10px 15px;
    display: block;
    text-align: left;
  }
  .ham_menu_button,
  .hamburger-menu-close {
    display: block;
  }
}

/* ===================Category for Our Products====================== */

/* Category Section Styles */
.category-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.category-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.category-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  border: 2px solid #ddd; /* Border for beautiful presence */
  position: relative;
  overflow: hidden;
}

.category-box:hover {
  transform: scale(1.05) translateY(-10px); /* Slightly scale up */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Larger shadow */
  background-color: #fff7e6; /* Subtle background color change on hover */
}

.category-box:hover::after {
  background: #ed1c24; /* Change decorative border color on hover */
}

.category-link {
  text-decoration: none;
  color: inherit;
}

.category-image {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out; /* Smooth image zoom */
}

.category-box:hover .category-image {
  transform: scale(1.1); /* Zoom in the image slightly on hover */
}

.category-box h3 {
  font-size: 24px;
  margin: 10px 0;
  font-weight: bold;
  color: #333;
  transition: color 0.3s ease-in-out;
}

.category-box:hover h3 {
  color: #ed1c24; /* Change text color on hover */
}

.category-box p {
  font-size: 16px;
  color: #666;
  transition: color 0.3s ease-in-out;
}

.category-box:hover p {
  color: #333; /* Darken the text color on hover */
}

/* Adding some decorative border effect around the category boxes */
.category-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ed1c24; /* Decorative border color */
  transition: background 0.3s ease-in-out;
}

/* Ensure Responsiveness */
@media (max-width: 768px) {
  .category-image {
    max-width: 80%;
  }

  .category-box h3 {
    font-size: 20px;
  }

  .category-box p {
    font-size: 14px;
  }
}

/* Product List Page Styles */
/* Product List Page Styles */
.product-list-page {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.product-wrapper {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; /* Adds margin below the product box */
}

/* Ensure some gap between products horizontally */
.product-list-page .col-lg-3,
.product-list-page .col-md-3 {
  padding-left: 15px; /* Adds some space on the left side */
  padding-right: 15px; /* Adds some space on the right side */
}

.product-wrapper:hover {
  transform: translateY(-12px) scale(1.05); /* Slightly scale and move up */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* Bigger shadow */
  background-color: #fff3e0; /* Light background color change on hover */
}

.product-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}

.product-image {
  width: 100%;
  max-width: 260px;
  margin-bottom: 15px;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out; /* Smooth image zoom effect */
}

.product-wrapper:hover .product-image {
  transform: scale(1.1); /* Slight zoom-in effect */
}

.product-title {
  font-size: 20px;
  margin: 10px 0;
  font-weight: bold;
  color: #333;
  transition: color 0.3s ease-in-out;
}

.product-wrapper:hover .product-title {
  color: #ff5722; /* Change text color on hover */
}

/* Optional Description Styles */
.product-wrapper p {
  font-size: 14px;
  color: #777;
  transition: color 0.3s ease-in-out;
  opacity: 0; /* Hidden by default */
  visibility: hidden;
}

.product-wrapper:hover p {
  color: #333;
  opacity: 1; /* Show description on hover */
  visibility: visible;
}

/* Adding Decorative Border and Icon on Hover */
.product-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ff9800; /* Orange border */
  transition: background 0.3s ease-in-out;
}

.product-wrapper:hover::after {
  background: #ff5722; /* Change border color on hover */
}

/* Ensure Responsiveness */
@media (max-width: 768px) {
  .product-image {
    max-width: 80%;
  }

  .product-title {
    font-size: 18px;
  }

  .product-wrapper p {
    font-size: 14px;
  }
}

/* Product Slider Section Styles */
.product-slider-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.product-slider .product-wrapper {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); /* Slightly stronger shadow for depth */
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Faster hover effect */
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.product-slider .product-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover; /* Ensure the image covers the space without distortion */
  transition: transform 0.2s ease-in-out; /* Faster image zoom transition */
}

/* Title Section for the Slider */
.product-slider-section .section-title-wrapper {
  margin-bottom: 30px;
}

.product-slider-section h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.product-slider-section p {
  font-size: 18px;
  color: #666;
}

/* Ensure the slider is responsive */
.product-slider .product-wrapper {
  max-width: 220px; /* Adjust width for each item in the slider */
  margin: 0 10px; /* Space between items */
}

.product-slider .product-wrapper img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Hover effect for the product wrapper */
.product-slider .product-wrapper:hover {
  transform: translateY(-8px) scale(1.05); /* Lift the item and slightly zoom */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); /* Stronger shadow for better depth */
}

/* Hover effect for the image */
.product-slider .product-wrapper:hover img {
  transform: scale(1.08); /* Subtle zoom effect on the image */
}

/* Slider responsiveness for smaller screens */
@media (max-width: 768px) {
  .product-slider .product-wrapper {
    max-width: 160px; /* Smaller width on smaller screens */
  }
}



/* Product List (with Smooth Hover Effect) Styles */
.product-list-page .product-wrapper {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease; /* Smooth transition */
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-list-page .product-wrapper:hover {
  transform: translateY(-12px) scale(1.05); /* Slightly scale and move up */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* Bigger shadow */
  background-color: #fff3e0; /* Light background color change on hover */
}

.product-list-page .product-wrapper .product-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}

.product-list-page .product-wrapper .product-image {
  width: 100%;
  max-width: 260px;
  margin-bottom: 15px;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out; /* Smooth image zoom effect */
}

.product-list-page .product-wrapper:hover .product-image {
  transform: scale(1.1); /* Slight zoom-in effect */
}

.product-list-page .product-wrapper .product-title {
  font-size: 20px;
  margin: 10px 0;
  font-weight: bold;
  color: #333;
  transition: color 0.3s ease; /* Smooth color transition */
}

.product-list-page .product-wrapper:hover .product-title {
  color: #ff5722; /* Change text color on hover */
}

.product-list-page .product-wrapper p {
  font-size: 14px;
  color: #777;
  transition: color 0.3s ease, opacity 0.3s ease; /* Smooth opacity and color transition */
  opacity: 0; /* Hidden by default */
  visibility: hidden;
}

.product-list-page .product-wrapper:hover p {
  color: #333;
  opacity: 1; /* Show description on hover */
  visibility: visible;
}

.product-list-page .product-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ff9800; /* Orange border */
  transition: background 0.3s ease-in-out; /* Smooth transition for the border */
}

.product-list-page .product-wrapper:hover::after {
  background: #ff5722; /* Change border color on hover */
}

/* Ensure responsiveness for the product list */
@media (max-width: 768px) {
  .product-list-page .product-image {
    max-width: 80%;
  }

  .product-list-page .product-title {
    font-size: 18px;
  }

  .product-list-page .product-wrapper p {
    font-size: 14px;
  }
}

/* Benefit Section Styles */
.benefit-section {
  position: relative;
  padding: 60px 0;
  background-color: #f7f7f7;
}

.benefit-section .absolute_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  z-index: -1;
  width: 100%;
  max-width: 500px; /* Adjust the image size */
}

.benefit-title h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  text-transform: uppercase;
}

.benefit-title p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Styling for each benefit wrapper */
.benefit-wrapper {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 15px;
}

.benefit-wrapper h5 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.benefit-wrapper p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  transition: color 0.3s ease;
}

/* Hover effect for the benefit cards */
.benefit-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.benefit-wrapper:hover h5 {
  color: #ff5722; /* Accent color on hover */
}

.benefit-wrapper:hover p {
  color: #333; /* Darker text on hover */
}

/* Responsive Design */
@media (max-width: 768px) {
  .benefit-section .row {
    display: block;
    padding: 0 15px;
  }

  .benefit-wrapper {
    margin: 10px 0;
    padding: 25px;
  }

  .benefit-title h2 {
    font-size: 28px;
  }

  .benefit-title p {
    font-size: 16px;
  }
}

/* General section styling */
.about-info-section {
  padding: 80px 0; /* Ample padding for spacing */
  background-color: #ffffff; /* Clean white background */
}

.about-image-wrapper {
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px; /* Rounded corners for the image */
}

.about-image-side img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Content Section Styling */
.about-title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: left;
}

.about-description {
  font-size: 18px;
  color: #7f8c8d;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

/* Mission and Vision Section Styling */
.about-description-wrapper {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #f4f7f9; /* Light gray background for separation */
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.mission-section {
  background-color: #e7f8ff; /* Light blue background for mission */
}

.vision-section {
  background-color: #f7f7f7; /* Light gray background for vision */
}

.icon-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.icon-img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.section-heading {
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}

.about-description-wrapper p {
  font-size: 18px;
  color: #7f8c8d;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0;
}

/* Hover Effects */
.about-description-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.about-title:hover {
  color: #ff5722; /* Accent color on hover for title */
  transition: color 0.3s ease;
}

.about-description-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Responsive Design */
@media (max-width: 991px) {
  .about-image-side {
    margin-bottom: 30px; /* Space between image and text */
  }

  .about-title {
    font-size: 30px; /* Slightly smaller title on medium screens */
  }

  .about-description {
    font-size: 16px; /* Adjust description text size */
  }
}

@media (max-width: 768px) {
  .about-title {
    font-size: 26px; /* Smaller title for mobile */
  }

  .about-description-wrapper {
    padding: 20px;
  }

  .about-description {
    font-size: 14px; /* Smaller text for mobile */
  }
}

/* Our Values Section */
.our-values-section {
  background-color: #f5f5f5; /* Lighter background for contrast */
  padding: 60px 0;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px; /* More space between heading and cards */
}

.value-card {
  background-color: #ffffff;
  border-radius: 12px; /* Rounded corners for a modern look */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.icon-wrapper {
  background-color: #00aaff;
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.icon-img {
  width: 40px;
  height: 40px;
}

.value-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.value-description {
  font-size: 1rem;
  color: #777;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* Spacing adjustments for card layout */
@media (max-width: 768px) {
  .value-card {
    padding: 20px;
  }

  .section-title {
    font-size: 2rem;
  }

  .value-title {
    font-size: 1.1rem;
  }

  .value-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.8rem;
  }

  .value-card {
    padding: 15px;
  }
}

/* Mission and Vision Section */
.mission-vision-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.mission-vision-section .container {
  position: relative;
}

.mission-col,
.vision-col {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.mission-card,
.vision-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  width: 100%;
  max-width: 400px; /* Limit the width of the cards */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-card:hover,
.vision-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.icon-wrapper {
  background-color: #00aaff;
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.icon-img {
  width: 40px;
  height: 40px;
}

.section-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section-description {
  font-size: 1rem;
  color: #777;
  line-height: 1.6;
  text-align: center;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .section-heading {
    font-size: 1.3rem;
  }

  .section-description {
    font-size: 0.95rem;
  }

  .mission-card,
  .vision-card {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .section-heading {
    font-size: 1.2rem;
  }

  .section-description {
    font-size: 0.9rem;
  }
}

/* Styling for the product details table */
.product-details-table {
  margin-top: 30px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}

.product-details-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.product-details-table th,
.product-details-table td {
  padding: 8px 12px; /* Reduced padding for compact design */
  text-align: center;
  font-size: 0.95rem; /* Slightly smaller text for compactness */
  font-weight: 500;
  color: #333;
}

.product-details-table th {
  background-color: #4caf50;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.product-details-table td {
  border-bottom: 1px solid #ddd;
}

.product-details-table tr {
  transition: background-color 0.3s ease;
}

.product-details-table tr:hover {
  background-color: #f5f5f5;
}

.product-details-table td:nth-child(2) {
  text-transform: capitalize;
}

.product-details-table tr:last-child td {
  border-bottom: none;
}

/* General FAQ Section Styling */
.faq-page {
  background-color: #f5f5f5; /* Light background */
  padding: 80px 0;
}

.faq-page .section-title-wrapper h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.faq-page .section-title-wrapper p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
}

/* FAQ Wrapper */
.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Card Styling for each FAQ */
.faq-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.faq-card:hover {
  transform: translateY(-5px);
}

.faq-question {
  background-color: #6bc1b6; /* Soft teal */
  color: #fff;
  width: 100%;
  padding: 18px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
  transition: background-color 0.3s ease-in-out;
}

.faq-question:hover {
  background-color: #58a99c; /* Darker shade on hover */
}

.faq-answer {
  padding: 15px;
  background-color: #f9f9f9; /* Light background for answer */
  color: #333;
  font-size: 1rem;
  display: none; /* Initially hidden */
  border-top: 1px solid #ddd;
}

/* Arrow Icon Styling */
.arrow-icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease-in-out;
}

.faq-card.active .arrow-icon {
  transform: rotate(180deg); /* Rotate arrow when active */
}

/* Show the answer when card is clicked */
.faq-card.active .faq-answer {
  display: block;
}

/* Mobile-Friendly Adjustments */
@media (max-width: 768px) {
  .faq-page .section-title-wrapper h2 {
    font-size: 2rem;
  }

  .faq-page .section-title-wrapper p {
    font-size: 0.9rem;
  }

  .faq-card .faq-question {
    font-size: 1rem;
  }
}

/* Blog Section */
.blog-page-section {
  background-color: #fafafa; /* Subtle background color for contrast */
  padding: 80px 0;
}

.blog-title .section-title-wrapper h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
}

.blog-title .section-title-wrapper p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
}

/* Blog Item Wrapper */
.blog-wrapper {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}

.blog-item:hover .blog-wrapper {
  transform: translateY(-5px); /* Lift the blog card on hover */
}

/* Blog Image */
.blog-image-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.blog-image-wrap:hover img {
  transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Blog Post Title */
.blog-wrapper h5 {
  font-size: 1.2rem;
  margin: 20px 15px;
  color: #333;
  font-weight: bold;
}

.blog-wrapper h5 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.blog-wrapper h5 a:hover {
  color: #ff9800; /* Soft teal on hover */
}

/* Grid Layout */
@media (max-width: 1200px) {
  .col-lg-4 {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .col-md-6 {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .col-sm-12 {
    width: 100%;
  }
}

/* AOS Fade In Effect */
[data-aos="fade-up"] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease-out;
}

[data-aos="fade-up"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/* Main section styling */
.blog-description {
  background-color: #f9f9f9;
  padding: 60px 0;
}

/* Center the blog content */
.blog-description-wrapper {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/* Section Title Styling */
.section-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  color: #333;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

/* Add a line under the title for a sleek look */
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #6bc1b6;
  margin: 15px auto 0;
}

/* Text styling */
.description-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* Subheading styling for H3 */
.subheading {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  color: #333;
  margin-top: 40px;
  font-weight: 600;
}

/* Image wrapper */
.image-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.image-wrapper img:hover {
  transform: scale(1.05); /* Subtle zoom effect on hover */
}

/* Add responsiveness */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .description-text {
    font-size: 1rem;
  }

  .subheading {
    font-size: 1.5rem;
  }
}

/* Contact Form Section */
.contact-form-section {
  padding: 80px 0;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.section-title-wrapper h2 {
  font-size: 2.5rem;
  color: #333;
  font-family: "Lora", serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-title-wrapper p {
  font-size: 1.2rem;
  color: #777;
  font-family: "Open Sans", sans-serif;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.contact-info li {
  font-size: 1.1rem;
  color: #555;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-info i {
  font-size: 1.6rem;
  color: #ff9800; /* Vibrant orange for icons */
  margin-right: 10px;
}

.contact-info a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #ff9800; /* Highlight color on hover */
}

/* Contact Form */
.contact-form-wrapper form {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
  padding: 14px;
  margin-bottom: 18px;
  font-size: 1rem;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  transition: all 0.3s ease;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
  border-color: #ff9800; /* Vibrant orange on focus */
  outline: none;
  background-color: #f1f1f1;
}

.contact-form-wrapper button {
  padding: 16px;
  font-size: 1.2rem;
  background-color: #ff9800; /* Vibrant orange for the button */
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.contact-form-wrapper button:hover {
  background-color: #f57c00; /* Darker orange on hover */
  transform: translateY(-3px);
}

/* Map Section */
.map-section {
  margin-top: 60px;
  padding: 40px 0;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 450px;
  border-radius: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-form-section {
    padding: 60px 20px;
  }

  .section-title-wrapper h2 {
    font-size: 2.2rem;
  }

  .section-title-wrapper p {
    font-size: 1rem;
  }

  .contact-info {
    font-size: 1rem;
  }

  .contact-form-wrapper input,
  .contact-form-wrapper textarea {
    font-size: 1rem;
  }

  .contact-form-wrapper button {
    font-size: 1.1rem;
  }

  .map-container iframe {
    height: 350px;
  }
}







/* General Section Styling */
.about-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}


/* Image Column */
.image-col {
  padding: 0;
}

.about-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-image:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Content Column */
.content-col {
  padding: 20px 30px;
}

.about-content-wrapper h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-content-wrapper p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Button Styling */
.all-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #4CAF50;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.all-btn:hover {
  background-color: #45a049;
  transform: translateY(-3px);
}

.all-btn:focus {
  outline: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-section {
      padding: 60px 0;
  }

  .content-col {
      text-align: center;
  }

  .about-content-wrapper h2 {
      font-size: 28px;
  }

  .about-content-wrapper p {
      font-size: 16px;
  }

  .all-btn {
      font-size: 16px;
  }
}

@media (max-width: 480px) {
  .about-section {
      padding: 50px 0;
  }

  .about-content-wrapper h2 {
      font-size: 24px;
  }

  .about-content-wrapper p {
      font-size: 14px;
  }

  .all-btn {
      font-size: 14px;
      padding: 10px 25px;
  }
}






.about-hero-banner {
  height: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.faq-hero-banner{
  height: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-hero-banner{
  height: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}





/* General styling for the dropdown container */
li.dropdown {
  position: relative;
  list-style: none;
}

/* Style for the Products link */
li.dropdown a {
  text-decoration: none;
  color: #ffffff;
  padding: 5px 5px;
  display: inline-block;
}

/* Arrow icon next to the Products text */
li.dropdown .down-icon {
  margin-left: 5px;
}

/* Initially, hide the dropdown menu */
li.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  min-width: 160px;
  border-radius: 5px;
  z-index: 1;
}

/* Style for the items in the dropdown menu */
li.dropdown .dropdown-menu li {
  padding: 8px 15px;
  text-align: center;
}

li.dropdown .dropdown-menu li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 8px 15px;
}

li.dropdown .dropdown-menu li a:hover {
  background-color: #f1f1f1;
  color: #ed1b23;
}

/* Display the dropdown menu when the parent is hovered */
li.dropdown:hover .dropdown-menu {
  display: block;
}

/* Optionally, a transition for a smooth hover effect */
li.dropdown .dropdown-menu {
  opacity: 0;
  transition: opacity 0.3s;
}

li.dropdown:hover .dropdown-menu {
  opacity: 1;
}




/* Ensure product wrappers are of equal height */
.product-slider .product-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px; /* You can adjust this value to suit your needs */
  overflow: hidden; /* Prevent images from overflowing */
}

/* Make sure images fit within their wrappers */
.product-slider .product-wrapper img {
  max-height: 100%;  /* Ensures the images scale proportionally to fit the height */
  width: auto;       /* Keeps the aspect ratio intact */
  object-fit: contain; /* Ensures the image maintains its aspect ratio without stretching */
}




/* Basic styling for the video gallery */
.benefit-section {
  padding: 80px 0;
  background-color: #f8f8f8;
  position: relative;
}

/* Title styling */
.benefit-title h2 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* Video Gallery Container */
.video-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Responsive grid */
  gap: 30px;
  padding: 20px 0;
}

/* Individual Video Item */
.video-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 100%; /* Fixed height for the video */
  display: flex;
}

/* Hover effect for video items */
.video-item:hover {
  transform: scale(1.05); /* Slight zoom effect */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); /* Larger shadow */
}

/* Video wrapper to maintain aspect ratio and fill container */
.videoWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Ensures iframe fits perfectly and removes black bars */
.videoWrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover; /* Ensures the video takes up the full container size */
}

/* Optional image overlay styling (if you need an image behind the videos) */
.absolute_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
}

/* Responsive Design: Smaller screens, adjusting grid layout */
@media (max-width: 767px) {
  .benefit-title h2 {
      font-size: 28px;
  }

  .video-gallery {
      grid-template-columns: 1fr; /* Single column for smaller screens */
  }

  .video-item {
      box-shadow: none; /* No shadow on smaller screens */
  }
}










.product-list-page {
  padding: 50px 0;
}

.section-title-wrapper h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.section-title-wrapper p {
  font-size: 1.1rem;
  color: #777;
  margin-bottom: 40px;
}

.ourproducts .benefit-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensures that the image and text are spaced evenly */
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  height: 250px; /* Fixed height for each product box */
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}

.benefit-wrapper:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* Optional hover effect */
}

.product-image-wrapper {
  display: block;
  width: 100%;
  height: auto;
}

.benefit-wrapper img {
  max-width: 100%;
  height: 150px; /* Fixed height for the images */
  object-fit: contain; /* Ensures the image scales without distortion */
  margin-bottom: 15px;
}

.benefit-wrapper h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.benefit-wrapper p {
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
}



/* Add Flexbox to the row to make the items the same height */
.category-section .row {
  display: flex;
}

/* Ensure each category box stretches equally */
.category-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Make category boxes take the full available height */
}

/* Optional: Ensure the column items are evenly spaced */
.col-lg-6, .col-md-6, .col-sm-12 {
  display: flex;
  justify-content: space-between;
}




.logo-side {
  display: flex;
  flex-direction: column; /* This stacks the elements vertically */
  align-items: flex-start; /* Aligns items to the start of the container */
}

.footer-logo {
  margin-bottom: 20px; /* Optional: adds some space between the logo and the next content */
}

.social-media {
  margin-top: 10px; /* Optional: space between social media icons */
}








/* Main Section */
.contact-section {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

/* Header Section */
.contact-header {
  text-align: center;
  margin-bottom: 30px;
}

.contact-header h1 {
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 10px;
}

.contact-header p {
  font-size: 1.1rem;
  color: #777;
}

/* Contact Wrapper (Flex Layout) */
.contact-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.contact-info {
  flex: 1;
  background-color: #f9fafc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-info h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #333;
}

.contact-item {
  margin-bottom: 20px;
}

.contact-item strong {
  display: block;
  color: #007BFF;
  margin-bottom: 5px;
}

.contact-item p {
  font-size: 1rem;
  color: #555;
}

.contact-item a {
  color: #007BFF;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

/* Contact Form Section */
.contact-form-container {
  flex: 1;
  background-color: #f9fafc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form-container h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #333;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form label {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #555;
  transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
  height: 150px;
}

.submit-btn {
  padding: 12px 20px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #0056b3;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .contact-wrapper {
      flex-direction: column;
      align-items: center;
  }

  .contact-info,
  .contact-form-container {
      width: 100%;
      max-width: 600px;
  }
}