/* Footer CSS Start */

.footer_area .footer_widgets ul li a {
  color: #282f3b !important;
}

.footer_area .footer_contact_list .same_contact span {
  width: 30px;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 25px;
  padding: 5px;
}

.footer_area img.footer-logo {
  width: 180px;
}

/* Footer CSS End */

/* Contact Us CSS Start */

.contact_us .contact_form_box_all.type_one .contact_form_box_inner {
  padding: 30px 30px 30px;
  background: #f5f5f5;
  box-shadow: unset;
}

.contact-section iframe {
  width: 100%;
  height: 570px;
  border: 0;
  margin-bottom: 50px;
}

/* Contact Us CSS End */

/* About Us CSS Start */

.about_us .title_all_box.style_one .title_sections .before_title,
.about_us .title_all_box.style_two .title_sections .before_title {
  text-align: center;
}

.about_us .about_content {
  text-align: center;
}

.about_us .about_content .description_box p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #101010;
  padding-bottom: 25px;
}

.portfolio .service_box.type_two .image_box::before {
  position: unset;
}

.portfolio .service_box.type_two {
  background: unset;
  box-shadow: unset;
}

/* section.about-section.customer {
    background: #f5f5f5;
} */

/* About Us CSS End */

/* Pricelist CSS Start */

.pricelist-title h3 {
  font-size: 25px;
  padding: 10px 10px;
  background: #f5f5f5;
}

.pricelist-btn h4 {
  font-size: 20px;
  padding: 10px 10px;
  background: #282f3b;
  color: #fff;
}

/* Pricelist CSS End */

/* Side Bar CSS Start */

/* .scroll-container {
    height: 70vh;
    position: sticky;
    top: 80px;
    overflow-y: scroll;
} */

/* .scroll-container {
    height: 70vh;
    position: sticky;
    top: 80px; */
/* overflow-y: auto; */
/* width: 340px; */
/* overflow-y: scroll;
} */

.scroll-container {
  position: sticky;
  top: 80px;
  overflow-y: auto;
  height: 70vh;
  /* background: #f9f9f9; 
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
}

.scroll-container::-webkit-scrollbar {
  width: 4px;
}

.scroll-container::-webkit-scrollbar-track {
  background: #ddd;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #484848;
  height: 20px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scroll-container::-webkit-scrollbar-button {
  display: none;
}

.push .side-bar .nav-pills .nav-link {
  border-radius: 2px;
  font-size: 16px;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  background: #f5f5f5;
  /* width: 300px; */
  /* border-left: 3px solid #00adff; */
  border-left: 3px solid #b71612;
  padding: 15px 15px;
  margin: 5px 0px;
  display: flex;
  /* align-items: center; */
  /* gap: 50px; */
  position: relative;
  cursor: pointer;
}

.push .side-bar .nav-pills .nav-link .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  padding: 5px 5px;
}

.push .side-bar .nav-pills .nav-link i {
  display: none;
}

.push .side-bar .nav-pills .nav-link.active i {
  font-size: 20px;
  font-weight: bold;
  display: block;
  transition: background-color 0.6s, transform 0.6s;
}

.push .side-bar .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #101010;
  padding: 0px 0px;
}

.push .side-bar .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #b71612;
  border-left: unset;
  transition: color 0.6s ease-in, background-color 0.6s ease-in,
    border-color 0.6s ease-in;
  /* width: 250px; */
}

.push_button_inner {
  padding: 50px 0px;
}

/* Side Bar CSS End */

/* Push Button Inner Page CSS Start */

.push_button_inner .push-heading .separator1 {
  border: 2px solid #b71612;
  position: relative;
  width: 14px;
  margin: 0 auto 20px;
  margin-left: 0px;
}

.push_button_inner .push-heading .separator1::before {
  content: "";
  position: absolute;
  width: 50px;
  border: 2px solid #c3c3c3;
  right: -56px;
  top: -2px;
}

.push_button_inner .push-heading h4 {
  font-size: 25px;
  line-height: 40px;
  color: #101010;
  font-weight: 600;
}

