/* inner pages css */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

* {
  margin: 0;
  padding: 0;
}

/*====header =====
=================*/
.header {
  /* position: fixed; */
  /* background: #fff; */
  /* border-bottom: 1px solid #ddd; */
}

/* then header scroll css added */
.stickyheader {
  position: fixed;
  top: -1px;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #ddd;
  animation: slideDown 0.35s ease-out;
}
#logo2 {.aboutussection p
  display: none;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* .stickyheader .navbar-nav a {
  color: black !important;
} */

/* then header scroll css added */

/* .header_logo {
  border-right: 1px solid #00000026;
  padding-right: 10px;
} */

.headericon .fa-brands {
  color: #000;
  background-color: #fff;
}

.navbar-nav a {
  color: #000;
}
.navbar-nav .nav-item.active {
  background-color: #E41E26;
}
.navbar-nav .nav-item.active a{
color: #fff;
}
/* .nav-link:hover {
  color: #dc3545;
} */

span.virat_header {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
}

.header_logo {
  margin-left: 40px;
}

/*=====header =====
=================*/


/*===============================
=====contact page contactdetails section =====
================================*/

.contactdetails .box h3 {
  text-align: center;
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.contactdetails .box h4 a {
  text-align: center;
  color: #000;
  font-family: lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-decoration: none;
}


/* Button css */
.s-button {
  font-family: lato;
  font-size: 18px !important;
  line-height: 28px;
  font-weight: 400;
  /* border-radius: 25px; */
  padding: 12px 24px;
  text-decoration: none;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.swipe2right {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.swipe2right::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swipe2right:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.y2w {
  background-color: #dc3545;
  color: #fff;
}

.y2w::before {
  border: none;
  background-color: black;
}

.formsection .get-quote {
  text-align: left;
}

/* Button css */
/*===========================================
=====contact page contact details section =====
=============================================*/



/*================================
=====product page Breadcrumb section=====
===================================*/
/* .inner-banner-product {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('../img/dl.beatsnoop.com-3000-DUjGuhsAgr.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
  position: relative;
  height: 500px;
} */

/*================================
=====product page Breadcrumb section=====
===================================*/

/*============================================
====product page swiper-container section=====
===================================*/
.gallery h3 {
  color: #000;
  font-family: lato;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 1px;
}

.gallery h3:after {
  background-color: #dc3545;
  bottom: -7px;
  height: 2px;
  width: 50px;
  position: relative;
  content: '';
  display: block;
  left: 48%;
}

.swiper {
  width: 90%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 70%;
  height: 100%;
  object-fit: cover;
}
.bord.p-5 {
  display: flex;
  justify-content: center;
}
#js-next1 {
  color: #dc3545 !important;
}

#js-prev1 {
  color: #dc3545 !important;
}

.choose .imgbackone {
  background-image: url('../img/blog_10-755x500.jpg');
  background-position: center;
  background-size: cover;
}

.choose .imgbacktwo {
  background-image: url('../img/blog_01-755x500.jpg');
  background-position: center;
  background-size: cover;
}


/*================================
=====single product page rightbar section=====
===================================*/
/* .sticky-contents {
  position: sticky;
  top: 125px;
  } */
/*================================
=====single product rightbar section=====
===================================*/



/* ================
  about us page==== */

/* .aboutussection .headingunderline{
  &:after {
    content: "";
    display: block;
    width: 66%;
    height: 4px;
    border-radius: 2px;
    margin-top: 10px;
    background:#dc3545; 
  }
} */
.aboutussection h3 {
  color: #000000;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.aboutussection p {
  color: #212529;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  line-height: 30px;
  /* word-spacing: -0.5px;
  hyphens: auto; */
}
.Milestone_text{
  color: #212529 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  text-align: justify !important;
}
.period_1991{
  padding-bottom: 46%;
}
.period_2023{
  padding-bottom: 10%;
}
.director_margin{
  margin-top: 100px;
  margin-bottom: 100px;
}
.aboutussection .backgroundimage {
  background-image: url(../img/render-3d-contemporary-kitchen_1048-18254.avif);
  background-position: center;
  background-size: cover;
}
.aboutussection .backgroundimagedesk {
  background-image: url(../img/director_img.png);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.inner-banner {
  background-image: url('../img/pencilsketchadjusted-3071839.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  height: 450px;
}
.aboutussection .Breadcrumbs {
  height: 450px;
  overflow: hidden;
  position: relative;
  transform: skew(-15deg, 0deg);
}
.aboutussection .Breadcrumb-row {
  transform: scale(1.2);
}
.aboutussection .Breadcrumb-row .secondrow {
  position: absolute;
  top: 25%;
  left: 13%;
}

.number {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url('../img/top-view-boards-mdf-material_23-2149418529.jpg');
  background-position: center;
  background-size: cover;
  height: 300px;
}

.box-count {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.number .row {
  padding-top: 2%;
}

div#counterBox {
  padding: 9% 9% 9% 9%;
}

div#counterBox2 {
  padding: 9% 9% 9% 9%;
}

div#counterBox3 {
  padding: 9% 9% 9% 9%;
}

.number .text {
  color: #fff;
  font-family: lato;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 1px;
}

.box-count {
  text-align: center;
  font-size: 2em;
  color: #dc3545;
  font-family: lato;
  font-size: 40px;
  margin: 10px;
  padding: 10px;
}

.aboutussection ul li {
  color: #212529;
  font-family: lato;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  list-style: none;
}

.aboutussection ul li::before {
  content: '\2022';
  color: #e41e26;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 15px;
}
.headingtitles {
  display: inline-block;
  border-bottom: 4px solid #dc3545;
  margin-bottom: 19px;
  padding-bottom: 0px;
  font-weight: bold;
  /* font-size: 36px; */
  color: #000;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em;
  z-index: 0;
  justify-content: space-evenly;
  justify-items: center;
  align-content: center;
  align-items: center;
  text-align: center;
}
.aboutussection .timeline-height{
  height: 500px;
  background-color: #f6f6f6;
}

.card-item-yellow {
  color: #E41E26;
  position: relative;
  width: 100%;
}

.card-item-orange {
  color: #E41E26;
  position: relative;
  width: 100%;
}

.card-item-pcblue {
  color: #E41E26;
  position: relative;
  width: 100%;
}

.card-item-green {
  color: #a5b038;
  position: relative;
  width: 100%;
}

.timeline::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 70%;
  background-color: #E41E26;
  top: 38%;
  z-index: 1;
}

