
#hero-11 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 65vh;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  text-align: left;
  color: #ffffff;
  --hero-overlay-color: rgba(0, 0, 0, 0.5);
}
#hero-11::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
}
#hero-11 .container {
  position: relative;
  z-index: 2;
}
#hero-11 .hero-content-wrapper-11 {
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}
#hero-11 .hero-title-11 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-11 .hero-subtitle-11 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-11 .hero-cta-button-11 {
  display: inline-block;
  padding: 0.8rem 2.1rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-11 .hero-cta-button-11:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #hero-11 {
    min-height: 60vh;
    padding: 4rem 0;
    text-align: center;
    justify-content: center;
  }
  #hero-11 .hero-content-wrapper-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  #hero-11 .hero-title-11 {
    font-size: 2.4rem;
  }
  #hero-11 .hero-subtitle-11 {
    font-size: 1.1rem;
  }
}



#our-services-4 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#our-services-4 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#our-services-4 .carousel-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
#our-services-4 .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#our-services-4 .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 4px;
}
#our-services-4 .btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #our-services-4 .carousel-item img {
    height: 250px;
  }
}



#features-2 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#features-2 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#features-2 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
  text-align: center;
}
#features-2 .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
#features-2 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-2 .feature-image {
  width: 40%;
  height: auto;
}
#features-2 .feature-content {
  padding: 20px;
  width: 60%;
}
#features-2 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #17a2b8;
}
#features-2 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#offers-4 {
  padding: 80px 0;
  background-color: #212529;
  color: #f8f9fa;
}
#offers-4 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #fff;
}
#offers-4 .offer-countdown-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 2.5rem 3rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
#offers-4 .offer-countdown-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffc107;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#offers-4 .offer-countdown-description {
  font-size: 1rem;
  color: #dee2e6;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
#offers-4 .countdown-timer-display {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#offers-4 .countdown-timer-display i {
  margin-right: 8px;
  color: #ffc107;
}
#offers-4 .countdown-prefix {
  margin-right: 5px;
  opacity: 0.8;
}
#offers-4 .offer-progress-area {
  margin-bottom: 2rem;
  padding-top: 1rem;
}
#offers-4 .progress {
  height: 1.2rem;
  border-radius: 50rem;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: visible;
  position: relative;
}
#offers-4 .progress-bar {
  font-weight: 600;
  font-size: 0.85rem;
  color: #212529;
  border-radius: 50rem;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-4 .progress-label {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -1.8rem;
  font-size: 0.9rem;
  color: #adb5bd;
}
#offers-4 .btn-countdown-cta {
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50rem;
  background-color: #ffc107;
  border: none;
  color: #333;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#offers-4 .btn-countdown-cta:hover {
  background-color: #ffca2c;
  transform: scale(1.05);
}



#portfolio-2 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #1a1a1a;
}
#portfolio-2 .section-title-container {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #f8f9fa;
}
#portfolio-2 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-2 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#portfolio-2 .carousel-item {
  height: 75vh;
  min-height: 450px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#portfolio-2 .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#portfolio-2 .carousel-caption {
  bottom: 10%;
  left: 10%;
  right: 10%;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #ffffff;
  z-index: 10;
}
#portfolio-2 .carousel-caption.text-center {
  text-align: center !important;
}
#portfolio-2 .carousel-caption.text-start {
  text-align: left !important;
}
#portfolio-2 .carousel-caption.text-end {
  text-align: right !important;
}
#portfolio-2 .carousel-caption h5 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#portfolio-2 .carousel-caption p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 700px;
}
#portfolio-2 .carousel-caption.text-start p,
#portfolio-2 .carousel-caption.text-end p {
  max-width: 550px;
}
#portfolio-2 .carousel-caption.text-center p {
  margin-left: auto;
  margin-right: auto;
}
#portfolio-2 .btn-slide-cta {
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#portfolio-2 .btn-slide-cta:hover {
  transform: translateY(-2px);
}
#portfolio-2 .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}
#portfolio-2 .carousel-indicators .active {
  background-color: #ffffff;
}
#portfolio-2 .carousel-control-prev-icon,
#portfolio-2 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 15px;
  width: 50px;
  height: 50px;
  background-size: 50% 50%;
}
@media (max-width: 767.98px) {
  #portfolio-2 .carousel-item {
    height: 60vh;
    min-height: 400px;
  }
  #portfolio-2 .carousel-caption {
    bottom: 8%;
    left: 5%;
    right: 5%;
  }
  #portfolio-2 .carousel-caption h5 {
    font-size: 1.8rem;
  }
  #portfolio-2 .carousel-caption p {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
}



#testimonials-6 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#testimonials-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#testimonials-6 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#testimonials-6 .testimonial-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#testimonials-6 .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#testimonials-6 .testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-6 .testimonial-card p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-6 .client-info {
  font-size: 0.95rem;
  color: #777;
}
@media (max-width: 992px) {
  #testimonials-6 .testimonial-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #testimonials-6 .testimonial-card {
    flex: 1 1 100%;
  }
}



#call-to-action-8 {
  background-color: #17a2b8;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}
#call-to-action-8 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-8 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-8 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #17a2b8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-8 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #17a2b8;
}
@media (max-width: 767.98px) {
  #call-to-action-8 h2 {
    font-size: 28px;
  }
  #call-to-action-8 p {
    font-size: 16px;
  }
}


