@keyframes animName{
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(-359deg);
   }
}

body{
  font-family: "Titillium Web", sans-serif;
}

    .banner-section {
      background: url(https://storage.googleapis.com/giffycms-skyitinfratech.appspot.com/5676228493180928) no-repeat center center;
      background-size: cover;
      position: relative;
      padding: 120px 0;
      color: #fff;
    }
    .banner-overlay {
    
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(7, 23, 55, 0.8);
    }
    .banner-content {
      position: relative;
      z-index: 2;
    }
    .banner-heading {
      color: #0d479d;
      font-size: 48px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
      margin-top: 10px;
    }
    .banner-subheading {
          font-size: 15px;
    color: #555555;
      margin-bottom: 30px;
    }
    .btn-primary {
      background-color: #0056ff;
      border-color: #0056ff;
      padding: 12px 30px;
      font-size: 16px;
      border-radius: 30px;
    }
    .btn-default {
      background-color: transparent;
    border: 1px solid #333333;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 30px;
    color: #333333;
    }
    .banner-img {
 display: none;
 width: 100%;
 max-width: 350px;
 margin-top: 0px;
 top: auto;
 left: auto;
 position: center;
 position: absolute;
 z-index: -1;
 opacity: .7;
 animation: animName 20s infinite linear;
 }

   
    @media (max-width: 991px) {
      .banner-heading {
        font-size: 36px;
      }
      .banner-subheading {
        font-size: 16px;
      }
    }
    @media (max-width: 767px) {
      .banner-section {
        padding: 80px 20px;
        text-align: center;
      }
      .banner-heading {
        font-size: 28px;
      }
      .banner-subheading {
        font-size: 14px;
      }
      .btn {
        margin: 5px 0;
        display: inline-block;
      }
      .banner-img {
        margin-top: 20px;
      }
    }


  .banner-section {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 80px 100px;
      min-height: 80vh;
      background-image:url(https://storage.googleapis.com/giffycms-skyitinfratech.appspot.com/5698913638023168);
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
    }

  
    .banner-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 200%;
      height: 200%;
      background: url('circuit-lines.png') no-repeat center center;
      background-size: cover;
      opacity: 0.15;
      transform: translate(-20%, -20%) scale(1.5);
      animation: moveBackground 30s linear infinite;
      pointer-events: none;
    }

    @keyframes moveBackground {
      0% { transform: translate(-20%, -20%) scale(1.5); }
      50% { transform: translate(-30%, -10%) scale(1.6); }
      100% { transform: translate(-20%, -20%) scale(1.5); }
    }

    .banner-left, .banner-right {
      position: relative;
      z-index: 1;
    }

   
    
    

    @keyframes slideFadeInLeft {
      0% { transform: translateX(-200px); opacity: 0; }
      60% { transform: translateX(30px); opacity: 1; }
      100% { transform: translateX(0); opacity: 1; }
    }

    @keyframes floatImage {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-20px); }
      100% { transform: translateY(0px); }
    }

    .banner-right {
      flex: 1;
      padding-left: 60px;
      animation: slideFadeInRight 1.8s ease-out forwards;
      opacity: 0;
      text-align: right;
    }

    @keyframes slideFadeInRight {
      0% { transform: translateX(200px); opacity: 0; }
      60% { transform: translateX(-30px); opacity: 1; }
      100% { transform: translateX(0); opacity: 1; }
    }

    .banner-right h1 {
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .banner-right .typewriter {
      display: block;
      font-size: 22px;
      margin-bottom: 25px;
      color: #dbdede;
      overflow: hidden;
      white-space: nowrap;
      border-right: 3px solid #fff;
      width: 0;
      animation: typing 4s steps(60, end) forwards, blink 0.8s infinite;
    }
    .banner-right p {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 30px;
      color: #e6e6e6;

    }
    .btn-custom {
      display: inline-block;
      background: #fff;
      color: #013b88;
      padding: 14px 32px;
      font-size: 18px;
      font-weight: bold;
      border-radius: 30px;
      text-decoration: none;
      transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
    }
    .btn-custom:hover {
      background: #013b88;
      color: #fff;
      transform: scale(1.05);
    }

    @media (max-width: 1024px) {
      .banner-section {
        flex-direction: column;
        padding: 50px 40px;
        min-height: auto;
      }
      .banner-right {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
      }
      .banner-right h1 {
        font-size: 36px;
      }
      .banner-right p {
        font-size: 16px;
      }
      .btn-custom {
        padding: 12px 28px;
        font-size: 16px;
      }
    }

    @keyframes typing {
      from { width: 0; }
      to { width: 100%; }
    }
    @keyframes blink {
      50% { border-color: transparent; }
    }
    
.form-container{
    position: relative;
    max-width: 360px;
    width: 100%;
    border-radius: 6px;
    padding: 25px 30px;
    margin: 0px 60px;
    background-color: #0000003d;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    opacity: .9;
}
.form-container header{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.form-container header::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 3px;
    width: 27px;
    border-radius: 8px;
    background-color: #4070f4;
}
.form-container form{
    position: relative;
    width: 100%;
    margin-top: 16px;
    /* min-height: 490px; */
    /* background-color: #fff; */
    overflow: hidden;
}
.form-container form .form{
    position: relative;
    /* background-color: #fff; */
    transition: 0.3 ease;
}
.form-container form .form.second{
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
}
form.secActive .form.second{
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}
form.secActive .form.first{
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
}
.form-container form .title{
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    margin: 6px 0;
    color: #333;
}
.form-container form .fields{
    display: block;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
form .fields .input-field{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 4px 0;
    text-align: left;
}
.input-field label{
    font-size: 12px;
    font-weight: 500;
    color: #2e2e2e;

}
.input-field input{
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff;
    padding: 0 0px;
    height: 42px;
    margin: 8px 0;
}
.input-field input::placeholder{
  color:black;
}
.input-field input:is(:focus, :valid){
    box-shadow: 0 3px 6px rgba(0,0,0,0.13);
}
.input-field input[type="date"]{
    color: #707070;
}
.input-field input[type="date"]:valid{
    color: #333;
}
.form-container form button, .backBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    /* max-width: 200px; */
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    margin: 20px 0;
    margin-top: 40px;
    background-color: #4070f4;
    transition: all 0.3s linear;
    cursor: pointer;
}
.form-container form button,
.form-container form .backBtn{
    font-size: 14px;
    font-weight: 400;
}
form button:hover{
    background-color: #265df2;
}
form button i,
form .backBtn{
    margin: 0 6px;
}
form .backBtn i{
    transform: rotate(180deg);
}
form .buttons{
    display: flex;
    align-items: center;
}
form .buttons button, .backBtn{
    margin-right: 14px;
}

@media (max-width: 750px) {
    .form-container form{
        overflow-y: scroll;
    }
    .form-container form::-webkit-scrollbar{
        display: none;
    }
    form .fields .input-field{
        width: calc(100% / 2 - 15px);
    }  
}

@media (max-width: 550px) {
    form .fields .input-field{
        width: 100%;
    }  
}
.form-body{
  display: flex;
  justify-content: right;
}
/************logo section************/
@keyframes slide {
  from {
    transform: translateX(20%);
  }
  to {
    transform: translateX(-50%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: #fff;
  white-space: nowrap;
  position: relative;
  display: flex;
  /* padding: 0 10px; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  /* align-items: center; */
  /* flex-direction: column; */
  /* align-content: space-between; */
  /* flex: 1 1 60%; */
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255, 255, 255, 0), white); */
}

.logos:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0), white); */
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  /* height: 400px; */
  display: flex;
  animation: 20s slide infinite linear;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  gap: 30px;
  /* flex: 1 1 60%; */
}

