*{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }
body {
    --primary: #FEAF06;
    --primary_hover: #E49D05;
    --secondary: #E14A4F;
    --secondary_hover: #CA4247;
    --text: #5C5D5E;
    --text_light: #9FA2A4;
    --accent: #282725;
    --highligh: #FEAF06;
    --border: #E7E9EB;
    --background: #FFFFFF;
    --background_light: #F9F9F9;
}
    body{
      font-family:'Cal Sans', sans-serif;
      overflow-x:hidden;
      /* background:#000; */
    }

    a{
      text-decoration:none;
    }

    ul{
      list-style:none;
    }
    p{
    font-family: 'Poppins';
    color: #000;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 35px;
    /* max-width: 760px; */
    }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: 'Cal Sans';
}
    /* =========================

    HEADER
    ========================== */

    header{
      /* position:absolute; */
      top:0;
      left:0;
      width:100%;
      z-index:999;
      padding:0px 100px;
      border-bottom:1px solid rgba(255,255,255,0.1);
    }

    .navbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
    }

    .logo{
      font-size:46px;
      font-weight:700;
      color:#fff;
      letter-spacing:-1px;
    }

    .logo span{
      color:#f7a623;
    }

    /* NAV */

    .nav-menu{
      display:flex;
      align-items:center;
      gap:25px;
      margin-bottom: 0;
    }

    .nav-menu > li{
      position:relative;
    }

    .nav-menu > li > a{
       color: #000;
      font-size: 14px;
      line-height: 1.2em;
      transition: 0.3s;
      display: flex;
      align-items: center;
      gap: 6px;
      font-weight: 500;
      /* letter-spacing: 1px; */
      font-family: 'Poppins';
      text-decoration: none;
    }
  .nav-menu > li > a i{
     font-size: 12px;
  }
    .nav-menu > li > a:hover{
      color:#f7a623;
    }

    /* DROPDOWN */

    .dropdown{
      position:absolute !important ;
      top:65px;
      left:0;
      width:250px;
      background:#fff;
      border-radius:30px;
      padding:20px 0;
      opacity:0;
      visibility:hidden;
      transition:0.35s ease;
      transform:translateY(15px);
    }

    /* .dropdown li{
      padding:8px 30px;
    } */

    .dropdown li a{
       color: #000;
    font-size: 16px;
    transition: 0.3s;
    font-family: 'Poppins';
    text-decoration: none;
    line-height: 7px;
    border-bottom: 1px solid #e2e2e2;
    }

    .dropdown li a:hover{
      color:#f7a623;
      /* padding-left:6px; */
    }

    .nav-menu li:hover .dropdown{
      opacity:1;
      visibility:visible;
      transform:translateY(0);
    }

    /* RIGHT SIDE */

    .header-right{
      display:flex;
      align-items:center;
      gap:25px;
    }

    .phone{
      color:#fff;
      font-size:18px;
          font-family: 'Poppins';
    }

    .search{
      color:#fff;
      font-size:24px;
      cursor:pointer;
    }

    .quote-btn{
      background:linear-gradient(90deg,#ff6948,#f7a623);
      color:#fff;
      padding:18px 34px;
      border-radius:50px;
      font-size:16px;
      transition:0.3s;
    }

    .quote-btn:hover{
      transform:translateY(-2px);
    }

    /* =========================
       HERO
    ========================== */

    .hero-slider,
    .slide-item{
      height:88vh;
      position:relative;
    }

    .slide-item img{
      width:100%;
      height:88vh;
      object-fit:cover;
    }

    .overlay{
      position:absolute;
      inset:0;
      background:rgba(0,0,0,0.58);
    }

    .hero-content{
      position:absolute;
      top:65%;
      left:90px;
      transform:translateY(-50%);
      /* max-width:750px; */
      z-index:5;
    }

    .hero-content h1{
        color: #fff;
    
    line-height: 0.95;
    letter-spacing: -3px;
    margin-bottom: 35px;
    font-size:65px;
    letter-spacing: 2px;
    color: #FFFFFF;
    font-weight: 500;
        font-family: 'Cal Sans', sans-serif;
        text-shadow: 2px 2px 8px #000;
    }

    .hero-content h1 span{
      color:#d53329;
    }

    .hero-content p{
      color:#fff;
      font-size:17px;
      line-height:1.7;
      max-width:600px;
      margin-bottom:40px;
        font-family: 'Poppins', sans-serif;
    }

    .hero-btn{
      /* background:linear-gradient(90deg,#ff6948,#f7a623); */
          background: #d53329;
      color:#fff;
      padding:15px 32px;
      border-radius:50px;
      display:inline-block;
      font-size:16px;
      transition:0.3s;
          text-decoration: none;
    font-family: 'Poppins';
    }

    .hero-btn:hover{
      transform:translateY(-3px);
    }

    /* SLICK DOTS */

    .slick-dots{
      bottom:40px;
    }

    .slick-dots li button:before{
      color:#fff;
      font-size:12px;
    }

    .slick-dots li.slick-active button:before{
      color:#f7a623;
    }

    /* =========================
       MOBILE
    ========================== */

    @media(max-width:1200px){

      .hero-content h1{
        font-size:90px;
      }
    }

    @media(max-width:991px){

      header{
        padding:5px 15px;
      }

      .nav-menu{
        display:none;
      }

      .hero-content{
        left:35px;
        right:20px;
      }

      .hero-content h1{
        font-size:68px;
      }

      .hero-content p{
        font-size:18px;
      }

      .quote-btn{
        padding:15px 28px;
        font-size:16px;
      }
    }

    @media(max-width:767px){

      .hero-content h1{
        font-size:40px;
        line-height:1.1;
                margin-bottom: 10px;
      }

      .hero-content{
        left:20px;
      }

      .hero-content p{
        font-size:16px;
      }

      .phone,
      .search{
        display:none;
      }

      .logo{
        font-size:34px;
      }

      .quote-btn{
        padding:12px 20px;
        font-size:14px;
      }

      .hero-btn{
        padding:16px 28px;
        font-size:15px;
      }
    }
.hero-slider .slick-dots {
    
    bottom: 20px !important;
   
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f97548 !important;
}
.slick-dots li button:before{
      opacity: 1 !important;
    color: #fff !important;
        font-size: 15px !important;
        border: 2px solid #fff;
    border-radius: 50%;
    line-height: 23px !important;
    width: 24px  !important;
    height: 24px !important;
}

  .about-wrapper{
      display:grid;
      grid-template-columns:1fr 1.1fr;
      gap:60px;
      align-items:start;
    }

    /* LEFT IMAGE */

    .about-left{
      position:relative;
    }

    .about-main-img{
      border-radius:28px;
      overflow:hidden;
      height:620px;
    }

    .about-main-img img{
      height:100%;
      width: 100%;
      object-fit:cover;border-radius: 28px;
    }

    /* RIGHT CONTENT */

    .section-subtitle{
    
    
      color: #000;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Cal Sans';
    }

    .about-title{
    font-size: 60px;
      line-height:1.05;
      letter-spacing: 0;
      margin-bottom:30px;
      max-width:750px;
      font-weight: 500;
      font-family: 'Cal Sans', sans-serif;
    }

    .about-text{
      font-family: 'Poppins';
    color: #000;
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 10px;
    max-width: 760px;
    }

    /* FEATURES */

    .features{
      display:flex;
      flex-direction:column;
      gap:18px;
      margin-bottom:40px;
    }

    .feature-item{
          display: flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
    font-family: 'Poppins';
    color: #000;
    }

    .feature-icon{
      width:22px;
      height:22px;
      min-width:22px;
      border-radius:50%;
      background:#cd3932;
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:12px;
    }

    /* CONTENT FLEX */

    .about-content-flex{
      display:flex;
      gap:40px;
      align-items:flex-start;
      margin-top:10px;
    }

    /* BUTTON */

    .about-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:15px 32px;
      border-radius:50px;
      /* background:linear-gradient(90deg,#ff6b4a,#f3a623); */
      background: #d1362e;
      color:#fff;
      font-size:18px;
      text-decoration:none;
      transition:.3s;
      min-width:180px;
      
    }

    .about-btn:hover{
      transform:translateY(-3px);
    }

    /* SIDE IMAGE */

    .about-side-img{
     
      border-radius:24px;
      overflow:hidden;
      margin-top:-10px;
    }

    .about-side-img img{
        /* height: 100%; */
          width:260px;
      min-width:260px; 
    object-fit: cover;
    margin-block-end: 0;
    position: absolute;
        border-radius: 28px;
    }

    /* MACHINE ILLUSTRATION */

    .machine-illustration{
      margin-top:70px;
      text-align:center;
          font-family: 'Cal Sans';
    }

    .machine-illustration img{
      max-width:550px;
      margin:auto;
      opacity:0.75;
    }

    /* =========================
       COUNTERS
    ========================== */

    .counter-wrapper{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:40px;
      margin-top:90px;
    }

    .counter-box h2{
      font-size:78px;
      line-height:1;
      margin-bottom:18px;
      letter-spacing:-2px;
          font-family: 'Cal Sans';
    }

    .counter-box h4{
      font-size:24px;
      margin-bottom:10px;
    }

    .counter-box p{
     color: #000;
    /* font-size: 17px; */
    line-height: 1.7;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-family: 'Poppins';
    }

    /* =========================
       RESPONSIVE
    ========================== */

    @media(max-width:1200px){

      .about-title{
        font-size:58px;
      }

      .counter-box h2{
        font-size:60px;
      }
    }

    @media(max-width:991px){

      .about-wrapper{
        grid-template-columns:1fr;
        gap: 30px;
      }
      .slide-item img {
    
    height: 60vh;
   
}
.hero-slider, .slide-item {
    height: 60vh;
        margin-bottom: 0 !important;
}
.section-padding {
    padding: 20px 0;
}
      .about-main-img{
        height:500px;
      }

      .about-title{
        font-size:50px;
      }

      .counter-wrapper{
        grid-template-columns:repeat(2,1fr);
      }

      .about-content-flex{
        flex-direction:column;
      }

      .about-side-img{
        width:100%;
        min-width:100%;
        /* max-width:400px; */
      }
    }

    @media(max-width:767px){

    

      .about-title{
        font-size:38px;
        line-height:1.15;
      }

      .about-text{
        font-size:16px;
      }

      .feature-item{
        font-size:16px;
      }

      .counter-wrapper{
        grid-template-columns:1fr;
        gap:50px;
      }

      .counter-box h2{
        font-size:52px;
      }

      .counter-box h4{
        font-size:22px;
      }

          .about-main-img {
        height: 100%;
        width: 100%;
    }
      .machine-illustration img{
        max-width:100%;
      }
    }
