
#hero-10 {
  padding: 120px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-10 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-10 .hero-subtitle {
  font-size: 22px;
  color: #777;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 14px 40px;
  font-size: 18px;
}



#call-to-action-24 {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #ffffff;
}
.cta-portrait-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#call-to-action-24 .container {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cta-portrait-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cta-portrait-content-col h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
.cta-portrait-content-col p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 500px;
}
.cta-portrait-content-col .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  width: fit-content;
}
.cta-portrait-image-col {
  position: relative;
  text-align: center;
}
.cta-portrait-img {
  max-width: 100%;
  height: auto;
  max-height: 550px;
  position: relative;
  bottom: -5rem;
  margin-bottom: -5rem;
}
@media (max-width: 991.98px) {
  .cta-portrait-content-col {
    text-align: center;
    margin-bottom: 0;
  }
  .cta-portrait-content-col p {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-portrait-content-col .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .cta-portrait-img {
    max-height: 450px;
    bottom: -4rem;
    margin-bottom: -4rem;
  }
  #call-to-action-24 .container {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .cta-portrait-content-col h2 {
    font-size: 2rem;
  }
  .cta-portrait-img {
    max-height: 350px;
    bottom: -3rem;
    margin-bottom: -3rem;
  }
}



#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;
  }
}



#why-choose-us-27 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#why-choose-us-27 .section-title-container {
  margin-bottom: 40px;
}
#why-choose-us-27 .section-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a2b48;
  line-height: 1.3;
}
#why-choose-us-27 .section-main-subtitle {
  font-size: 1.15rem;
  color: #4a5568;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  margin-bottom: 30px;
}
#why-choose-us-27 .introduction-paragraph-text {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: justify;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#why-choose-us-27 .core-value-item {
  margin-bottom: 35px;
  padding: 25px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #0d6efd;
}
#why-choose-us-27 .value-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#why-choose-us-27 .value-icon {
  font-size: 1.8rem;
  color: #0d6efd;
  margin-right: 15px;
  min-width: 30px;
}
#why-choose-us-27 .value-title-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
}
#why-choose-us-27 .value-description-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.8;
  text-align: justify;
  padding-left: 45px;
}
#why-choose-us-27 .closing-statement-text {
  margin-top: 40px;
  text-align: center;
  font-size: 1.1rem;
  color: #343a40;
  font-weight: 500;
  font-style: italic;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #e9f5ff;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  #why-choose-us-27 .section-main-title {
    font-size: 2.2rem;
  }
  #why-choose-us-27 .section-main-subtitle {
    font-size: 1.05rem;
  }
  #why-choose-us-27 .introduction-paragraph-text {
    font-size: 1rem;
    text-align: left;
  }
  #why-choose-us-27 .value-title-text {
    font-size: 1.3rem;
  }
  #why-choose-us-27 .value-description-text {
    font-size: 0.95rem;
    padding-left: 0;
    text-align: left;
  }
  #why-choose-us-27 .core-value-item {
    padding: 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%;
  }
}



#counter-8 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
}
#counter-8 .container {
  max-width: 960px;
}
#counter-8 .section-header {
  margin-bottom: 50px;
  text-align: center;
}
#counter-8 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-8 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#counter-8 .counter-item-progress {
  margin-bottom: 40px;
}
#counter-8 .counter-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
}
#counter-8 .counter-title-progress {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
}
#counter-8 .counter-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: #343a40;
}
#counter-8 .counter-value .counter-number {
}
#counter-8 .counter-value .counter-suffix {
  font-size: 1.1rem;
  margin-left: 2px;
}
#counter-8 .progress {
  height: 12px;
  border-radius: 6px;
  background-color: #e9ecef;
  overflow: hidden;
}
#counter-8 .progress-bar {
  width: 0;
  transition: width 1.5s ease-out;
  border-radius: 6px;
  font-size: 0.75rem;
  line-height: 12px;
}
/*
#counter-8 .progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}
#counter-8 .progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}
*/
@media (max-width: 767.98px) {
  #counter-8 {
    padding: 50px 0;
  }
  #counter-8 .section-header h2 {
    font-size: 2rem;
  }
  #counter-8 .counter-title-progress {
    font-size: 1rem;
  }
  #counter-8 .counter-value {
    font-size: 1.15rem;
  }
}



#features-12 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-12 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-12 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-12 .feature-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.3s;
}
#features-12 .feature-item:hover {
  transform: scale(1.05);
}
#features-12 .feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#features-12 .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 162, 184, 0.7);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 20px;
  text-align: center;
}
#features-12 .feature-item:hover .feature-overlay {
  opacity: 1;
}
#features-12 .overlay-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-12 .overlay-description {
  font-size: 14px;
}



#cta-banner-8 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #dc3545;
  color: #ffffff;
}
#cta-banner-8 .container {
  position: relative;
  z-index: 2;
  max-width: 850px;
}
#cta-banner-8 .cta-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#cta-banner-8 .cta-subtitle {
  font-size: 1.15rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#cta-banner-8 .countdown-timer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
#cta-banner-8 .timer-block {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.8rem 1rem;
  border-radius: 0.375rem;
  min-width: 75px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#cta-banner-8 .timer-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}
#cta-banner-8 .timer-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
  display: block;
}
#cta-banner-8 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-8 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #cta-banner-8 {
    padding: 4rem 1rem;
  }
  #cta-banner-8 .cta-title {
    font-size: 2rem;
  }
  #cta-banner-8 .cta-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-8 .countdown-timer {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  #cta-banner-8 .timer-block {
    min-width: 60px;
    padding: 0.6rem 0.5rem;
  }
  #cta-banner-8 .timer-value {
    font-size: 1.5rem;
  }
  #cta-banner-8 .timer-label {
    font-size: 0.65rem;
  }
  #cta-banner-8 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  #cta-banner-8 .timer-block {
    min-width: 55px;
  }
}



#contact-30 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#contact-30 .container {
  max-width: 800px;
}
#contact-30 .callout-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#contact-30 .callout-text {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}
#contact-30 .social-links-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#contact-30 .social-media-list-inline {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
#contact-30 .social-media-list-inline li a {
  font-size: 1.8rem;
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#contact-30 .social-media-list-inline li a:hover {
  opacity: 1;
  transform: scale(1.1);
}
#contact-30 .newsletter-signup-area {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#contact-30.light-text .newsletter-signup-area {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#contact-30 .newsletter-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
#contact-30 .newsletter-form .form-control {
  border-radius: 5px 0 0 5px;
  padding: 10px 15px;
  font-size: 0.95rem;
  border: 1px solid #ced4da;
  background-color: #fff;
  color: #333;
}
#contact-30 .newsletter-form .btn-newsletter {
  border-radius: 0 5px 5px 0;
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  padding: 10px 20px;
  font-size: 0.95rem;
}
#contact-30 .newsletter-form .btn-newsletter:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
#contact-30 .direct-contact-prompt {
  margin-top: 30px;
  font-size: 0.95rem;
}
#contact-30 .direct-contact-prompt a {
  font-weight: 500;
  color: inherit;
  text-decoration: underline;
  opacity: 0.9;
}
#contact-30 .direct-contact-prompt a:hover {
  opacity: 1;
  text-decoration-thickness: 2px;
}
#contact-30 .direct-contact-prompt a i {
  margin-left: 5px;
}