.logos-slide img {
  height: auto;
  /* margin: 0 10%; */
  width: 100%;
  /* max-width: 7em; */
  max-height: 60px;
  object-fit: contain;
}
.client-logos-slide img {

height: 100px;
}
.client-logos-slide {
  
    gap: 70px;
}
.logo-slider-section {
    padding: 70px 0;
}
/**********capabiliities section***********/

.company-capabilities {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 50px 5%;
      flex-wrap: wrap;
      gap: 30px;
    }

    /* Left side images */
    .image-box {
      margin-top: 1em;
      flex: 1;
      position: relative;
      min-width: 310px;
      max-width: 440px;
    }
.image-box p{
      margin-bottom: 40px;
      font-size: 12px;
}

    .image-box img {
      width: 100%;
      border-radius: 12px;
      display: block;
      max-width: 18em;
    }

    .image-box .overlay-img {
      position: absolute;
      bottom: -130px;
      left: 13em;
      max-width: 18em;
      width: 100%;
      border-radius: 12px;
      border: 10px solid #fff;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

    .experience-box {
      position: absolute;
      animation: bounce-y 3s infinite linear;
      top: 140px;
      left: 9.2em;
      background: #0736b5;
      color: #fff;
      padding: 15px 18px;
      border-radius: 8px;
      font-size: 18px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: bold;
    }

    .experience-box span {
      font-size: 44px;
      margin-bottom: -10px;
      display: block;
    }

    /* Right side content */
    .content {
      flex: 1;
      min-width: 300px;
    }

    .content .tag {
      display: inline-block;
      background: #eaf0ff;
      color: #00367d;
      font-size: 14px;
      padding: 5px 12px;
      border-radius: 20px;
      margin-bottom: 0px;
    }

    .content h2 {
      font-size: 46px;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .content p {
      color: #666;
      margin-bottom: 20px;
    }

    .features {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 50px;
      /* margin-top: 30px; */
    }

    .features div {
      flex: 3 3 45%;
      display: flex;
      align-items: top;
      gap: 5px;
      flex-direction: column;
      box-shadow: 1px 1px 1px #dddddd;
      width: 100%;
      border-radius: 10px;
      background-color: #fff;
      padding: 20px;
      color: black;
      border: 1px solid #ebe6e6;
      font-size: 14px;
    }
 .features p {
     color: #666;
     margin-bottom: 5px;
     text-align: JUSTIFY;
 }
    .features::before {
      /* content: "✔"; */
      color: #0056ff;
      font-weight: bold;
    }

    .company-capabilities .btn {
      display: inline-block;
      padding: 12px 22px;
      border: 2px solid #0736b5;
      border-radius: 30px;
      color: #051634;
      font-weight: 600;
      text-decoration: none;
      transition: 0.3s;
      position: relative;
      top: 17em;
    }

    .company-capabilities .btn:hover {
      background: #0736b5;
      color: #fff;
    }

    /* Responsive */
    @media(max-width: 992px) {
      .company-capabilities {
        flex-direction: column;
        text-align: center;
      }
      .image-box {
        text-align: center;
      }
      .image-box .overlay-img {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 15px;
        width: 80%;
      }
      .experience-box {
        left: 50%;
        transform: translateX(-50%);
      }
      .features {
        justify-content: center;
        margin-top: -130px;
      }
    }
    .experience-box{
      display: flex;
    }
    .experience-box .exp-logo{
      max-width: 4em;
      width:100%;
    }

    .our-services{
       background: #fafcff;
       color: #222;
       line-height: 1.6;
       /* margin-top: 8em; */
    }

      .features-section {
      background-image: url(https://bantec.nextwpcook.com/wp-content/uploads/2024/02/work-1.png);
      background-position: top left;
      background-repeat: no-repeat;
      opacity: 1;
      transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
      text-align: center;
      padding: 50px 5%;
      background-color: #051634;
      color: #fff;
    }

    .features-section .tag {
      display: inline-block;
      background: #16243D;
      color: #fff;
      font-size: 14px;
      padding: 5px 12px;
      border-radius: 20px;
      margin-bottom: 0px;
    }

    .features-section h2 {
      font-size: 46px;
      font-weight: 700;
      margin-bottom: 65px;
    }

 .services-section .tag {
      display: inline-block;
      background: #16243D;
      color: #fff;
      font-size: 14px;
      padding: 5px 12px;
      border-radius: 20px;
      margin-bottom: 0px;
    }

    .services-section h2 {
      font-size: 46px;
      font-weight: 700;
      margin-bottom: 65px;
    }
    .features-container {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: wrap;
    }

    /* Left and right feature boxes */
    .features-list {
      display: flex;
      flex-direction: column;
      gap: 60px;
      flex: 1;
      min-width: 260px;
      position: relative;
      /* height: 20px; */
      /* justify-content: center; */
      align-items: center;
    }

    .feature-card {
      background: #051634;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      text-align: left;
      transition: transform 0.3s;
      height: auto;
      width: 100%;
      border: 1px solid #CCCCCC33;
    }

    .feature-card:hover {
      transform: translateY(-5px);
    }

    .feature-card img {
      width: 65px;
      margin-bottom: 10px;
      margin-top: -70px;
      background-color: #0736b5;
      padding: 10px;
      border-radius: 5px;
      color: #fff;
      border: 1px solid #CCCCCC33;
    }

    .feature-card h3 {
      font-size: 20px;
      margin-bottom: 15px;
      font-weight: 700;
      color: #fff;
    }

    .feature-card p {
      font-size: 16px;
      color: #FFFFFFCC;
      line-height: 1.3;
      text-align: justify;
    }

    /* Center image */
    .features-center {
      flex: 1;
      min-width: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .features-center img {
      width: 100%;
      height: auto;
      max-width: 48em;
      border-radius: 50%;
      object-fit: cover;
      box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }

    /* Responsive */
    @media(max-width: 992px) {
      .features-container {
        flex-direction: column;
      }
      .features-list {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
      }
      .feature-card {
        width: 45%;
        min-width: 200px;
      }
    }

    @media(max-width: 600px) {
      .feature-card {
        width: 100%;
        height: auto;
      }
      .features-center img {
        max-width: 260px;
        margin: 60px;
      }
    }

 @keyframes bounce-y {
    0% {        
        transform: translateY(0);
    }
    50% {        
        transform: translateY(-10px);
    }
    100% {        
        transform: translateY(0);
    }
}

.testimonial-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 60px 5%;
    }

    /* Left side */
    .testimonial-left {
      flex: 1 1 60%;
      background: linear-gradient(transparent, rgba(0, 81, 255, 0.85)), url(https://storage.googleapis.com/giffycms-skyitinfratech.appspot.com/5690774674997248) no-repeat center center / cover;
      border-radius: 25px;
      padding: 0px 60px;
      color: #fff;
      min-height: 500px;
      margin: 0px;
      justify-self: center;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-content: flex-start;
      justify-content: center;
      align-items: flex-start;
    }

    .testimonial-left .tag {
      display: inline-block;
      background: rgba(255, 255, 255, 0.25);
      padding: 5px 15px;
      border-radius: 10px;
      font-size: 15px;
      margin-bottom: 0px;
      font-weight: 500;
    }

    .testimonial-left h2 {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 0px;
      margin-top: 10px;
    }

    .testimonial-left .btn-custom {
      display: inline-block;
      border: 1px solid #fff;
      border-radius: 30px;
      padding: 12px 28px;
      color: #fff;
      text-decoration: none;
      font-weight: 500;
      transition: 0.3s;
      margin-top: 40px;
    }

    .testimonial-left .btn-custom:hover {
      background: #fff;
      color: #0051ff;
    }

    /* Right side (carousel card) */
    .testimonial-right {
      flex: 1 1 40%;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0px 6px 25px rgba(0,0,0,0.1);
      padding: 65px;
      margin: 10px;
      position: relative;
      /* height: 22em; */
      margin-left: -150px;
    }

    .testimonial-right h4 {
      font-weight: bold;
      display: inline-block;
      margin: 0;
    }

    .testimonial-right .stars {
      float: right;
      color: #FFD700;
      font-size: 16px;
    }

    .testimonial-right .role {
      color: #888;
      font-size: 14px;
      margin-bottom: 20px;
    }

    .testimonial-right p {
      font-size: 15px;
      color: #555;
      line-height: 1.7;
    }

    /* Custom navigation buttons */
    .carousel-controls-review {
      margin-top: 20px;
    }

    .carousel-controls-review a {
      display: inline-block;
      width: 40px;
      height: 40px;
      margin-right: 5px;
      border-radius: 6px;
      background: #f1f1f1;
      color: #333;
      text-align: center;
      line-height: 40px;
      font-size: 18px;
      text-decoration: none;
      transition: background 0.3s;
    }

    .carousel-controls-review a:hover {
      background: #ddd;
    }
    .custom-container{
      padding:0 5%;
    }

.subscribe-section-div{
  background-color: #fff;
}

    .subscribe-section {
      background: #F4F7FB; /* blue background */
      border-radius: 15px;
      margin: 25px 25px;
      /* max-width: 1150px; */
      padding: 30px 20px;
      position: relative;
      overflow: hidden;
      color: black;
    }

    .subscribe-section h2 {
      text-align: center;
      font-size: 32px;
      font-weight: bold;
      color: black;
      margin-bottom: 0px;
    }
    .subscribe-section p{
        text-align: center;
        font-size: 18px;
        /* font-weight: bold; */
        color: black;
        margin-bottom: 20px;
        margin-top: 8px;
    }
.subscribe-form a{
  color:#000
}
.subscribe-form a:hover{
  color:#fff
}
    .subscribe-form {
      /* display: flex; */
      /* justify-content: center; */
      align-items: center;
      /* max-width: 155px; */
      /* margin: 0px auto; */
      /* background: #fff; */
      /* border-radius: 8px; */
      /* overflow: hidden; */
      text-align: center;
    }

    .subscribe-form input {
      flex: 1;
      border: none;
      padding: 15px 20px;
      font-size: 16px;
      outline: none;
      width: 82%;
    }

    .subscribe-form button {
      color: black;
      font-weight: bold;
      border: none;
      padding: 15px 20px;
      background: #fff;
      cursor: pointer;
      transition: 0.3s;
      border-radius: 6px;
      margin-right: 2px;
      text-align: center;
      display: inline-block;
      padding: 12px 22px;
      border: 2px solid #0736b5;
      border-radius: 30px;
      color: #051634;
      font-weight: 600;
      text-decoration: none;
      transition: 0.3s;
    }

    .subscribe-form button:hover {
      background: #0736b5;
      color: #fff;
    }

    /* Decorative shapes */
    .shape-left, .shape-right {
      position: absolute;
      top: 0;
      width: 200px;
      height: 200px;
      pointer-events: none;
    }

    .shape-left {
      left: 0;
      background: url('https://bantec.nextwpcook.com/wp-content/uploads/2024/05/footer-cta-2.png') no-repeat center/contain;
      opacity: .9;
    }

    .shape-right {
      right: 0;
      background: url('https://bantec.nextwpcook.com/wp-content/uploads/2024/05/footer_Arrow_02.png') no-repeat center/contain;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .subscribe-form {
        flex-direction: column;
      }

      .subscribe-form input, 
      .subscribe-form button {
        /* width: 100%; */
        /* border-radius: 0; */
        margin-top: 5px;
        padding: 10px 20px;
      }

      .subscribe-form button {
        border-top: 1px solid #ddd;
      }
    }

/************** existing service section*************/
 .services-section {
      padding: 60px 20px;
      background: #fff;
      text-align: center;
      background-image: url(https://bantec.nextwpcook.com/wp-content/uploads/2024/02/work-1.png);
      background-position: top left;
      background-repeat: no-repeat;
      opacity: 1;
      transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
      text-align: center;
      padding: 75px 5%;
      background-color: #051634;
      color: #fff;
    }

    .services-container {
      display: flex;
      flex-direction: row; /* Default: 1 column */
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .service-card {
      background: #051634;
      padding: 30px 20px;
      border: 1px solid #CCCCCC33;
      border-radius: 6px;
      transition: all 0.4s ease;
    }

    .service-card:hover {
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      transform: translateY(-8px);
    }

    .service-card i {
      font-size: 48px;
      margin-bottom: 20px;
      color: #1d64f2;
    }

    .service-card h4 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #fff;
    }

    .service-card p {
      font-size: 15px;
      line-height: 1.6;
      color: #fff;
    }

    /* Tablet (2 columns) */
    @media (min-width: 576px) and (max-width: 991px) {
      .services-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
      }
      .service-card {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
      }
    }

    /* Mobile (1 column, already default) */
    @media (max-width: 575px) {
      .services-container {
        flex-direction: column;
      }
      .service-card {
        max-width: 100%;
      }
    }

    /* Desktop (force single column layout) */
    @media (min-width: 992px) {
      .services-container {
        flex-direction: row;
      }
      .service-card {
        max-width: 100%;
      }
    }
  .feature-card {
    height: 25em;
  }

    .reasons-section {
      background: url('https://storage.googleapis.com/giffycms-skyitinfratech.appspot.com/5641570657239040') no-repeat center center/cover;
      padding: 30px 0px;
      color: #333;
      text-align: center;
      position: relative;
    }

    .reasons-section h2 {
      font-size: 46px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .reasons-section p.subhead {
      font-size: 20px;
      color: #555;
      margin-bottom: 40px;
    }

    .reasons-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      /* max-width: 1100px; */
      margin: 0 auto;
      gap:30px;
      padding: 5%;
    }

    .reason-box {
      flex: 1 1 45%; /* makes 2 columns */
      min-width: 300px;
      box-sizing: border-box;
      padding: 20px 0;
      text-align: left;
    }

    .reason-box i {
      font-size: 28px;
      color: #00a78e;
      margin-right: 10px;
      vertical-align: middle;
    }

    .reason-box h3 {
      display: inline-block;
      font-size: 22px;
      margin: 0px 0 0px;
      font-weight: bold;
    }

    .reason-box p {
      font-size: 16px;
      line-height: 1.5;
      color: black;
      margin: 0;
    }

    .cta-btn {
    border: 2px solid #0736b5;
    display: inline-block;
    margin-top: 50px;
    padding: 14px 20px;
    background: #fff;
    color: #051634;
    font-weight: bold;
    text-decoration: none;
    border-radius: 25px;
    transition: background 0.3s 
ease;
    }

    .cta-btn:hover {
      background: #0736b5;
      text-decoration: none;
      color: #fff;
    }

    @media (max-width: 768px) {
      .reason-box {
        flex: 1 1 100%; /* stack in 1 column on small screens */
        text-align: center;
      }
    }

    .fas img{
      width: 35px;
      margin: 15px 0px;
    }
.company-capabilities-header{text-align: left;/* height: 168px; */width: 100%;}
.company-capabilities-header h2{
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 15px;
}
.company-capabilities-header p{
    color: #666;
    margin-bottom: 20px;
    font-size: 16px;
}
.custom-container{
  padding:0;
  width:90%;
}
@media (max-width: 420px){
.company-capabilities-header h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0px;
  text-align: center;
}
.company-capabilities {
   gap: 10px;
   align-items: center;
}
  .image-box p {
    margin-bottom: 30px;

}
      .feature-card {
        height: auto;
    }
  .image-box img {
   max-width: 12em;
}
  .experience-box {
        left: 15%;
       
    }
  .experience-box {
   font-size: 13px;
   top: 125px;
   left: 7em;
   padding: 15px 18px;
   width: 70%;
  }
  .image-box {
   min-width: 150px;
   /* height: 334PX; */
}
  .image-box .overlay-img {
        position: relative;
        bottom: 90px;
        left: 80px;
        margin-top: 15px;
        width: 100%;
        max-width: 75%;
    }
  .features div {
    flex: 1 1 60%;
    height: 30em;
    /* margin-top: 0em; */
}
  .features-section h2 {
    font-size: 32px;
    font-weight: 600;

}
  .feature-card h3 {
    font-size: 16px;
    
   text-align:center;
}
  .feature-card p {
    font-size: 12px;
    text-align: justify;
}
.feature-card img{
   display: block;
    margin-right: auto;
    margin-left: auto;
}
  .reasons-section {
     padding: 10px 0px;
  }
  .reasons-section h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0px;
}
  .reasons-section p.subhead {
    
    margin-bottom: 10px;
}
  .reason-box h3 {
  
    font-size: 16px;
   
}
  .fas img {
    width: 20px;
    margin: 15px 0px;
}
   .reason-box p {
    font-size: 12px;
    line-height: 1.3;
    margin: 10px;
}  
  .reasons-container {
   
    gap: 10px;
  
}
  .cta-btn {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 12px 20px;
  }
  .company-capabilities .btn {
  padding: 10px 20px;
  top: 122em;
}
  .subscribe-section h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.3;
}
  .subscribe-section p {
    text-align: center;
    font-size: 14px;
   
}
  .experience-box span {
    font-size: 30px;
    
  
}
    }
@media (min-width: 420px) and (max-width: 525px){
.company-capabilities-header h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0px;
  text-align: center;
}
.company-capabilities {
   gap: 10px;
     align-items: center;
}
      .feature-card {
        height: auto;
    }
  .image-box p {
    margin-bottom: 30px;
    text-align: center;
    margin-left: 0px;
    margin-right: auto;
    font-size: 14px;
}
  .image-box img {
   max-width: 15em;
}
  .experience-box {
        left: 15%;
       
    }
  .experience-box {
   font-size: 16px;
   top: 125px;
   left: 7em;
   padding: 20px 25px;
   width: 70%;
  }
  .image-box {
   /* min-width: 346px; */
   /* height: 334PX; */
}
  .image-box .overlay-img {
        position: relative;
        bottom: 90px;
        left: 110px;
        margin-top: 15px;
        width: 100%;
        max-width: 75%;
    }
  .features div {
    flex: 1 1 60%;
    height: 25em;
}
  .features-section h2 {
    font-size: 32px;
    font-weight: 600;

}
  .feature-card h3 {
    font-size: 18px;
    text-align:center;
}
  .feature-card p {
    font-size: 14px;
    text-align: justify;
}
.feature-card img{
   display: block;
    margin-right: auto;
    margin-left: auto;
}
  .reasons-section {
     padding: 10px 0px;
  }
  .reasons-section h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0px;
}
  .reasons-section p.subhead {
    
    margin-bottom: 10px;
}
  .reason-box h3 {
  font-size: 19px;
}
  .fas img {
    width: 24px;
    margin: 10px 0px;
}
   .reason-box p {
    font-size: 14px;
    line-height: 1.3;
    margin: 10px;
}  
  .reasons-container {
   
    gap: 10px;
  
}
  .cta-btn {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 12px 20px;
  }
  .company-capabilities .btn {
  padding: 10px 20px;
  top: 103em;
}
  .subscribe-section h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.3;
}
  .subscribe-section p {
    text-align: center;
    font-size: 14px;
}
    }
