/* new page banner style 1 start here */
/*
.banner-services {
  position: relative;
  background: linear-gradient(135deg, #1A1A1A, #0052CC); 
  color: #ffffff;
  padding: 5% 3%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.banner-services::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 60%),
              radial-gradient(circle at bottom right, rgba(0,0,0,0.2), transparent 70%);
  z-index: 0;
}

.banner-services img {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  position: relative;
  z-index: 1;
}
.banner-services img:hover {
  transform: scale(1.04);
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

.banner-services .content {
  padding: 2.5%;
  position: relative;
  z-index: 1;
}

.banner-services h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #ffffff, #a6c8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-services h5 {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #f0f0f0;
}

.banner-services h5 i {
  color: #00E6A1;
  margin-right: 8px;
  font-size: 1.1rem;
}

.banner-services .btn {
  border-radius: 50px;
  font-weight: 500;
  padding: 12px 28px;
  background: #00E6A1;
  color: #1A1A1A;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,230,161,0.4);
}
.banner-services .btn:hover {
  background: #00c98b;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,230,161,0.6);
}

@media (max-width: 768px) {
  .banner-services {
    text-align: left;
    padding: 12% 5%;
  }
  .banner-services h1 {
    font-size: 2rem;
  }
  .banner-services img {
    margin-bottom: 20px;
  }
}
*/
/* new page banner style 1 end here */



/* new page banner style start here */
.banner-services {
  position: relative;
  background: linear-gradient(135deg, #1A1A1A, #dc3545);
  color: #ffffff;
  padding: 5% 3%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.banner-services::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 60%),
              radial-gradient(circle at bottom right, rgba(0,0,0,0.25), transparent 70%);
  z-index: 0;
}

.banner-services img {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  position: relative;
  z-index: 1;
}
.banner-services img:hover {
  transform: scale(1.04);
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

.banner-services .content {
  padding: 2.5%;
  position: relative;
  z-index: 1;
}

.banner-services h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #ffffff, #ffb3b3); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-services h5 {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #f8d7da; 
}

.banner-services h5 i {
  color: #ffc107; 
  margin-right: 8px;
  font-size: 1.1rem;
}

.banner-services .btn {
  border-radius: 50px;
  font-weight: 600;
  padding: 12px 28px;
  background: #ffc107; 
  color: #1A1A1A;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255,193,7,0.4);
}
.banner-services .btn:hover {
  background: #e0a800; 
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255,193,7,0.6);
}

@media (max-width: 768px) {
  .banner-services {
    text-align: left;
    padding: 12% 5%;
  }
  .banner-services h1 {
    font-size: 2rem;
  }
  .banner-services img {
    margin-bottom: 20px;
  }
}
/* new page banner style end here */
