
#hero-1 {
  text-align: center;
  padding: 100px 20px;
  background-color: #f8f9fa;
}
#hero-1 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-1 .hero-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 12px 30px;
  font-size: 18px;
}



#call-to-action-23 {
  padding: 5rem 0;
  overflow: hidden;
}
.cta-form-content h2 {
  font-weight: 700;
  color: #312e81;
}
.cta-form-content p {
  color: #4f46e5;
  font-size: 1.1rem;
}
.cta-form-wrapper .input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.cta-form-wrapper .form-control {
  min-height: 3.5rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #e0e7ff;
}
.cta-form-wrapper .form-control:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}
.cta-form-wrapper .btn {
  min-height: 3.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cta-form-wrapper .btn:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}
@media (max-width: 991.98px) {
  .cta-form-content {
    margin-bottom: 2rem;
    text-align: center;
  }
}



#offers-18 {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-18 .offer-glass-card {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  max-width: 550px;
  width: 100%;
  color: #fff;
}
#offers-18 .offer-glass-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#offers-18 .offer-glass-description {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#offers-18 .offer-glass-code {
  margin-bottom: 2rem;
  min-height: 40px;
}
#offers-18 .offer-glass-code strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  opacity: 0.8;
}
#offers-18 .offer-glass-code span {
  font-weight: 700;
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.4rem 1rem;
  border-radius: 5px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  display: inline-block;
}
#offers-18 .btn-glass-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  background-color: #ffc107;
  border: none;
  color: #333;
  border-radius: 50rem;
}
#offers-18 .btn-glass-cta:hover {
  background-color: #ffca2c;
}
@media (max-width: 767.98px) {
  #offers-18 {
    padding: 100px 0;
    min-height: 450px;
  }
  #offers-18 .offer-glass-card {
    padding: 2rem;
  }
  #offers-18 .offer-glass-title {
    font-size: 1.8rem;
  }
}



#why-choose-us-25 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#why-choose-us-25 .section-title-container {
  margin-bottom: 50px;
}
#why-choose-us-25 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #333;
}
#why-choose-us-25 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#why-choose-us-25 .award-item {
  background-color: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e7e7e7;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#why-choose-us-25 .award-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
#why-choose-us-25 .award-image-container {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#why-choose-us-25 .award-image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#why-choose-us-25 .award-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 8px;
}
#why-choose-us-25 .award-meta {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 10px;
}
#why-choose-us-25 .award-meta .awarded-by {
  font-style: italic;
}
#why-choose-us-25 .award-meta .award-year::before {
  content: "|";
  margin: 0 5px;
}
#why-choose-us-25 .award-description {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.5;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  #why-choose-us-25 .award-item {
    margin-bottom: 25px;
  }
  #why-choose-us-25 .row > div:last-child .award-item {
    margin-bottom: 0;
  }
  #why-choose-us-25 .award-name {
    font-size: 1.15rem;
  }
}



#testimonials-3 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#testimonials-3 .slider-container {
  position: relative;
  overflow: hidden;
  height: 300px;
}
#testimonials-3 .slider-item {
  display: none;
  text-align: center;
  padding: 30px;
}
#testimonials-3 .slider-item.active {
  display: block;
}
#testimonials-3 .slider-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-3 .slider-item p {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-3 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#counter-9 {
  padding: 70px 0;
  background-color: var(--section-bg-color, #ffffff);
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
#counter-9 .container {
  max-width: 1140px;
}
#counter-9 .section-header {
  margin-bottom: 40px;
  text-align: center;
}
#counter-9 .section-header h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#counter-9 .section-header p {
  color: #6c757d;
  font-size: 1.05rem;
}
#counter-9 .counter-row-minimal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#counter-9 .counter-item-minimal {
  text-align: center;
  padding: 15px 20px;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 180px;
}
#counter-9 .counter-item-minimal:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: var(--divider-color, #dee2e6);
  opacity: 0.8;
}
#counter-9 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 8px;
  color: #212529;
}
#counter-9 .counter-number {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
#counter-9 .counter-suffix {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 4px;
  line-height: 1;
  color: #495057;
}
#counter-9 .counter-title-minimal {
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
}
@media (max-width: 991.98px) {
  #counter-9 .counter-number {
    font-size: 2.2rem;
  }
  #counter-9 .counter-suffix {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  #counter-9 {
    padding: 50px 0;
  }
  #counter-9 .counter-row-minimal {
    justify-content: center;
  }
  #counter-9 .counter-item-minimal {
    flex-basis: 50%;
    margin-bottom: 30px;
    padding: 15px;
  }
  #counter-9 .counter-item-minimal:nth-child(odd)::after {
    display: block;
  }
  #counter-9 .counter-item-minimal:nth-child(even)::after {
    display: none;
  }
  #counter-9 .counter-item-minimal:last-child::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #counter-9 .counter-item-minimal {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
  #counter-9 .counter-item-minimal::after {
    display: none;
  }
  #counter-9 .counter-item-minimal:last-child {
    margin-bottom: 0;
  }
}