.subcard {
  position: absolute;
  padding: 1.5em;
  background: #fdfdfd;
  color: black;
  box-shadow: 0px 0px 4px 2px #d9d9d9fc;
  margin: 3.8em 1.5rem;
  transition: 0.5s;
  background-color: #f6f6f6;
}
.subcard:hover {
  box-shadow: 0px 0px 10px 1px #d9d9d9fc;
}
span.circle-custom.fa.fa-stack.fa-2x::after {
  display: block;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: '\f0dd';
  font-size: 1.5em;
  color: #d5d5d5;
  z-index: 10;
}
i.fa.fa-globe.fa-stack-1x.fa-inverse {
  z-index: 2;
}
i.fa.fa-calendar.fa-stack-1x.fa-inverse {
  z-index: 2;
}
i.fa.fa-hard-hat.fa-stack-1x.fa-inverse {
  z-index: 2;
}
.section-paddding {
  padding: 1em 2em;
}
.section-margin {
  margin: 1em 2em;
}

@media (max-width: 650px) {
  .timeline {
    display: block !important;
  }
  .subcard {
    position: static !important;
    display: block;
  }
  .timeline::after {
    display: none !important;
  }
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: '\f024  ';
  color: #fff;
}
/* ================
  about us page==== */
/* ================
  Sustainability page==== */
  .inner-banner-Sustainability {    
    background-image: url('../img/dl.beatsnoop.com-3000-U4qezdMVyL.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    height: 450px;
  }
  .Sustainability .Breadcrumbs {
    height: 450px;
    overflow: hidden;
    position: relative;
    transform: skew(-15deg, 0deg);
  }
  .Sustainability .Breadcrumb-row {
    transform: scale(1.2);
  }
  .Sustainability .Breadcrumb-row .secondrow {
    position: absolute;
    top: 25%;
    left: 13%;
  }
  .Sustainability h3 {
    color: #000000;
    font-family: lato;
    font-size: 36px;
    font-weight: 700;
  } 

  .Sustainability p {
    color: #212529;
    font-family: lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }
  .waterproof_image{
    display: flex;
    align-items: center;
  }
/* ================
  Sustainability page==== */

/* ================
  certifation page==== */
  .inner-banner-certifation {
    background-image: url('../img/banner18.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    height: 450px;
  }
  
  .certifation h3 {
    color: #000000;
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
    font-weight: 700;
  }
  .certifation p {
    text-align: justify;
    color: #212529;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
  .flip-container {
    perspective: 1000px;
  }
  
  .flipper {
    width: 210px;
    height: 200px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    left: 10px;
  }
  
  .flip-container:hover .flipper {
    transform: rotateY(180deg);
  }
  
  .front,
  .back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
  }
  
  .front {
    transform: rotateY(0deg);
  }
  
  .back {
    transform: rotateY(180deg);
  }
  
  /* ================
    certifation page==== */
  

/* ================
  Careers page==== */

.inner-banner-career {
  background-image: url('../img/28.png');
  background-size: cover;
  background-position: center;
  position: relative;
  height: 450px;
}
.careerheading {
  margin-top: 100px;
  margin-bottom: 100px;
}

.career h3 {
  color: #000000;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.career p {
  color: #212529;
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}
.career .backgroundimage {
  background-image: url('../img/Current_Opening.jpg');
  background-size: cover;
  background-position: center;
}

/* ================
  Contact us page==== */
.inner-banner-contactus {
  background-image: url('../img/28.png');
  background-size: cover;
  background-position: center;
  position: relative;
  height: 450px;
}
.contactusform h3 {
  color: #000000;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.contactusform h4 {
  color: #000000;
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  font-weight: 700;
}
.contactusform a {
  text-align: center;
  color: #212529;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}
.contactusform a .swipe2right {
  color: #fff;
}
.contactusform .box {
  box-shadow: 0 0 2px 0px #00000026;
  transition: 0.5s;
}

.contactusform .box:hover {
  box-shadow: 0 0 20px 0px #00000026;
}

.box .fa-solid {
  color: #dc3545;
  font-size: 25px;
  line-height: 25px;
}

.formsection h1.section_titles {
  text-align: left;
}

/* .form-input:focus,
textarea:focus {
  outline: 1.5px solid #ec1c24;
}

.form-input,
textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 5px;
  height: 45px;
  font-size: 17px;
  background-color: #f6f6f6;
} */
.input_margin .form-control{
  width: 100%;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 5px;
  height: 45px;
  font-size: 17px;
  background-color: #f6f6f6;
}
.input_margin .form-control:focus{
  outline: 1px solid #ec1c24;
  box-shadow: 0 0 1px 1px #ec1c24;
}
.input_margin .form-select:focus{
  outline: 1px solid #ec1c24;
  box-shadow: 0 0 1px 1px #ec1c24;
}
.input_margin .form-select{
  width: 100%;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 5px;
  height: 45px;
  font-size: 17px;
  background-color: #f6f6f6;
}
button.s-button.y2w.swipe2right {
  border: none;
}
.was-validated .form-control:valid {
  border-bottom: 1px solid #bdbdbd;
  background-image: none;
}
.was-validated .form-select:valid:not([multiple]):not([size]){
  background-image: none;
}
input#name {
  padding: 10px;
}

select.name {
  padding: 10px;
}

.input_margin {
  margin-bottom: 20px;
}

/* ================
  Contact us page==== */

/* ================
  Product page==== */
.inner-banner-product {
  background-image: url('../img/dl.beatsnoop.com-3000-DUjGuhsAgr.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  height: 450px;
}
.product-fluid{
  background-image: url("../img/Screenshot_3.png");
  background-repeat: no-repeat;
  background-position: left;
 }
.productpage .border{
  box-shadow: 0 6px 5px 0 rgba(50,50,50,.16);
  transition: 0.5s;
}
.productpage .border:hover{
  box-shadow: 0 10px 10px 0 rgba(50,50,50,.16);
}
.productpage h3 {
  color: #000000;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.productpage p {
  text-align: justify;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.productpage .text {
  font-size: 30px;
}
.productpage a {
  text-decoration: none;
  text-align: center;
}
.service-card-two {
  padding: 20px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 6px 5px 0 rgba(50, 50, 50, 0.16);
}
.service-card-two:hover{
  box-shadow: 0 10px 10px 0 rgba(50,50,50,.16);
}
.service-card-two:hover a {
  color: #f6f6f6;
}
@media (max-width: 375px) {
  .service-card-two {
    padding: 20px;
  }
}
.service-card-two__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #2B1E16;
  background-image:url('../img/service-bg-2-1.png') ;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  transition: all 500ms ease;
}

.service-card-two:hover .service-card-two__bg {
  top: 0;
  height: 100%;
}

.service-card-two__image {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  overflow: hidden;
}

.service-card-two__image img {
  display: block;
  width: 100%;
  transition: all 500ms ease;
}

.service-card-two:hover .service-card-two__image img {
  transform: scale(1.1);
}

.service-card-two__content {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service-card-two__title {
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-bottom: 9px;
}

@media (max-width: 991px) {
  .service-card-two__title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .service-card-two__title {
    font-size: 20px;
  }
}
.service-card-two__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: inherit;
  transition: all 500ms ease;
  text-decoration: none;
  color: #000000;
  font-family: lato;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}
.service-card-two__bg:hover .service-card-two__title a {
  color: red;
}

.service-card-two__title a:hover {
  background-size: 100% 1px;
  color: #fff;
}

.service-card-two:hover .service-card-two__title {
  color: #fff;
}
.category_padding{
  padding: 2rem !important;
}
/* ================
  Product page==== */

/* ======================
  product llisting page==== */
.inner-banner-singlepageproduct {
  background-image: url('../img/dl.beatsnoop.com-3000-A7uQZGKXoc.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  height: 450px;
}
.cont-singlepageproduct {
  background-image: url(../img/luxa.org-opacity-changed-Screenshot_2.png);
  background-repeat: no-repeat;
  background-position: right;
}

.singlepageproduct span {
  color: #000000;
  font-family: lato;
  font-size: 30px;
  font-weight: 700;
  line-height: 3rem;
}

.singlepageproduct img {
  position: relative;
  margin-top: -52px;
  right: 87%;
}
.product-page h3 {
  color: #000000;
  font-family: lato;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
}
.product-page a {
  text-decoration: none;
}
.singlepageproduct .line-after {
  position: relative;
  overflow: hidden;
  display: block;

  span {
    vertical-align: baseline;
    display: block;
    position: relative;

    &:after {
      content: '';
      position: absolute;
      width: 100%;
      top: 75%;
      margin-left: 1%;
      border-top: 4px solid #dc3545;
    }
  }
}
/* ======================
  product llisting page==== */

/* ======================
 single product page==== */

 .inner-banner-singleproduct{
  background-image: url('../img/Home_background3.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  /* height: 450px; */
  }
  .singleproduct p{
    color: #212529;
    font-family: lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }
  .singleproduct h3{
    color: #000000;
    font-family: lato;
    font-size: 30px;
    font-weight: 700;
  }
  .singleproduct .unorderlist {
    padding: 0;
    margin-left: 20px;
    color: #212529;
    font-family: lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }
  .singlepageproduct .twologos{
    display: flex;
    column-gap: 6px;
  }

  .singlepageproduct .twologos .logo-one{
    margin-left: -26px;
  }
  swiper-container {
  width: 100%;
  height: 100%;
  }
  swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  }

  swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  }

  swiper-slide {
  background-size: cover;
  background-position: center;
  }

  .mySwiper {
  height: 80%;
  width: 100%;
  }

  .mySwiper2 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  }

  .mySwiper2 swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.6;
  }

  .mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
  }

  /* .nav-tabs .nav-item .nav-link.active {
  background-color: #dc3545;
  color: #fff;
  text-align: center;
}

.nav-tabs .nav-link {
  color: black;
  font-family: lato;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: 1px;
 } */
 .popupform .enquirebtn {
  background-color: #dc3545;
  border: none;
  padding: 13px;
}
.popupform .Specificationbtn {
  background-color: #000;
  border: none;
  padding: 13px;
}
.popupform .enquirebtn:hover {
  background-color: #dc3545;
}
.popupform .Specificationbtn:hover {
  background-color: #dc3545;
}