@media (min-width: 525px) and (max-width: 600px){
.company-capabilities-header h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0px;
  text-align: center;
}
  .feature-card {
    height: auto;
}
  .features-center img {
    width: 100%;
    height: auto;
    max-width: 20em;
    margin-top: 20px;
    margin-bottom: 20px;
  }
.company-capabilities {
   gap: 10px;
   align-items: center;
}
  .image-box p {
    margin-bottom: 40px;
    text-align: center;
    margin-left: 0px;
    margin-right: auto;
    font-size: 15px;
}
  .image-box img {
   max-width: 17em;
}
  .features-list {gap: 30px;}
  .experience-box {
        left: 15%;
       
    }
  .experience-box {
   font-size: 18px;
   top: 150px;
   left: 7em;
   padding: 20px 25px;
   width: 70%;
  }
  .image-box {
   /* min-width: 346px; */
   /* height: 334PX; */
}
  .image-box .overlay-img {
        position: relative;
        bottom: 100px;
        left: 120px;
        margin-top: 15px;
        width: 100%;
        max-width: 75%;
    }
  .features div {
    flex: 1 1 60%;
    height: 24em;
}
  .features-section h2 {
    font-size: 32px;
    font-weight: 600;

}
  .feature-card h3 {
    font-size: 20px;
    text-align:center;
}
  .feature-card p {
    font-size: 15px;
    text-align: justify;
}
.feature-card img{
   display: block;
    margin-right: auto;
    margin-left: auto;
}
  .reasons-section {
     padding: 10px 0px;
  }
  .reasons-section h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 0px;
}
  .reasons-section p.subhead {
    
    margin-bottom: 10px;
}
  .reason-box h3 {
  font-size: 20px;
}
  .fas img {
    width: 24px;
    margin: 10px 0px;
}
   .reason-box p {
    font-size: 15px;
    line-height: 1.3;
    margin: 10px;
}  
  .reasons-container {
   
    gap: 10px;
  
}
  .cta-btn {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 13px;
    padding: 12px 20px;
  }
  .company-capabilities .btn {
  padding: 10px 25px;
  top: 100em;
}
  .subscribe-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.3;
}
  .subscribe-section p {
    text-align: center;
    font-size: 16px;
}
    }
