/* about us page */
.bold{
    font-weight: bold;
}
.bluecolor{
    color: black;
}
.margin_5{
    margin-top: 5% !important;
}
.abooutimage1{
    width:100%;
}
p{
    font-size: 18px;
    line-height: 30px;
    list-style: normal;
    color:black;
    font-family: "helvetica neue", HelveticaNeue, Helvetica-Neue, Helvetica, Arial, sans-serif;
    font-weight: 400px;
}
li{
     font-size: 18px;
    line-height: 30px;
    list-style: normal;
    color:black;
    font-family: "helvetica neue", HelveticaNeue, Helvetica-Neue, Helvetica, Arial, sans-serif;
    font-weight: 400px;
}



 .why-we-section {
      padding: 50px 15px;
      font-family: Arial, sans-serif;
      background-color: #fff;
      color: #1a1a1a;
    }

    .why-we-title {
      color: black;
      font-weight: 700;
      margin-bottom: 30px;
    }

    .why-we-content p {
      text-align: justify;
      margin-bottom: 15px;
    }

    .why-we-feature {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
    }

    .why-we-icon {
      width: 70px;
      height: 70px;
      min-width: 35px;
      min-height: 35px;
      border-radius: 50%;
      background-color: #eee;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      color: black;
      font-weight: bold;
      margin-right: 15px;
    }

    .why-we-feature-title {
      color: black;
      font-weight:bold ;
      margin-bottom: 3px;
      font-size: 20px;
    }

    .why-we-feature-text {
      font-size: 14px;
      margin: 0;
    }

    @media (max-width: 768px) {
      .why-we-section {
        padding: 30px 15px;
      }
    }


    .abooutimage2{
        width:90%;
    }



    .client-section {
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.client-section-heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: black;
}

.client-section-subheading {
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}



.client-section-list {
  padding-left: 20px;
}



.client-section-list a {
  color: black;
  text-decoration: underline;
}

.client-section-list a:hover {
  text-decoration: none;
}



.banner-section {
  background: url('./images/polygon.webp') no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black; /* dark blue transparent overlay */
  z-index: 1;
}

.banner-section2{
  background: url('./images/polygon.webp') no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.banner-section2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 177, 5, 0.582); /* dark blue transparent overlay */
  z-index: 1;
}

.banner-section-overlay {
  position: relative;
  z-index: 2;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 768px) {
  .banner-section-overlay {
    flex-direction: row;
    text-align: left;
  }
}

.banner-section-text {
  flex: 1;
}

.banner-section-cta {
  background-color: #B02B2C;
  color: #000;
  font-weight: bold;
  padding: 30px 30px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
   font-weight: bold;
}

.banner-section-cta2{
  background-color: #B02B2C;
  
  font-weight: bold;
  padding: 30px 30px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  color:white;
  font-weight: bold;
}
.banner-section-cta:hover {
  background-color: #B02B2C;
  color: #000;
}


.uploadbutonbackground{
    background-color: #B02B2C;
    color:white;
    padding:20px 30px;
    border: none;
    font-weight: bold;
}


/* =====================================================================================================blogs page */
.blog-section {
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.blog-section-title {
  font-size: 2rem;
  font-weight: bold;
  color: black;
}

.blog-section-card {
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  transition: transform 0.2s ease;
  border: 1px solid #eaeaea;
  height: 100%;
}

.blog-section-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.blog-section-img {
  border-radius: 6px;
}

.blog-section-heading {
  color: black;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
}

.blog-section-date {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 8px;
}

.blog-section-desc {
  font-size: 0.95rem;
  color: #333;
}
.red{
  color:   #B02B2C;
}

/* ====================================portfolio */

.widthportfolioimage {
      width: 100%;
      height: 300px;
      object-fit: cover;
      transition: transform 0.4s ease-in-out;
      margin: 0;
      padding: 0;
    }

    .boxshadow {
      box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px,
                  rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px,
                  rgba(42, 51, 70, 0.04) 0px 2px 2px -1px,
                  rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
                  rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px,
                  rgba(42, 51, 70, 0.03) 0px 10px 10px -5px,
                  rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    }

    .align {
      text-align: center;
      padding-top: 10px;
      font-weight: 500;
    }

    .image-container {
      overflow: hidden;
      height: 300px;
    }

    .image-container:hover .widthportfolioimage {
      transform: scale(1.1);
    }