.cable-preview-img.jainson img {
    /* width: 200px; */
    height: 300px;
}

.cable-preview-img.jainson.bimetallic img{
    height: 200px;
}

.single-cable-detail.jain .p-title {
    color: #e31e24;
    margin-bottom: -8px;
    font-size: 22px;
}

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


.features ul{
    column-count: 2;
}

.features ul li {
    padding: 5px 5px;
    gap: 5px;
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    align-items: start;
}

.features.wiser ul li {
  display: block;
}


.features ul li i {
    font-size: 16px;
    color: #ed1c24;
    font-weight: bold;
    margin-top: 5px;
}

.single-cable-detail.jain.kss ul {
    margin-top: 15px;
    margin-left: 20px;
}

.single-cable-detail.kss table{
    width: 60%;
    margin-top: 30px;
}

.single-cable-detail.kss table td{
    padding: 10px 10px;
}

.single-cable-detail.kss table td.heading{
    font-weight: bold;
}


/* Pricelist Section CSS Start */

.pricelist_sec .brand-tab {
    cursor: pointer;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.6;
  }

  .pricelist_sec .brand-tab.active {
    opacity: 1;
    transform: scale(1.2);
  }

  .pricelist_sec  .tab-content {
    margin-top: 20px;
    animation: fadeIn 0.5s;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .pricelist_sec .brand-logo {
    width: 60px;
    height: auto;
  }




/* Pricelist Section CSS End */

.mission_sec .row{
  display: flex;
  justify-content: center;
}

.cable-images-otre.ducts ul{
  margin-left: 30px;
}

.hero1-slider  .logo-slider .single-slider img{
  height: 100px;
  width: 200px;
}

.cable-category li:last-child::after {
  content: none;
}

ul.menu-list{
  /* column-count: 3; */
    column-count: 1;

}


/* Pricelist Section CSS Start */

section.pricelist_sec {
  padding: 80px 0px;
}

.pricelist_sec h2 {
  font-size: 35px;
  font-weight: 600;
  color: #101010;
  text-align: center;
}

.pricelist_sec .tabs {
  display: flex;
  justify-content: center;
  /* border-bottom: 2px solid #007bff; */
}

.pricelist_sec .tab {
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #354a90;
  border-bottom: none;
  background: #f1f1f1;
  margin-right: 5px;
  border-bottom: 1px solid #354a90;
  color: #000;
  font-weight: 600;
}

.pricelist_sec .tab.active {
  background: #354a90;
  color: white;
}

.pricelist_sec .tab-content {
  display: none;
  /* padding: 20px;
  border: 1px solid #354a90;; */
}

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

.pricelist_sec .pricelist-card {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.pricelist_sec .pricelist-title h6 {
  background: #354a90;
  padding: 15px 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

/* Pricelist Section CSS End */

.contact1.sp .text-anime-style-3.get-in-touch{
  font-size: 35px;
}

.bdm_footer_logo{
  width: 200px;
}

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


.gallery_sec{
  padding: 80px 0px;
}

.gallery_sec .gallery_heading h2{
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.gallery_sec .gallery_heading h2::before {
  content: '';
  position: absolute;
  border-bottom: 3px solid #ff0000 !important;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.gallery_sec .gallery_heading h2::after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #ddd !important;
  width: 90px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  z-index: -1;
}

.gallery_sec .gallery-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.gallery_sec .gallery-card img{
  border-radius: 10px;
}





#scrollToTopBtn {
  position: fixed;
  bottom: 10px;
  right: 5px;
  width: 45px;
  height: 45px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5sease-in-out;
}

#scrollToTopBtn:hover {
  background-color: #444;
}


/* WhatsApp Floating Button */
#whatsappBtn {
  position: fixed;
  bottom: 20px;
  right: 20px; /* Adjust as needed */
  background-color: #25D366; /* WhatsApp green */
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* #whatsappBtn:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
} */




/* Career Section CSS Start */


section.career_sec {
  padding: 80px 0px;
  /* background-color: #f5f5f5; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.career_sec .title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  color: #23244a;
}

.career_sec .career_heading h2{
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.career_sec .career_heading h2::before {
  content: '';
  position: absolute;
  border-bottom: 3px solid #ff0000 !important;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.career_sec .career_heading h2::after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #dadada !important;
  width: 90px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  z-index: -1;
}

.career_sec .submit_your_cv.mt-4 {
  margin: auto;
  /* text-align: center; */
  width: 60%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 20px 40px;
}

#form_attachment{
  background: unset;
}