.push_button_inner .push-heading {
  margin-bottom: 40px;
}

.push_button_inner .push-img img {
  padding: 15px 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.push_button_inner .push-img {
  height: 300px;
  width: 300px;
}

.push_button_inner .push-img.control {
  height: auto;
  width: 300px;
}

.push-content {
  margin-top: 40px;
}

.push-content p {
  /* list-style-type: disc; */
  font-size: 18px;
  /* padding: 5px 0px; */
  color: #101010;
  font-family: var(--font-family-DMSans);
  font-weight: 400;
  line-height: 30px;
}

.push-content ul {
  padding: 0px;
  margin: 0px;
}

.push-content ul li {
  display: flex;
  gap: 8px;
  list-style-type: none;
  font-size: 18px;
  padding: 5px 0px;
  color: #101010;
  font-family: var(--font-family-DMSans);
  font-weight: 400;
}

.push-content ul li i {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.push-content .push-button {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.push-content .push-button li {
  list-style-type: none;
}

.push-content .push-button .theme-btn.one {
  /* min-height: 40px; */
  min-width: 240px;
}

.push-content .push-details .list-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
}

.push-content .push-details .below_para {
  margin-top: 30px;
}

.push-content .push-details .catalogue-button {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  gap: 30px;
}

.project_post.style_eight .content_box.shavison {
  height: 140px;
}

/* .service_box.style_one .service_content.smps .content_inner h2 a:hover {
    color: unset;
} */

/* .service_box.style_one .service_content.smps .image.image_fit::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    left: -50%;
    top: 0; */
/* color: #1f25307a !important; */
/* color: #1f2530; */
/* background: #1f2530;
    bottom: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-radius: 10px 0px 0px 10px; */
/* }

.service_box.style_one .service_content.smps .image.image_fit::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    right: -50%;
    top: 0;
    bottom: 0;
    background: #1f2530;
    opacity: 0;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-radius: 0px 10px 10px 0px;
} */

.service_box.style_one .service_content.smps .content_inner {
  position: relative;
  width: 320px;
}

.service_box.style_one .service_content.smps {
  padding: 20px 20px;
}

/* .teknic_inner.smps .service_box.style_one .service_content .content_inner h2 a {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-dark);
    display: block;
    line-height: 32px;
    margin-bottom: 10px;
} */

/* Push Button Inner Page CSS End */

/* Shavison Inner Page CSS Start */

.smps_card {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  border: 1px solid #ddd;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.smps_card h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
}

.smps_card.dc {
  height: 450px;
}

/* .smps_card .smps-btn button{
    background: red;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 500;
} */

.smps_card .push-button li {
  list-style-type: none;
}

/* .smps_card .smps_img{
    height: 170px;
} */

.service_box.style_one.dark_color {
  height: 400px;
}

/* Shavison Inner Page CSS End */

.energy_cables_sec.lt_switch.esbee.dc {
  padding: 100px 0px;
}

/* Shavion Sidebar CSS Start */
.smps-sidebar .nav-pills .nav-link {
  display: flex;
  text-align: left;
  line-height: 23px;
  gap: 10px;
  justify-content: space-between; /* Space between text and arrow */
  align-items: center; /* Vertically center text and arrow */
  background: 0 0;
  border: 0;
  padding: 15px 15px;
  border-left: 3px solid #1f2530;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin: 4px 0px;
  border-radius: unset;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 60px; /* Set consistent height for all tabs */
}

/* Hover effect for tabs */
.smps-sidebar .nav-pills .nav-link:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* Active tab styling */
.smps-sidebar .nav-pills .nav-link.active {
  background: #1f2530;
  color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

/* Arrow styling */
.smps-sidebar .nav-pills .nav-link::after {
  content: "→";
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  align-self: center; /* Ensures arrow is vertically centered */
}

/* Active arrow animation */
.smps-sidebar .nav-pills .nav-link.active::after {
  opacity: 1;
  animation: slide-in-arrow 0.3s ease forwards;
}

/* Arrow slide-in animation */
@keyframes slide-in-arrow {
  0% {
    right: -30px;
    opacity: 0;
  }
  100% {
    right: 15px;
    opacity: 1;
  }
}

.smps-sidebar.interface .nav-pills .nav-link {
  width: 300px;
}

/* BBOX Inner CSS Start */

.push-content.bbox {
  margin-top: 15px;
  margin-left: 20px;
}

.bbox-table table {
  width: 100%;
  border-collapse: unset;
  font-family: Arial, sans-serif;
}

.bbox-table td,
.bbox-table th {
  padding: 10px;
  text-align: left;
}

.bbox-table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.bbox-table tr {
  background-color: #1f2530;
  color: #fff;
  text-align: center;
}

.bbox-table tr:nth-child(even) {
  background-color: #e3e3e3;
  color: #000;
  text-align: center;
}

.bbox-table td.len {
  font-size: 16px;
  font-weight: bold;
  width: 150px;
  text-align: center;
}

.bbox-table td {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.push-slider .swiper {
  /* width: 380px;
    height: 380px; */
  width: 100%;
  max-width: 350px;
  height: auto;
  padding: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.push-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.push-slider .swiper-slide img {
  display: block;
  /* width: 100%;
    height: 100%; */
  /* width: 350px;
    height: 350px; */
  object-fit: cover;
}

.push-slider .swiper {
  margin-left: auto;
  margin-right: auto;
}

.push-slider .swiper-button-prev::before,
.push-slider .swiper-button-next::before,
.push-slider .prev-single-one::before,
.push-slider .next-single-one::before,
.push-slider .prev-single-one_three::before,
.push-slider .next-single-one_three::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.push-slider .swiper-horizontal > .swiper-pagination-bullets,
.push-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.push-slider .swiper-pagination-custom,
.push-slider .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -2px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.push-slider .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.push-slider .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 6px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 6px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

/* BBOX Inner CSS End */

.wcu .title_sections h2 {
  color: #fff !important;
}

.wcu .process_box.style_four .process_box_outer_four h2 a {
  color: #fff;
}

.wcu .content_box p {
  color: #fff;
}

/* Pricelist CSS Start */

/* .pricelist_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pricelist_ul,.pricelist_ul li button{
    width: 100%;
    justify-content: center;
}
.pricelist_content li{
    width: 25%;
}

.pricelist_content .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #d21a26;
    border: 1px solid #d21a26;
}

.pricelist_content .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    color: #d21a26;
    border: 1px solid currentColor;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0px;
}

.pricelist-card {
    width: 30%;
    border: 1px solid #dddddd;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
}

.pricelist-img {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}


.pricelist-img img {
    width: 30%;
}

.pricelist-title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #141414;
    text-align: center;
    margin: 18px 0px;
}

.pricelist-btn {
    background-color: #d21a26;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
}


.pricelist-btn .price {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.pricelist-btn:hover a{
    color: #d21a26;
}

.pricelist-btn:hover{
    background-color: #ffffff;
  
    border: 1px solid #d21a26;
}

.pricelist_content i.fa-solid.fa-download {
    margin-left: 10px;
    color: #101010;
} */

.pricelist_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.pricelist_ul,
.pricelist_ul li button {
  width: 100%;
  justify-content: center;
  text-align: center;
}

/* .pricelist_content li {
    width: 20%;
} */

.pricelist_content li {
  width: 25%;
}

.pricelist_content .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #b71612;
  border: 1px solid #b71612;
}

.pricelist_content .nav-pills .nav-link {
  background: transparent;
  border: 1px solid rgb(45 35 34);
  color: #b71612;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0;
  padding: 15px;
}

.pricelist-card {
  /* width: 60%; */
  border: 1px solid #dddddd;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 4px;
  /* padding-bottom: 20px; */
}

.pricelist-img {
  display: flex;
  justify-content: center;
  /* padding-top: 30px; */
  padding: 20px;
}

.pricelist-img img {
  width: 100%;
}

.pricelist-title h4 {
  font-size: 18px;
  font-weight: 500;
  color: #141414;
  margin-bottom: 10px;
  /* margin: 0px 0px; */
}

.pricelist-btn {
  background-color: #1f2530;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}

.pricelist-btn .price {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.pricelist-btn:hover {
  background-color: #ffffff;
  border: 1px solid #1f2530;
}

.pricelist-btn:hover .price {
  color: #1f2530;
}

.pricelist-btn .price i {
  margin-left: 10px;
  font-size: 16px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.pricelist-btn:hover .price i {
  color: #1f2530;
}

.pricelist_content .tab-content > .active {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  /* margin: auto; */
}

/* @media screen and (max-width: 768px) {
    .pricelist-card {
        width: 90%;
    }

    .pricelist_content li {
        width: 100%;
    }

    .pricelist_ul {
        flex-direction: column;
    }

    .pricelist_ul li {
        margin-bottom: 10px;
    }
} */

.pricelist_section .title_sections.pricelist h2 {
  text-align: center;
  margin-bottom: 30px;
}

/* Pricelist CSS End */

/* junction box start here  */

.junc.container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 60px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.flex-display-junc {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 90%;
  height: auto;
}

.junc-one-img {
  width: 100%;
  height: 100%;
}
.junc-one-img img {
  width: 90%;
  height: 90%;
}

.junc-content .push-heading {
  font-size: 25px;

  line-height: 40px;
  color: #101010;
  font-weight: 600;
}

.junc-content .push-heading .separator1 {
  border: 2px solid #b71612;
  position: relative;
  width: 14px;
  margin: 10px 10px;
  margin-left: 0px;
  /* top: 0px; */
}

.junc-content .push-heading .separator1::before {
  content: "";
  position: absolute;
  width: 50px;
  border: 2px solid #c3c3c3;
  right: -56px;
  top: -2px;
}

.junc-content p {
  font-size: 18px;
  color: #101010;
  font-family: var(--font-family-DMSans);
  font-weight: 400;
  line-height: 30px;
  width: 550px;
  height: auto;
}

.junc-content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style-type: none;
  font-size: 18px;
  padding: 0px 0px;
  color: #101010;
  font-family: var(--font-family-DMSans);
  font-weight: 400;
  padding-bottom: 0px;
}


.trisect {
}

/* junction box end here  */


/* BBOX Section New CSS Start */

.energy_cables_sec.lt_switch.esbee.py-5.push.bbox .push_button_inner .push-heading h4{
  text-align: center;
  margin-bottom: 0px;
}

.energy_cables_sec.lt_switch.esbee.py-5.push.bbox .push_button_inner .push-content {
    margin-top: 0px;
}

.energy_cables_sec.lt_switch.esbee.py-5.push.bbox .push_button_inner .push-heading{
  margin-bottom: 20px;
}

.bbox-card{
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bbox-card .push-button li{
  list-style-type: none;
  padding-left: 0px;
}

.bbox-card  .name{
  /* height: 100px; */
  width: 120px;
}

.bbox-card.control .card-img{
  height: 310px;
}


.energy_cables_sec.lt_switch.esbee.py-5.push .bbox-table.custom p{
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: justify;
  color: #101010;
}


.push_button_inner.custom .push-heading {
  margin-bottom: 0px;
}

.push_button_inner.custom .push-content.bbox {
    margin-top: -10px;
    margin-left: 0px;
}


.teknic-inner .shavison-top img{
  border: 1px solid black;
} 

.teknic-inner .project_post.style_eight .content_box h2 {
  font-size: 16px;
}

.push_button_inner .bottom-icon img.inner-icon{
  height: 70px;
  width: 70px;
}
/* BBOX Section New CSS End */

.other-types .socket .socket-img{
/* height: 200px;
width: 200px; */
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.other-types .socket .socket-title{
text-align: center;
padding-top: 10px;
color: #101010;
}

/* .energy_cables_sec  img.logo-top{
  height: 180px;
} */

.banner_title_inner .title_page  img.logo-top{
  height: 80px;
}

.push-button.trisect{
  display: flex;
  gap: 20px;
}