/* .modal-content {
  background-color: #000 !important;
} */

.swiper.mySwiper2.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  width: 100%;
}

.singleproduct .border-box-flip{
  border: 2px solid #e4e4e4;
}

 .accordion-item {
  background-color: #f6f6f6;
  }

 .Frequently p {
    color: #212529;
    font-family: lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
 }

.accordion-button {
  background-color: #f6f6f6;
  color: #000;
  box-shadow: none;
  font-family: lato;
  font-size: 20px;
  border: none;
  padding: 20px 50px;
  margin: 4px 0;
}

.accordion-button:focus {
  background-color: #dc3545;
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background-color: #dc3545;
  color: #fff;
}
/* ======================
 single product page==== */

/* ================
  footer page==== */
footer {
  background-color: black;
  padding: 25px;
}

.footerlogopara {
  color: #e4e4e4;
}

footer .footer_social i {
  color: #f70107;
  font-size: 25px;
}
.footer_social a {
  text-decoration: none;
  color: white;
}

footer .footer_social p {
  color: #e4e4e4;
  margin-top: 10px;
  margin-bottom:10px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 30px;
}
footer .copyright h6 {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
}
.copyright a {
  text-decoration: none;
  color: #ffff;
}
.copyright a:hover {
  text-decoration: none;
  color: #ffff;
}
.footers p {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}
.footers .footer_social p {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
/* ================
  footer page==== */



  /* ================
  responsive css ==== */

  @media only screen and (max-width: 500px) {
    .certifation img {
      /* margin-right: -48px; */
    }
    .certifation h3{
      font-size: 25px;
    }
  }


  /* Hrithik CSS */
  .image-container {
    position: relative;
    overflow: hidden;
  }
  .image-container img {
    transition: transform 0.3s ease; /* Transition effect for zoom */
    filter: brightness(0.5);
    height: 395px;
    width: 100%;
  }
  .rowhover:hover  .image-container img {
    transform: scale(1.2); /* Zoom effect on hover */
    filter: brightness(1);
  }
  .image-container .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    color: #fff; /* Text color */
    padding: 10px;
    transform: translateY(100%);
    transition: transform 0.3s ease, opacity 0.3s ease; /* Transition effect */
    opacity: 0; /* Initially hidden */
  }
  .rowhover:hover .image-container .description {
    transform: translateY(0);
    opacity: 1; /* Show on hover */
  }
  .product_heading{
    position: absolute;
    margin-top: 150px;
    margin-left: 20px;
    color: white;
    z-index: 1;
  }
  .product_category_heading{
    font-size: 25px !important;
  }
  .product_list{
    font-size: 18px !important;
    color: #000000 !important;
  }
  .product_list:hover{
    color: red !important;
  }
  .certified_card {
    border: 1px solid lightgray;
    padding: 35px;
    margin-left: 15px;
  }
  .series{
    color: #212529;
    font-family: lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }
  .detail_margin{
    margin-bottom: 50px;
  }
  .email_icon{
    color: #F70107;
    font-size: 24px;
  }
   /* Styles for the modal */
   .modal {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    position: relative;
    cursor: zoom-in; /* Default cursor style */
    overflow: hidden; /* Prevent image overflow */
}