/* .career_sec .application_image {
  width: 95%;
} */


.career_sec .mt-4, .my-4 {
  margin-top: 1.5rem !important;
}


.career_sec .form-group {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}


.career_sec .form-control {
  resize: none;
  background: #dadada;
  height: 60px;
  border-radius: 5px;
  font-size: 15px;
  color: #000;
  /* background: none; */
  margin-top: 5px;
  border: none;
  /* border-bottom: 2px solid #f5f5f5; */
  /* box-shadow: none; */
}


.career_sec .help-block.with-errors {
  position: absolute;
  color: red;
  right: 0;
  font-size: 10px;
  line-height: 14px;
}


.career_sec .form-label {
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}


.career_sec #form_attachment {
  background: #ddd;
  height: 35px;
}

.career_sec .openings_card {
  padding: 20px;
  box-shadow: 2px 2px 4px 2px #dddd;
  text-align: start;
  height: 610px;
  position: relative;
}
.career_sec .opening_heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
  margin-top: 0px;
}
.career_sec .opening_detail {
  margin-bottom: 12px;
  margin-top: 0px;
}
.career_sec ul.opening_detail {
  margin-bottom: 25px;
  margin-left: 20px;
  margin-top: 0px;
  /* padding: 19px; */
}

.career_sec a button  {
  color: #f00f00;
  border: 2px solid currentColor;
  padding: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #ffffff;
  width: 100%;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
  position: absolute;
  bottom: 20px;
  width: 300px;
}

.career_sec .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: unset;
  outline: unset;
  box-shadow: unset;
}


.career_sec .form-control.desc{
  height: 100px;
}
/* Career Section CSS End */



/* Certifications CSS Start */

.certification_sec{
  padding: 80px 0px;
}

