.image-slider-section{
    padding:35px 20px 20px;
    background:#f5f7fa;
}

.mySwiper{
    padding-bottom:50px;
}

.swiper-slide{
    overflow:hidden;
    border-radius:10px;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.swiper-slide img{
    width:100%;
    height:315px;
    object-fit:cover;
    transition:0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.swiper-slide img:hover{
    transform:scale(1.08);
}
/* Navigation Arrows */

.swiper-button-next,
.swiper-button-prev{
    width:45px;
    height:45px;
    background:#c11a11;
    border-radius:50%;
    color:#fff;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:18px;
    font-weight:bold;
}
.servo-section {
    padding: 80px 20px;
    background: #f7f7f7;
    font-family: Arial, sans-serif;
}
.swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #999;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #d8251b;
}

/* Tabs */
.servo-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}

.tab-btn {
    padding: 10px 30px;
    border: none;
    background: #dcdcdc;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.tab-btn:hover,
.tab-btn.active {
    background: #c11a11;
    color: #fff;
}

/* Tab Content */
.servo-tab-content {
    display: none;
}

.active-tab {
    display: block;
}

.feature-box{
    background: linear-gradient(135deg, #ffffff, #fff4f4);
    padding: 40px;
    border-radius: 25px;
    border: 1px solid #eda8a429;
    position: relative;
    overflow: hidden;
}

.feature-box h3{
    font-size: 24px;
    font-weight: 700;
    color: #c11a11;
    margin-bottom: 35px;
    padding-left: 15px;
}

.feature-box ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-box ul li {
    background: #e5e4e4;
    margin-bottom: 18px;
    padding: 12px 18px 12px 55px;
    border-radius: 14px;
    position: relative;
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.feature-box ul li:hover{
    transform: translateX(8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.feature-box ul li::before {
    content: "✓";
    position: absolute;
    left: 22px;
    top: 16px;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #c11a11, #e5aeae);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.table-wrapper{
    flex:1.5;
    min-width:320px;
    overflow-x:auto;
}

table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

table th{
    background:#c11a11;
    color:#fff;
    padding:5px 16px;
    font-size:16px;
    text-align:center;
}

table td{
    padding:5px 14px;
    border:1px solid #ddd;
    /* font-size:15px; */
    color:#444;
}

table tr:nth-child(even){
    background:#fffafa;
}

/* Responsive */

@media(max-width:991px){

.image-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.image-grid{
    grid-template-columns:1fr;
}

.section-title h2{
    font-size:28px;
}

.feature-box{
    padding:25px;
}

}
/* .pro-img{
  width: 500px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #ffffff;
}
.pro-img img{
  width: 100%;
} */
.row.align-items-start{
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
}

/* LEFT IMAGE COLUMN */

.pro-img{
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 100%;
}

.pro-img img{
    width: 100%;
    height: 500px;
    object-fit: contain;
    padding: 20px;
    transition: 0.5s;
    background: #fff;
}

.pro-img:hover img{
    transform: scale(1.03);
}

/* TABLE */

.table-wrapper{
    width: 85%;
    overflow-x: auto;
}

.table-wrapper table{
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
}

/* DESKTOP COLUMN WIDTH */

@media(min-width:992px){

    .row.align-items-start .col-md-6:first-child{
        width: 35%;
        flex: 0 0 35%;
    }

    .row.align-items-start .col-md-6:last-child{
        width: 65%;
        flex: 0 0 65%;
    }

}

/* MOBILE */

@media(max-width:991px){

    .row.align-items-start{
        flex-wrap: wrap;
        justify-content: center;
    }

    .pro-img{
        margin-bottom: 30px;
    }

    .pro-img img{
        height: auto;
    }

}
.dark-box{
    position: relative;
    padding: 35px;
    border-radius: 24px;
    overflow: hidden;

    /* Background Image */
    background: url('/assets/img/project-img/back1.avif') center center/cover no-repeat;

    /* Glass Blur Effect */
    backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,0.12);

    box-shadow: 0 10px 35px rgba(0,0,0,0.25);

    z-index: 1;
}

/* Dark Overlay */
.dark-box::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(15 23 42 / 74%);
    backdrop-filter: blur(3px);
    z-index: -1;
}

/* Content */
.dark-box h3{
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.dark-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.dark-box ul li{
    position: relative;
    padding-left: 38px;
    margin-bottom: 18px;
    color: #000;
    line-height: 1.4;
    font-size: 16px;
}

.dark-box ul li::before {
    content: "✔";
    position: absolute;
    left: 7px;
    top: 15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #cd231a;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature{
  margin-top: 80px;
}
/* trolly */

.trolley-spec-section{
    padding: 80px 20px 20px;
    background: #f4f7fb;
    position: relative;
    /* overflow: hidden; */
}

/* Main Layout */
.trolley-layout{
    display: grid;
    grid-template-columns: 38% 62%;
    gap: 35px;
    align-items: start;
    margin-top: 50px;
}

/* Image Box */
.trolley-img{
    position: sticky;
    top: 100px;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    padding: 25px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);

    /* Increase Box Height */
    min-height: 620px;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Bigger Image */
.trolley-img img{
    width: 100%;
    height: 520px;
    object-fit: contain;
    border-radius: 18px;
    transition: 0.4s ease;
    background: #fff;
}

.trolley-img:hover img{
    transform: scale(1.03);
}

/* Capacity Badge */
.capacity-badge{
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: linear-gradient(135deg,#c11a11,#ef4444);
    color: #fff;
    padding: 16px 24px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(193,26,17,0.3);
}

.capacity-badge h3{
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.capacity-badge span{
    font-size: 13px;
}

/* Right Side Cards */
.spec-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-columns: 1fr; */
    gap: 10px;
    height: auto;
}

/* Cards */
.spec-card{
    display: flex;
    gap: 18px;
    align-items: center;
    background: #fff;
    padding: 5px 22px;
    border-radius: 18px;
    transition: 0.4s ease;
    /* border-top: 4px solid #c11a11; */
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
   min-height: auto;
}

.spec-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Icon */
.spec-icon{
min-width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #c11a11, #ef4444);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 10px 20px rgba(193, 26, 17, 0.20);
}

/* Content */
.spec-content h4{
    font-size: 17px;
    color: #0f172a;
    margin-bottom: 3px;
    font-weight: 600;
}

.spec-content p{
    margin: 0;
    color: #555;
    line-height: 1.4;
    font-size: 15px;
}

/* Responsive */
@media(max-width:991px){

   .trolley-layout{
        grid-template-columns: 1fr;
    }

    .trolley-img{
        position: relative;
        top: 0;
        min-height: auto;
    }

    .trolley-img img{
        height: auto;
    }
}

/* acoustic */
.acoustic-section{
    padding: 90px 20px 20px;
    position: relative;
    overflow: hidden;
    background-color: #f4f7fb;
}

/* Layout */
.acoustic-layout{
display: grid;
    grid-template-columns: 38% 62%;
    gap: 35px;
    align-items: start;
    margin-top: 50px;
}

/* Image */
.acoustic-img{
      position: relative;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    /* padding: 20px; */
    backdrop-filter: blur(10px);
    height: 337px;
}

.acoustic-img img{
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    height: 100%;
}

/* Badge */
.noise-badge{
    position: absolute;
    bottom: 20px;
    right: 0px;
    background: #c11a11;
    color: #fff;
    padding: 14px 22px;
    border-radius: 15px;
    text-align: center;
}

.noise-badge h3{
    margin: 0;
    font-size: 24px;
    color: #fff;
}

.noise-badge span{
    font-size: 13px;
}

/* Right Cards */
.acoustic-content{
    display: grid;
    gap: 18px;
}

.acoustic-card{
 display: flex;
    gap: 18px;
    align-items: center;
    background: #fff;
    padding: 5px 22px;
    border-radius: 18px;
    transition: 0.4s ease;
    /* border-top: 4px solid #c11a11; */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    min-height: auto;
}

.acoustic-card:hover{
    transform: translateY(-5px);
    border-color: #c11a11;
}

/* Icon */
.acoustic-icon{
    min-width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #c11a11, #ef4444);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 10px 20px rgba(193, 26, 17, 0.20);
}

/* Text */
.acoustic-text h4{
  font-size: 17px;
    color: #0f172a;
    margin-bottom: 3px;
    font-weight: 600;
}

.acoustic-text p{
       margin: 0;
    color: #555;
    line-height: 1.4;
    font-size: 15px;
}

/* Responsive */
@media(max-width:991px){

    .acoustic-layout{
        grid-template-columns: 1fr;
    }

}
.section-title h2::after {
    content: "";
    position: absolute;
    left: 28%;
    bottom: 5px;
    width: 160px;
    height: 3px;
    background: #554e4e;
    border-radius: 10px;
}
.section-title-area .section-title {
  margin-bottom: 0;
}

.product-card {
  border: 1px solid #eee;
  padding: 15px 10px;
  border-radius: 8px;
  background: #fff;
  transition: 0.3s;
  height: 100%;
}

.product-card img {
  width: 100%;
  /* height: 120px; 
  object-fit: contain; */
  margin-bottom: 10px;
}

.product-card h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.1);
}

.servo-section{
    padding:80px 20px 0px;
    background:#f7f7f7;
    font-family:Arial,sans-serif;
}
.section-title{
    text-align:center;
    margin-bottom:40px;
}

.section-title h2{
    font-size:34px;
    color:#554e4e;
    margin-bottom:10px;
    font-weight:700;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title p{
    color:#666;
    font-size:16px;
}

.image-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-bottom:50px;
}

.img-box{
    overflow:hidden;
    border-radius:15px;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.img-box img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:0.4s;
}

.img-box:hover img{
    transform:scale(1.08);
}

.content-wrapper{
    display:flex;
    gap:40px;
    align-items:flex-start;
    flex-wrap:wrap;
}

.left-content{
    flex:1;
    min-width:300px;
}

.product-sec{
  display: flex;
  flex-direction: column;
  text-align: start;
}
.product-sec .section-title{
      width: 250px;
}
.greaves-section{
    padding:80px 20px;
    background:#f4f7fb;
}

.greaves-layout{
    display:grid;
    grid-template-columns:38% 62%;
    gap:35px;
    align-items:start;
}

/* Left Image */
.vid{
    display: flex;
    justify-content: center;
    align-items: center;
}
.vid video{
    height: 360px;
}
.new-badge{
    bottom: 0px !important;
    right: 0px !important;
}
.greaves-img{
    position:sticky;
    top:100px;
    background:#fff;
    border-radius:24px;
    padding:25px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,0.08);
}

.greaves-img img{
    width:100%;
    height:440px;
    object-fit:contain;
    transition:0.4s ease;
}

.greaves-img:hover img{
    transform:scale(1.03);
}

/* Badge */

.power-badge{
    position:absolute;
    bottom:25px;
    right:25px;
    background:linear-gradient(135deg,#c11a11,#ef4444);
    color:#fff;
    padding:16px 22px;
    border-radius:18px;
    text-align:center;
}

.power-badge h3{
    margin:0;
    font-size:24px;
    color:#fff;
}

.power-badge span{
    font-size:13px;
}

/* Right Side */

.greaves-content{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

/* Cards */

.greaves-card{
    display:flex;
    gap:18px;
    align-items:center;
    background:#fff;
    padding:22px;
    border-radius:18px;
    transition:0.4s ease;
    box-shadow:0 8px 25px rgba(0,0,0,0.06);
}

.greaves-card:hover{
    transform:translateY(-5px);
}

.greaves-icon{
    min-width:30px;
    height:30px;
    border-radius:15px;
    background:linear-gradient(135deg,#c11a11,#ef4444);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:12px;
}

.greaves-text h4{
    font-size:18px;
    margin-bottom:8px;
    color:#0f172a;
}

.greaves-text p{
    margin:0;
    font-size:15px;
    line-height:1.6;
    color:#555;
}

/* Advantages */

.advantage-wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;

}

.advantage-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,0.06);
    transition:0.4s;
}

.advantage-box:hover{
    transform:translateY(-5px);
}

.advantage-box i{
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:50%;
    background:#c11a11;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.advantage-box h4{
    font-size:20px;
    margin-bottom:12px;
}

.advantage-box p{
    color:#666;
    line-height:1.6;
}

/* Responsive */

@media(max-width:991px){

    .greaves-layout{
        grid-template-columns:1fr;
    }

    .greaves-content{
        grid-template-columns:1fr;
    }

    .advantage-wrapper{
        grid-template-columns:1fr;
    }

    .greaves-img{
        position:relative;
        top:0;
    }

    .greaves-img img{
        height:auto;
    }
}
.greaves-right{
    display:flex;
    flex-direction:column;
}

.text-start{
    text-align:left;
}

.advantages-section{
    margin-top:60px;
}
.section-title .sub-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--header);
    opacity: 0.8;
    background: var(--white);
    padding: 12px 17px;
    display: inline-block;
    border-radius: 100px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: capitalize;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.features-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.feature-card{
    background:#fff;
    padding:40px 30px;
    border-radius:24px;
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.feature-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(135deg, #d8251b, #f5c6c4);
}

/* .feature-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.12);
} */

.feature-icon{
    width:35px;
    height:35px;
    border-radius:20px;
    background:linear-gradient(135deg, #d8251b, #f5c6c4);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
}

.feature-icon i{
    color:#fff;
    font-size:18px;
}

.feature-card h3{
    font-size:21px;
    /*margin-bottom:15px;*/
    color:#111;
    font-weight:700;
}

.feature-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

/* Responsive */

@media(max-width:991px){

    .features-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-heading h2{
        font-size:34px;
    }
}

@media(max-width:767px){

    .features-grid{
        grid-template-columns:1fr;
    }

    .eicher-features-section{
        padding:70px 0;
    }

    .section-heading h2{
        font-size:28px;
    }

    .feature-card{
        padding:30px 25px;
    }
}

    .feature-wrapper{
      position:relative;
      width:100%;
      min-height:850px;
    }

    /* Center Circle */

    .center-circle{
      position:absolute;
      top:52%;
      left:50%;
      transform:translate(-50%,-50%);
      width:419px;
      height:419px;
      border-radius:50%;
      /* background:radial-gradient(circle,#153c9d,#08132e);
      border:4px solid #0c64ff; */
      display:flex;
      justify-content:center;
      align-items:center;
      z-index:2;
      box-shadow:0 0 40px rgb(249 219 216);
    }

    .center-circle::before{
      content:"";
      position:absolute;
      width:520px;
      height:520px;
      border:2px dashed rgba(255,255,255,0.5);
      border-radius:50%;
    }

    .center-circle::after{
      content:"";
      position:absolute;
      width:519px;
      height:519px;
      border:2px dashed rgb(251 211 207);
      border-radius:50%;
    }

    .center-circle img{
      width:320px;
      position:relative;
      z-index:2;
    }

    /* Cards */

    .feature-card{
      position:absolute;
      width:360px;
      background:rgb(255 245 244);
      border:1px solid rgba(255,255,255,0.12);
      border-radius:30px;
      padding:20px 30px;
      display:flex;
      gap:10px;
      align-items:flex-start;
      backdrop-filter:blur(12px);
      box-shadow:0 0 25px rgba(0,0,0,0.3);
    }

    .feature-card::before{
      content:"";
      position:absolute;
      width:56px;
      height:56px;
      border-radius:50%;
      background:#125cff;
      border:5px solid #0b1c48;
      color:#fff;
      font-weight:700;
      font-size:24px;
      display:flex;
      justify-content:center;
      align-items:center;
      display: none;
    }

    .card-icon{
      min-width:60px;
      height:60px;
      border-radius:50%;
      background:linear-gradient(135deg, #f1867f, #d8251b);
      display:flex;
      justify-content:center;
      align-items:center;
      color:#fff;
      font-size:30px;
    }

    .card-content h3{
      color:#554e4e;
      font-size:20px;
      margin-bottom:8px;
    }

    .card-line{
      width:70px;
      height:4px;
      background:#554e4e;
      border-radius:20px;
      /*margin-bottom:16px;*/
    }

    .card-content p{
      color:#212020;
      line-height:1.5;
      font-size:14px;
      text-align: justify;
    }

    /* Card Positions */

    .card1{
      top:0;
      left:50%;
      transform:translateX(-50%);
    }

    .card1::before{
      content:"01";
      top:-28px;
      left:50%;
      transform:translateX(-50%);
    }

    .card2{
      top:150px;
      right:0;
    }

    .card2::before{
      content:"02";
      top:-28px;
      left:50%;
      transform:translateX(-50%);
    }

    .card3{
      bottom:140px;
      right:0;
    }

    .card3::before{
      content:"03";
      top:-28px;
      left:50%;
      transform:translateX(-50%);
    }

    .card4{
      bottom:0;
      left:50%;
      transform:translateX(-50%);
    }

    .card4::before{
      content:"04";
      top:-28px;
      left:50%;
      transform:translateX(-50%);
    }

    .card5{
      bottom:140px;
      left:0;
    }

    .card5::before{
      content:"05";
      top:-28px;
      left:50%;
      transform:translateX(-50%);
    }

    .card6{
      top:150px;
      left:0;
    }

    .card6::before{
      content:"06";
      top:-28px;
      left:50%;
      transform:translateX(-50%);
    }

    /* Responsive */

    @media(max-width:1200px){

      .feature-wrapper{
        display:flex;
        flex-direction:column-reverse;
        gap:20px;
        align-items:center;
        min-height:auto;
      }

      .center-circle{
        position:relative;
        top:auto;
        left:auto;
        transform:none;
        margin:70px 0;
      }

      .feature-card{
        position:relative;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        transform:none;
        width:100%;
        max-width:500px;
      }

    }

    @media(max-width:768px){

      .section-title h2{
        font-size:38px;
      }

      .center-circle{
        width:300px;
        height:300px;
      }

      .center-circle::before{
        width:360px;
        height:360px;
      }

      .center-circle::after{
        width:365px;
        height:365px;
      }

      .center-circle img{
        width:220px;
      }

      .feature-card{
        flex-direction:column;
        align-items:center;
        text-align:center;
      }

      .card-content h3{
        font-size:16px;
      }

      .card-content p{
        font-size:15px;
      }

    }

    /* ===============================
   Transformer Section
================================== */

.transformer-section{
    padding: 100px 0 50px;
    background: #f7f9fc;
    font-family: 'Poppins', sans-serif;
}

.container{
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

/* Section Heading */

.section-title{
    text-align: center;
    margin-bottom: 60px;
}

.section-title span{
    color: #ff6600;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title h2{
    font-size: 42px;
    margin: 15px 0;
    color: #0d1b2a;
    font-weight: 700;
}

.section-title p{
    max-width: 850px;
    margin: auto;
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

/* Main Layout */

.transformer-wrapper{
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 70px;
}

/* Images */

.transformer-images{
    flex: 1;
}

.img-box{
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s;
}

.img-box:hover img{
    transform: scale(1.08);
}

.big{
    height: 450px;
    margin-bottom: 20px;
}

.small-images{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.small-images .img-box{
    height: 220px;
}

/* Content */

.transformer-content{
    flex: 1;
}

.content-box{
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.content-box h3{
    font-size: 25px;
    margin-bottom: 25px;
    color: #0d1b2a;
}

.content-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.content-box ul li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 22px;
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

.content-box ul li::before{
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #ff6600;
    font-weight: bold;
}

/* Services */

.service-section{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.service-card{
    background: #fff;
    padding: 40px 30px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.4s;
}

.service-card:hover{
    transform: translateY(-10px);
}

.service-card .icon{
  width: 60px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    border-radius: 50%;
    background: #d8251b;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
}

.service-card h4{
    font-size: 20px;
    margin-bottom: 15px;
    color: #0d1b2a;
}

.service-card p{
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

/* Responsive */

@media(max-width:991px){

    .transformer-wrapper{
        flex-direction: column;
    }

    .service-section{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:767px){

    .section-title h2{
        font-size: 32px;
    }

    .small-images{
        grid-template-columns: 1fr;
    }

    .service-section{
        grid-template-columns: 1fr;
    }

    .content-box{
        padding: 30px;
    }
}
.main-h{
    margin-bottom: 20px;
}
.lift-hero{
    padding: 100px 0;
    background: linear-gradient(135deg,#07225b,#0f4fd6);
    position: relative;
    overflow: hidden;
}

.lift-hero::before{
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    top: -150px;
    right: -120px;
}

.lift-hero-wrapper{
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.tag-line{
    display: inline-block;
    background: rgba(255,255,255,0.12);
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.lift-left h1{
    font-size: 56px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
}

.lift-left p{
    color: rgba(255,255,255,0.85);
    line-height: 1.9;
    margin-bottom: 35px;
    font-size: 17px;
}

.hero-btns{
    display: flex;
    gap: 20px;
}

.primary-btn,
.secondary-btn{
    padding: 15px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.primary-btn{
    background: #fff;
    color: #07225b;
}

.primary-btn:hover{
    background: #ffb300;
}

.secondary-btn{
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
}

.secondary-btn:hover{
    background: #fff;
    color: #07225b;
}

.ups-card{
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.ups-icon{
    width: 90px;
    height: 90px;
    background: #0f4fd6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.ups-icon i{
    color: #fff;
    font-size: 40px;
}

.ups-card h3{
    font-size: 30px;
    color: #07225b;
    margin-bottom: 15px;
}

.ups-card p{
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.ups-card ul{
    list-style: none;
}

.ups-card ul li{
    margin-bottom: 15px;
    color: #444;
}

.ups-card ul li i{
    color: #0f4fd6;
    margin-right: 10px;
}

/* FEATURES */

.ups-features{
    padding: 100px 0;
}

.section-title{
    text-align: center;
    margin-bottom: 30px;
}

.section-title h2{
    font-size: 42px;
    color: #0e101a;
    margin-bottom: 15px;
}

.section-title p{
    color: #666;
    /* max-width: 700px; */
    margin: auto;
    line-height: 1.8;
}

.feature-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.feature-box{
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    transition: 0.4s;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.feature-box:hover{
    transform: translateY(-8px);
}

.feature-box i{
    width: 85px;
    height: 85px;
    background: #0f4fd6;
    color: #fff;
    border-radius: 50%;
    line-height: 85px;
    font-size: 34px;
    margin-bottom: 20px;
}

.feature-box h4{
    font-size: 24px;
    color: #07225b;
    margin-bottom: 15px;
}

.feature-box p{
    color: #666;
    line-height: 1.8;
}

/* SPECIFICATIONS */

.specification-section{
    padding: 70px 0;
    background: #fff;
}

.specification-table{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    background: #fff;
}

/* Heading */

.table-head{
    display: grid;
    grid-template-columns: 120px 280px 1fr;
    background: #c11a11;
    color: #fff;
    font-weight: 600;
}

.table-head div{
    padding: 5px 16px;
    border-right: 1px solid rgba(255,255,255,0.1);
}

/* Rows */

.table-row{
    display: grid;
    grid-template-columns: 120px 280px 1fr;
    border-bottom: 1px solid #e5e5e5;
}

.table-row:nth-child(even){
    background: #fffafa;
}

.table-row div{
    padding: 5px 14px;
    /* line-height: 1.5; */
    color: #444;
    border-right: 1px solid #e5e5e5;
        font-weight: 400;
    font-size: 15px;
}

/* .table-row div:nth-child(1){
    font-weight: 600;
    color: #07225b;
}

.table-row div:nth-child(2){
    font-weight: 600;
    color: #07225b;
} */

/* Responsive */

@media(max-width:991px){

    .table-head,
    .table-row{
        grid-template-columns: 80px 200px 1fr;
    }
}

@media(max-width:767px){

    .specification-table{
        overflow-x: auto;
    }

    .table-head,
    .table-row{
        width: 800px;
    }

    .section-title h2{
        font-size: 30px;
    }
}

/* RESPONSIVE */

@media(max-width:991px){

    .lift-hero-wrapper,
    .feature-grid{
        grid-template-columns: 1fr;
    }

    .lift-left h1{
        font-size: 42px;
    }

    .spec-row{
        grid-template-columns: 1fr;
    }
}

@media(max-width:767px){

    .lift-left h1{
        font-size: 32px;
    }

    .section-title h2{
        font-size: 22px;
    }

    .hero-btns{
        flex-direction: column;
    }

    .ups-card,
    .feature-box{
        padding: 25px;
        width: 285px;
    }
}

.apc-ups-section{
    padding: 100px 0;
    background: #f8f9fc;
}

.apc-wrapper{
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.apc-image{
    flex: 1 1 45%;
    position: relative;
}

.apc-image img{
    width: 100%;
    border-radius: 20px;
    display: block;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.apc-content{
    flex: 1 1 45%;
}

.sub-title{
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #e63946;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.apc-content h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.3;
}

.apc-content p{
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.feature-list{
    margin-top: 30px;
}

.feature-item{
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 16px 20px;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.4s;
}

.feature-item:hover{
    transform: translateY(-5px);
}

.feature-item i{
    width: 50px;
    height: 50px;
    background: #e63946;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.feature-item span{
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

/* Responsive */
@media(max-width: 991px){

    .apc-wrapper{
        flex-direction: column;
    }

    .apc-content h2{
        font-size: 32px;
    }
}

@media(max-width: 575px){

    .apc-ups-section{
        padding: 70px 0;
    }

    .apc-content h2{
        font-size: 28px;
    }

    .feature-item{
        padding: 14px 15px;
    }

    .feature-item span{
        font-size: 15px;
    }
}
.apc-card{
    position: relative;
    background: #ffffff;
    border-radius: 25px;
    padding: 40px 30px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    z-index: 1;
}

.apc-card:hover{
    transform: translateY(-10px);
}

.top-shape{
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg,#ff4d4d,#ff8080);
    border-radius: 50%;
    opacity: 0.12;
    z-index: -1;
}

.card-icon1{
    width: 50px;
    height: 50px;
    border-radius: 20px;
    background: linear-gradient(135deg,#ff4d4d,#ff6b6b);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 10px 25px rgba(255,77,77,0.3);
}

.card-icon1 i{
    font-size: 16px;
    color: #fff;
}

.apc-card h3{
    font-size: 21px;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
    line-height: 1.4;
    height: 58px;
}

.card-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-box1{
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.content-box1 span{
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffeded;
    color: #ff4d4d;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-box1 h4{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}

.content-box1 p{
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

/* Responsive */
@media(max-width:991px){

    .apc-card{
        padding: 35px 25px;
    }

    .apc-card h3{
        font-size: 20px;
    }
}

@media(max-width:575px){

    .apc-card{
        padding: 30px 20px;
    }

    .card-icon1{
        width: 75px;
        height: 75px;
    }

    .card-icon1 i{
        font-size: 28px;
    }

    .content-box1{
        gap: 14px;
    }

    .content-box1 h4{
        font-size: 16px;
    }

    .content-box1 p{
        font-size: 14px;
    }
    .card-content{
        gap: 0;
    }
    .card-line{
        margin: 0 auto;
    }
}
.small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: -10px
}

.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.demo-gallery > ul > li {
  margin-bottom: 15px;
  width: 230px;
  display: inline-block;
  margin-right: 35px;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  margin-bottom: 20px;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 105%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
