
#hero-2 {
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
#hero-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#hero-2 .container {
  position: relative;
  z-index: 2;
}
#hero-2 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-2 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#our-services-18 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#our-services-18 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-18 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-18 .vertical-tabs-container {
}
#our-services-18 .nav-pills .nav-link {
  border-radius: 0.375rem;
  text-align: left;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #495057;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  display: flex;
  align-items: center;
}
#our-services-18 .nav-pills .nav-link i {
  margin-right: 0.75rem;
  min-width: 1.25em;
  text-align: center;
  color: var(--bs-secondary);
}
#our-services-18 .nav-pills .nav-link.active,
#our-services-18 .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--bs-primary, #0d6efd);
  border-color: var(--bs-primary, #0d6efd);
}
#our-services-18 .nav-pills .nav-link.active i {
  color: #fff;
}
#our-services-18 .nav-pills .nav-link:hover:not(.active) {
  background-color: #e9ecef;
  border-color: #adb5bd;
}
#our-services-18 .tab-content {
  padding: 1rem 1.5rem;
}
#our-services-18 .tab-pane h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #343a40;
}
#our-services-18 .tab-pane p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.5rem;
}
#our-services-18 .tab-pane img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#our-services-18 .tab-pane .btn-cta {
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  #our-services-18 .nav-pills {
    margin-bottom: 1.5rem;
  }
  #our-services-18 .tab-content {
    padding: 1rem;
  }
  #our-services-18 .tab-pane h3 {
    font-size: 1.4rem;
  }
}



#features-8 {
  padding: 80px 0;
  background-color: #eef2f3;
  text-align: center;
}
#features-8 .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
#features-8 .section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}
#features-8 .feature-item {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-8 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#features-8 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-8 .feature-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
#features-8 .feature-description {
  font-size: 16px;
  color: #777;
}



#offers-13 {
  padding: 100px 0;
  position: relative;
}
#offers-13 .minimal-offer-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
#offers-13 .main-offer-text {
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0rem;
  color: #ffc107;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
#offers-13 .offer-subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
}
#offers-13 .condition-text {
  font-size: 0.95rem;
  margin-bottom: 2.5rem;
  opacity: 0.7;
}
#offers-13 .btn-minimal-cta {
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50rem;
  background-color: #ffc107;
  border: none;
  color: #333;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#offers-13 .btn-minimal-cta:hover {
  background-color: #ffca2c;
  transform: scale(1.05);
}
@media (max-width: 991.98px) {
  #offers-13 .main-offer-text {
    font-size: 6rem;
  }
  #offers-13 .offer-subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  #offers-13 {
    padding: 80px 0;
  }
  #offers-13 .main-offer-text {
    font-size: 4.5rem;
  }
  #offers-13 .offer-subtitle {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  #offers-13 .btn-minimal-cta {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}



#portfolio-5 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#portfolio-5 .section-title-container {
  margin-bottom: 40px;
}
#portfolio-5 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-5 .project-hero-image img {
  width: 100%;
  height: auto;
  max-height: 550px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#portfolio-5 .project-header .project-main-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 5px;
}
#portfolio-5 .project-header .project-meta-info {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 20px;
}
#portfolio-5 .project-header .project-meta-info span:not(:last-child)::after {
  content: "|";
  margin: 0 8px;
  color: #ced4da;
}
#portfolio-5 .project-content-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}
#portfolio-5 .project-content-description p {
  margin-bottom: 1rem;
}
#portfolio-5 .key-highlights-section .highlights-main-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
}
#portfolio-5 .key-highlights-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
#portfolio-5 .key-highlights-list li {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 10px;
}
#portfolio-5 .key-highlights-list li .highlight-icon {
  font-size: 1.1rem;
  color: #20c997;
  margin-right: 12px;
  width: 22px;
  text-align: center;
}
#portfolio-5 .project-gallery-section .gallery-main-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 20px;
}
#portfolio-5 .gallery-thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}
#portfolio-5 .gallery-thumbnail-item a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#portfolio-5 .gallery-thumbnail-item a:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#portfolio-5 .gallery-thumbnail-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
#portfolio-5 .project-final-link a {
  display: inline-block;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
#portfolio-5 .project-final-link a i {
  margin-left: 8px;
}



#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-17 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#call-to-action-17 .cta-split-container {
}
#call-to-action-17 .cta-split-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#call-to-action-17 .cta-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-height: 450px;
  object-fit: cover;
}
#call-to-action-17 .cta-split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
#call-to-action-17 .cta-split-headline {
  font-weight: 700;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-17 .cta-split-subtext {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#call-to-action-17 .cta-split-button .btn {
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
#call-to-action-17 .cta-split-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
#call-to-action-17 .cta-split-button .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-17 .cta-split-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    margin-top: 2rem;
  }
  #call-to-action-17 .cta-split-headline {
    font-size: 1.8rem;
  }
  #call-to-action-17 .cta-split-button {
    margin-top: 1rem;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-17 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #call-to-action-17 .cta-split-content {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