.machine-illustration{
  margin-top:70px;
  text-align:center;

  /* animation variable */
  --translateX: 0px;

  transform: translateX(var(--translateX));
  transition: transform 100ms linear;
  will-change: transform;
}

.machine-illustration img{
  max-width:550px;
  margin:auto;
  opacity:0.75;
}
.section-padding{
  padding: 80px 0;
}

    .services-section{
  background: #F5F5F5;
      position:relative;
      overflow:hidden;
    }

    .section-tag{
      font-size:14px;
      font-weight:600;
      color:#666;
      letter-spacing:.5px;
      margin-bottom:20px;
      display:flex;
      align-items:center;
      gap:10px;
    }

    .section-tag span{
      color:#f6a623;
      font-size:12px;
    }

    .main-title{
     font-size: 42px;
    line-height: 56px;
    letter-spacing: 0;
    margin-bottom: 15px;
    /* max-width: 750px; */
    font-weight: 500;
    font-family: 'Cal Sans', sans-serif; columns: #000;
    }

    .section-text{
    font-family: 'Poppins';
    color: #000;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 0px;
    /* max-width: 760px; */
    }

    .service-card{
      background:#fff;
      border-radius:28px;
      padding:30px;
      height:100%;
      transition:.3s ease;
      box-shadow:0 5px 20px rgba(0,0,0,.03);
    }

    .service-card:hover{
      transform:translateY(-8px);
      box-shadow:0 15px 35px rgba(0,0,0,.08);
    }

   .service-card .icon-box{
      width:85px;
      height:85px;
      border-radius:50%;
         background: linear-gradient(-90deg, var(--secondary) 0%, #d1362e 50%, #FEAF06 100%);
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:20px;
      font-size:30px;
      color:#111;
    }
.service-card .icon-box img{
   filter: brightness(0) invert(1);
}
    .service-title{
     font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #111;
    font-family: 'Cal Sans';
    }

    .service-desc{
          color: #000;
    /* font-size: 17px;
    line-height: 1.8; */
    margin-bottom: 15px;
    font-family: 'Poppins';
    }

    .read-more{
         text-decoration: none;
    font-weight: 400;
    color: #111;
    font-size: 19px;
    transition: .3s;
    font-family: 'Cal Sans';
    }

    .read-more:hover{
      color:#f59e0b;
    }

    .bottom-area{
      margin-top:70px;
    }

    .bottom-text{
      color:#555;
      font-size:18px;
      margin-bottom:0;
    }

    .services-btn{
      display:inline-flex;
      align-items:center;
      gap:10px;
     
          padding: 15px 32px;
    border-radius: 50px;
    /* background: linear-gradient(90deg, #ff6b4a, #f3a623); */
    background: #d1362e;
      color:#fff;
      text-decoration:none;
      font-weight:600;
      transition:.3s;
    }

    .services-btn:hover{
      transform:translateY(-3px);
      color:#fff;
    }

    @media(max-width:992px){

      .main-title{
        font-size:48px;
      }

      .service-card{
        margin-bottom:25px;
      }
    }

    @media(max-width:768px){

      .services-section{
        padding:70px 0;
      }

      .main-title{
        font-size:38px;
      }

      .section-text{
        font-size:16px;
      }

      .service-title{
        font-size:24px;
      }

      .bottom-area{
        text-align:center;
      }
    }

     .why-choose-section{
            display:flex;
            align-items:stretch;
            min-height:100vh;
            overflow:hidden;
        }

        /* LEFT IMAGE */
        .why-image{
            width:50%;
        }

        .why-image img{
            width:100%;
            height:100%;
            object-fit:cover;
            display:block;
        }

        /* RIGHT CONTENT */
        .why-content{
            width:50%;
            padding:100px 90px;
            display:flex;
            flex-direction:column;
            justify-content:center;
        }

        /* TAG */
        .section-tag{
            display:flex;
            align-items:center;
            gap:10px;
            margin-bottom:10px;
                font-family: 'Poppins';
        }

        .section-tag i{
            color:#ff9d1e;
            font-size:12px;
        }

        .section-tag span{
            font-size:16px;
            font-weight:700;
            letter-spacing:1px;
            text-transform:uppercase;
            color:#111;
        }

      
        /* PROGRESS */
        .progress-item{
            margin-bottom:35px;
        }

        .progress-top{
            display:flex;
            justify-content:space-between;
            align-items:center;
            margin-bottom:12px;
        }

        .progress-top h6{
            font-size:18px;
            font-weight:700;
            color:#111;
                font-family: 'Poppins';
        }

        .progress-top span{
            color:#ff9d1e;
            font-size:18px;
            font-weight:700;
        }

        .progress-line{
            width:100%;
            height:4px;
            background:#d9d9d9;
            position:relative;
        }

        .progress-fill{
            height:100%;
            background:#ff8c1a;
            position:relative;
        }

        .progress-fill::after{
            content:'';
            position:absolute;
            right:0;
            top:50%;
            width:10px;
            height:10px;
            background:#111;
            transform:translateY(-50%) rotate(45deg);
        }

        /* FEATURE */
       .why-choose-section .feature-box{
               margin-top: 0;
    padding-top: 15px;
            border-top:1px solid #ddd;
            display:flex;
            align-items:flex-start;
            gap:25px;
        }

        .why-choose-section .feature-icon{
            width:90px;
            height:90px;
            min-width:90px;
            border-radius:50%;
            background:#ffb128;
            display:flex;
            align-items:center;
            justify-content:center;
        }

        .why-choose-section .feature-icon i{
            font-size:38px;
            color:#111;
        }

        .why-choose-section .feature-content h4{
               font-size: 23px;
    font-weight: 600;
    color: #111;
    margin-bottom: 5px;
    font-family: 'Poppins';
        }

        .why-choose-section .feature-content p{
            font-size:16px;
            line-height:1.8;
            margin:0;
        }

        /* LAPTOP */
        @media(max-width:1400px){

            .why-content{
                padding:80px 60px;
            }
/* 
            .why-content h2{
                font-size:70px;
            } */

        }

        /* TABLET */
        @media(max-width:991px){

            .why-choose-section{
                flex-direction:column;
            }

            .why-image{
                width:100%;
                height:500px;
            }

            .why-content{
                width:100%;
                padding:70px 30px;
            }

            .why-content h2{
                font-size:50px;
                line-height:1.1;
            }

            .feature-content h4{
                font-size:28px;
            }

        }

        /* MOBILE */
        @media(max-width:576px){

            .why-content{
                padding:60px 20px;
            }

            .why-content h2{
                font-size:38px;
                letter-spacing:-1px;
            }

            .why-content p{
                font-size:16px;
                line-height:1.8;
            }

            .feature-box{
                flex-direction:column;
            }

            .feature-content h4{
                font-size:24px;
            }

        }
        .advantage-section{
    padding:80px 0;
        background-color: #F5F5F5;
}

.container{
    max-width:1280px;
    margin:auto;
    padding:0 15px;
}

/* TOP */
.advantage-top{
    /* max-width:760px; */
    margin-left:auto;
    margin-bottom:20px;
}


.advantage-top p{
    /* max-width:620px; */
    font-size:18px;
    line-height:1.9;
    color:#000;
}

.advantage-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    align-items:stretch;
}

.cc-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.grid-image{
    overflow:hidden;
    border-radius:28px;
    flex-shrink:0;
}