#features-5 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-5 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-5 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-5 .nav-tabs .nav-link {
  color: #17a2b8;
  border: none;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
#features-5 .nav-tabs .nav-link.active {
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 4px;
}
#features-5 .tab-content {
  margin-top: 30px;
}
#features-5 .feature-item {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
}
#features-5 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-5 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-5 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-5 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#cta-banner-3 {
  padding: 3.5rem 1rem;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  background-color: #e9ecef;
  color: #343a40;
}
/*
#cta-banner-3::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.1); // Default light overlay
    // overlay_color set via inline style
}
#cta-banner-3 .container { position: relative; z-index: 2; }
*/
#cta-banner-3 .container {
  max-width: 800px;
}
#cta-banner-3 .cta-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1.5rem 0;
}
#cta-banner-3 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.05rem;
  font-weight: 500;
}
#cta-banner-3 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  #cta-banner-3 {
    padding: 4rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  #cta-banner-3 .cta-title {
    margin-bottom: 0;
    font-size: 2.2rem;
    padding-right: 2rem;
  }
  #cta-banner-3 .cta-button {
    flex-shrink: 0;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-3 {
    padding: 3rem 1rem;
  }
  #cta-banner-3 .cta-title {
    font-size: 1.8rem;
  }
}



#contact-11 {
  padding: 0 0 60px 0;
  background-color: #fff;
  overflow: hidden;
}
#contact-11 .contact-banner {
  position: relative;
  text-align: center;
  color: #fff;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  padding: 40px 20px;
}
#contact-11 .contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#contact-11 .banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#contact-11 .banner-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#contact-11 .banner-description {
  font-size: 1.2rem;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#contact-11 .contact-content-area {
  padding-top: 50px;
}
#contact-11 .contact-block {
  margin-bottom: 40px;
  text-align: center;
}
#contact-11 .contact-block-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
}
#contact-11 .direct-support-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
#contact-11 .direct-support-list li a {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}
#contact-11 .direct-support-list li a i {
  margin-right: 8px;
  color: #c8a45d;
  font-size: 1.3rem;
}
#contact-11 .direct-support-list li a:hover {
  color: #c8a45d;
}
#contact-11 .social-icons-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
#contact-11 .social-icons-list li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #c8a45d;
  border-radius: 50%;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
#contact-11 .social-icons-list li a:hover {
  background-color: #ab8a4a;
  transform: scale(1.1);
}
#contact-11 .app-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
#contact-11 .app-links-list li a {
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  border: 1px solid #c8a45d;
  color: #c8a45d;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#contact-11 .app-links-list li a i {
  margin-right: 8px;
  font-size: 1.2rem;
}
#contact-11 .app-links-list li a:hover {
  background-color: #c8a45d;
  color: #fff;
}
#contact-11 .contact-form-wrapper {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
}
#contact-11 .form-label {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: #495057;
}
#contact-11 .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 8px 12px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-11 .form-control:focus {
  border-color: #c8a45d;
  box-shadow: 0 0 0 0.25rem rgba(200, 164, 93, 0.25);
}
#contact-11 .btn-submit-contact {
  background-color: #c8a45d;
  border: none;
  color: #fff;
  padding: 8px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  width: 100%;
}
#contact-11 .btn-submit-contact:hover {
  background-color: #ab8a4a;
  transform: translateY(-1px);
}
#contact-11 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
}
#contact-11 .contact-alert.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
#contact-11 .contact-alert.error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
@media (max-width: 767.98px) {
  #contact-11 .banner-title {
    font-size: 2rem;
  }
  #contact-11 .banner-description {
    font-size: 1rem;
  }
  #contact-11 .contact-content-area {
    padding-top: 30px;
  }
  #contact-11 .contact-block-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  #contact-11 .direct-support-list {
    justify-content: flex-start;
    text-align: left;
  }
  #contact-11 .social-icons-list {
    gap: 15px;
  }
  #contact-11 .social-icons-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
  #contact-11 .app-links-list {
    justify-content: flex-start;
    text-align: left;
    gap: 15px;
  }
  #contact-11 .app-links-list li a {
    padding: 6px 12px;
    font-size: 0.9rem;
  }
}


