:root {
  --brand: #01b5fb;
  --sub: #6ac754;
  --body: #516171;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

/* Path */
.banner-area {
  position: relative;
  min-height: 400px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
}

.banner-text {
  position: absolute;
  top: 75% !important;
  left: 0px;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  /* max-width: 1170px; */
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-heading {
  /* text-align: center; */
  text-align: left;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus {
  color: #fff !important;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.banner__item {
  position: relative;
  overflow: hidden;
}

.banner__item:hover .banner__item__text a:after {
  width: 40px;
  background: #e53637;
}

.banner__item.banner__item--middle {
  /* margin-top: -75px; */
  margin-top: -25px;
}

.banner__item.banner__item--middle .banner__item__pic {
  float: none;
}

/* .banner__item.banner__item--middle .banner__item__text {
	position: relative;
	top: 0;
	left: 0;
	max-width: 100%;
	padding-top: 22px;
} */

.banner__item.banner__item--last {
  /* margin-top: 100px; */
  margin-top: 350px;
}

.banner__item__pic {
  float: right;
}

.banner__item__text {
  max-width: 300px;
  position: absolute;
  left: 0;
  top: 140px;
}

.banner__item__text h2 {
  color: #111111;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 10px;
}

.banner__item__text a {
  display: inline-block;
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 3px 0;
  position: relative;
}

.banner__item__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #111111;
  content: "";
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__item.banner__item--middle {
    margin-top: 0;
  }

  .banner__item.banner__item--last {
    margin-top: 0;
  }

  .banner__item {
    margin-bottom: 40px;
  }

  .banner {
    padding-bottom: 60px;
  }

}


@media only screen and (max-width: 767px) {
  .banner__item.banner__item--middle {
    margin-top: 0;
  }

  .banner__item.banner__item--last {
    margin-top: 0;
  }

  .banner__item {
    margin-bottom: 40px;
  }

  .banner {
    padding-bottom: 60px;
  }

  .banner__item__pic {
    float: none;
  }

  .banner__item__pic img {
    min-width: 100%;
  }

  .banner__item__text {
    max-width: 100%;
    position: relative;
    top: 0;
    padding-top: 22px;
  }
}

@media only screen and (min-width: 967px) {
  .banner__item__pic img {
    height: 450px;
    object-fit: cover;
  }
}

/*** About Start ***/
.about {
  background: linear-gradient(rgb(255, 255, 255), rgba(241, 241, 241, 0.514)), url(../img/image-5/backimg.jpg);
  background-attachment: fixed;
}

.about .about-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}

.about .about-img .about-img-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 10px solid;
  border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
  border-radius: 50%;

}

.about .about-img .about-experience {
  position: absolute;
  top: 125px;
  left: -125px;
  transform: rotate(-90deg);
  background: transparent;
  color: var(--brand);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
}

.service-page-img {
  border-radius: 30px;
}
.rounded-circle{
  object-fit: cover;
}

@media (max-width: 768px) {
  .service-page-img {
    
    object-fit: cover;
  }
  .rounded-circle{
    object-fit: cover;
  }
}

/*** About End ***/

/*** Services Start ***/
.services {
  padding-top: 30px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.589)), url(../img/image-5/7578544-hd_1280_720_30fps.mp4);
}

.services .services-item {
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.136) !important;
}

/* .services .services-item:hover {
  background: var(--brand) !important;
  border-color: var(--brand) !important;
} */

.services-content h3 {
  color: white !important;
}

.services-content p {
  color: #fff !important;
}

.services .services-item:hover .services-content p,
.services .services-item:hover .services-content h3 {
  color: var(--bs-white);
  transition: 0.5s;
}

.services .services-item:hover .services-content a.btn {
  background: var(--bs-white);
  color: var(--bs-primary) !important;
}

.services .services-item:hover .services-content a.btn:hover {
  color: var(--bs-white) !important;
}

.services .services-item .services-img {
  overflow: hidden;
}

.services .services-item .services-img img {
  transition: 0.5s;
}

.services .services-item .services-img img:hover {
  transform: scale(1.3);
}

.services-item {
  height: 100%;
  border-radius: 10px;
}

/* .services-content h3{
  font-size: 23px;
  font-weight: 600;
  font-family: 'Times New Roman', Times, serif;
} */

/*** Services End ***/

.cta-section {
  position: relative;
  background: url(../img/image-4/img-7.jpg);
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 60px 20px;
}

/* Dark Gradient Overlay */
.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.315), rgba(0, 0, 0, 0.486));
}

/* CTA Box */
.cta-box {
  position: relative;
  max-width: 700px;
  padding: 40px;
  border-radius: 20px;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  color: white;
  transition: 0.4s;
}

/* Hover Effect */
.cta-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.cta-box h2 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
}

.cta-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Button Style */
.cta-btn {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(45deg, #0F4C5C, #0F4C5C);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s;
}

.cta-btn:hover {
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.5);
}

/* Mobile Responsive */
@media(max-width:768px) {

  .cta-section {
    justify-content: center;
    text-align: center;
  }

  .cta-box {
    max-width: 100%;
    padding: 30px;
  }

  .cta-box h2 {
    font-size: 24px;
  }

}

/* TESTIMONIAL SECTION */

.testimonial-section {
  background: #f8f9fa;
  position: relative;
  padding-bottom: 70px !important;
}

/* CARD */

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  border-left: solid 1px var(--brand);
  border-top: solid 1px var(--brand);
  padding: 40px 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  margin: 15px;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* QUOTE ICON */

.quote-icon {
  position: absolute;
  top: -15px;
  left: 10px;
  background: var(--brand);
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 22px;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* TEXT */

.testimonial-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* CLIENT INFO */

.client-info h5 {
  font-weight: 600;
  margin-bottom: 3px;
}

.client-info span {
  font-size: 13px;
  color: var(--brand);
}

/* STAR RATING */

.stars i {
  color: #ffc107;
  font-size: 16px;
  margin-right: 3px;
}

/* NAVIGATION ARROWS */

/* NAV POSITION */
.testimonial-carousel .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
  display: flex;
}

/* ARROW STYLE */
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.3s;
}

/* HOVER EFFECT */
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: #222;
}

/* DOTS */

.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.testimonial-carousel .owl-dot span {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  display: block;
  transition: 0.3s;
}

.testimonial-carousel .owl-dot.active span {
  background: var(--brand);
  width: 30px;
  border-radius: 20px;
}

/* RESPONSIVE */

@media(max-width:768px) {

  .testimonial-carousel .owl-nav {
    top: -40px;
  }

  .testimonial-carousel .owl-nav button {
    width: 20px !important;
    height: 20px !important;
    font-size: 18px;
  }

}