* {
  padding: 0px;
  margin: 0px;
}

body {
  overflow: auto !important;
}

/* For body font */
@font-face {
  font-family: swiss_light;
  src: local("..\fontswiss_light.ttf");
}
.swiss_light {
  font-family: swiss_light;
}

/* For Heading font */
@font-face {
  font-family: swiss_bold;
  src: local("..\fontswiss_bold.ttf");
}
.swiss_bold {
  font-family: swiss_bold;
}

/* Body code start here */
body {
  font-family: "swiss_light", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 25px;
  margin: 0px !important;
}

p {
  margin-top: 0;
  margin-bottom: 0rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

dl,
ol,
ul {
  margin-bottom: 0rem;
}

h2 {
  font-size: 35px;
  font-family: "swiss_bold", sans-serif;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h4 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

.container {
  width: 1250px;
  max-width: 96%;
  margin: 0 auto;
}

.container_nav {
  width: 100%;
  max-width: 100%;
  background-color: red;
  position: sticky;
  height: px;
  top: 0px;
  z-index: 600;
}

.cont_1 {
  width: 1350px;
  max-width: 96%;
  margin: 0 auto;
}

.clearfix {
  clear: both;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.colorwhite {
  color: #fff;
}

.colorRed {
  color: #df1c25 !important;
}

.colorBlack {
  color: #000 !important;
}

.colorGreen {
  color: #2c6704 !important;
}

.colorlightGreen {
  color: #4eb10a !important;
}

.colo .consumer_para {
  margin-left: -100px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.primary_buttom {
  width: auto;
  background-color: #44a503;
  color: #fff;
  padding: 12px 25px;
  border: 0px solid;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
}

.primary_buttom img {
  width: 12px !important;
  padding-top: 0px;
  position: relative;
  top: 3px;
}

.top_header {
  width: 100%;
  display: flex;
  align-items: end;
  margin-bottom: 10px;
  line-height: 0px;
}

.logo {
  width: 22.5%;
  float: left;
}

.logo img {
  width: 180px;
}

.companies {
  width: 74%;
  float: left;
}

.companies p {
  font-size: 17px;
  padding-bottom: 5px;
}

nav {
  display: flex;
  justify-content: center;
  background-color: #2c6704;
  padding: 0px;
}

.main-menu {
  list-style: none;
  display: flex;
  z-index: 999999;
}

.main-menu > li {
  position: relative;
  margin: 0 8px;
}

.main-menu > li a {
  text-decoration: none;
  color: white;
  padding: 10px 5px;
  display: block;
  transition: color 0.3s ease;
  font-size: 15px;
}

.main-menu > li a:hover {
  color: #fff;
}

/* Highlight active menu item */
.main-menu > li a.active {
  color: lightgreen;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background-color: black;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0s ease, transform 0.4s ease;
}

.submenu li a {
  text-decoration: none;
  color: white;
  padding: 10px 0px 10px 20px;
  display: block;
  transition: background-color 0.4s ease;
}

.submenu li a:hover {
  background-color: #fff;
  color: #333;
}

.main-menu > li:hover .submenu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

ul.submenu {
  width: 100%;
  position: absolute;
  width: 255px;
  z-index: 1;
}

.pendulum-container {
  width: 100%;
}

.pendulum {
  width: 88%;
  /* Width of the image */
  top: 0;
  transform-origin: top;
  transform: rotate(0deg);
  animation: swing 2s infinite ease-in-out;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pendulum img {
  width: 100%;
  /* Adjust to fit the container */
  height: auto;
  display: block;
}

@keyframes swing {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.banner {
  width: 100%;
  height: 75vh;
  background-color: #44a503;
  position: relative;
}

.banner_inside_img {
  width: 100%;
  position: absolute;
}

.banner_inside_img img {
  width: 52%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner_inside_txt {
  width: 100%;
  position: absolute;
}

.banner_inside_txt h1 {
  text-align: center;
  font-size: 55px;
  padding: 200px 0px 0px 0px;
}

.banner_inside_txt p {
  text-align: center;
  font-size: 20px;
  padding: 10px 0px;
  padding-top: 0px;
}

.welcome {
  width: 100%;
}

.welcome_img {
  width: 30%;
  float: left;
}

.welcome_img img {
  width: 100%;
}

.welcome_text {
  width: 65%;
  margin-left: 5%;
  float: left;
}

.welcome_text h2 {
  padding: 10px 0px;
  padding-top: 25px;
}

.welcome_text h5 {
  font-style: italic;
  padding: 10px 0px;
  font-weight: 400;
  font-size: 17px;
}

.counter_box {
  width: 100%;
}

.counter_box h2 {
  text-align: center;
  padding: 10px 0px 0px 0px;
  margin-top: 20px;
}

.counter_box p {
  text-align: center;
  padding: 0px 0px 30px 0px;
  text-align: center;
}

.counter1 {
  width: 23%;
  float: left;
  border: 1px solid #2c6704;
  border-radius: 5px;
}

.counter2 {
  width: 23%;
  float: left;
  margin-left: 2.25%;
  border: 1px solid #2c6704;
  border-radius: 5px;
}

.counter3 {
  width: 23.5%;
  float: left;
  margin-left: 2.25%;
  border: 1px solid #2c6704;
  border-radius: 5px;
}

.counter4 {
  width: 23%;
  float: left;
  margin-left: 2.25%;
  border: 1px solid #2c6704;
  border-radius: 5px;
}

.extra_ic {
  display: flex;
  align-items: center;
  justify-content: center;
}

.extra_ic span {
  font-size: 35px;
  margin-top: 20px;
  margin-left: 3px;
}

.brands {
  width: 100%;
  margin-top: 0px;
}

.brands h2 {
  padding: 0px 0px 30px 0px;
}

.brands h4 {
  padding: 35px 10px 0px 20px;
  font-size: 20px;
}

.brands p {
  padding: 10px 10px 0px 20px;
}

.prof_inn {
  width: 31.8%;
  float: left;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  min-height: 310px;
  position: relative;
}

.prof_inn button {
  margin: 20px 0px 5px 20px;
  position: absolute;
  bottom: 10px;
  color: #44a503;
  background-color: rgba(255, 255, 255, 0);
  width: auto;
}

.prof_inn {
  transition: border 0.5s ease;
  /* Smooth transition effect */
  cursor: pointer;
}

.brands_1,
.brands_2,
.brands_3 {
  width: 31.8%;
  float: left;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  min-height: 310px;
  position: relative;
}

.brands_1 button {
  margin: 20px 0px 5px 20px;
  position: absolute;
  bottom: 10px;
  color: #44a503;
  background-color: rgba(255, 255, 255, 0);
  width: auto;
}

.brands_2 button {
  margin: 20px 0px 5px 20px;
  position: absolute;
  bottom: 10px;
  color: #44a503;
  background-color: #fff;
  width: auto;
}

.brands_3 button {
  margin: 20px 0px 5px 20px;
  position: absolute;
  bottom: 10px;
  color: #df1c25;
  background-color: #fff;
  width: auto;
}

.brands_2 {
  margin-left: 2%;
  margin-right: 2%;
}

.brands_1 {
  transition: border 0.5s ease;
  /* Smooth transition effect */
  cursor: pointer;
}

.brands_2 {
  transition: border 0.5s ease;
  /* Smooth transition effect */
  cursor: pointer;
}

.brands_3 {
  transition: border 0.5s ease;
  /* Smooth transition effect */
  cursor: pointer;
}

.applications {
  width: 100%;
  margin-bottom: 150px;
}

.applications h5 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding: 10px 10px 10px 15px;
  letter-spacing: 0.6px;
  margin-bottom: 0px;
}

.app1 img {
  width: 100%;
}

.app2 img {
  width: 100%;
}

.app3 img {
  width: 100%;
}

.app4 img {
  width: 100%;
}

.app5 img {
  width: 100%;
}

.app6 img {
  width: 100%;
}

.aap1_patch {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: rgba(68, 165, 3, 0.8);
  display: flex;
  align-items: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.app_patch_img {
  width: 20px !important;
}

.app1 {
  width: 28%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.app2 {
  width: 28%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.app3 {
  width: 40%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.app4 {
  width: 28%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.app5 {
  width: 28%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.app6 {
  width: 40%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.applications button.slick-next.slick-arrow {
  background: none;
  width: 50px;
  background-image: url(../img/right_arrow_slide.svg);
  background-size: auto;
  height: 40px;
  width: 40px;
  background-position: center;
}

.applications button.slick-prev.slick-arrow {
  background: none;
  width: 50px;
  background-image: url(../img/left_arrow_slide.svg);
  background-size: auto;
  height: 40px;
  width: 40px;
  background-position: center;
}

.carousel-control-prev-icon {
  background-image: url(../img/right_arrow_slide.svg);
  background-size: auto;
  height: 40px;
  width: 40px;
}

.carousel-control-next-icon {
  background-image: url(../img/right_arrow_slide.svg);
  background-size: auto;
  height: 40px;
  width: 40px;
}

.carousel-control-next,
.carousel-control-prev {
  top: unset;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  color: #fff;
  text-align: center;
  opacity: 10;
  transition: opacity 0.15s ease;
  display: block;
  bottom: -80px;
}

.position {
  position: absolute;
  bottom: 0px;
  right: 105px;
}

.carousel-control-next {
  left: 50px;
}

.case_study {
  width: 100%;
  background-color: #44a503;
  padding-bottom: 25px;
}

.case_study button {
  position: static;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #fff;
  color: #44a503;
  width: auto;
  padding: 12px 18px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  top: 30%;
}

.case_study img {
  width: 100%;
}

.case_study h2 {
  padding: 80px 0px 30px 0px;
}

.you_may h2 {
  padding: 0px 0px 30px 0px;
}

.case_study h4 {
  padding: 25px 0px 0px 0px;
  font-size: 20px;
  font-weight: 500;
}

.case_study_inside1 {
  width: 32%;
  float: left;
}

.case_study_inside2 {
  width: 32%;
  float: left;
}

.case_study_inside3 {
  width: 32%;
  float: left;
}

.slick-slide {
  padding: 0px;
  text-align: center;
}

button.slick-prev {
  position: absolute !important;
  z-index: 555;
}

button.slick-next {
  position: absolute !important;
  z-index: 555;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  background: none;
  width: 50px;
  background-image: url(../img/white_bg_arrow_left.svg);
  background-size: auto;
  height: 40px;
  width: 40px;
  background-position: center;
}

button.slick-next.slick-arrow {
  background: none;
  width: 50px;
  background-image: url(../img/white_bg_arrow_right.svg);
  background-size: auto;
  height: 40px;
  width: 40px;
  background-position: center;
}

.slick-prev:before,
.slick-next:before {
  font-size: 0px;
  opacity: 0;
}

button.slick-prev {
  left: -10px;
}

button.slick-next {
  right: -10px;
}

.client {
  width: 100%;
}

.logo-slider {
  width: 100%;
  overflow: hidden;
  /* Hides overflow outside the container */
  position: relative;
}

.logo-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  white-space: nowrap;
  /* Ensures logos appear in a single line */
  margin-top: 25px;
}

.logo-track img {
  width: 200px;
  margin: 0 20px;
  /* Adjust this value to change space between logos */
}

.blog {
  width: 100%;
}

.blg_inside {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 10px;
  display: flex;
  align-items: center !important;
  margin-top: 25px;
  display: flex;
}

.blg_inside_img {
  width: 30%;
  float: left;
}

.blg_inside_img img {
  width: 100%;
}

.blg_inside_content {
  width: 70%;
  float: left;
}

.blg_inside_content h3 {
  font-size: 20px;
  padding: 10px 10px 0px 30px;
  text-align: left;
}

.blg_inside_content i {
  padding: 10px 10px 0px 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: left !important;
  display: block;
}

.blg_inside_content p {
  padding: 0px 25px 10px 30px;
  text-align: left !important;
}

.blg_inside_content img {
  padding: 0px 10px 10px 30px;
  width: 20px;
}

.blog .slick-initialized .slick-slide {
  display: flex;
}

.contact {
  width: 100%;
}

.contact h2 {
  padding-bottom: 25px;
}

.form {
  width: 48%;
  margin-right: 2%;
  float: left;
}

.form button {
  width: 100%;
  background-color: #44a601;
  border: 0px solid #fff;
  border-radius: 5px;
  padding: 8px 0px;
  text-align: center;
  color: #fff;
}

.form input {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px 0px;
}

.form textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px 0px;
  padding-left: 0px;
}

.map {
  width: 48%;
  margin-left: 2%;
  float: left;
}

.inpt {
  width: 100%;
  margin: 25px 0px;
}

.inpt_wrapper {
  width: 100%;
  margin: 12px 0px;
}

.inpt_1 {
  width: 48%;
  margin-right: 2%;
  float: left;
}

.inpt_2 {
  width: 48%;
  margin-left: 2%;
  float: left;
}

.footer {
  background-color: #000;
}

.footer_inside {
  width: 25%;
  float: left;
  padding-bottom: 70px;
}

.footer_inside h4 {
  padding: 70px 0px 10px 0px;
  font-size: 18px;
}

.footer_inside ul li {
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.footer_inside a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}

.social {
  width: 100%;
}

.footer_logo {
  width: 100%;
}

.footer_logo img {
  width: 170px;
}

.social img {
  padding: 20px 5px 20px 0px;
  width: 40px;
}

.applications .slick-prev,
.slick-next {
  top: auto;
  bottom: -80px;
  right: 100px;
}

.applications .slick-prev {
  top: auto;
  bottom: -80px;
  left: auto;
  right: 55px;
}

.applications button.slick-next {
  right: 16px;
  right: 2px !important;
}

.blog .slick-prev {
  top: auto !important;
  bottom: -80px;
  right: 100px;
}

.blog .slick-prev {
  top: auto;
  bottom: -80px;
  left: auto;
  right: 55px;
}

.blog button.slick-next {
  right: 0px;
}

.blog button.slick-prev.slick-arrow {
  background-image: url(../img/left_arrow_slide.svg);
  height: 40px;
  width: 40px;
  position: absolute !important;
  background-position: center;
}

.blog button.slick-next.slick-arrow {
  background-image: url(../img/right_arrow_slide.svg);
  background-size: auto;
  height: 40px;
  width: 40px;
  position: absolute;
  position: absolute !important;
  background-position: center;
}

.case_study img {
  width: 97%;
  margin: 0 auto;
}

.case_study .slick-prev {
  top: auto;
  bottom: -100px;
  right: 55px;
  left: auto;
}

.case_study .slick-next {
  top: auto;
  bottom: -100px;
  left: auto;
  right: 55px;
}

.case_study button.slick-next {
  right: 16px;
  right: 2px !important;
}

.case_study .primary_buttom img {
  top: 0px;
  margin-left: 2px;
}

.dnone {
  display: inline;
}

.mhide {
  display: block !important;
}

.dhide {
  display: none !important;
}

/* Mob Nav strt */
.topnav {
  overflow: hidden;
  background-color: #000000;
  z-index: 9999;
  width: 100%;
  position: fixed !important;
  top: 0px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: none;
}

.active {
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-size: 17px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  color: white;
}

.dropdown-content a:hover {
  background-color: #44A503;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* nav code start  */
.topnav {
  display: none;
}

.mob_menu {
  display: none;
}

/* Mob Nav end */
/* Company Profile code start here */
.about .banner {
  background-image: url(../img/about/banner.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.about .banner_inside_txt h2 {
  text-align: center;
}

.endless {
  width: 100%;
}

.endless .welcome_img img {
  width: 80%;
}

.endless .welcome_img h3 {
  padding: 0px 0px 25px 0px;
}

.number_line {
  width: 100px;
  background: #357B05;
  height: 2px;
  margin: 15px 0px;
}

/* Company Profile code end here */
/* Careers code start here */
.car .banner {
  background-image: url(../img/car/career.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.car .banner_inside_txt h2 {
  text-align: center;
}

.endless {
  width: 100%;
}

.endless .welcome_img img {
  width: 80%;
}

.endless .welcome_img h3 {
  padding: 0px 0px 25px 0px;
}

.number_line {
  width: 100px;
  background: #357B05;
  height: 2px;
  margin: 15px 0px;
}

/* Careers code end here */
.driven {
  width: 100%;
}

.driven_inside {
  width: 22.8%;
  float: left;
  margin: 1%;
  border: 1px solid #DCDCDC;
  border-radius: 15px;
  min-height: 390px;
  cursor: pointer;
}

.hover-box {
  background-color: #fff;
  color: black;
  transition: all 0.3s ease;
}

.driven .brands h4 {
  padding: 10px 10px 0px 20px;
  font-size: 18px;
  min-height: 50px;
}

.driven .brands p {
  padding: 10px 10px 20px 20px;
}

.driven .brands img {
  width: 55px;
  margin: 10px 0px 0px 15px;
}

.journey {
  width: 100%;
  background-color: #44A503;
  padding: 50px 0px;
}

.journey h2 {
  padding: 0px 0px 30px 0px;
}

.journey_inside h3 {
  padding: 20px 10px 0px 50px;
  font-weight: 800;
}

.journey_inside h5 {
  padding: 0px 10px 0px 50px;
  font-size: 18px;
}

.journey_inside p {
  padding: 0px 10px 20px 50px;
}

.journey_inside {
  width: 100%;
  float: left;
}

.journey_inside_left {
  width: 50%;
  float: left;
  margin: 5px 0px;
  min-height: 200px;
}

.journey_inside_right {
  width: 50%;
  float: right;
  margin: 5px 0px;
  min-height: 200px;
}

.yellow {
  background-color: #FFE2A2;
}

.sky_blue {
  background-color: #AFF4ED;
}

.journey_wrap {
  height: 70vh;
  overflow-x: scroll;
}

/* width */
.journey_wrap::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.journey_wrap::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* Handle */
.journey_wrap::-webkit-scrollbar-thumb {
  background: none;
  border-radius: 0px;
}

/* Handle on hover */
.journey_wrap::-webkit-scrollbar-thumb:hover {
  background: none;
}

.network {
  width: 100%;
}

.network .about .banner {
  background-image: url(../img/network/banner.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.company_hr {
  margin-top: 50px;
  margin-bottom: 70px;
}

.corporate_office {
  width: 100%;
  background-color: #44A601;
  display: flex;
  align-items: center;
}

.corporate_office_inside {
  width: 50%;
  float: left;
}

.corporate_office_inside img {
  width: 100%;
  float: left;
}

.manufacturing_unit {
  width: 100%;
  margin-top: 50px;
  border: 1px solid #B5B5B5;
  display: flex;
  align-items: center;
}

.manufacturing_unit h3 {
  padding: 0px 0px 10px 0px;
}

.manufacturing_padding {
  padding-left: 40px;
}

.sports {
  width: 100%;
}

.pro h4 {
  text-align: left;
  padding-left: 6.25px;
  margin-bottom: 20px;
}

.pro p {
  text-align: left;
  padding-left: 6.25px;
  color: white;
}

.pro .case_study h2 {
  margin-left: 6.25px;
}

.sports .about .banner {
  background-image: url(../img/areas_of_application/banner.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.pro .case_study button {
  margin-left: 6.25px;
}

.career {
  width: 100%;
}

.career .about .banner {
  background-image: url(../img/careers/career.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.cons {
  width: 100%;
}

.cons .about .banner {
  background-image: url(../img/consumer_home/consumer.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.cons h1 {
  color: white;
  font-size: 55px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.cons .banner_inside_txt h2 {
  text-align: center;
  font-weight: 300;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 300%; /* Adjust width based on the number of frames */
}

.slider-frame {
  display: flex;
  justify-content: space-around;
  width: 33.33%; /* Each frame takes 1/3rd of the total width */
}

.slider-frame img {
  width: 23%;
  margin: 0 1%;
  border-radius: 5px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: #333;
}

.app7 img {
  width: 100%;
}

.app7 {
  width: 48%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  margin-right: 2%;
}

.app8 img {
  width: 100%;
}

.app8 {
  width: 48%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  margin-left: 2%;
}

.app9 img {
  width: 100%;
}

.app9 {
  width: 48%;
  float: left;
  position: relative;
  cursor: pointer;
  margin-right: 2%;
  margin-top: 3.5%;
}

.app10 img {
  width: 100%;
}

.app10 {
  width: 48%;
  float: left;
  margin-top: 3.5%;
  position: relative;
  cursor: pointer;
  margin-left: 2%;
}

.lamp .quote_img {
  width: 30%;
  float: left;
  background-color: #44A601;
}

.lamp .quote_txt img {
  padding: 0px 0px;
}

.consip {
  width: 100%;
}

.consip .about .banner {
  background-image: none;
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.consip .about .banner_inside_txt h2 {
  text-align: left;
}

.consip h1 {
  text-align: left;
  padding: 0px 0px 0px 0px;
}

.inpro p {
  margin-left: -100px;
}

.conspro .detailed_blg h4 {
  margin-bottom: -10px;
  font-weight: 500 !important;
}

.detail button.slick-prev.slick-arrow {
  background: none;
  width: 50px;
  background-image: url(../img/left_arrow_slide.svg);
  background-size: auto;
  height: 40px;
  width: 40px;
  background-position: center;
}

.detail .slick-prev {
  bottom: -170px;
  left: auto;
  right: 55px;
}

.case {
  width: 100%;
}

.case .about .banner {
  background-image: url(../img/case_studies/case_study.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.parent1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div1 {
  grid-area: 1/1/3/2;
}

.div2 {
  grid-area: 1/2/2/3;
}

.div3 {
  grid-area: 2/2/3/3;
}

.card {
  padding: 50px;
  margin: 20px;
  background-color: red;
}

.case1 .quote_txt {
  width: auto;
  float: left;
  background-color: #44A601;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.case1 .primary_buttom {
  width: auto;
  background-color: #fff;
  color: #44a503;
  padding: 12px 25px;
  border: 0px solid;
  border-radius: 5px;
  font-size: 16px;
}

.case1 .primary_buttom img {
  width: 12px !important;
  padding-top: 0px;
  position: relative;
  top: 3px;
  color: #44a503;
}

.prof {
  width: 100%;
}

.prof .about .banner_inside_txt h2 {
  text-align: left;
}

.prof .about .banner {
  background-image: none;
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: left;
}

.prof_pro {
  width: 100%;
}

.prof_pro_inside {
  width: 22.8%;
  float: left;
  margin: 1%;
  border: 1px solid #DCDCDC;
  border-radius: 15px;
  min-height: 310px;
  cursor: pointer;
}

.hover-box {
  background-color: #fff;
  color: black;
  transition: all 0.3s ease;
}

.prof_pro .brands h4 {
  padding: 10px 10px 0px 20px;
  font-size: 18px;
  min-height: 50px;
}

.prof_pro .brands p {
  padding: 10px 10px 20px 20px;
}

.prof_pro .brands img {
  width: 55px;
  margin: 10px 0px 0px 15px;
}

.img_banner {
  display: flex;
}

.prof h1 {
  text-align: left;
  padding: 0px 0px 0px 0px;
}

.pdf-columns {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.column {
  text-align: left;
}

.column a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  display: block;
  margin: 5px 0;
}

.column a:hover {
  text-decoration: underline;
  color: #4eb10a;
}

/* styles.css */
.prof_sub .specification-button {
  background-color: #4eb10a;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  font-family: swiss_light, sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  position: sticky;
  bottom: auto;
  float: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.specification-button:hover {
  background-color: #45a009; /* Slightly darker green on hover */
}

.info-icon {
  font-size: 16px;
  color: white; /* Icon color matches text color */
}

.prof_sub .quick-view {
  display: none; /* Hidden by default */
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4eb10a; /* Green background */
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 2; /* Ensure it appears on top */
  bottom: auto;
}

/* Show Quick View on hover */
.prof_sub:hover .quick-view {
  display: block; /* Show button on hover */
}

.branch_office {
  width: 100%;
  margin-top: 50px;
}

.branch1 {
  width: 33.33%;
  float: left;
  position: relative;
  line-height: 0px;
}

.branch1_txt {
  position: absolute;
  font-size: 22px;
  top: 45%;
  margin-left: 30%;
}

.branch1 img {
  width: 100%;
}

.branch2 h4 {
  text-align: center;
}

.branch2 {
  width: 33.25%;
  float: left;
  border: 1px solid #287B1C;
  border-left: 0px;
}

.branch2_1 {
  width: 100%;
}

.brd_div1 {
  border-bottom: 1px solid #287B1C;
  padding: 11.2% 0px;
}

.brd_div2 {
  padding: 11.2% 0px;
}

.branch2 p {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.branch2_2 {
  width: 100%;
}

.branch3 {
  width: 33%;
  float: left;
}

.btm_row {
  width: 100%;
}

.btm_row_inside {
  width: 33.22%;
  float: left;
  border: 1px solid #287B1C;
  padding: 4% 0px;
  border-left: 0px;
  border-top: 0px;
}

.bd-left {
  border-left: 1px solid #287B1C;
}

.btm_row h4 {
  text-align: center;
}

.btm_row p {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.map_wrapper {
  width: 100%;
  position: relative;
}

.map_stat {
  width: 45%;
  right: 0px;
  position: absolute;
  bottom: 30px;
}

.map_wrapper img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 40px;
}

.map_stat_inside {
  width: 28%;
  float: left;
  border: 1px solid #2C6704;
  margin: 0px 2%;
  padding: 15px 0px;
  border-radius: 5px;
}

.map_stat_inside p {
  line-height: 10px;
}

.map_stat_inside h3 {
  font-size: 25px;
}

.brand_family {
  width: 100%;
}

.brand_family .about .banner {
  background-image: url(../img/brand_family/banner.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.bx {
  width: 100%;
}

.bx_inside {
  width: 32%;
  float: left;
  border: 1px solid #4EB10A;
  border-radius: 5px;
}

.bx_inside img {
  width: 100%;
}

.bx_margin {
  margin: 0% 1.7%;
}

.ic_wrap img {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 30px 0px;
}

.made_india .about .banner {
  background-image: url(../img/made_in_india.svg);
}

.made .welcome_img img {
  width: 55%;
}

.areas .banner {
  background-image: url(../img/areas_of_application/banner.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.sport .welcome_img {
  width: 100%;
  float: left;
}

.sport .welcome_text {
  width: 100%;
  margin-left: 0%;
}

.sport .welcome_text {
  width: 100%;
  margin-left: 0%;
}

.sport_product .slider_two p {
  padding: 5px 10px;
}

.blg {
  width: 100%;
}

.blg .banner {
  background-image: url(../img/blog/banner.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.blg_grid {
  width: 100%;
}

.detailed_blg {
  width: 32%;
  float: left;
}

.detailed_blg h4 {
  min-height: 40px;
  padding: 15px 0px 10px 0px;
}

.detailed_blg_mt_50 {
  margin-top: 50px;
}

.detailed_blg .primary_buttom {
  width: auto;
  background-color: #fff;
  padding: 12px 25px 12px 0px;
  margin-top: 10px;
  color: #44a503;
}

.detailed_blg_margin {
  margin-left: 2%;
  margin-right: 2%;
}

.blg_grid img {
  width: 100%;
}

.blg_grid h3 {
  padding: 0px 0px 15px 0px;
}

.blogd {
  width: 100%;
}

.blogd .about .banner {
  background-image: url(../img/det_blg/detblog.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: left;
}

.detailed_blg_content {
  width: 100%;
}

.detailed_blg_content h3 {
  padding: 5px 0px;
}

.detailed_blg_content p {
  padding: 5px 0px;
}

.detailed_blg_content h4 {
  padding: 15px 0px 0px 0px;
}

.detailed_blg_content ul {
  padding: 20px 0px;
}

.detailed_blg_content ul {
  padding: 20px 0px;
  padding-left: 0px;
  padding-left: 15px;
}

.detailed_blg_content ul li {
  margin-bottom: 15px;
}

.pt2_ul ul {
  padding: 20px 0px;
  padding-left: 0px;
  padding-left: 15px;
}

.career h1 {
  color: white;
  font-size: 55px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

.career h3 {
  font-weight: 100;
}

.parent .detailed_blg_content ul {
  padding: 0px 30px;
}

.parent .detailed_blg_content ul li {
  padding: 0px 0px 20px;
}

.board {
  width: 100%;
}

.board .banner {
  background-image: url(../img/board/banner.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.board_grid {
  width: 100%;
  display: flex;
  align-items: center;
}

.board_grid img {
  width: 100%;
}

.founder_img {
  width: 45%;
  margin-right: 5%;
  float: left;
}

.founder_txt {
  width: 50%;
  float: left;
}

.founder_txt p {
  padding: 10px 0px 0px 0px;
}

.founder_txt h4 {
  font-size: 20px;
}

.director {
  width: 100%;
}

.director_inside {
  width: 100%;
}

.director_inside img {
  width: 100%;
}

.director_inside h4 {
  font-size: 20px;
  padding: 10px 0px;
}

.director_inside1 {
  width: 45%;
  margin-right: 5%;
  float: left;
}

.director_inside2 {
  width: 45%;
  margin-left: 5%;
  float: left;
}

.director_mt {
  margin-top: 80px;
}

.sustainability {
  width: 100%;
}

.sustainability .banner {
  background-image: url(../img/sustainability/banner.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.sus_intro {
  width: 100%;
}

.sus_intro1 {
  width: 25%;
  float: left;
}

.sus_intro2 {
  width: 75%;
  float: left;
}

.quote {
  width: 100%;
  background-color: #44A601;
  padding: 15px 0px;
}

.quote_img {
  width: 25%;
  float: left;
  background-color: #44A601;
}

.quote_img img {
  width: 100%;
}

.sus_extra img {
  width: 100% !important;
}

.quote_txt {
  width: 75%;
  float: left;
  background-color: #44A601;
}

.quote_txt_1 {
  padding: 100px;
}

.quote_txt img {
  width: 50px;
}

.quote_txt img {
  padding: 5px 20px;
}

.quote_txt p {
  padding: 5px 20px;
}

.quote_txt h4 {
  padding: 5px 20px;
}

.quote .container {
  display: flex;
  align-items: center;
}

.five_bx {
  width: 100%;
}

.green_box {
  width: 18%;
  margin: 2% 2% 2% 0%;
  background-color: #44A601;
  float: left;
  border-radius: 5px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.green_box p {
  padding: 20px 10px;
  font-weight: 500;
}

.five_bx i {
  font-weight: 400;
  font-size: 14px;
  padding: 15px 0px;
}

.contact .about .banner {
  background-image: url(../img/contact/banner.jpg);
}

.contact_map {
  width: 100%;
  background-color: #44A601;
  height: 300px;
  display: flex;
  padding-bottom: 40px;
}

.contact_map .container {
  width: 1250px;
  max-width: 96%;
  margin: 0 auto;
  display: flex;
  align-items: end;
}

.contact_line {
  width: 70px;
  height: 1px;
  background-color: #fff;
  margin: 15px 0px;
}

.contact_map1 {
  width: 62%;
  margin-right: 3%;
  float: left;
}

.contact_map2 {
  width: 25%;
  float: left;
}

.contact_map1 {
  width: 62%;
  margin-right: 3%;
  float: left;
}

.cnt_wrap {
  margin-top: 400px;
}

.contact_frm {
  width: 100%;
  background-color: #44A601;
  padding: 30px 0px 70px 0px;
}

.green_from {
  width: 100%;
}

.form_input {
  width: 100%;
}

.form_input button {
  width: 32%;
  padding: 10px;
  border: 0px solid rgb(255, 252, 252);
  margin-top: 15px;
  border-radius: 5px;
}

.form_input_inside {
  width: 32%;
  float: left;
  margin: 20px 0px;
}

.form_input_inside_msg {
  width: 100%;
  float: left;
}

.form_input_inside input {
  width: -webkit-fill-available;
  padding: 15px;
  border-radius: 5px;
  border: 0px solid rgb(255, 252, 252);
  width: 92%;
}

.form_input_inside_msg textarea#w3review {
  width: -webkit-fill-available;
  border-radius: 5px;
  border: 0px solid rgb(255, 252, 252);
  width: 100%;
}

.form_mt {
  margin-left: 2%;
  margin-right: 2%;
}

.prof_inner .brands_1 {
  min-height: 155px !important;
  margin: 0px 17px 17px 0px;
  display: flex;
  align-items: center;
  border: 1px solid #DCDCDC;
}
.prof_inner .brands_1:hover {
  border: 1px solid #44A503;
}
.prof_inner .brands_1:hover .prof_inner_txt {
  color: #44A503;
}

.prof_inner .brands_1 img {
  background-color: rgb(243, 242, 242);
  width: 70%;
  margin: 15px 15px 15px 15px;
  border-radius: 10px;
}

.prof_inner_txt {
  width: 75%;
  float: left;
}

.prof_inner .brands_2 {
  min-height: 15px !important;
  /* Apply min-height to the parent class */
}

.prof_inner .brands_3 {
  min-height: 15px !important;
  /* Apply min-height to the parent class */
}

.slider_six .slick-track {
  display: flex;
  gap: 15px; /* Add a 10px gap between the slides */
}

.slider_six .slick-slide {
  /* Ensure the slides fit correctly without affecting alignment */
  width: auto !important;
}

.prof_sub .brands_1 {
  min-height: 310px !important;
  margin: 0.5%;
  align-items: center;
  border: 1px solid #DCDCDC;
}
.prof_sub .brands_1:hover {
  border: 1px solid #44A503;
}
.prof_sub .brands_1:hover .prof_sub_txt {
  color: #44A503;
  transition: background-color 0.3s ease;
}

.prof_sub .brands_1v2 {
  min-height: 0 !important;
  margin: 0%;
  padding: 15px;
  align-items: center;
  border: 1px solid #DCDCDC;
}
.prof_sub .brands_1v2:hover {
  border: 1px solid #44A503;
}
.prof_sub .brands_1v2:hover .prof_sub_txt {
  color: #44A503;
  transition: background-color 0.3s ease;
}

.prof_sub .brands_1 img {
  background-color: rgb(243, 242, 242);
  width: 80%;
  margin: 15px 15px 15px 15px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.prof_sub_txt {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
}

.prof_sub_para {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.illuminate {
  width: 100%;
}

.illuminate .case_study {
  width: 100%;
  background-color: #fff;
  padding-bottom: 25px;
}

.illuminate .slick-prev {
  bottom: -170px;
  left: auto;
  right: 55px;
}

.illuminate .slick-next {
  bottom: -170px;
  left: auto;
  right: 55px;
}

.illuminate button.slick-prev.slick-arrow {
  background: none;
  width: 50px;
  background-image: url(../img/left_arrow_slide.svg);
  background-size: auto;
  height: 40px;
  width: 40px;
  background-position: center;
}

.illuminate button.slick-next.slick-arrow {
  background: none;
  width: 50px;
  background-image: url(../img/right_arrow_slide.svg);
  background-size: auto;
  height: 40px;
  width: 40px;
  background-position: center;
}

.products .detailed_blg h4 {
  margin-bottom: -10px;
}

.products .detailed_blg h4 {
  margin-bottom: -10px;
  font-weight: 500 !important;
}

.consumer_banner {
  display: flex;
  align-content: center;
  align-items: center;
}

.consumer_banner img {
  width: 60%;
  float: right;
}

.consumer_banner div {
  width: 100%;
}

.product_filter {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}

.product_filter div {
  width: 50%;
}

.product_filter h3 {
  padding: 0px 0px 0px 0px !important;
}

.product_filter .primary_buttom {
  margin-top: 0px;
  float: right;
}

.brands_1 button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none !important;
  margin-bottom: 25px;
}

a {
  text-decoration: none;
}

.blb-img img {
  width: 26% !important;
}

a {
  text-decoration: none !important;
}

.prof_inner .brands_1 {
  margin: 0.6%;
}

.solux_banner .about .banner {
  background-image: url(../img/solux_banner.jpg);
  height: 46vh;
  min-height: 10px;
  position: static;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.solux_left,
.solux_right {
  width: 48%;
  float: left;
  box-sizing: border-box;
  margin-right: 2%;
}

.solux_left {
  text-align: justify;
}

.solux_right {
  margin-left: 2%;
  margin-right: 0px;
}

.solux_header {
  color: red;
  font-size: 2rem;
  margin-bottom: 10px;
  font-family: "swiss_light", sans-serif;
}

.solux_description {
  line-height: 1.6;
  font-family: "swiss_light", sans-serif;
}

.solux_right img,
.solux_small-images img {
  width: 100%;
  border-radius: 10px;
}

.solux_small-images {
  display: flex;
  gap: 5%;
  margin-top: 30%;
}

.solux_small-images .image-item {
  width: 50%;
}

.solux {
  width: 100%;
}

.solux .about .banner {
  position: relative;
  height: 46vh;
  min-height: 10px;
  display: flex;
  align-items: center;
  overflow: hidden; /* Ensures the video doesn't overflow the container */
}

.solux .about .banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Ensures the video covers the entire container */
  z-index: -1; /* Places the video behind other content */
}

.solux_prod {
  width: 100%;
}

.solux_prod .case_study {
  width: 100%;
  background-color: #fff;
  padding-bottom: 25px;
}

.solux_our_prod {
  width: 25%;
  float: left;
}

.product_grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.product_item {
  width: calc(25% - 20px); /* Adjusts item width for a 4-column grid */
  position: relative;
}

.product_container {
  position: relative;
  width: 100%;
}

.product_image {
  display: block;
  width: 100%;
  height: auto;
}

/* Custom Overlay for First Product */
.custom_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #df1c25; /* Red background */
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_container:hover .custom_overlay {
  opacity: 1;
}

.custom_text {
  color: white;
  text-align: center;
  font-size: 16px;
}

.custom_text h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.custom_text ul {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
  margin: 0;
}

/* General Overlay for Other Products */
.product_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black */
}

.product_container:hover .product_overlay {
  opacity: 1;
}

.product_text {
  color: white;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.wattcab_products .prod1 img {
  width: 100%;
}

.wattcab_products .prod1 {
  width: 28%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.wattcab_products .prod2 img {
  width: 100%;
}

.wattcab_products .prod2 {
  width: 28%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.wattcab_products .prod3 img {
  width: 100%;
}

.wattcab_products .prod3 {
  width: 40%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.wattcab_products .prod4 img {
  width: 100%;
}

.wattcab_products .prod4 {
  width: 28%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.wattcab_products .prod5 img {
  width: 100%;
}

.wattcab_products .prod5 {
  width: 40%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.wattcab_products .prod6 img {
  width: 100%;
}

.wattcab_products .prod6 {
  width: 28%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.wattcab_products .prod7 img {
  width: 100%;
}

.wattcab_products .prod7 {
  width: 40%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.wattcab_products .prod8 img {
  width: 100%;
}

.wattcab_products .prod8 {
  width: 28%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.wattcab_products .prod9 img {
  width: 100%;
}

.wattcab_products .prod9 {
  width: 28%;
  float: left;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.believe {
  width: 100%;
}

.believe h2 {
  text-align: center;
  padding: 10px 0px 0px 0px;
  margin-top: 20px;
}

.believe p {
  text-align: center;
  padding: 0px 0px 30px 0px;
  text-align: center;
}

.believe1 {
  width: 18%;
  float: left;
  border: 1px solid #2c6704;
  border-radius: 5px;
  margin-top: 20px;
}

.believe2 {
  width: 18%;
  float: left;
  margin-left: 2.25%;
  border: 1px solid #2c6704;
  border-radius: 5px;
  margin-top: 20px;
}

.wattcab {
  width: 100%;
}

.wattcab_img {
  width: 40%;
  float: left;
  border: 1px solid;
  border-color: #44a503;
}

.wattcab_img img {
  width: 100%;
  min-height: 100px;
}

.wattcab_text {
  width: 54.7%;
  margin-left: 5%;
  float: left;
}

.wattcab_text h2 {
  padding: 10px 0px;
  padding-top: 25px;
}

.wattcab_text h5 {
  font-style: italic;
  padding: 10px 0px;
  font-weight: 400;
  font-size: 17px;
}

.companies a {
  color: #000;
}

.sub_ul ul {
  padding-left: 15px;
  padding-top: 10px;
}

.conatct_patch_red {
  width: 100%;
  position: relative;
  margin-bottom: 250px;
}

.conatct_patch_red img {
  width: 100%;
}

.conatct_patch_red .container {
  background-color: #DF1C25;
  bottom: 10px;
  /* width: 1250px; */
  /* max-width: 96%; */
  /* margin: 0 auto; */
  top: 50%;
  position: absolute;
  /* right: 50%; */
  left: 50%;
  transform: translate(-50%, 50%);
}

.conatct_patch_red .container h3 {
  padding: 35px 0px 10px 0px;
}

.conatct_patch_red .container p {
  font-size: 20px;
}

.conatct_patch_red .container button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #DF1C25;
  background-color: #fff;
}

.logo_show {
  display: none;
}

.logo_hide {
  display: block;
}

@media screen and (max-width: 1237px) {
  .brd_div2 {
    padding: 3.5% 0px;
  }
}
@media screen and (max-width: 1150px) {
  .driven .brands h4 {
    font-size: 16px;
  }
  .journey_inside h3 {
    font-weight: 700;
    font-size: 20px;
  }
  .sus_intro1 {
    width: 32%;
  }
  .sus_intro2 {
    width: 68%;
    float: left;
  }
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 30px;
  }
  body {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }
  .banner {
    height: 65vh;
  }
  .banner_inside_txt h1 {
    font-size: 45px;
    padding: 180px 0px 0px 0px;
  }
  .career h1 {
    padding: 0px 0px 0px 0px;
  }
  .consip h1 {
    padding: 0px 0px 0px 0px;
  }
  .cons h1 {
    padding: 0px 0px 0px 0px;
  }
  .welcome_text h2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .case_study button {
    padding: 10px 18px;
  }
  .welcome_img {
    width: 35%;
  }
  .welcome_text {
    width: 60%;
  }
  .footer_inside h4 {
    padding: 50px 0px 5px 0px;
    font-size: 15px;
  }
  .footer_inside ul li {
    font-size: 13px;
    line-height: 25px;
  }
  .branch1 {
    width: 100%;
    float: left;
    position: relative;
    line-height: 0px;
  }
  .branch1 img {
    display: none;
  }
  .clr_fx {
    clear: both;
  }
  .branch1_txt {
    position: static;
    margin-left: auto;
  }
  .branch1_txt h4 {
    color: #2c6704 !important;
    margin-left: 0px;
    text-align: center;
    padding: 10px 0px;
  }
  .branch2 {
    width: 49.9%;
  }
  .brd_div1 {
    border-bottom: 1px solid #287B1C;
    border-left: 1px solid #287B1C;
    padding: 5% 0px;
  }
  .brd_div2 {
    padding: 5% 0px;
    border-left: 1px solid #287B1C;
  }
  .conatct_patch_red .container {
    min-height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .logo img {
    width: 150px;
    padding: 10px 0px;
  }
  .companies p {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .brands_1,
  .brands_2,
  .brands_3 {
    min-height: 370px;
    position: relative;
  }
  .brands_1 button {
    margin: 20px 0px 5px 0px;
  }
  .brands_2 button {
    margin: 20px 0px 5px 0px;
  }
  .brands_3 button {
    margin: 20px 0px 5px 0px;
  }
  .driven_inside {
    width: 100%;
    min-height: 200px;
    margin: 0px;
    margin-top: 15px;
  }
  .driven .brands h4 {
    min-height: 0px;
    margin: 0px;
  }
  .map_stat {
    position: static;
    width: 100%;
    margin: 20px 0px;
  }
  .map_stat_inside {
    margin: 0px 1%;
    width: 31.15%;
  }
  .endless .welcome_img {
    width: 100%;
    display: block;
  }
  .endless .welcome_img img {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .endless .welcome_img h3 {
    font-size: 26px;
    text-align: center;
  }
  .number_line {
    display: none;
  }
  .endless .welcome_img h4 {
    text-align: center;
    padding: 30px 0px;
    font-size: 18px;
  }
  .presence .welcome_text {
    width: 100%;
    margin-left: 0px;
  }
  .presence .welcome_text p {
    text-align: center;
    padding: 0px 10px;
  }
  .btm_row_inside {
    width: 33.2%;
  }
  .btm_row p {
    padding: 0px 5px;
  }
  .contact {
    margin-top: 200px;
  }
  .company_profiles .welcome_text {
    width: 100%;
    margin: 0px;
    margin-top: 25px;
  }
  .conatct_patch_red .container {
    position: unset;
    transform: unset;
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .banner_inside_txt h1 {
    font-size: 35px;
  }
  .banner_inside_txt p {
    font-size: 17px;
  }
  .main-menu > li a {
    padding: 9px 5px;
    font-size: 14px;
  }
  .main-menu > li {
    margin: 0px 6px;
  }
  .banner_inside_img img {
    width: 70%;
  }
  .welcome_img {
    width: 40%;
  }
  .welcome_text {
    width: 100%;
    margin-left: 0px;
  }
  .footer_inside h4 {
    font-size: 14px;
  }
  .footer_inside ul li {
    line-height: 25px;
  }
  .counter3 {
    width: 23%;
  }
  .counter2 {
    margin-left: 2.7%;
  }
  .counter4 {
    margin-left: 2%;
  }
  .brands_3 {
    width: 31.7%;
  }
  .map_stat_inside {
    width: 31%;
  }
  .green_box {
    min-height: 160px;
  }
  .green_box p {
    padding: 5px 10px;
  }
  .sus_intro1 {
    width: 40%;
  }
  .sus_intro2 {
    width: 60%;
  }
  .contact_map1 {
    width: 62%;
    margin-right: 3%;
    float: left;
    display: none;
  }
  .contact_map2 {
    width: 100%;
    float: left;
  }
  .contact_frm {
    padding: 0px 0px 70px 0px;
  }
  .branch_office h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .mt120 {
    margin-top: 80px;
  }
  .mb120 {
    margin-bottom: 80px;
  }
  .container_nav {
    display: none;
  }
  .welcome_img {
    width: 100%;
    display: none;
  }
  .welcome_text {
    width: 100%;
    margin: 0px;
  }
  .footer_logo img {
    width: 140px;
    padding-bottom: 25px;
  }
  .companies p {
    float: left;
  }
  /* Mob Nav code start here */
  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
  .topnav.responsive {
    position: fixed;
    top: 40px;
    overflow: hidden !important;
    height: 100vh;
    padding-top: 25px;
  }
  .topnav {
    display: block;
  }
  .mob_menu {
    display: block;
  }
  .mob_menu .icon {
    text-decoration: none;
    color: green;
    font-size: 20px !important;
  }
  /* Mob Nav code end here */
  .logo {
    width: 45%;
  }
  .icon img {
    width: 35px;
    padding: 0px 10px 0px 0px;
  }
  .top_header {
    width: 100%;
    display: flex;
    align-items: end;
    margin-bottom: 10px;
    line-height: 0px;
    position: fixed;
    background: #fff;
    z-index: 99999;
    padding: 8px 0px;
    top: 0px;
  }
  .nav_container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .logo img {
    padding: 10px 10px;
  }
  .banner {
    height: 65vh;
    padding-top: 74px;
  }
  .map_stat_inside {
    margin: 0px 1%;
    width: 31%;
  }
  .bx_margin {
    margin: 0% 1.6%;
  }
  .believe2 {
    margin-left: 2%;
  }
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 22px;
  }
  .banner_inside_img img {
    width: 90%;
  }
  .counter2 {
    margin-left: 2.2%;
  }
  .believe2 {
    margin-left: 2%;
  }
  .counter1 {
    margin-left: 0.4%;
  }
  .believe1 {
    margin-left: 0.4%;
  }
  .brands_1,
  .brands_2,
  .brands_3 {
    width: 100%;
    margin: 10px 0px;
    min-height: 0px;
  }
  .brands_1 button {
    position: static;
    margin: 10px 0px 15px 0px;
  }
  .prof_sub .brands_1 .quick-view {
    display: none;
  }
  .brands_2 button {
    position: static;
    margin: 10px 0px 15px 0px;
  }
  .brands_3 button {
    position: static;
    margin: 10px 0px 15px 0px;
  }
  .blg_inside_content h3 {
    font-size: 18px;
  }
  .blg_inside_img {
    width: 35%;
  }
  .footer_inside {
    width: 100%;
    padding: 0px;
  }
  .footer_inside h4 {
    font-size: 16px;
  }
  .footer_inside ul li {
    font-size: 14px;
  }
  .footer_inside h4 {
    padding: 40px 0px 0px 0px;
    font-size: 17px;
  }
  .banner_inside_img img {
    width: 85%;
  }
  .pendulum-container {
    width: 85%;
    margin: 0 auto;
  }
  .form {
    width: 100%;
    margin-right: 0%;
  }
  .map {
    width: 100%;
    margin-left: 0%;
  }
  .blg_inside {
    border: 0px solid #cccccc;
  }
  .blg_inside_content p {
    font-size: 14px;
  }
  .applications {
    margin-bottom: 150px !important;
  }
  .case_study h2 {
    padding: 50px 0px 10px 0px;
  }
  .logo-track img {
    width: 160px;
    margin: 0px 5px;
  }
  .map {
    margin-top: 35px;
  }
  iframe {
    margin-top: 5px;
  }
  .footer_inside h4 {
    text-align: center;
  }
  .footer_inside ul li {
    text-align: center;
  }
  .footer_logo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .social {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .social div {
    width: 24.33%;
    float: left;
  }
  .social div img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .branch2 {
    width: 100%;
    margin: 0px;
  }
  .btm_row_inside {
    width: 100%;
    margin: 0px;
  }
  .bd-tp0 {
    border-top: 0px solid green;
  }
  .bd-lft1 {
    border-left: 1px solid #287B1C;
  }
  .contact {
    margin-top: 100px;
  }
  .map_wrapper img {
    width: 70%;
  }
  .detailed_blg h4 {
    min-height: 57px;
  }
  .board_grid {
    width: 100%;
    display: block;
  }
  .founder_img {
    width: 100%;
    margin-right: 0%;
  }
  .founder_txt {
    width: 100%;
    margin-left: 0%;
  }
  .founder_txt h4 {
    padding: 15px 0px 0px 0px;
  }
  .prof_sub .brands_1 {
    margin-top: 4%;
  }
  .solux_left, .solux_right {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .solux_small-images {
    gap: 2%;
    margin-top: 3%;
  }
  .solux_right img {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 28px;
  }
  .counter_box p {
    font-size: 16px;
    font-weight: 400;
    color: #000 !important;
  }
  .brands h2 {
    padding: 0px 0px 0px 0px;
  }
  .applications h5 {
    font-size: 15px;
    padding: 8px 5px 8px 5px;
  }
  .counter1 {
    width: 47.5%;
    margin: 0%;
    margin-right: 2%;
  }
  .counter2 {
    width: 47.5%;
    margin: 0%;
    margin-left: 2%;
  }
  .counter3 {
    width: 47.5%;
    margin: 0%;
    margin-top: 4.5%;
    margin-right: 2%;
  }
  .counter4 {
    width: 47.5%;
    margin: 0%;
    margin-top: 4.5%;
    margin-left: 2%;
  }
  .believe1 {
    width: 100%;
    margin: 0%;
    margin-right: 2%;
  }
  .believe2 {
    width: 100%;
    margin: 0%;
    margin-top: 2.5%;
  }
  .primary_buttom {
    font-size: 15px;
  }
  .logo img {
    width: 100px;
    padding: 7px 0px 7px 5px;
  }
  .pendulum {
    width: 100%;
  }
  .banner {
    padding-top: 57px;
  }
  .corporate_office {
    display: block;
  }
  .corporate_office_inside {
    width: 100%;
  }
  .corporate_office_inside h3 {
    padding: 30px 0px 15px 0px;
    text-align: center;
  }
  .corporate_office_inside p {
    padding: 0px 0px 0px 0px;
    text-align: center;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .manufacturing_unit {
    width: 100%;
    display: block;
  }
  .manufacturing_padding {
    padding-left: 0px;
  }
  .map_stat_inside {
    margin: 0px 1%;
    width: 30.8%;
  }
  .bx_margin {
    margin: 0% 1.5%;
  }
  .column a {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .detailed_blg {
    width: 100%;
    margin-bottom: 40px;
  }
  .detailed_blg_margin {
    margin-left: 0%;
    margin-right: 0%;
  }
  .detailed_blg h4 {
    min-height: 0px;
  }
  .detailed_blg_mt_50 {
    margin-top: 0px;
  }
  .detailed_blg .primary_buttom {
    margin-top: 0px;
  }
  .director_inside1 {
    width: 100%;
    margin-right: 0%;
  }
  .director_inside2 {
    width: 100%;
    margin-left: 0%;
  }
  .director_mt {
    margin-top: 50px;
  }
  .director_inside2 {
    width: 100%;
    margin-left: 0%;
    margin-top: 50px;
  }
  .app7, .app8, .app9, .app10 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .consumer_banner {
    display: block;
  }
  .consumer_banner h1 {
    text-align: center;
  }
  .consumer_banner img {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .wattcab_img {
    width: 100%;
  }
  .wattcab_text {
    width: 100%;
    margin-left: 0%;
  }
  .slider_six .slick-track {
    display: flex;
    gap: 10px; /* Add a 10px gap between the slides */
  }
  .product_item {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 94%;
  }
  .blog .slick-initialized .slick-slide {
    display: block;
  }
  .blg_inside_img {
    width: 100%;
  }
  .blg_inside_content {
    width: 100%;
  }
  .blg_inside_content i {
    padding: 30px 10px 0px 0px;
  }
  .blg_inside_content h3 {
    font-size: 18px;
    padding: 10px 10px 0px 0px;
  }
  .blg_inside_content p {
    padding: 0px 25px 10px 0px;
  }
  .blg_inside_content img {
    padding: 10px 10px 10px 0px;
    width: 20px;
  }
  .blog {
    margin-bottom: 140px !important;
  }
  .sus_intro1 {
    width: 100%;
  }
  .sus_intro2 {
    width: 100%;
  }
  .quote_img {
    width: 100%;
  }
  .quote_txt {
    width: 100%;
  }
  .quote .container {
    display: block;
  }
  .quote_img img {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .quote_txt img {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 20px 0px;
  }
  .green_box {
    width: 100%;
    margin: 0% 0% 3% 0%;
    min-height: 100px;
    font-size: 16px;
  }
  .quote_txt p {
    padding: 5px 0px;
  }
  .quote_txt h4 {
    padding: 5px 0px;
  }
  .lamp .quote_img {
    width: 100%;
    float: left;
    background-color: #44A601;
  }
  .lamp .quote_txt_1 {
    padding: 0px;
  }
  .lamp .quote_txt_1 h3 {
    text-align: center;
    padding-bottom: 25px;
  }
  .lamp .quote_txt img {
    padding: 19px 0px;
  }
  .made_india .about .banner {
    background-image: url(../img/made_in_india_M.jpg);
  }
}
@media screen and (max-width: 500px) {
  .banner {
    height: 40vh;
    overflow: hidden;
  }
  .banner_inside_img img {
    width: 100%;
  }
  .pendulum-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .banner_inside_txt h1 {
    font-size: 26px;
  }
  .banner_inside_txt p {
    font-size: 15px;
  }
  .banner_inside_txt h1 {
    padding: 130px 0px 0px 0px;
  }
  .career h1 {
    padding: 0px 0px 0px 0px;
  }
  .cons h1 {
    padding: 0px 0px 0px 0px;
  }
  .applications h5 {
    font-size: 14px;
    padding: 8px 5px 8px 5px;
    text-align: left;
  }
  .app1 {
    width: 49%;
    margin-right: 1%;
  }
  .app2 {
    width: 49%;
    margin-left: 1%;
    margin-right: 0%;
  }
  .app3 {
    width: 49%;
    margin-right: 1%;
  }
  .app5 {
    width: 49%;
    margin-right: 1%;
    margin-left: 0%;
  }
  .app4 {
    width: 49%;
    margin-left: 1%;
    margin-right: 0%;
  }
  .app6 {
    width: 49%;
    margin-left: 1%;
    margin-right: 0%;
  }
  .wattcab_products .prod1 {
    width: 49%;
    margin-right: 1%;
  }
  .wattcab_products .prod2 {
    width: 49%;
    margin-left: 1%;
    margin-right: 0%;
  }
  .wattcab_products .prod3 {
    width: 49%;
    margin-right: 1%;
  }
  .wattcab_products .prod4 {
    width: 49%;
    margin-right: 0%;
    margin-left: 1%;
  }
  .wattcab_products .prod5 {
    width: 49%;
    margin-right: 1%;
    margin-left: 0%;
  }
  .wattcab_products .prod6 {
    width: 49%;
    margin-left: 1%;
    margin-right: 0%;
  }
  .wattcab_products .prod8 {
    width: 49%;
    margin-right: 0%;
    margin-left: 2%;
  }
  .wattcab_products .prod7 {
    width: 49%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .wattcab_products .prod9 {
    width: 49%;
    margin-left: 1%;
    margin-right: 0%;
  }
  .applications h5 {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 2px 8px 3px;
    text-align: left;
  }
  .clearNone {
    display: none;
  }
  .inpro p {
    margin-left: -100px;
    margin: 2px;
  }
  .mhide {
    display: none !important;
  }
  .dhide {
    display: block !important;
  }
  .consip h1 {
    padding: 0px 0px 0px 0px;
  }
  .map_stat_inside {
    margin: 0px;
    margin: 5px 0px;
    width: 100%;
  }
  .bx_inside {
    width: 100%;
  }
  .bx_margin {
    margin: 20px 0px;
  }
  .endless .welcome_img img {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.below-header-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
  overflow: hidden;
  height: calc(100vh - 105px);
}
.below-header-menu .menu-content {
  padding: 20px;
  display: flex;
  justify-content: center;
}
.below-header-menu .menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.below-header-menu .menu-content ul li {
  margin: 0;
}
.below-header-menu .menu-content ul li a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.below-header-menu .menu-content ul li a:hover {
  color: #4caf50;
}

.open-menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  background: #4caf50;
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.open-menu-btn:hover {
  background: #388e3c;
}

.fullscreen-menu.active {
  transform: translateY(0);
}

body.no-scroll {
  overflow: hidden !important;
}

.menu-container {
  display: flex;
  width: 100%;
}

/* Sidebar Tabs (25%) */
.menu-tabs {
  width: 25%;
  border-right: 1px solid #ddd;
  padding: 10px;
}

.menu-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-tabs li {
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 5px;
  transition: background 0.3s;
}

.menu-tabs li:hover,
.menu-tabs li.active {
  background: #4caf50;
  color: white;
}

/* Content Area (75%) */
.menu-content {
  width: 100%;
  padding: 20px;
}

.tab-content {
  display: none;
  width: 100%;
}

.tab-content strong {
  color: red;
}

.tab-content.active {
  display: block;
}

/* Grid for content */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.grid div {
  background: #f9f9f9;
  border: 1px solid #ddd;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  border-radius: 4px;
}

/* Button */
.view-all {
  background: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 10px;
  align-items: right;
}

.view-all:hover {
  background: #388e3c;
}

/*# sourceMappingURL=style.css.map */