.grid-image img{
    width:100%;
    height:300px;
    object-fit:cover;
    display:block;
}

/* Equal Height Cards */
.adv-card{
    background:#f5f5f5;
    border-radius:28px;
    padding:40px;
    display:flex;
    flex-direction:column;
    flex:1;
    margin-top:10px;
        padding-bottom: 10px;
}

.card-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:20px;
}

.adv-card p{
    /* margin-top:auto; */
    line-height:1.8;
}
.video-banner{
    position:relative;
    width:100%;
    height:50vh;
    overflow:hidden;
}

/* VIDEO */
.elementor-background-video-container{
    position:absolute;
    inset:0;
    z-index:1;
}

.elementor-background-video-container video{
    width:100%;
    height:100%;
    object-fit:cover;
}
.cc-card{
    display:flex;
    flex-direction:column;
    gap:20px;
}@media (max-width: 767px){
.advantage-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    align-items: stretch;
}
    .cc-card{
        display:flex;
        flex-direction:column;
    }

    /* Middle card */
    .cc-card:nth-child(2) .grid-image{
        order:-1;
    }

    .cc-card:nth-child(2) .adv-card{
        order:1;
    }

}
/* OVERLAY */
.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
    /* background: rgb(0 0 0 / 82%); */
    z-index:2;
}

/* CONTENT */
.banner-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:5;
    text-align:center;
    color:#fff;
    width:100%;
    max-width:900px;
    padding:0 20px;
}

.banner-content h1{
    font-size:80px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:20px;
}

.banner-content p{
    font-size:20px;
    line-height:1.8;
}

/* MOBILE */
@media(max-width:767px){

    .video-banner{
        height:700px;
    }

    .banner-content h1{
        font-size:42px;
    }

    .banner-content p{
        font-size:16px;
    }

}
.project-section{
    padding:100px 0;
    overflow:hidden;
}

.container{
    width:92%;
    max-width:1400px;
    margin:auto;
}

/* TOP AREA */

.project-top{
    display:flex;
    justify-content:space-between;
    gap:80px;
    margin-bottom:70px;
}




.project-content-top p{
    font-size:18px;
    line-height:1.8;
    color:#666;
    max-width:700px;
    margin-bottom:35px;
}

.project-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:18px 34px;
    border-radius:50px;
    background:linear-gradient(90deg,#ef5350,#f9a825);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:0.4s;
}

.project-btn:hover{
    transform:translateY(-3px);
}

/* SLIDER */

.project-slider{
    margin:0 -15px;
}

.project-item {
  position: relative;
    border-radius: 26px;
    border: 2px solid #fff;
}
.project-item .project-post-thumbnail {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.project-item .project-post-thumbnail:after {
 position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  -webkit-mask-image: linear-gradient(180deg, rgba(185, 183, 174, 0) 0%, rgb(64 62 57 / 5%) 19.25%, #282723d6 46.79%);
  /* -webkit-mask-box-image: linear-gradient(180deg, rgba(185, 183, 174, 0) 0%, rgba(134, 132, 126, 0.54) 19.25%, #53524E 46.79%); */
  /* mask-image: linear-gradient(180deg, rgba(185, 183, 174, 0) 0%, rgba(134, 132, 126, 0.54) 19.25%, #53524e00 46.79%); */
  backdrop-filter: blur(29px);
  -webkit-backdrop-filter: blur(29px);
  background-color: rgb(0 0 0 / 72%);
  z-index: 1;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project-item .project-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: translate3d(-2%, 0, 0) scale(1.07);
  -webkit-transform: translate3d(-2%, 0, 0) scale(1.07);
  transition: transform 0.45s;
}
.project-item:hover .project-post-thumbnail img {
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
}
.project-item .project-button {
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.3s ease;
  z-index: 20;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
      /* background: #d1362e; */
  background-image: linear-gradient(-90deg, var(--secondary) 0%, #d1362e 50%, #FEAF06 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  transition: background-position 0.3s ease;
  text-decoration: none;
}
.project-item .project-button:hover {
  background-position: 100% 0;
}
.project-item .project-button i {
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.project-item .project-button:hover i {
  transform: rotate(0deg);
}
.project-item .project-excerpt {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.project-item .project-title {
  word-wrap: normal;
}
.project-item .project-title a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;text-decoration: none;
}
/* .project-item.project-style-1 {
  border-radius: 24px 24px 24px 0;
} */
.project-item.project-style-1 .project-post-thumbnail {
  padding-top: 124%;
  min-height: 440px;
}
.project-item.project-style-1 .project-post-thumbnail:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 10%);
  /* background: rgba(0, 0, 0, 0.36); */
  z-index: 1;
}
.project-item.project-style-1 .project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px 25px 60px;
  z-index: 3;
  overflow: hidden;
}
.project-item.project-style-1 .project-content > * {
  z-index: 2;
}
.project-item.project-style-1 .project-content .project-title {
  margin-bottom: 0;
  max-width: 230px;
}
.project-item.project-style-1 .project-content .project-title a {
  color: #fff;
}
.project-item.project-style-1 .project-content .project-title a:hover {
  color: #FEAF06;
}
.project-item.project-style-1 .project-content .project-bottom {
  display: flex;
  gap: 0px;
  transition: all 0.3s ease;
  /* max-height: 0; */
 transform: translateY(14px);
}
.project-item.project-style-1 .project-content .project-excerpt {
  position: relative;
  color: #fff;

    font-family: 'Poppins';
    font-size: 14px;
    line-height: 25px;
}
.project-item.project-style-1:hover .project-content .project-bottom {
  opacity: 1;
  max-height: 80px;
  transform: translateY(0);
  margin-top: 20px;
}
.project-item.project-style-2 .project-post-thumbnail {
  padding-top: 75.5%;
  position: relative;
  overflow: hidden;
}
.project-item.project-style-2 .project-post-thumbnail:after {
  height: 47%;
}
.project-item.project-style-2 .project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 100px 30px 30px;
  gap: 30px;
  flex-wrap: wrap;
  z-index: 3;
}
.project-item.project-style-2 .project-content > * {
  z-index: 2;
}
.project-item.project-style-2 .project-title {
  margin-bottom: 0;
  max-width: 220px;
}
.project-item.project-style-2 .project-title a {
  color: #fff;
}
.project-item.project-style-2 .project-title a:hover {
  color: #FEAF06;
}
.project-item.project-style-2 .project-excerpt {
  max-width: 230px;
  color: #fff;
}
.project-slider .slick-slide{
    margin: 0 15px;
}

/* .project-slider{
    margin: 0 -15px;
} */
.project-slider{
   
    max-width: 1770px;
    margin: auto;
     /* margin: 0 -15px; */
}
 .project-button:hover {
    background-position: 100% 0;
}
.project-button {
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    z-index: 20;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    background-image: linear-gradient(-90deg, var(--secondary) 0%, #FEAF06 50%, #FEAF06 100%);
    background-size: 200% 100%;
    background-position: 0 0;
    transition: background-position 0.3s ease;
}
.working-process-section{
    padding: 80px 0;
    background-color: #F5F5F5;
    overflow: hidden;
}

/* .working-process-section .container{
    max-width: 1320px;
    margin: auto;
    padding: 0 15px;
} */


.process-wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    position: relative;
}

.process-item{
    position: relative;
    /* background: #fff; */
    /* padding: 50px 35px; */
    border-radius: 20px;
    transition: 0.4s;
    /* min-height: 340px; */
    overflow: hidden;
}

/* .process-item:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
} */

/* .process-item::after{
    content: "";
    position: absolute;
    top: 70px;
    right: -60px;
    width: 120px;
    height: 2px;
    background: #d8cfc3;
} */

.process-item:last-child::after{
    display: none;
}

.process-icon{
    width: 90px;
    height: 90px;
    background: #FEAF06;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    transition: 0.4s;
    position: relative;
    z-index: 2;
    overflow: visible;
}

/* BEFORE */
.process-icon::before{
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    width: 280px; /* FULL LINE WIDTH */
    height: 1px;
    background-color: #FEAF06;

    transform: translateX(-50%) scaleX(0);
    transform-origin: left;

    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);

    z-index: -1;
}

/* AFTER */
.process-icon::after{
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    width: 280px; /* FULL LINE WIDTH */
    height: 1px;
    background-color: #E7E9EB;

    transform: translateX(-50%) scaleX(1);
    transform-origin: right;

    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;

    z-index: -2;
}

.process-item:hover .process-icon::before{
    transform: translateX(-50%) scaleX(1);
}

.process-item:hover .process-icon::after{
    transform: translateX(-50%) scaleX(0);
}

.process-icon i{
    font-size: 42px;
    color: #c98a2e;
    transition: 0.4s;
    position: relative;
    z-index: 2;
}

/* .process-item:hover .process-icon{
    background: #c98a2e;
} */

.process-item:hover .process-icon i{
    color: #fff;
    transform: rotateY(180deg);
}

.process-content h4{
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 18px;
    color: #111;
    font-weight: 500;
}

