body {
      margin: 0;
      font-family: "Poppins-Regular";
      color: #141414;
      background-color: #ffffff;
      line-height: 1.6;
    }
:root {
    --font-family-service: "Poppins-Regular"
}

@font-face {
    font-family: 'Acme Regular';
    src: url(../fonts/Acme-Regular.ttf);
    font-weight: 400
}

@font-face {
    font-family: "OpenSans-Regular";
    src:  url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "Staccato222BT-Regular";
    src: url(../fonts/Staccato222BT-Regular.otf)
}

@font-face {
    font-family: "Poppins-Regular";
    src: url(../fonts/Poppins-Regular.ttf)
}
    h1, h2, h3 {
      margin: 0 0 1rem;
      color: #111834;
      line-height: 1.2;  font-family: "OpenSans-Bold";
    }
    p, a {
      color: #4a5568;
      font-size: 1rem;
      font-family: "Poppins-Regular";
    }
    a {text-decoration: none;}
    .hero {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 7rem 7%;
      background-color: rgba(239, 239, 239, 1);
    }
    .hero-text {
      flex: 1 1 45%;
    }
    .hero-text h1 {
      font-size: 2.5rem;
      font-weight: 900;
    }
    .hero-text h1 span {
      color: #e8491d;
    }
    .hero-text p {
      font-size: 1.125rem;
      margin: 1rem 0 2.5rem;
    }
    .btn-primary {
      font-size: 1rem;
      font-weight: 500;
      padding: 0.75rem 2rem;
      background-color: #e8491d;
      color: white;
      border-radius: 4px;
      transition: background 0.3s ease;
    }
       .btn-secondary:hover {
     color: #c53b16;
    }
    .btn-banner{padding-top: 0.6em;}
    .btn-secondary {
      margin-left: 1rem;
      font-size: 1rem;
      font-weight: 500;
      color: #111834;
    }
    .hero-image {
      flex: 1 1 300px;
      text-align: right;
    }
    .hero-image img {
      max-width: 100%;
      height: auto;
    }

    /* Sections */
    /* section {
      padding: 3rem 10%;
    }
    footer section{padding: 0em;} */
    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 1rem;
    }
.city-section {
  text-align: center;
  padding: 50px 5%;
  font-family: Arial, sans-serif;
}

.city-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.city-section p {
  font-size: 16px;
  color: #555;
  max-width: 740px;
  margin: 0 auto 30px;
  line-height: 1.5;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 40px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  /* box-shadow: 0px 4px 20px rgba(0,0,0,0.05); */
  /* max-width: 900px;
  margin: auto; */
}

.city-grid a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.city-grid a img {
  width: 16px;
  height: 16px;
}
.city-grid a:hover {
  color: #e8491d;}
  .industry-section {
        max-width: 100%;
        margin:10px auto;
        /* background-color:rgba(239, 239, 239, 1); */
        border-radius: 10px; padding: 5% 7%;
        display: flex; gap: 20px;}
    .left {flex: 1;}

.card {
   padding: 0.9em;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color
}

.card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(239 239 239/.5);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%0;
    transform-origin: 50%0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.card,.card:before {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.card:active,.card:focus,.card:hover {
    background-color: rgb(239 239 239/.1)
}

.card:active:before,.card:focus:before,.card:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}
    .left h2 {
        font-size:36px; margin-bottom:4%; }
    .left p {
        font-size: 16px;
        color: #333;
        line-height: 1.5;
        margin-bottom:5%;}
   
 .right {
        flex: 1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap:0px;
    }
  
    .card h4 {
        font-size:19px;
        margin: 0;
    }
    .card p {
        font-size: 16px;
        color: #555;
        margin: 3px 0 0;
    }

.cta-section {
         background-color:rgba(239, 239, 239, 1);
        color: rgb(46, 45, 45);
        text-align: center;
        padding: 80px 20px;
        position: relative;
        overflow: hidden;
    }
    /* .cta-section::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%230090ff" fill-opacity="1" d="M0,192L60,176C120,160,240,128,360,122.7C480,117,600,139,720,165.3C840,192,960,224,1080,229.3C1200,235,1320,213,1380,202.7L1440,192L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z"></path></svg>') no-repeat bottom;
        background-size: cover;
    } */
    .cta-section h2 {
        font-size: 38px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .cta-section p {
        font-size: 18px;
        color: #252525;
        margin-bottom: 30px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.5;
    }
    .services-button{padding-top: 4%;}
  .services-section {background-color: #efefef59;
        max-width: 100%;
        margin: 0px auto;
        padding: 5% 7%;
        text-align: center;
    }
    .services-section h2 {
        font-size:36px;
        font-weight: bold;
        color: #1a1a1a;
        
    }
    .services-section p {margin-bottom: 4%;}
    .services-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(280px, 1fr));
        gap: 20px;
    }
    .service-card {
        background: #fff;
        border-radius: 0px;
        padding: 20px;
        text-align: left;
        display: flex;
        align-items: flex-start;
        gap: 15px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        transition: transform 0.2s ease;
    }
    .service-card:hover {
        transform: translateY(-5px);
        background-color: #dbdbdb4b;
    }
    .service-icon {
        width: 40px;
        height: 40px;
        background-color: #eef4ff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #4a6cf7;
        flex-shrink: 0;
    }
    .service-content h3 {
        font-size: 19px;
        font-weight: bold;
        color: #1a1a1a;
        margin: 0 0 5px;
    }
    .service-content p {
        font-size: 16px;
        color: #666;
        margin: 0;
        line-height: 1.4;
    }
  