.common_margin{
    margin: 80px 0;
}
.common_padding{
    padding: 80px 0;
}
.common_margin-top{
    margin-top:80px;
}
.common40_bottom{
    margin-bottom:40px;
}
.common40_top{
    margin-top:40px;
}
.hero_section video {
  width: 100%;
}
.hero_section_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99.2%;
  background-color: rgba(0, 0, 0, 0.4);
}
.video_container {
  height: 100%;
}
.banner_video_inner_block {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* flex-direction: column; */
}
.banner_video_inner_block_inner h1 {
  color: #fff;
  font-size: 82px;
  line-height: 92px;
}
.banner_video_inner_block_inner h2 {
color: #FFEB0A;
  font-size: 82px;
  line-height: 92px;
  font-family: "Story Script", sans-serif;
}
.banner_video_inner_block_inner p{
    color:#FFFFFF;
    font-size:20px;
    line-height: 30px;
    margin:16px 0;
}
.banner_video_inner_block_inner p span{
    display:block;
}
.banner {
    background-image: url(../images/hero-banner.webp);
}


@media only screen and (min-width:1400px) {}
@media only screen and (max-width:1399px) {
  
}
@media only screen and (max-width:1199px) {
    
}






  :root {
      --red: #e02020;
      --dark-bg: #0d0d0d;
      --dark-card: #141414;
      --dark-section: #111111;
      --text-muted-custom: #888;
      --text-light: #cccccc;
      --blue-icon: #4a9edd;
      --border-subtle: rgba(255,255,255,0.06);
    }
 
    *, *::before, *::after { box-sizing: border-box; }
 
    /* body {
      background-color: var(--dark-bg);
      color: #fff;
      font-family: 'Barlow', sans-serif;
      font-size: 15px;
      line-height: 1.6;
      margin: 0;
    } */
 
    /* ── ABOUT SECTION ── */
    .about-section {
      /* background: var(--dark-bg); */
      /* padding: 72px 0 64px; */
    }
    .about-label {
      font-size: 20px;
      /* text-transform: uppercase; */
      color:#353535;
      margin-bottom: 10px;
      font-weight: 600;
    }
    .about-heading {
      font-size: 32px;
      font-weight:bold;
      line-height: 42px;
      color: #1A1A1A;
      margin-bottom: 20px;
    }
    .about-heading span { color:#EE1A24;}
    .about-desc {
      font-size: 20px;
      color: #121212;
      line-height: 30px;
    }
    .about-img-wrapper {
      border-radius: 4px;
      overflow: hidden;
    }
    /* .about-img-wrapper img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    } */
 
    /* ── SERVICES SECTION ── */
   
    .section-title {
      font-size:32px;
      font-weight:bold;
      color: #1A1A1A;
      text-align: center;
      margin-bottom: 48px;
    }
    .section-title span { color: var(--red); }
 
    .service-card {
      position: relative;
      border-radius: 4px;
      overflow: hidden;
      aspect-ratio: 4/3;
      cursor: pointer;
      /* background: #1a1a1a; */
    }
    .service-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
      /* filter: brightness(0.75); */
    }
    .service-card:hover img {
      transform: scale(1.06);
      /* filter: brightness(0.55); */
    }
    .service-card-label {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      padding: 36px 16px 16px;
      /* background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%); */
      /* font-family: 'Barlow Condensed', sans-serif; */
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      line-height: 1.25;
    }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
   
 
    /* ── WHY CHOOSE US ── */
    
    .why-icon-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 14px;
    }
    .why-icon-circle {
      width: 64px;
      height: 64px;
      border-radius: 50%;

      display: flex;
      align-items: center;
      justify-content: center;

      color: var(--blue-icon);
      font-size: 26px;
      transition: all 0.3s ease;
    }
    
   
 
  
    .deliver-heading {
   font-weight:bold;
      font-size: 32px;
color:#EE1A24;
    }
    .deliver-heading .red { color: var(--red); }
    .deliver-subhead {
      color: #1A1A1A;
      font-weight:bold;
      font-size: 32px;
      margin-bottom: 0;
    }
    .deliver-img-wrapper {
      border-radius: 4px;
      overflow: hidden;

    }
    /* .deliver-img-wrapper img {
      width: 100%;
      height: 100%;
      min-height: 280px;
      object-fit: cover;
      object-position: center top;
      display: block;
    } */
    .step-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 28px;
    }
    .step-number {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background-color:#3A86DE;
      color: #FFFFFF;
      font-size: 16px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .step-title {
      font-size: 20px;
      font-weight: bold;
      color: #121212;
      margin-bottom: 4px;
    }
    .step-desc {
      font-size: 16px;
      color: #121212;
    }
 
    /* ── CTA SECTION ── */
    .cta-section {
      position: relative;
      padding: 100px 0;
      overflow: hidden;
      text-align: center;
    }
    .cta-bg {
      position: absolute;
      inset: 0;
      background-image: url('../images/looking-for-a-trusted.webp');
      background-size: cover;
      background-position: center;
      z-index: 0;
    }
    .cta-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.7) 100%);
      z-index: 1;
    }
    .cta-content { position: relative; z-index: 2; }
    .cta-badge {
      display: inline-block;
      border: 1px solid rgba(255,255,255,0.5);
      color: #fff;
      font-size: 20px;
      padding: 5px 14px;
      margin-bottom: 24px;
    }
    .cta-heading {
      font-size: 36px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 16px;
    }
    .cta-subtext {
      font-size: 20px;
      color: #FFFFFF;
      margin-bottom: 36px;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }
    .cta-section_button{
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .btn-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1px;
      padding: 12px 28px;
      text-decoration: none;
      text-transform: uppercase;
      /* transition: background 0.25s ease, color 0.25s ease; */
    }
    .btn-cta:hover {
      background: #fff;
      color: #000;
    }

    .why-icon-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 14px;
    }
   
 
    .why-row {
      display: grid;
     grid-template-columns: repeat(5, 1fr);
      justify-content: center;
      gap: 24px;
    }
    
    .why-label {
      font-size: 14px;
      font-weight: 600;
      color: #121212;
    }
    .why-icon-box p span{
        display:block;
    }
    /* ── RESPONSIVE TWEAKS ── */

       /* footer {
      font-size: 14px;
      background: #f5f5f5;
    } */

    footer h5 {
      font-weight: bold;
      margin-bottom: 15px;
      color:#000;
      font-size:16px;
    }

    footer a {
      text-decoration: none !important;
      color: #000 !important;
      font-size:14px;
    }

    

    /* Contact items */
    .contact-item {
      position: relative;
      padding-left: 35px;
      margin-bottom: 10px;
      line-height: 1.6;
    }

    .contact-item::before {
      position: absolute;
      left: 0;
      top: 3px;
      font-family: "Bootstrap Icons";
      font-size: 16px;
    }

    /* Icons */
    .whatsapp::before {
     content: ""; /* REQUIRED */
  position: absolute;
  left: 0;
  top: 4px;

  width: 24px;
  height: 24px;

  background-image: url('../images/whatsapp.webp');
  background-size: contain;
  background-repeat: no-repeat;
    }

    .phone::before {
    content: ""; /* REQUIRED */
  position: absolute;
  left: 0;
  top: 4px;

  width: 24px;
  height: 24px;

  background-image: url('../images/calling.webp');
  background-size: contain;
  background-repeat: no-repeat;
    }

    .email::before {
        content: ""; /* REQUIRED */
  position: absolute;
  left: 0;
  top: 4px;

  width: 24px;
  height: 24px;

  background-image: url('../images/mail.webp');
  background-size: contain;
  background-repeat: no-repeat;
    }

    .location::before {
           content: ""; /* REQUIRED */
  position: absolute;
  left: 0;
  top: 4px;

  width: 24px;
  height: 24px;

  background-image: url('../images/location.webp');
  background-size: contain;
  background-repeat: no-repeat;
    }

    /* Divider */
    .footer-bottom {
      border-top: 1px solid #ddd;
      margin: 30px 0;
      padding-top: 15px;
    }
    .fdev{
        font-weight: bold;
    }
    #heroVideo1{
        display:none;
    }
  
    @media (max-width: 767px) {
      .about-img-wrapper { margin-bottom: 32px; }
      .deliver-img-wrapper { margin-bottom: 32px; }
      .why-icon-box { padding: 0 8px; }
    }
    .btn-cta_holder{
        background:#fff;
        color:#000 !important;
        height:44px;
        width:240px;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .btn-cta_holder i{
        color:#000 !important;
    }



    @media only screen and (max-width:991px) {
  .banner_video_inner_block_inner h2 {
    font-size:70px;
    line-height: 80px;
  }  
  .banner_video_inner_block_inner p{
    font-size:16px;
    line-height: 26px;
  }
  .common_margin{
    margin: 60px 0;
}
.common_padding{
    padding: 60px 0;
}
.common_margin-top{
    margin-top:60px;
}
.about-heading{
        font-size: 24px;
            line-height: 34px;
}
.about-desc{
    font-size:16px;
    line-height: 26px;
}
.services-grid{
    grid-template-columns: repeat(2, 1fr);
}
.why-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Perfectly center last two items as a pair */
.why-icon-box:nth-child(4) {
  grid-column: 1 / 2;
  justify-self: end;
}

.why-icon-box:nth-child(5) {
  grid-column: 3 / 4;
  justify-self: start;
}

/* alignment */
.why-icon-box {
  text-align: center;
}

.why-icon-circle {
  margin: 0 auto 10px;
}
.deliver-heading{
    margin-bottom: 30px;
}
.contact_us{
    margin-top:30px;
}
}
@media only screen and (max-width:767px) {
    #heroVideo{
        display:none;
    }
    #heroVideo1{
        display:block;
    }
    .copyright{
        margin-bottom: .5rem !important;
    }
        .why-row {
         grid-template-columns: 1fr;
        }
         .why-icon-box:nth-child(4),
  .why-icon-box:nth-child(5) {
    grid-column: auto; /* reset */
  }
      .why-icon-box:nth-child(5), .why-icon-box:nth-child(4){
justify-self: unset;
      }
  .banner_video_inner_block_inner h2 {
    font-size:40px;
    line-height: 50px;
  }  
  .banner_video_inner_block_inner p{
    font-size:16px;
    line-height: 26px;
  }
  .banner_video_inner_block_inner h1 {
    font-size:40px;
    line-height: 48px;
  }
    .banner_video_inner_block_inner p{
    font-size:14px;
    line-height: 24px;
    margin:5px 0;
  }
      .banner_video_inner_block_inner p span{
        display:unset;
        margin-left:5px;
      }
      .hero_section_inner{
        height:97.5%;
      }
      .about-label{
        font-size:18px;
      }
      .about-heading{
        margin-bottom: 10px;
      }
      .services-grid{
    grid-template-columns:1fr;
}
.section-title{
    margin-bottom: 32px;
    font-size:28px;
}
.deliver-heading, .deliver-subhead{
    font-size:28px;
}
.cta-heading{
    font-size:28px;
}
}


@media only screen and (max-width:575px) {
  .banner_video_inner_block_inner h2 {
    font-size:25px;
    line-height: 35px;
  }  
  .banner_video_inner_block_inner p{
    font-size:14px;
    line-height: 20px;
  }
  .banner_video_inner_block_inner h1 {
    font-size:28px;
    line-height: 38px;
  }
  .btn-cta_holder{
    width:180px;
  }
}