.process-content p{
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

/* RESPONSIVE */

@media(max-width:1199px){

    .section-title{
        font-size: 46px;
    }

    .process-wrapper{
        grid-template-columns: repeat(2,1fr);
    }

    .process-item:nth-child(2)::after{
        display: none;
    }
}

@media(max-width:767px){

    .working-process-section{
        padding: 80px 0;
    }

    .section-title{
        font-size: 34px;
        margin-bottom: 50px;
    }

    .process-wrapper{
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .process-item{
        min-height: auto;
        padding: 40px 25px;
    }

    .process-item::after{
        display: none;
    }
}


.navbar{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 40px;
  /* background:#fff; */
  position:relative;
  z-index:999;
}

.logo{
  font-size:30px;
  font-weight:700;
}

.logo span{
  color:#d92f24;
}

.nav-menu{
  display:flex;
  align-items:center;
  gap:35px;
  list-style:none;
  margin:0;
  padding:0;
}

.nav-menu li{
  position:relative;
  padding: 21px 0;
}

 .dropdown li{
    position: relative;
    padding: 0 !important;
}

.nav-menu li a:hover{
  color:#d92f24;
}
.nav-menu li a.active {
    color: #d92f24;
}
/* =========================
   DROPDOWN
========================= */

.dropdown{
  position:absolute;
  top:100%;
  left:0;
  min-width:240px;
  background:#fff;
  padding:15px 0;    border-top: 3px solid #d53329;
  border-radius:5px;
  box-shadow:0 10px 30px rgb(0 0 0 / 25%);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:0.3s;
  z-index:999;
}

.dropdown li{
  display:block;
}

.dropdown li a{
 display: block;
    padding: 20px 20px;

}

.has-dropdown:hover .dropdown{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

/* =========================
   RIGHT
========================= */

.header-right{
  display:flex;
  align-items:center;
  gap:25px;
}

.quote-btn{
  background:linear-gradient(-90deg, var(--secondary) 0%, #d1362e 50%, #FEAF06 100%);
  color:#fff !important;
  padding:10px 18px;
  border-radius:50px;
  text-decoration:none;
  font-weight:600;
}

/* =========================
   TOGGLE
========================= */

.menu-toggle{
  width:32px;
  height:32px;
  display:none;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  cursor:pointer;
}

.menu-toggle span{
width:100%;
    height: 2px;
    background: #000;
    border-radius: 10px;
    transition: 0.3s;
}

/* =========================
   MOBILE
========================= */

.mobile-contact{
  display:none;
}

.submenu-toggle{
  display:none;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){
  .nav-menu > li > a i{
    display: none;
  }
.nav-menu li a{
  text-decoration:none;
  color:#111;
  font-size:16px;
  font-weight:500;
  transition:0.3s;
}
  .navbar{
    padding:18px 20px;
  }

  .menu-toggle{
    display:flex;
  }

  .header-right{
    display:none;
  }

  .nav-menu{
    position:absolute;
    top:100%;
    /* left:-100%; */
    width:100%;
    background:#fff;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:20px;
    transition:0.4s;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    display: none;
  }

  .nav-menu.active{
    /* left:0; */
    display: block;
  }

  .nav-menu li{
    width:100%;
    border-bottom:1px solid #eee;padding: 6px 0;
  }

  .nav-menu li a{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px ;
  }

  .submenu-toggle{
    position:absolute;
    right:0;
    top:10px;
    width:35px;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
  }

  .dropdown{
    position:static;
    opacity:1;
    visibility:visible;
    transform:none;
    display:none;
    box-shadow:none;
    padding:0 0 10px;
    min-width:100%;
  }

  .dropdown.active{
    display:block;
  }

  .dropdown li{
    border:none;        padding: 8px !important;
  }

  .dropdown li a{
    padding:10px 15px;
    font-size:15px;
  }

  .mobile-contact{
    display:block;
    padding-top:20px;
    border:none !important;
     width:max-content !important;
  }

  .mobile-contact .phone{
    margin-bottom:15px;
  }

}

.testimonial-section{
    background:#fff;
    padding:110px 0 90px;
    overflow:hidden;
}

.testimonial-section .container{
    /* max-width:1750px; */
    margin:auto;
    padding:0 25px;
}

/* TOP */

.testimonial-top{
    text-align:center;
    margin-bottom:70px;
}

.sub-title{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    color:#555;
    text-transform:uppercase;
    margin-bottom:25px;
}

.sub-title .star{
    color:#f5a623;
    font-size:14px;
}

/* .testimonial-top h2{
    font-size:76px;
    line-height:1.05;
    font-weight:700;
    color:#111;
    margin:0;
    letter-spacing:-2px;
} */

/* SLIDER */

.testimonial-slider .slick-slide{
    padding: 0 15px;
}

.testimonial-slider{
    margin: 0 -15px;
}
/* .testimonial-slider .item{
    padding:0 15px;
} */

.testimonial-card{
    background:#f5f5f5;
    border-radius:32px;
    padding:40px 38px 0;
    position:relative;
    min-height:430px;
    display:flex;
    flex-direction:column;
}

.top-area{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:10px;
}

.rating{
    color:#f5a623;
    font-size:22px;
    letter-spacing:2px;
}

.quote-icon{
    font-size:54px;
    line-height:1;
    color:#f5a623;
    font-weight:600;
    letter-spacing: 2px;
    background: #cd3932;
     /* background: linear-gradient(90deg, var(--secondary) 0%, #FEAF06 50%, #FEAF06 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  display: inline-block;
}

.testimonial-card h4{
    /* font-size:34px;
    font-weight:700; */
    color:#111;
    margin:0 0 10px;
}

.line{
    width:100%;
    height:1px;
    background:#e6e6e6;
       margin-bottom: 10px;
}

.testimonial-card p{
    /* font-size:30px;
    line-height:1.8;
    color:#555; */
    margin:0;
    font-weight:400;
}

/* CLIENT */

.client{
    display:flex;
    align-items:center;
    gap:18px;
    position:absolute;
    left:18px;
    bottom:-90px;
}

.client img{
    width:68px;
    height:68px;
    border-radius:50%;
    object-fit:cover;
}

.info h5{
    font-size:18px;
    color:#111;
    margin:0 0 4px;
    font-weight:700;
}

.info span{
    color:#666;
    font-size:15px;
}

/* BOTTOM */

.help-area{
    margin-top:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.help-area h5{
    margin:0;
    font-size:20px;
    color:#111;
    /* font-weight:700; */
}

.help-area a{
    color:#f5a623;
    font-size:20px;
    font-weight:600;
    text-decoration:underline;
}

/* SLICK */

.slick-list{
    padding-bottom:110px;
}

/* RESPONSIVE */

@media(max-width:1600px){

    /* .testimonial-top h2{
        font-size:62px;
    } */

    .testimonial-card p{
        font-size:16px;
    }

    .testimonial-card h4{
        font-size:28px;
    }

}

@media(max-width:1200px){

    .testimonial-top h2{
        font-size:54px;
    }

}

@media(max-width:991px){

    .testimonial-section{
        padding:90px 0 70px;
    }

    .testimonial-top{
        margin-bottom:50px;
    }

    .testimonial-top h2{
        font-size:44px;
        line-height:1.2;
    }

    .testimonial-card{
        min-height:auto;
    }

    .testimonial-card p{
        font-size:18px;
    }

}

@media(max-width:767px){

    .testimonial-top h2{
        font-size:34px;
    }

    .testimonial-card{
        border-radius:24px;
        padding:30px 25px 0;
    }

    .testimonial-card h4{
        font-size:24px;
    }

    .testimonial-card p{
        font-size:16px;
        line-height:1.7;
    }

    .client{
        bottom:-80px;
    }

    .help-area{
        flex-direction:column;
        gap:5px;
        margin-top:120px;
    }

}

.textile-contact-section{
    position:relative;
    overflow:hidden;
    padding:140px 0;
    background:url('../img/bg1.jpg') center center/cover no-repeat;
}

/* DARK OVERLAY */

.textile-contact-section .overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,0.82) 0%,
        rgba(0,0,0,0.68) 30%,
        rgba(0,0,0,0.18) 70%,
        rgba(0,0,0,0.08) 100%
    );
}

/* CONTAINER */

.textile-contact-section .container{
    max-width:1450px;
    margin:auto;
    padding:0 40px;
    position:relative;
    z-index:2;
}

/* CONTENT */
/* 
.contact-content{
    max-width:620px;
} */

/* SUBTITLE */

.sub-title{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:28px;
}

.sub-title span{
    color:#f5a623;
    font-size:13px;
}

/* TITLE */

/* .contact-content h2{
    color:#fff;
    font-size:78px;
    line-height:1.03;
    font-weight:700;
    letter-spacing:-2px;
    margin-bottom:55px;
} */

/* INFO WRAPPER */

.contact-info-wrapper{
    display:flex;
    gap:90px;
    margin-bottom:55px;
}

/* INFO BOX */

.info-box h5{
       color: #fff;
    font-size: 26px;
    /* font-weight: 700; */
    margin-bottom: 22px;
}

.info-box .phone{
    display:block;
    color:#f5a623;
    text-decoration:none;
    font-size:40px;
    font-weight:700;
    margin-bottom:12px;
    transition:0.3s;
}

.info-box .phone:hover{
    color:#fff;
}

.info-box .mail,
.info-box p{
    color:#fff;
    text-decoration:none;
    /* font-size:25px; */
    line-height:1.7;
    opacity:0.92;
    font-weight:400;
}

/* BUTTON */

.contact-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    min-width:205px;
    /* height:78px; */
       padding: 14px 24px;
    border-radius:60px;
    background: #d53329;
    /* background:linear-gradient(90deg,#f25555 0%,#f5a623 100%); */
    color:#fff;
    text-decoration:none;
    font-size:22px;
    font-weight:600;
    transition:0.4s;
}

.contact-btn:hover{
    transform:translateY(-4px);
}

.contact-btn span{
    font-size:24px;
    transition:0.4s;
}

.contact-btn:hover span{
    transform:translateX(4px);
}

/* RESPONSIVE */

@media(max-width:1400px){

    .contact-content h2{
        font-size:62px;
    }

    .info-box .phone{
        font-size:32px;
    }

    .info-box .mail,
    .info-box p{
        font-size:20px;
    }

}

@media(max-width:991px){

    .textile-contact-section{
        padding:100px 0;
    }

    .contact-content h2{
        font-size:48px;
    }

    .contact-info-wrapper{
        gap:50px;
        flex-wrap:wrap;
    }

    .info-box .phone{
        font-size:28px;
    }

}

@media(max-width:767px){

    .textile-contact-section{
        padding:80px 0;
    }

    .textile-contact-section .container{
        padding:0 20px;
    }

    .contact-content h2{
        font-size:38px;
        line-height:1.15;
        margin-bottom:40px;
    }

    .contact-info-wrapper{
        flex-direction:column;
        gap:35px;
        margin-bottom:40px;
    }

    .info-box .phone{
        font-size:24px;
    }

    .info-box .mail,
    .info-box p{
        font-size:17px;
        line-height:1.6;
    }

    .contact-btn{
        min-width:210px;
        height:65px;
        font-size:18px;
    }

}

.blog-news-section{
    padding:120px 0;
    position:relative;
}

/* .blog-news-section .container{
    max-width:1700px;
    margin:auto;
    padding:0 30px;
} */

/* GRID */

.blog-wrapper{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:70px;
    align-items:start;
}

/* LEFT SIDE STICKY */

.blog-left{
    position:sticky;
    top:180px;
    align-self:start;
    height:fit-content;
}

.sticky-box{
    position:relative;
}

/* SUBTITLE */

.sub-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:15px;
    color:#111;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.sub-title span{
    color:#f5a623;
}