@media (min-width: 601px) and (max-width: 650px){
.company-capabilities-header h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0px;
  text-align: center;
}
  .feature-card {
    height: 30em;
}
  .features-center img {
    width: 100%;
    height: auto;
    max-width: 20em;
    margin-top: 20px;
    margin-bottom: 20px;
  }
.company-capabilities {
   gap: 10px;
   align-items: center;
}
  .image-box p {
    margin-bottom: 40px;
    text-align: center;
    margin-left: 0px;
    margin-right: auto;
    font-size: 15px;
}
  .image-box img {
   max-width: 17em;
}
  .features-list {gap: 30px;}
  .experience-box {
        left: 15%;
       
    }
  .experience-box {
   font-size: 18px;
   top: 150px;
   left: 7em;
   padding: 20px 25px;
   width: 70%;
  }
  .image-box {
   /* min-width: 346px; */
   /* height: 334PX; */
}
  .image-box .overlay-img {
        position: relative;
        bottom: 100px;
        left: 120px;
        margin-top: 15px;
        width: 100%;
        max-width: 75%;
    }
  .features div {
    flex: 1 1 60%;
    height: 21em;
}
  .features-section h2 {
    font-size: 32px;
    font-weight: 600;

}
  .feature-card h3 {
    font-size: 20px;
    text-align:center;
}
  .feature-card p {
    font-size: 15px;
    text-align: justify;
}
.feature-card img{
   display: block;
    margin-right: auto;
    margin-left: auto;
}
  .reasons-section {
     padding: 10px 0px;
  }
  .reasons-section h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 0px;
}
  .reasons-section p.subhead {
    
    margin-bottom: 10px;
}
  .reason-box h3 {
  font-size: 20px;
}
  .fas img {
    width: 24px;
    margin: 10px 0px;
}
   .reason-box p {
    font-size: 15px;
    line-height: 1.3;
    margin: 10px;
}  
  .reasons-container {
   
    gap: 10px;
  
}
  .cta-btn {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 13px;
    padding: 12px 20px;
  }
  .company-capabilities .btn {
  padding: 10px 25px;
  top: 87em;
}
  .subscribe-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.3;
}
  .subscribe-section p {
    text-align: center;
    font-size: 16px;
}
    }