.certification_sec .certification_heading h2{
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.certification_sec .certification_heading h2::before {
  content: '';
  position: absolute;
  border-bottom: 3px solid #ff0000 !important;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.certification_sec .certification_heading h2::after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #ddd !important;
  width: 150px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  z-index: -1;
}
/* .certification_sec .certification-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
} */

.certification_sec .certification-card img {
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 10px;
}

.certification_sec .certification-card {
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.certification_sec .certification-card .certification_title h4 {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

.certification_sec .certification-card .certification_title h4::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #000 !important;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}



/* Certifications CSS End */


/* New Banner CSS Start */

/* .home_banner .slider-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
}

.home_banner .slide-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
} */

.home_banner .block {
  position: absolute;
  background-size: cover;
  background-position: center;
  opacity: 0;
}

.home_banner .controls {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.home_banner .btn {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 15px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
}

.home_banner .btn:hover {
  background: rgba(255, 255, 255, 0.8);
}

.header-area.header-area1 .header-elements .main-menu-ex ul li a.top{
  color: #fff;
}
/* .header-area.header-area1 .header-elements .main-menu-ex ul li a.top{
  color: #000;
} */
/* .slider-container {
  width: 100%;
  height: 630px;
  position: relative;
  overflow: hidden;
  background: transparent;
} */

.hero-area3 {
    margin: 0;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}




/* .slider-grids {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-slice {
  position: absolute;
  width: calc(100% / 6 + 0.5px);
  height: 100%;
  background-size: 101% auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
} */

/* .slider-container {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.slider-grids {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  z-index: 0;
} */

/* .slide.active {
  z-index: 2;
}

.slice {
  flex: 1;
  background-size: calc(100% * 6) 100%;
  background-position-y: center;
  background-repeat: no-repeat;
  transform-origin: center;
}

.slice.fixed {
  z-index: 3;
} */

.main-menu-ex .main-menu-custom .tp-submenu ul {
  position: relative !important;
  left: 0;
  top: 10px !important;
  border-radius: 4px;
  /* background: #fff; */
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  width: 206px !important;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}

.main-menu-ex .main-menu-custom .tp-submenu ul li a {
  color: var(--vtc-text-heading-text-1);
  font-size: 14px !important;
  display: block;
  font-weight: 500;
  padding: 0px 15px !important;
  transition: all 0.3s;
}

.main-menu-ex .main-menu-custom .tp-submenu ul li a:hover::after {
  background-color: var(--vtc-bg-main-bg-1);
  border-radius: 4px;
  width: 2px;
  left: -10px !important;
  opacity: 1;
}

.main-menu-ex .main-menu-custom .tp-submenu ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  background: #fff !important;
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  width: 206px;
  box-shadow: rgba(0, 0, 0, 0.08) -2px 1px 0px !important;
  padding: 10px;
}

.main-menu-ex .main-menu-custom .tp-submenu h3 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #081120;
  padding-left: 10px;
  position: relative;
  /* Ensure the positioning context for the ::after element */
}

.main-menu-ex .main-menu-custom .tp-submenu h3::after {
  content: ">";
  position: absolute;
  bottom: -4px;
  /* Position the line 10px below the h3 */
  left: 12px;
  /* Align the line with the padding */
  height: 2px;
  /* Set the height of the line */
  width: 22%;
  /* Set the width of the line */
  background-color: rgba(255, 2, 2, 0.43);
  /* Use RGBA for transparency */
}


/* .nav.flex-column.nav-pills.segments {
  display: none;
}

.nav.flex-column.nav-pills.segments .nav-link.active,
.nav.flex-column.nav-pills.segments .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #e7effdc2;
}

#segments-tab .nav-link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
} */


.header-area.header-area1 .main-menu-ex ul li:hover .tp-submenu-cust {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 138.3%;
  position: absolute;
  left: -630px;
  transition: all 0.4s;
  transform: scale(1);
  height: 85vh;
}

.header-area.header-area1 .col {
  width: 19.1%;
  padding: 15px 0px;
  float: left;
  color: white;
  margin: 0 0 0 5.2%;
  /* height: 34vh; */
}

.header-area.header-area1 .menu .col h3 {
  font-size: 15px;
  /* padding: 4px 8px; */
  border-bottom: solid 1px #354a903b;
  font-weight: bold;
  display: inline-block;
  margin: 6px 0px 10px;
  /* border-radius: 5px; */
  color: #284cc3;
  /* background: #fff; */
}

@media (min-width: 768px) {
  /* .container {
      margin-top: 20px;
  } */

  .header-area.header-area1 .nav-pills {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .header-area.header-area1 .nav-pills .nav-link {
      padding: 10px 15px;
      text-align: center;
      font-size: 18px;
      width: 100%;
  }

  .header-area.header-area1 .card {
      border: none;
      text-align: center;
  }

  .header-area.header-area1 .card-body {
      padding: 19px;
      margin: 0;
      width: 30%;
  }

  .header-area.header-area1 .tab-content .card {
      display: none;
  }

  .header-area.header-area1 .tab-content .card.show {
      display: block;
  }
}

@media (max-width: 767px) {
  .header-area.header-area1 .nav-pills {
      display: block;
  }

  .header-area.header-area1 .tab-pane {
      display: block !important;
      opacity: 1;
  }
}

.header-area.header-area1 .header-elements .main-menu-ex ul li a:hover {
  color: var(--vtc-bg-main-bg-1);
}

/* .slider-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider-container .slider-grids {
  position: relative;
  width: 100%;
  height: 100%;
}
 
.slider-container .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1s ease, transform 1s ease;
  z-index: 0;
} */

/* Show top slide */
/* .slider-container .slide.active {
  z-index: 1;
} */

/* Optional: Style your buttons */
/* .slider-container .prev-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(237 28 36);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.slider-container .next-btn {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  background: rgb(237 28 36);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.slider-container .prev-btn:hover, .slider-container .next-btn:hover{
  color: rgb(237 28 36);
  background: #fff;
}

.slider-container .prev-btn {
  left: 20px;
}

.slider-container .next-btn {
  right: 20px;
} */

a.whatsapp{
  color: #fff;
}

/* Home Page Index Header CSS Start */


/* Base styling */
.mobile-header.main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #000;
  color: #000;
  position: relative;
  z-index: 1000;
}


.mobile-header.main .logo img {
  max-height: 40px;
}


.mobile-header.main .menu-toggle {
  width: 30px;
  height: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  background-color: #fff;
}

.mobile-header.main .menu-toggle span {
  height: 3px;
  background: #000;
  border-radius: 2px;
}


 .mobile-nav.home {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  color: #000;
  display: none;
  flex-direction: column;
  padding: 20px 0;
  z-index: 999;
}

.mobile-nav.home ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav.home li {
  padding: 10px 20px;
}

.mobile-nav.home li a {
  color: #000;
  text-decoration: none;
  display: block;
}

.mobile-nav.home.show {
  display: flex;
} 


/* Base mobile styles */
.mobile-header.main {
  display: flex
;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  /* background: #111; */
  color: #000;
}

.mobile-header.main  .menu-toggle {
  font-size: 24px;
  cursor: pointer;
}

.mobile-nav.home {
  display: none;
  background: #222;
  width: 100%;
  padding: 10px 0;
}

.mobile-nav.home ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav.home li {
  background: #fff;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

.mobile-nav.home a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 16px;
}

/* Submenu styles */
.mobile-nav.home.sub-menu {
  display: none;
  background: #fff;
}

/* .mobile-nav.home.has-dropdown > a::after {
  content: ' ▼';
  float: right;
  font-size: 12px;
} */

/* Show toggled nav */
.mobile-nav.home.open {
  display: block;
}


/* #slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  will-change: transform, opacity;
} */


/* .slider-container .slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slider-container .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
} */


/* .slider-container {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9; 
  position: relative;
  overflow: hidden;
}

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

.slider-container .slide {
  position: absolute;
  width: 100%;
  height: 100%;
   background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
  will-change: transform;
  backface-visibility: hidden;
  top: 0;
  left: 100%; 
  opacity: 0;
} */


/* New Slider CSS Start */

/* .slider-container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}


.slider-container .swiper {
  width: 100%;
  height: 100%;
}


.slider-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-container .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-container .slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
} */

.slider-container {
  width: 100vw;
  /* height: 100vh; */
  overflow: hidden;
}

.slider-container .swiper {
  width: 100%;
  height: 100%;
}

.slider-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-container .swiper-slide .slide {
  width: 100%;
  height: 100%;
}

.slider-container .swiper-slide img {
  width: 100%;
  height: 100%;
  /* object-fit: contain;  */
  object-fit: cover; 
  display: block;
}



.slider-container .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 20px);
    left: auto;
    position: absolute;
    top: 47%;
    font-family: "FontAwesome" !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ed1c24;
    color: #fff;
    /* background: #fff;
    color: #ed1c24; */
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    /* color: var(--primary-color-two); */
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    transition: all 0.5s ease;
}

 .slider-container .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 20px);
  left: auto;
  position: absolute;
  top: 47%;
  font-family: "FontAwesome" !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #ed1c24;
  color: #fff;
  /* background: #fff;
  color: #ed1c24; */
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
  /* color: var(--primary-color-two); */
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: all 0.5s ease;
}

.slider-container .swiper-button-prev{
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
  position: absolute;
  font-family: "FontAwesome" !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  /* background: #fff; */
  text-align: center;
  font-weight: bolder;
  font-size: 18px;
  /* color: #ed1c24; */
  background: #ed1c24;
  color: #fff;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: all 0.5s ease;
}

.slider-container .swiper-button-prev:hover{
  background: #fff;
  color: #ed1c24;
  border: 1px solid #ed1c24;
}

.slider-container .swiper-button-next:hover{
  background: #fff;
  color: #ed1c24;
  border: 1px solid #ed1c24;
}

/* New Slider CSS End */