/* TITLE */
/* 
.blog-left h2{
    font-size:72px;
    line-height:1.05;
    color:#111;
    font-weight:700;
    letter-spacing:-2px;
} */

/* RIGHT SIDE */

.blog-right{
    display:flex;
    flex-direction:column;
    gap:35px;
}

/* FEATURED BLOG */

.featured-blog{
    position:relative;
    overflow:hidden;
    border-radius:35px;
    min-height:760px;
}

.featured-blog::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.82) 10%,
        rgba(0,0,0,0.15) 55%,
        rgba(0,0,0,0) 100%
    );
    z-index:1;
}

.blog-image{
    height:100%;
}

.blog-image img{
    width:100%;
    height:760px;
    object-fit:cover;
    display:block;
    transition:0.5s;
}

.featured-blog:hover img{
    transform:scale(1.05);
}

/* FEATURE CONTENT */

.blog-overlay-content{
    position:absolute;
    left:40px;
    right:40px;
    bottom:40px;
    z-index:2;
}

.category{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:8px 18px;
    border-radius:50px;
    background:#fff;
    color:#111;
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
}

.category.gray{
    background:#f5f5f5;
}

.meta{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:20px;
}

.meta span{
    color:#fff;
    font-size:15px;
}

.meta.dark span{
    color:#666;
}

.blog-overlay-content h3{
    color:#fff;
    font-size:52px;
    line-height:1.15;
    font-weight:700;
    max-width:900px;
}

/* SMALL BLOG */

.blog-item{
    display:flex;
    gap:35px;
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    padding:25px;
    transition:0.4s;
}

.blog-item:hover{
    transform:translateY(-4px);
}

.thumb{
    width:320px;
    min-width:320px;
    border-radius:25px;
    overflow:hidden;
}

.thumb img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
    transition:0.5s;
}

.blog-item:hover .thumb img{
    transform:scale(1.06);
}

/* CONTENT */

.content{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.content h4{
    font-size:34px;
    line-height:1.35;
    color:#111;
    font-weight:700;
    margin-bottom:24px;
}

.read-more{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#111;
    text-decoration:underline;
       font-size: 15px;
    /* font-weight:600; */
    transition:0.3s;
}

.read-more:hover{
    color:#f5a623;
}

/* RESPONSIVE */

@media(max-width:1400px){

    .blog-wrapper{
        grid-template-columns:420px 1fr;
    }

    .blog-left h2{
        font-size:56px;
    }

    .blog-overlay-content h3{
        font-size:42px;
    }

    .content h4{
        font-size:28px;
    }

}

@media(max-width:1199px){

    .blog-wrapper{
        grid-template-columns:1fr;
        gap:60px;
    }

    .blog-left{
        position:relative;
        top:0;
    }

}

@media(max-width:991px){

    .blog-left h2{
        font-size:46px;
    }

    .featured-blog{
        min-height:600px;
    }

    .blog-image img{
        height:600px;
    }

    .blog-overlay-content h3{
        font-size:34px;
    }

    .blog-item{
        flex-direction:column;
    }

    .thumb{
        width:100%;
        min-width:100%;
    }

}

@media(max-width:767px){

    .blog-news-section{
        padding:80px 0;
    }

    .blog-news-section .container{
        padding:0 20px;
    }

    .blog-left h2{
        font-size:36px;
        line-height:1.2;
    }

    .featured-blog{
        min-height:500px;
        border-radius:24px;
    }

    .blog-image img{
        height:500px;
    }

    .blog-overlay-content{
        left:25px;
        right:25px;
        bottom:25px;
    }

    .blog-overlay-content h3{
        font-size:26px;
    }

    .blog-item{
        padding:18px;
        border-radius:24px;
    }

    .thumb img{
        height:220px;
    }

    .content h4{
        font-size:24px;
    }

}
.blog-list1 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border);
  gap: 30px;
}
.blog-list1:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .blog-list1 {
    display: flex;
  }
  .blog-list1 .post-thumbnail {
    flex: 0 0 40.5%;
    max-width: 40.5%;
    padding-top: 29%;
    margin-bottom: 0;
    min-height: 200px;
  }
}
.blog-list1 .post-content .entry-title {
  font-size: 30px;
}.post-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 24px;
  padding-top: 69%;
}
.post-thumbnail img {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transform: translate3d(-2%, 0, 0) scale(1.07);
  -webkit-transform: translate3d(-2%, 0, 0) scale(1.07);
  transition: transform 0.45s;
}
.post-thumbnail .categories-link {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.post-inner:hover .post-thumbnail img {
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
}

.categories-link {
  text-align: left;
  display: flex;
  gap: 5px;
}
.categories-link a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #fff;
  text-transform: capitalize;
  padding: 3px 15px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  clear: both;
  display: inline-block;
  border-radius: 20px;
  background-image: linear-gradient(-90deg, var(--secondary) 0%, #FEAF06 50%, #FEAF06 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  transition: background-position 0.3s ease;
}
.categories-link a:hover {
  background-position: 100% 0;
}
.blog-style-overlay {
    padding-bottom: 10px;
}.post-inner {
    margin-bottom: 30px;
    padding-bottom: 30px;
}.blog-overlay {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}
.blog-list {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--border);
  gap: 30px;
}
.blog-list:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog-list {
    display: flex;
  }
  .blog-list .post-thumbnail {
    flex: 0 0 43%;
    max-width: 43%;
    padding-top: 30%;
    margin-bottom: 0;
  }
}

.blog-style-grid-first {
  margin-bottom: 50px;
}