@media (min-width: 650px) and (max-width: 675px){
 .company-capabilities .btn {
  padding: 10px 25px;
  top: 63em !important;
  margin-bottom: 50px;
}
}
@media (min-width: 650px) and (max-width: 768px){
.company-capabilities-header h2 {
    font-size: 38px;
    font-weight: 600;
    margin: 0px;
    text-align: center;
}
  .feature-card {
    height: 26em;
}
  .features-center img {
    width: 100%;
    height: auto;
    max-width: 20em;
    margin-top: 20px;
    margin-bottom: 20px;
  }
.company-capabilities {
   gap: 10px;
   align-items: center;
}
  .image-box p {
    margin-bottom: 40px;
    text-align: center;
    margin-left: 0px;
    margin-right: auto;
    font-size: 15px;
}
  .image-box img {
   max-width: 18em;
}
  .features-list {gap: 30px;}
  .experience-box {
        left: 15%;
       
    }
  .experience-box {
   font-size: 20px;
   top: 150px;
   left: 7em;
   padding: 20px 25px;
   width: 70%;
  }
  .image-box {
   /* min-width: 346px; */
   /* height: 334PX; */
}
  .image-box .overlay-img {
        position: relative;
        bottom: 120px;
        left: 140px;
        margin-top: 15px;
        width: 100%;
        max-width: 75%;
    }
  .features div {
    flex: 1 1 45%;
    height: auto;
}
  .features-section h2 {
    font-size: 32px;
    font-weight: 600;

}
  .feature-card h3 {
    font-size: 20px;
    text-align:center;
}
  .feature-card p {
    font-size: 15px;
    text-align: justify;
}
.feature-card img{
   display: block;
    margin-right: auto;
    margin-left: auto;
}
  .reasons-section {
     padding: 10px 0px;
  }
  .reasons-section h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 0px;
}
  .reasons-section p.subhead {
    
    margin-bottom: 10px;
}
  .reason-box h3 {
  font-size: 20px;
}
  .fas img {
    width: 24px;
    margin: 10px 0px;
}
   .reason-box p {
    font-size: 15px;
    line-height: 1.3;
    margin: 10px;
}  
  .reasons-container {
   
    gap: 10px;
  
}
  .cta-btn {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 13px;
    padding: 12px 20px;
  }
  .company-capabilities .btn {
  padding: 10px 25px;
  top: 60em;
  margin-bottom: 50px;
}
  
  .subscribe-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.3;
}
  .subscribe-section p {
    text-align: center;
    font-size: 16px;
}
    }