.Gurantee_viewer_image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: transform 0.5s ease; /* Smooth transition for zoom effect */
    object-fit: contain; /* Ensure full image fits within container */
}

/* On hover, change cursor style */
.modal-content:hover {
    cursor: pointer;
}

/* Close button style */
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
}

.close-button:hover {
    color: red;
}
.product_multi_series_image{
  width: 100%;
}
.product_detail {
  padding-left: 3rem!important;
}
button.carousel-control-prev {
  background: black;
  height: 8%;
  width: 6%;
  border-radius: 40px;
  margin-top: 250px;
  left: 70px;
}
button.carousel-control-next {
  background: black;
  height: 8%;
  width: 6%;
  border-radius: 40px;
  margin-top: 250px;
  right: 70px;
}
.certification_img{
  padding: 0px 140px;
}
.certification_row{
  margin-top: 100px;
  margin-bottom: 100px;

}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three columns */
  grid-gap: 10px;
  padding: 10px;
}

/* Style for the grid items */
.grid-item img {
  max-width: 100px;
  height: auto;
}
.certification_heading{
  display: flex;
  justify-content: center;
}
p.certified-description{
  margin-bottom: 0px !important;
}
.grid_img{
  display: flex;
  justify-content: center;
  color: #212529;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
}
.grid-item {
  border: 1px solid lightgrey;
}
@media (min-width: 1100px) and (max-width: 1299px){
  .certification_img {
    padding: 0px 40px;
}
button.carousel-control-prev {
  background: black;
  height: 8%;
  width: 8%;
  border-radius: 40px;
  margin-top: 250px;
  left: 10px;
}
button.carousel-control-next {
  background: black;
  height: 8%;
  width: 8%;
  border-radius: 40px;
  margin-top: 250px;
  right: 10px;
}
}
@media (min-width: 1300px) and (max-width: 1400px){
  .certification_img {
    padding: 0px 80px;
}
button.carousel-control-prev {
  background: black;
  height: 8%;
  width: 8%;
  border-radius: 40px;
  margin-top: 250px;
  left: 10px;
}
button.carousel-control-next {
  background: black;
  height: 8%;
  width: 8%;
  border-radius: 40px;
  margin-top: 250px;
  right: 10px;
}
}
@media (min-width: 992px) and (max-width: 1099px){
  .certification_img {
    padding: 0px 5px;
}
button.carousel-control-prev {
  background: black;
  height: 8%;
  width: 10%;
  border-radius: 40px;
  margin-top: 250px;
  left: 5px;
}
button.carousel-control-next {
  background: black;
  height: 8%;
  width: 10%;
  border-radius: 40px;
  margin-top: 250px;
  right: 5px;
}
}
/* .carousel-item.active {
  display: flex !important;
  justify-content: center !important;
} */

.hide-robot{
  	display:none;
  }