.blog-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.blog-overlay .post-thumbnail {
  padding-top: 370px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog-overlay .post-thumbnail {
    padding-top: 64%;
  }
}
.blog-overlay .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-top: 20px;
}
.blog-overlay .post-content:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(180deg, rgba(185, 183, 174, 0) 0%, rgba(134, 132, 126, 0.54) 19.25%, #53524E 46.79%);
  mask-image: linear-gradient(180deg, rgba(185, 183, 174, 0) 0%, rgba(134, 132, 126, 0.54) 19.25%, #53524E 46.79%);
  backdrop-filter: blur(29px);
  -webkit-backdrop-filter: blur(29px);
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 1;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-overlay .post-content-inner {
  max-width: 600px;
  z-index: 3;
  position: relative;
  margin: 30px 20px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .blog-overlay .post-content-inner {
    margin: 45px 40px;
  }
}
.blog-overlay .entry-meta,
.blog-overlay .entry-meta a {
  color: var(--text_light);
}
.blog-overlay .entry-meta i {
  color: #FEAF06;
}
.blog-overlay .entry-meta a:hover {
  color: #FEAF06;
}
.blog-overlay .entry-title,
.blog-overlay .entry-title a {
  color: #fff;
  text-decoration: none;
}
.blog-overlay .entry-title:hover,
.blog-overlay .entry-title a:hover {
  color: #FEAF06;
}
.blog-overlay.no-thumbnail {
  padding-top: 64%;
}

.blog-list1 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border);
  gap: 30px;
}
.blog-list1:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .blog-list1 {
    display: flex;
  }
  .blog-list1 .post-thumbnail {
    flex: 0 0 40.5%;
    max-width: 40.5%;
    padding-top: 29%;
    margin-bottom: 0;
    min-height: 200px;
  }
}
.blog-list1 .post-content .entry-title {
  font-size: 30px;
}

.blog-overlay .entry-meta,
.blog-overlay .entry-meta a {
  color: var(--text_light);
}
.blog-overlay .entry-meta i {
  color: #FEAF06;
}
.blog-overlay .entry-meta a:hover {
  color: #FEAF06;
}
.blog-overlay .entry-title,
.blog-overlay .entry-title a {
  color: #fff ;   text-decoration: none;
}
.blog-overlay .entry-title:hover,
.blog-overlay .entry-title a:hover {
  color: #FEAF06;
}
.blog-overlay.no-thumbnail {
  padding-top: 64%;
}
.entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
       color: #000;;
    margin-bottom: 10px;
    text-transform: uppercase;
    column-gap: 10px;
   
}
.entry-meta a {
    display: inline-block;
    color: #000;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
.entry-title a {
   color: #000;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}.more-link-wrap {
  position: relative;
  margin-top: 30px;
}
.more-link-wrap a.more-link {
  display: inline-flex;
  font-size: 16px;
  line-height: 1.125;
  transition: all ease 0.3s;
  position: relative;
  color: #000;
      text-decoration: none;
}
.more-link-wrap a.more-link:hover {
  color: #FEAF06;
}
.more-link-wrap a.more-link span {
  position: relative;
  margin-right: 5px;
}
.more-link-wrap a.more-link span:before, .more-link-wrap a.more-link span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94);
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.more-link-wrap a.more-link span:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94) 0.2s;
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.more-link-wrap a.more-link span:hover {
  text-decoration: none;
}
.more-link-wrap a.more-link span:hover:after, .more-link-wrap a.more-link span:hover:before {
  background-color: #FEAF06;
}
.more-link-wrap a.more-link span:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94) 0.2s;
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.more-link-wrap a.more-link span:hover:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94);
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.more-link-wrap a.more-link i {
  transform: rotate(-45deg);
  transition: all ease 0.3s;
}
.more-link-wrap a.more-link:hover i {
  transform: rotate(0);
}

.logo img{
      width: 100px;
}
.footer-area{
    /* background:
    linear-gradient(rgba(0,0,0,0.90),rgba(0,0,0,0.92)),
    url('assets/img/footer-bg.jpg'); */
    background: #f5f5f5;
    background-size:cover;
    background-position:center;
    padding-top:50px;
    position:relative;
    overflow:hidden;
}

/* .footer-area .container{
    max-width:1400px;
} */

.footer-logo img{
    max-width:170px;
    margin-bottom:30px;
}

.footer-text{
   color: #000;
    font-size: 16px;
    line-height: 1.7;
    max-width: 360px;
    margin-bottom: 15px;
}

.footer-social{
    display:flex;
    align-items:center;
    gap:25px;
    justify-content: end;
}


.footer-social a{
       color: #d83024;
    font-size: 22px;
    transition: 0.4s;
}

.footer-social a:hover{
    color:#d92f24;
    transform:translateY(-3px);
}

.footer-links{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:22px;
}

.footer-links li a{
    color:#000;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
    transition:0.4s;
        font-family: 'Poppins';
}

.footer-links li a:hover{
    color:#d92f24;
    padding-left:5px;
}

.footer-contact .phone{
    display:block;
    color:#d92f24;
    text-decoration:none;
    font-size:38px;
    font-weight:700;
    margin-bottom:10px;
}

.footer-contact .email{
    display:block;
    color:#817b7b;
    text-decoration:none;
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
}

.address-box{
    display:flex;
    gap:18px;
    align-items:flex-start;
}

.address-box i{
    color:#d92f24;
    font-size:22px;
    margin-top:8px;
}

.address-box p{
    color:#000;
    font-size:20px;
    line-height:1.7;
    max-width:360px;
    margin:0;
}

.footer-bottom{
       border-top: 1px solid rgb(217 209 209);
    margin-top: 10px;
    padding: 15px 0;
    text-align: center;
}

.footer-bottom p{
    color:#000;
    margin:0;
    font-size:16px;
}

.scroll-top{
    position:absolute;
    right: 20px;
    bottom: 100px;
    width: 55px;
    height:55px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#000;
    font-size:20px;
    transition:0.4s;
}

.scroll-top:hover{
    background:#d92f24;
    color:#fff;
}

/* Responsive */

@media(max-width:991px){

    .footer-area{
        padding-top:70px;
    }

    .footer-contact .phone{
        font-size:30px;
    }

    .footer-contact .email{
        font-size:24px;
    }

    .footer-links li a{
        font-size:18px;
    }

    .footer-text{
        font-size:16px;
    }
}

@media(max-width:767px){

    .footer-area{
        /* text-align:center; */
    }

    .footer-social{
                justify-content: center;
        align-items: self-start;
    }

    .address-box{
        justify-content:center;
    }

    .footer-contact .phone{
        font-size:24px;
    }

    .footer-contact .email{
        font-size:20px;
        word-break:break-word;
    }

    .address-box p{
        font-size:16px;
    }

    .footer-bottom{
     padding-bottom: 13px;
    }

    .scroll-top{
        right:20px;
        bottom:20px;
    }
}
.footer-area .widget {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}
.footer-area .widget-title {
     padding-bottom: 13px;
    margin-bottom: 26px;
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #000;
}
.footer-area .widget-title:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  bottom: 0px;
  left: 0;
  background: linear-gradient(
90.09deg, #d53329 -7.63%, rgba(250, 67, 24, 0) 99.84%);
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  z-index: -1;
}
/*================================================
 PROJECT SECTION
================================================*/
.project-section{
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    /* background:
        linear-gradient(135deg, rgba(10,10,10,0.96), rgba(18,18,18,0.95)),
        url('../img/pattern1.jpg'); */
        background: url('../img/pattern4.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.project-section{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.project-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 88%); /* overlay color */
    z-index: -1;
}
/* Animated Glow */
/* .project-section::before{
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(213,51,41,0.20) 0%, transparent 70%);
    top: -180px;
    left: -150px;
    z-index: -1;
    animation: floatShape 8s ease-in-out infinite;
} */

/* Right Glow */
.project-section::after{
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
    bottom: -180px;
    right: -120px;
    z-index: -1;
    animation: floatShape2 10s ease-in-out infinite;
}

/* Extra Shapes */
.project-section .shape-one{
    position: absolute;
    top: 120px;
    right: 8%;
    width: 140px;
    height: 140px;
    border: 2px solid rgba(255,255,255,0.08);
    border-radius: 30px;
    transform: rotate(25deg);
    z-index: -1;
}

.project-section .shape-two{
    position: absolute;
    bottom: 120px;
    left: 6%;
    width: 70px;
    height: 70px;
    background: rgba(213,51,41,0.12);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    z-index: -1;
}

.project-section .shape-three{
    position: absolute;
    top: 45%;
    left: 45%;
    width: 18px;
    height: 18px;
    background: #d53329;
    transform: rotate(45deg);
    opacity: 0.6;
    z-index: -1;
}




/*================================================
 ANIMATION
================================================*/
@keyframes floatShape{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(25px);
    }
    100%{
        transform: translateY(0px);
    }
}

@keyframes floatShape2{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-25px);
    }
    100%{
        transform: translateY(0px);
    }
}

/*================================================
 RESPONSIVE
================================================*/
@media(max-width:991px){

    .main-title{
        font-size: 42px;
    }

    .project-item{
        margin-bottom: 30px;
    }
}

@media(max-width:767px){

    .project-section{
        padding: 80px 0;
    }

    .main-title{
        font-size: 34px;
    }

    .project-post-thumbnail img{
        height: 260px;
    }
}
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.5s ease;
}
/* Smooth slide */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
/* STICKY HEADER */
/* STICKY ACTIVE */
header.sticky {
    position: fixed;
    background: #fff;
       box-shadow: 0 2px 15px rgb(0 0 0 / 19%);
    animation: slideDown 0.4s ease;
}

