/* Inner Page CSS Start */

section.inner_content {
    padding: 80px 0px;
}

.ups {
    /* display: flex; */
    /* gap: 50px; */
    /* justify-content: center; */
    /* align-items: center; */
    position: relative;
}

.ups::after {
    content: '';
    border-bottom: 1px solid #101010;
    position: absolute;
    /* top: 0px; */
    bottom: -25px;
    /* left: 0px; */
    width: 95%;
}


.ups .ups-content {
    padding: 20px 20px;
}

.ups .ups-content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.inner_content .ups_systems {

    padding: 30px 30px;
    /* transition: box-shadow 0.4s ease; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 8px;
}

/* .inner_content .ups_systems:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

    border-radius: 8px;
} */

.ups .ups-content h3 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    /* padding: 20px 20px; */
    margin-top: -10px;
}

.ups .ups-content p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: justify;
    width: 95%;
}

.ups .enquiry-btn .btn-sm {
    padding: 15px 30px;
    font-size: 14px;
    width: 200px;
}

.ups .enquiry-btn{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.row.features{
    margin-top: 20px;
    padding: 30px 30px;
}

.salient-features {
    /* margin-top: 20px; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    /* padding: 30px 30px; */
}

.salient-features ul {
    column-count: 2;
}

.salient-features ul li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 5px 5px;
    display: flex;
    /* align-items: center; */
    gap: 5px;
}
.salient-features h3 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}

.salient-features i.fa-solid.fa-angle-right {
    font-size: 16px;
    font-weight: 900;
    color: #df0a0a;
    margin-top: 6px;
}

.application i.fa-solid.fa-angle-right {
    font-size: 16px;
    font-weight: 900;
    color: #df0a0a;
    margin-top: 6px;
}

.application h3 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}

.application ul li.strong{
    font-weight: 500;
    color: #000;
    margin-left: 5px;
}

.application ul li{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 5px 5px;

}

.application.list ul li{
    display: flex;
    gap: 5px; 
}

.ups-img img{
    border-radius: 8px;
}

.our_products .blog-style-one h4 {
    height: 60px;
}


.technical{
    padding: 30px 30px;
}

.technical h4{
    font-size: 25px;
    font-weight: 500;
    color: #000;
}


.technical .table.table.table-bordered {
    width: 50%;
}


.technical .table{
    border-spacing: 3px;
}
.technical .table-bordered>:not(caption)>*>* {
    /* border-width: 0 1px; */
    /* border: 1px solid #000; */
    text-align: center;
    padding: 5px 5px;
    box-shadow: unset;
    background: #fd060612;
    /* border-collapse: unset; */
}

.technical tr{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
} 

.technical th {
    width: 250px;
    height: 70px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    /* border-bottom: 1px solid #000; */
}

.technical td{
    width: 420px;
    height: 70px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;

}

.technical th.last, .technical td.last{
    border-bottom: 1px solid #000;
}

/* Inner Page CSS End */



/* UPS Image Slider CSS Start */

.ups-slider .swiper {
    width: 100%;
    height: 100%;
  }

  .ups-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ups-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .ups-slider .swiper {
    margin-left: auto;
    margin-right: auto;
  }

.ups-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)); */
    width: 6px;
    height: 6px;
    background-color: #000;
    opacity: 0.4;
    transition: all 0.3s ease-in;
 
}

.ups-slider .swiper-pagination-bullet-active {
     background: #df0a0a;
     width:14px; 
     border-radius: 5px;
     opacity: unset;
    /* opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); */
}


.technical.servo th {
    width: 220px;
}

.technical.servo td {
    width: 220px;
}

.technical.servo{
    padding: unset;
}


.application p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: justify;
    /* width: 95%; */
}

.technical.servo.smf td {
    width: 350px;
}


.ups .ups-content.trans h3 {
    margin-top: 0px;
}

/* UPS Image Slider CSS End */



/* Clients Slider CSS Start */


.clients-slider .swiper {
    width: 100%;
    height: 100%;
  }

  .clients-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .clients-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .clients-slider .swiper {
    margin-left: auto;
    margin-right: auto;
  }


  .clients {
    width: 100%;
}

.clients .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Optional: Adjust height if necessary */
    height: auto;
}



/* Clients Slider CSS End */




/* About Inner CSS Start */


.about_inner{
    padding: 80px 0px;
}

.about_inner .about-heading {
    text-align: center;
}

.about_inner .about_content p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: justify;
    /* margin-bottom: 20px; */
}


/* About Inner CSS End */



/* Our Clients Section CSS Start */


.our_clients{
    padding: 100px 0px;
}




/* Our Clients Section CSS End */



/* Footer CSS Start */

.address_card{
    display: flex;
    gap: 13px;
} 


.address_card i{
    margin-top: 8px;
    color: #d2d2d4 !important;
}


/* Container styling for both buttons */
.scroltop {
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
}

 .whatsapp-se {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
}

/* Styling for "scroll to top" button */
.scroltop.style1.radius.white {
    background-color: #df0a0a;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
}

/* Styling for WhatsApp button */
.whatsapp-se a.whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}


.footer-item .f-item.link ul li a{
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.4s ease-in-out;
}

.footer-item .f-item.link ul li a:hover{
    color: #000;
    /* transition: all 0.3s ease-in; */
    transform: translateX(10px);
}


.footer-logo{
    width: 150px;
}


/* Footer CSS End */



/* Clientle CSS Start */

.client_logo {
    border-radius: 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px 5px;
}


/* Clientle CSS End */



/* Our Products CSS Start */

.our_products .blog-style-one{
    background: url("../img/background_pattern/bg-one.png");
    background-repeat: no-repeat;
    background-size: cover;
}


.our_products .large-shape {
    z-index: -1;
}

.our_products .row.servo{
    display: flex;
    justify-content: center;
    align-items: center;

}


/* Our Products CSS End */


.breadcrumb-area.transformer {
    padding: 130px 0;
  }