@media (min-width:700px) and (max-width:768px){
  .company-capabilities .btn {
        padding: 10px 25px;
        top: 58em;
        margin-bottom: 45px;
    }
}
@media (max-width:768px){
.features {
        margin-top: -7em;
    }

}
@media (max-width:660px){
.heading-mg{
  margin-left: -40px;
 }
}
@media (min-width: 768px) and (max-width: 820px){
.company-capabilities-header h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    text-align: center;
}
  .feature-card {
    height: 22em;
}
  .features-center img {
    width: 100%;
    height: auto;
    max-width: 28em;
    margin-top: 20px;
    margin-bottom: 20px;
  }
.company-capabilities {
   gap: 10px;
   align-items: center;
   /* height: auto; */
}
  .image-box p {
    margin-bottom: 40px;
    text-align: center;
    margin-left: 0px;
    margin-right: auto;
    font-size: 16px;
}
  .image-box img {
   max-width: 20em;
}
  .features-list {gap: 30px;}
  .experience-box {
        left: 15%;
       
    }
  .experience-box {
   font-size: 24px;
   top: 150px;
   left: 7em;
   padding: 20px 25px;
   width: 70%;
  }
  .image-box {
   min-width: 434px;
   height: 334PX;
   max-width: 550px;
}
  .image-box .overlay-img {
        position: relative;
        bottom: 120px;
        left: 140px;
        margin-top: 15px;
        width: 100%;
        max-width: 75%;
    }
  .features div {
    flex: 1 1 45%;
    height: 30em;
}
  .features-section h2 {
    font-size: 32px;
    font-weight: 600;

}
  .feature-card h3 {
    font-size: 20px;
    text-align:center;
}
  .feature-card p {
    font-size: 15px;
    text-align: justify;
}
.feature-card img{
   display: block;
    margin-right: auto;
    margin-left: auto;
}
  .reasons-section {
     padding: 10px 0px;
  }
  .reasons-section h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 0px;
}
  .reasons-section p.subhead {
    
    margin-bottom: 10px;
}
  .reason-box h3 {
  font-size: 20px;
}
  .fas img {
    width: 24px;
    margin: 10px 0px;
}
   .reason-box p {
    font-size: 15px;
    line-height: 1.3;
    margin: 10px;
}  
  .reasons-container {
   
    gap: 10px;
  
}
  .cta-btn {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 13px;
    padding: 12px 20px;
  }
  .company-capabilities .btn {
  padding: 10px 25px;
  top: 58em;
  margin-bottom: 5px;
}
  .subscribe-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.3;
}
  .subscribe-section p {
    text-align: center;
    font-size: 16px;
}
}
@media (min-width: 820px) and (max-width: 991px){
.company-capabilities-header h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    text-align: center;
}
  .feature-card {
    height: 24em;
}
  .features-center img {
    width: 100%;
    height: auto;
    max-width: 28em;
    margin-top: 20px;
    margin-bottom: 20px;
  }