/* LOGO SIZE */
header.sticky .logo img {
    width: 100px;
    transition: 0.4s ease;
}

/* ANIMATION */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}.pc-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
 .pc-whatsapp a {
    display: inline-flex;
    width: 100%;
    background: #00a315c7;
    align-items: center;
    padding: 8px 4px 8px 11px;
    border-radius: 50px;
    color: #fff;
    gap: 6px;
    backdrop-filter: blur(1px);
     text-decoration: none;
}
.pc-whatsapp a i {
    font-size: 26px;
}
.pc-whatsapp a span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Helvetica';
    letter-spacing: 0.7px;
}
.pc-whatsapp a::before, 
    .pc-whatsapp a::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 2px solid #25d366;
      border-radius: 50px;
      animation: ripple 2s linear infinite;
      opacity: 0;
    }

    .pc-whatsapp a::after {
      animation-delay: 1s;
    }
   






   .pc-phone {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 9;
}
 .pc-phone a {
       display: inline-flex;
    width: 100%;
    background: #fff;
    align-items: center;
    padding: 8px 4px 8px 11px;
    border-radius: 50px;
    color: #000000;
    gap: 6px;
    backdrop-filter: blur(1px);
    text-decoration: none;
}
.pc-phone a i {
    font-size: 26px;
}
.pc-phone a span {
    font-size: 14px;
    font-weight: 400;
    /*font-family: 'Helvetica';*/
    letter-spacing: 0.7px;
}
.pc-phone a::before, 
    .pc-phone a::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 2px solid #25d366;
      border-radius: 50px;
      animation: ripple 2s linear infinite;
      opacity: 0;
    }

    .pc-phone a::after {
      animation-delay: 1s;
    }
    @keyframes ripple {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      70% {
        transform: scale(1.3);
        opacity: 0;
      }
      100% {
        transform: scale(1.4);
        opacity: 0;
      }
    }.iso-quote{
    position: relative;
    padding: 10px 15px;
    margin: 0;
    background: #9e9e9e2e;
    border-left: 5px solid #f7a72d;
    border-radius: 8px;
    font-size: 18px;
    color: #333;
    font-style: italic;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
    width: max-content;
    margin-bottom: 20px;
}



.iso-quote b{
    font-style: normal;
    font-weight: 700;
}
.footer_nav2 {padding:0;margin:0;list-style:none;;}
.footer_nav2 li{display:block;margin:0 0 15px;display:block;color:#000;padding:0 0 0 34px;position:relative;line-height:25px;    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.4s;
    font-family: 'Poppins';}

    
    .footer_nav2 li a{ color: #000!important; text-decoration: none  !important;}
.footer_nav2 li i{position:absolute;left:0;margin-top:2px;font-size:20px;color:#d92f24}
.page-header {
    position: relative;
    height: 220px;
    background: url('../img/slider2.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.page-header .container {
    position: relative;
    z-index: 9;
}

.page-header h1 {
    color: #fff;
    font-size: 50px;
    /* font-weight: 700; */
}

.breadcrumb {
    margin-top: 15px;
    color: #fff;
}.page-header {
    text-align: center;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    color: #fff;
}

.breadcrumb a,
.breadcrumb span {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb a:hover {
    color: #f9a826; /* optional accent color */
}/* =========================
   About Section 1
========================= */

.about-section1 {
    padding: 80px 0; background: #f5f5f5;
   
}

@media(min-width:991px) {
  .pl-50{
    padding-left: 50px;
  }
}

/* .about-section1 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 140px;
} */

/* Images */
.about-images1 {
    position: relative;
    flex: 1;
    max-width: 600px;
}

.about-images1 .img-main {
    width: 100%;
    border-radius: 30px;
    display: block;
}

.about-images1 .img-overlay {
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 400px;
    border-radius: 25px;
    border: 8px solid #f5f5f5;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Content */
.about-content1 {
    flex: 1;
    max-width: 650px;
}


/* =========================
   Responsive
========================= */

@media (max-width: 1199px) {
  
    .about-images1 .img-overlay {
        width: 320px;
        right: -40px;
    }
}

@media (max-width: 991px) {
    .about-section1 .container {
        flex-direction: column;
        gap: 60px;
    }

    .about-images1,
    .about-content1 {
        max-width: 100%;
    }

    .about-images1 .img-overlay {
        position: relative;
        right: auto;
        bottom: auto;
        width: 80%;
        margin: -80px auto 0;
        display: block;
    }

    
}

@media (max-width: 767px) {
    .about-section1 {
        padding: 80px 0;
    }

   
}

.about-features1 {
    /* padding-top: 80px; */
    margin-top: 50px;
}

.feature-grid1 {
   display: grid;
    grid-template-columns: 1fr 0.7fr 1fr;
    gap: 25px;
}

.feature-card1 {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    min-height: 220px;
    transition: all .3s ease;
    position: relative;
}

.feature-card1:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.feature-icon1 {
  display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
    position: absolute;
    right: 28px;
    top: 18px;
}

.feature-icon1 i {
    font-size: 42px;
    color: #f5a623;
}

.feature-card1 h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
    margin-bottom: 20px;
}

.feature-card1 p {
    /* font-size: 15px;
    line-height: 1.8;
    color: #666; */
    margin: 0;
}
.stats-section{
    position:relative;
    /* min-height:100vh; */
    background:url('../img/pattern4.jpg') center center/cover no-repeat;
    display:flex;
    align-items:center;
    overflow:hidden;
    padding: 180px 0 80px;
}

.stats-section::before{
    content:"";
    position:absolute;
    inset:0;
       background: linear-gradient(90deg, rgba(0, 0, 0, .85) 0%, rgb(0 0 0 / 84%) 40%, rgb(0 0 0) 100%);
}

.container{
    position:relative;
    z-index:2;
    width:100%;
    
    margin:auto;
    
}

.content-wrapper{
    display:grid;
    grid-template-columns:1fr 1.4fr;
    gap:80px;
    align-items:end;
}

/* LEFT SIDE */
.section-tag{
    display:flex;
    align-items:center;
    gap:10px;
    color:#f7a93b;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-tag::before{
    content:"✦";
    color:#f7a93b;
}

.left-content h2{
    color:#fff;
    
   
    
    max-width:650px;
    margin-bottom:30px;
}

.left-content p{
    color:rgba(255,255,255,.85);
  
    max-width:550px;
}

/* RIGHT SIDE */
.stats-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

.stat-item{
    color:#fff;
}

.stat-number{
    font-size:50px;
    font-weight:700;
    line-height:1;
    margin-bottom:15px;
}

.stat-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:18px;
}

.divider{
    width:100%;
    height:1px;
    background:rgba(255,255,255,.2);
    margin-bottom:20px;
}

.stat-description{
        color: #fff;
    line-height: 1.8;
    font-size: 12px;
    font-family: 'Poppins';
}

/* RESPONSIVE */
@media(max-width:1200px){

    .content-wrapper{
        grid-template-columns:1fr;
        gap:60px;
    }

    .stats-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){

.feature-grid1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}
.about-features1 {
    padding-top: 0;
    margin-top: 0;
}
    .stats-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .left-content h2{
        font-size:42px;
    }

   
}.stats-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

.stat-item{
    color:#fff;
}

.stat-item h3{
    display:inline-block;
    font-size:72px;
    font-weight:700;
    line-height:1;
}

.suffix{
    font-size:72px;
    font-weight:700;
}

.stat-item h4{
    margin:15px 0;
    font-size:22px;
}

.stat-item p{
    color:#d0d0d0;
    line-height:1.7;
}

@media(max-width:768px){
    .stats-grid{
        grid-template-columns:1fr;
    }

    .stat-item h3,
    .suffix{
        font-size:56px;
    }
}

.company-overview-section{
    background:#f5f5f5;
    padding:80px 0;
}

/* Heading */

.heading-row{
    margin-bottom:70px;
}


/* Image */

.overview-image img{
    width:100%;
    border-radius:32px;
    display:block;
}

/* Description */

.overview-text{
    font-size:18px;
    line-height:1.9;
    color:#666;
    margin-bottom:50px;
}

/* Experience */

.experience-box h2{

    font-size:170px;

    line-height:1;

    margin:0;

    font-weight:700;

    background:linear-gradient(
        135deg,
        #e34d44,
        #f9b42e
    );

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;
}

.experience-box span{
    display:block;

    font-size:18px;

    font-weight:700;

    color:#111;

    margin-top:10px;
}

/* Benefit List */

.benefit-list{
    padding:0;
    margin:0 0 35px;
}

.benefit-list li{

   list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    /* font-size: 18px; */
    color: #111;
    line-height: 1.8;
    font-family: 'Poppins';
}

.benefit-list li::before{

    content:"✓";

    width:18px;

    height:18px;

    background:#f5a623;

    color:#fff;

    border-radius:50%;

    position:absolute;

    left:0;

    top:6px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:10px;
}

/* Button */

.view-btn{

    display:inline-flex;

    align-items:center;

    gap:8px;

    text-decoration:none;

    padding:18px 38px;

    border-radius:60px;

    color:#fff;

    font-size:18px;

    font-weight:700;

    background:linear-gradient(
        90deg,
        #e44d45,
        #f8b12d
    );

    transition:.3s;
}

.view-btn:hover{

    color:#fff;

    transform:translateY(-4px);
}

.view-btn span{
    font-size:18px;
}

/* Responsive */

@media(max-width:991px){

.company-overview-section{
    padding:80px 0;
}

.heading-row{
    margin-bottom:40px;
}

.main-title{
    font-size:46px;
}

.overview-text{
    font-size:16px;
}

.experience-box{
    margin-bottom:40px;
}

.experience-box h2{
    font-size:110px;
}

}

@media(max-width:767px){

.company-overview-section{
    padding:70px 0;
}

.main-title{
    font-size:34px;
}

.section-label{
    margin-bottom:20px;
}

.experience-box h2{
    font-size:80px;
}

.benefit-list li{
    font-size:16px;
}

.view-btn{
    width:100%;
    justify-content:center;
}

}
.left-img-a {
    height: 100%;

}
.left-img-a img{    border-radius: 30px;
}
.cpart{
   
    padding: 80px 0 80px !important;
}
.cparts-section{
    padding:80px 0;
    background:#f8f8f8;
}



.cp-card{

    background:#fff;

    padding:35px;

    border-radius:24px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.06);
}

.cp-card h4{
    color:#ef4f45;
    margin-bottom:25px;
}

.cp-list{
    padding:0;
    margin:0;
}

.cp-list li{

       list-style: none;
    padding-left: 32px;
    position: relative;
    margin-bottom: 10px;
    color: #222;
    /* font-size: 17px; */
    font-family: 'Poppins'; line-height: 32px;
}

.cp-list li::before{

    content:"→";

    position:absolute;

    left:0;

    color:#ef4f45;

    font-size:18px;
}

.cp-image{

    background:#fff;

    padding:30px;

    border-radius:30px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.06);
}