.company-capabilities {
   gap: 10px;
   align-items: center;
   /* height: auto; */
}
  .image-box p {
    margin-bottom: 40px;
    text-align: center;
    margin-left: 0px;
    margin-right: auto;
    font-size: 19px;
}
  .image-box img {
   max-width: 22em;
}
  .features-list {gap: 30px;}
  .experience-box {
        left: 15%;
       
    }
  .experience-box {
   font-size: 24px;
   top: 175px;
   left: 7em;
   padding: 20px 25px;
   width: 70%;
  }
  .image-box {
   min-width: 434px;
   height: 334PX;
   max-width: 550px;
}
  .image-box .overlay-img {
        position: relative;
        bottom: 120px;
        left: 140px;
        margin-top: 15px;
        width: 100%;
        max-width: 75%;
    }
  .features div {
    flex: 1 1 45%;
    height: 34em;
    font-size: 16px;
    padding: 40px;
}
  .features-section h2 {
    font-size: 32px;
    font-weight: 600;

}
  .feature-card h3 {
    font-size: 20px;
    text-align:center;
}
  .feature-card p {
    font-size: 16px;
    text-align: justify;
}
.feature-card img{
   display: block;
    margin-right: auto;
    margin-left: auto;
}
  .reasons-section {
     padding: 10px 0px;
  }
  .reasons-section h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 0px;
}
  .reasons-section p.subhead {
    
    margin-bottom: 10px;
}
  .reason-box h3 {
  font-size: 20px;
}
  .fas img {
    width: 24px;
    margin: 10px 0px;
}
   .reason-box p {
    font-size: 15px;
    line-height: 1.3;
    margin: 10px;
}  
  .reasons-container {
   
    gap: 10px;
  
}
  .cta-btn {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 13px;
    padding: 12px 20px;
  }
  .company-capabilities .btn {
  padding: 10px 25px;
  top: 76em;
  margin-bottom: 5px;
}
  .subscribe-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.3;
}
  .subscribe-section p {
    text-align: center;
    font-size: 16px;
}
}
@media (min-width: 991px) and (max-width: 1024px){
.image-box {
      max-width: 315px;
    }
  .image-box p {
  
    font-size: 15px;
}
  .image-box img {
  
    max-width: 14em;
}
  .image-box .overlay-img {
   
    bottom: -200px;
    left: 5em;
    max-width: 18em;
  }

  .company-capabilities .btn {
    top: 22em;
}
  .experience-box {
    top: 190px;
    left: 4.2em;
    font-size: 16px;
  }
  .experience-box span {
    font-size: 40px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px){
  .reasons-container {
    padding: 2% 5%;
}
  .company-capabilities-header h2 {
    font-size: 40px;
    margin-bottom: 0px;
}
  .image-box {
    min-width: 280px;
    max-width: 290px;
}
  .image-box p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height:1.3;
}
  .image-box img {
    max-width: 12em;
}
  .image-box .overlay-img {bottom: -160px;left: 6em;max-width: 15em;}
  .experience-box {
      top: 160px;
      left: 5em;
      padding: 15px 10px;
      font-size: 15px;
      gap: 10px;
    
    }

   .company-capabilities .btn {
      padding: 12px 20px;
      top: 20em;
    }

}
@media (min-width: 1200px) and (max-width: 1440px){
  .reasons-container {
    padding: 2% 5%;
}
}
@media (min-width: 1320px) and (max-width: 1440px){
   .company-capabilities .btn {
     margin-bottom: 2em;
     top: 15em;
    }
   .image-box .overlay-img {bottom: -100px;/* left: 6em; *//* max-width: 15em; */}
}
@media (min-width: 1440px) and (max-width: 1650px){
  .company-capabilities .btn {
     margin-bottom: 2em;
     top: 20em;
    }
   .image-box .overlay-img {bottom: -100px;/* left: 6em; *//* max-width: 15em; */}
  
.company-capabilities {
 
   
}
  .features div {
      font-size: 18px;
    }
.image-box p {

    font-size: 18px;
}
.experience-box {
    top: 190px;
}
.feature-card p {
    font-size: 18px;
    
}
.reason-box p {
    font-size: 18px;
}
}
@media (min-width: 1650px) and (max-width: 1850px){
  .company-capabilities .btn {
     margin-bottom: 2em;
     top: 14em;
    }
   .image-box .overlay-img {bottom: -100px;/* left: 6em; *//* max-width: 15em; */}
  
.company-capabilities {
 
   
}
  .features div {
      font-size: 18px;
    }
.image-box p {

    font-size: 18px;
}
.experience-box {
    top: 190px;
}
.feature-card p {
    font-size: 18px;
    
}
.reason-box p {
    font-size: 18px;
}
  .company-capabilities-header h2 {
    font-size: 48px;
  }
  .features-section h2 {
    font-size: 48px;
  }
  .feature-card h3 {
    font-size: 24px;
  }
  .features-section {

    padding: 5%;
  }
  .reasons-container {
    padding: 2% 5%;
}
  .reason-box h3 {
    font-size: 24px;
  }
  .reasons-section h2 {
    font-size: 42px;
  }
}
@media (min-width: 1850px) and (max-width: 2140px){
    .company-capabilities .btn {
     margin-bottom: 2em;
     top: 17em;
    }
   .image-box .overlay-img {bottom: -150px;left: 16em;max-width: 22em;}
  
.company-capabilities {
 
   
}
  .features div {
      font-size: 20px;
    }
.image-box p {font-size: 20px;}
.experience-box {
    top: 170px;
    font-size: 22px;
}
.feature-card p {
    font-size: 20px;
}
.reason-box p {
    font-size: 20px;
}
  .company-capabilities-header h2 {
    font-size: 48px;
  }
  .features-section h2 {
    font-size: 48px;
  }
  .feature-card h3 {
    font-size: 25px;
  }
  .features-section {

    padding: 5%;
  }
  .reasons-container {
    padding: 2% 5%;
}
  .reason-box h3 {
    font-size: 25px;
  }
  .reasons-section h2 {
    font-size: 44px;
  }
  .image-box {
    min-width: 310px;
    max-width: 600px;
}
  .image-box img {
    max-width: 20em;
}
}
@media (min-width: 2140px) and (max-width: 2460px){
    .company-capabilities .btn {
     margin-bottom: 2em;
     top: 17em;
    }
   .image-box .overlay-img {bottom: -150px;left: 15em;max-width: 24em;}
  
.company-capabilities {
 padding: 5%;
}
  .features div {
      font-size: 20px;
    }
.image-box p {font-size: 20px;}
.experience-box {
    top: 170px;
    font-size: 23px;
}
.feature-card p {
    font-size: 20px;
}
.reason-box p {
    font-size: 20px;
}
  .company-capabilities-header h2 {
    font-size: 48px;
  }
  .features-section h2 {
    font-size: 48px;
  }
  .feature-card h3 {
    font-size: 25px;
  }
  .features-section {

    padding: 5%;
  }
  .reasons-container {
    padding: 2% 5%;
}
  .reason-box h3 {
    font-size: 25px;
  }
  .reasons-section h2 {
    font-size: 44px;
  }
  .image-box {
    min-width: 310px;
    max-width: 670px;
}
  .image-box img {
    max-width: 22em;
}
}
@media (min-width: 2460px){
   .company-capabilities .btn {
     margin-bottom: 2em;
     top: 17em;
    }
   .image-box .overlay-img {bottom: -150px;left: 15em;max-width: 24em;}
  
.company-capabilities {
 padding: 5%;
}
  .features div {
      font-size: 20px;
    }
.image-box p {font-size: 20px;}
.experience-box {
    top: 170px;
    font-size: 23px;
}
.feature-card p {
    font-size: 20px;
}
.reason-box p {
    font-size: 20px;
}
  .company-capabilities-header h2 {
    font-size: 48px;
  }
  .features-section h2 {
    font-size: 48px;
  }
  .feature-card h3 {
    font-size: 25px;
  }
  .features-section {

    padding: 5%;
  }
  .reasons-container {
    padding: 2% 5%;
}
  .reason-box h3 {
    font-size: 25px;
  }
  .reasons-section h2 {
    font-size: 44px;
  }
  .image-box {
    min-width: 310px;
    max-width: 670px;
}
  .image-box img {
    max-width: 22em;
}
}

/*****home internal******/
 .feature-card a {
    color: #fff;
    cursor: pointer;
    height: 23em;
  }
/*****client internal****/
.logo-img-cont {
    height: auto;
}
.logo-container img {
    max-width: 100%;
    height: auto;
}
/*****privacy-policy*****/
      
.privacy-banner {
      background: url('https://storage.googleapis.com/giffycms-skyitinfratech.appspot.com/5658681941164032');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }
.privacy-content {
  background: #ffffff;
  padding: 50px 15px;
  font-family: "Titillium Web", sans-serif;
}

.privacy-wrapper {
  max-width: 900px;
  margin: auto;
  text-align: left;
}

.privacy-wrapper ul{
        margin: 0 20px;
}
.privacy-wrapper h3{
font-size: 22px;
    font-weight: 800;
    margin-top: 1.5em;
    margin-bottom: 1.5rem;
}
.privacy-wrapper p {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .privacy-wrapper p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .privacy-content {
    padding: 60px 15px;
  }

  .privacy-wrapper p {
    font-size: 14px;
  }
}