.cp-image img{
    width:100%;
    display:block;
}

.cp-highlight{

 
    margin-top: 30px;
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(135deg, #111, #222);
    color: #fff;
}

.cp-highlight h3{

    font-size:42px;

    margin-bottom:20px;
}

.cp-highlight p{

    color:#ddd;

    line-height:1.9;

    margin:0;
}

.cp-btn{

    display:inline-flex;

    padding:18px 36px;

    background:
    linear-gradient(
    90deg,
    #ef4f45,
    #ffb22d
    );

    color:#fff;

    border-radius:60px;

    text-decoration:none;

    font-weight:700;
}

.cp-btn:hover{
    color:#fff;
}

@media(max-width:991px){

.cp-title{
    font-size:40px;
}

.cp-highlight{
    padding:40px 30px;
}

.cp-highlight h3{
    font-size:30px;
}

}

@media(max-width:767px){

.cparts-section{
    padding:70px 0;
}

.cp-title{
    font-size:30px;
}

.cp-highlight{
    margin-top:50px;
}

.cp-btn{
    margin-top:30px;
}

}

.product-gallery{
    padding:80px 0;
   
}

.gallery-item{
    display:block;

    /* background:#f7fbff; */
background: #d948490a;
    border-radius:26px;

    overflow:hidden;

    text-decoration:none;

    border:1px solid #dbe6ee;

    transition:.45s;

    height:100%;
}

.gallery-img{
       position: relative;
    padding: 10px;
    background: #fff;
}

.gallery-img img{
   width: 100%;
    height: 255px;
    object-fit: contain;
    transition: .6s;
}

.gallery-img2 img{
   width: 100%;
    height: 155px!important;
    object-fit: contain;
    transition: .6s;
}

/* REMOVE OVERLAY */

.overlay{
    display:none;
}

.gallery-content{
    padding:15px 15px 15px;

    text-align:center;

    border-top:1px solid #edf1f4;
}

.gallery-content h4{
    margin:0;

    color:#111 !important;

    font-size:22px;

    

    letter-spacing:.5px;

    transition:.3s;
}

/* hover */

.gallery-item:hover{

    transform:
    translateY(-8px);

    border-color:#cfddeb;
color: #d3403e !important;
    box-shadow:
    0 20px 45px
    rgba(20,60,120,.08);
}

.gallery-item:hover img{
    transform:
    scale(1.06);
}

.gallery-item:hover h4{
    color:#0d6efd;
}

/* mobile */

@media(max-width:768px){

.gallery-img{
padding:18px;
}

.gallery-img img{
height:220px;
}

    .gallery-img2 img {
        height: 120px !important;
    }

.gallery-content h4{
font-size:18px;
}

}
.products-section{
    padding: 100px 0;
}

.product-card{
    position:relative;
    overflow:hidden;

    border-radius:30px;

    height:500px;

    border:1px solid rgba(255,255,255,.15);
}

.product-card img{
    width:100%;
    height:100%;
    object-fit:cover;

    transition:.5s;
}

.product-card:hover img{
    transform:scale(1.08);
}

.product-card::before{
    content:"";

    position:absolute;

    left:0;
    right:0;
    bottom:0;

    height:60%;

      background: linear-gradient(to top, rgba(0, 0, 0, .92), rgb(0 0 0 / 62%), transparent);

    z-index:1;
}

.card-content{
    position:absolute;

    left:24px;
    right:24px;
    bottom:24px;

    z-index:2;
}

.card-content h3{
    
color: #fff;
    font-size: 25px;

    margin-bottom:18px;
}

.download-btn{
       display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 26px;
    background: #fff;
    color: #111;
    border-radius: 60px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .35s;
    font-family: 'Poppins';
}

.download-btn:hover{
    background:
    linear-gradient(
    135deg,
    #ff8c1a,
    #ff5b00);

    color:#fff;
}

.download-btn i{
    font-size:14px;
}

.arrow-btn{
    position:absolute;

    right:0;

    bottom:0;

    width:66px;

    height:66px;

    border-radius:50%;

    background:
    linear-gradient(
    135deg,
    #ff8c1a,
    #ff5b00);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    font-size:20px;

    transition:.35s;
}

.arrow-btn:hover{
    transform:rotate(45deg);
}

@media(max-width:991px){

.product-card{
    height:420px;
}

.card-content h3{
    font-size:30px;
}

}

@media(max-width:767px){

.product-card{
    height:360px;
}

.card-content h3{
    font-size:24px;
}

.download-btn{
    padding:12px 20px;
}

.arrow-btn{
    width:56px;
    height:56px;
}

}

.contact-page{
background:#f8f8f8;
}

.contact-info-area{
padding:100px 0 60px;
}

.info-box{
background:#fff;

padding:50px 30px;

border-radius:30px;

text-align:center;

height:100%;

transition:.4s;

box-shadow:
0 10px 40px rgba(0,0,0,.04);
}

.info-box:hover{
transform:translateY(-8px);
}

.icon{
width:80px;
height:80px;

margin:auto;

border-radius:50%;

background: linear-gradient(-90deg, var(--secondary) 0%, #d1362e 50%, #FEAF06 100%);

display:flex;

align-items:center;

justify-content:center; 
    margin-bottom: 15px;
}

.icon i{
font-size:30px;

color:#fff;
}

.info-box h3{
    font-size: 27px;
    /* font-weight: 700; */
    margin-bottom: 18px;
        background: #fff;
}

.info-box p{
font-size:18px;

line-height:1.8;

color:#000;
}
.info-box p a{ 
color:#000; text-decoration: none;
}



/* FORM */

.contact-form-section{
padding:80px 0 120px;
background: #fff;
}

.sub-title{
color:#f39a22;

font-weight:700;

display:block;

margin-bottom:20px;
}

.contact-form-section h2{
font-size:52px;



line-height:1.1;

margin-bottom:30px;
}

.contact-form-section p{
font-size:20px;


}
.contact-form{
          padding: 50px;
    background: #ed8b2a;
    border-radius: 30px;
    color: #fff;
}
.contact-form h3{
font-size:48px;

margin-bottom:35px;


}

.contact-form input,
.contact-form textarea{

width:100%;

border:none;

background:#fff;

padding:22px;

border-radius:22px;

margin-bottom:22px;

outline:none;

font-size:16px;

    box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
}

.contact-form textarea{
height:180px;

resize:none;
}

.check{
display:flex;

gap:10px;

margin-bottom:30px;

color:#666;
}

.contact-form button{

border:none;

padding:18px 40px;

border-radius:60px;

    background: #fff;
    color: #000;

font-size:18px;

font-weight:600;
}

.contact-form button i{
margin-left:10px;
}

@media(max-width:991px){

.contact-form-section h2{
font-size:48px;
}

.contact-form h3{
font-size:34px;
}

}

@media(max-width:767px){

.contact-info-area{
padding:60px 0;
}

.contact-form-section h2{
font-size:38px;
}

.info-box h3{
font-size:24px;
}

.contact-form h3{
font-size:28px;
}

}
.gallery-content2 h3{
    font-size: 18px !important;
        color: #000;
}