
#hero-23 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 5rem 0;
  text-align: center;
}
#hero-23 .container {
  position: relative;
  z-index: 2;
}
#hero-23 .hero-content-wrapper-23 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-23 .hero-title-23 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-23 .hero-subtitle-23 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 1.75rem;
  opacity: 0.95;
}
#hero-23 .hero-cta-button-23 {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}
#hero-23 .hero-cta-button-23:hover {
  filter: brightness(115%);
}
@media (max-width: 767.98px) {
  #hero-23 {
    min-height: 50vh;
    padding: 4rem 0;
  }
  #hero-23 .hero-title-23 {
    font-size: 2.4rem;
  }
  #hero-23 .hero-subtitle-23 {
    font-size: 1.1rem;
  }
}



#overview-6 {
  overflow: hidden;
}
#overview-6 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-6 .section-heading {
  margin-bottom: 1rem;
}
#overview-6 .lead {
  margin-bottom: 2rem;
}
#overview-6 .feature-tabs .nav-link {
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0;
  padding: 1rem 1.5rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
  text-align: left;
  font-weight: 500;
}
#overview-6 .feature-tabs .nav-link i {
  margin-right: 0.75rem;
  width: 1.5em;
  text-align: center;
  color: var(--bs-primary);
  opacity: 0.7;
  transition: all 0.3s ease;
}
#overview-6 .feature-tabs .nav-link.active,
#overview-6 .feature-tabs .nav-link:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  border-left-color: var(--bs-primary);
  color: var(--bs-primary);
}
#overview-6 .feature-tabs .nav-link.active i,
#overview-6 .feature-tabs .nav-link:hover i {
  opacity: 1;
}
#overview-6 .tab-content {
  padding: 1.5rem;
  background-color: rgba(var(--bs-primary-rgb), 0.02);
  border-radius: 0.5rem;
  min-height: 150px;
}
#overview-6 .tab-content p {
  margin-bottom: 0;
  line-height: 1.7;
}
#overview-6 .overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
  aspect-ratio: 3/4;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  #overview-6 .overview-image {
    margin-top: 2rem;
    aspect-ratio: 16/9;
  }
  #overview-6 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  #overview-6 .feature-tabs .nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #overview-6 .feature-tabs .nav-link {
    border-bottom: 3px solid transparent;
    border-left: none;
    flex-grow: 1;
    text-align: center;
  }
  #overview-6 .feature-tabs .nav-link.active,
  #overview-6 .feature-tabs .nav-link:hover {
    border-left-color: transparent;
    border-bottom-color: var(--bs-primary);
  }
  #overview-6 .tab-content {
    margin-top: 1rem;
  }
}



#why-choose-us-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
}
#why-choose-us-10 .header {
  text-align: center;
  margin-bottom: 40px;
}
#why-choose-us-10 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#why-choose-us-10 .header p {
  font-size: 1.1rem;
  color: #777;
}
#why-choose-us-10 .icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
#why-choose-us-10 .icon-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#why-choose-us-10 .icon-card:hover {
  transform: translateY(-5px);
}
#why-choose-us-10 .icon-card i {
  font-size: 2.5rem;
  color: #dc3545;
  margin-bottom: 10px;
}
#why-choose-us-10 .icon-card h5 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
#why-choose-us-10 .icon-card p {
  font-size: 0.95rem;
  color: #555;
}



#our-services-24 {
  padding: 80px 0;
  background-color: #fff;
}
#our-services-24 .services-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#our-services-24 .services-section-title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
#our-services-24 .services-section-subtitle {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}
#our-services-24 .service-bg-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  min-height: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
#our-services-24 .service-bg-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
#our-services-24 .service-bg-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
  z-index: 1;
}
#our-services-24 .service-bg-card:hover::before {
  transform: scale(1.1);
}
#our-services-24 .service-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.1) 70%
  );
  padding: 1.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.3s ease;
}
#our-services-24 .service-bg-card:hover .service-card-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.2) 80%
  );
}
#our-services-24 .service-bg-card .card-title {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#our-services-24 .service-bg-card .card-text {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#our-services-24 .service-bg-card .stretched-link-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  font-size: 0;
  color: transparent;
}



#features-9 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-9 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-9 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-9 .feature-item {
  position: relative;
  padding: 40px 20px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-9 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-9 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-9 .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 162, 184, 0.8);
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 20px;
}
#features-9 .feature-item:hover .feature-overlay {
  opacity: 1;
}
#features-9 .feature-overlay h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#features-9 .feature-overlay p {
  font-size: 14px;
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #f4f6f9;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #555;
  margin-top: 8px;
}

/* === Grid & Perspective === */
.post-grid {
  display: grid;
  gap: 1.5rem;
  perspective: 1000px;
  grid-template-columns: repeat(1,1fr);
}
@media (min-width: 576px) {
  .post-grid { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 992px) {
  .post-grid { grid-template-columns: repeat(4,1fr); }
}

/* === Tilt Card === */
.tilt-card {
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out;
  will-change: transform;
  cursor: pointer;
}
.post-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}
.post-card .card-body p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}
.post-card .btn-readmore {
  font-size: 0.85rem;
  color: #fff;
  background-color: #007bff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.3s;
}
.post-card .btn-readmore:hover {
  background-color: #0056b3;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#awards-20 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
}
#awards-20 .cta-wrapper {
  display: flex;
  align-items: center;
}
#awards-20 .cta-icon-column {
  text-align: center;
  padding-right: 3rem;
}
#awards-20 .cta-icon-column i {
  color: var(--bs-primary);
  opacity: 0.8;
}
#awards-20 .cta-text-column {
}
#awards-20 .cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 1rem;
}
#awards-20 .cta-text {
  font-size: 1.05rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
}
#awards-20 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 500;
}
#awards-20 .secondary-link a {
  text-decoration: none;
}
#awards-20 .secondary-link a:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  #awards-20 .cta-icon-column {
    padding-right: 1.5rem;
  }
  #awards-20 .cta-icon-column i {
    font-size: 3.5em;
  }
  #awards-20 .cta-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  #awards-20 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    text-align: center;
  }
  #awards-20 .cta-wrapper {
    flex-direction: column;
  }
  #awards-20 .cta-icon-column {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  #awards-20 .cta-icon-column i {
    font-size: 3.2em;
  }
}



#press-mentions-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f4f8;
  overflow: hidden;
}
#press-mentions-7 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-7 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-7 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-7 .stat-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid #e0e5eb;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#press-mentions-7 .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#press-mentions-7 .stat-icon {
  margin-bottom: 1rem;
}
#press-mentions-7 .stat-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary);
}
#press-mentions-7 .stat-metric {
  font-size: 3rem;
  font-weight: 700;
  color: var(--bs-primary);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
#press-mentions-7 .stat-label {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 1rem;
  flex-grow: 1;
  min-height: 40px;
}
#press-mentions-7 .stat-source {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: auto;
}
#press-mentions-7 .stat-source a {
  color: #6c757d;
  text-decoration: none;
  font-style: italic;
}
#press-mentions-7 .stat-source a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  #press-mentions-7 .stat-metric {
    font-size: 2.5rem;
  }
  #press-mentions-7 .stat-label {
    font-size: 0.95rem;
  }
}
@media (max-width: 767.98px) {
  #press-mentions-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-7 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-7 .stat-card {
    padding: 1.5rem 1rem;
  }
  #press-mentions-7 .stat-metric {
    font-size: 2.2rem;
  }
}



#contact-8 {
  padding: 60px 0;
  background-color: #1a1a1a;
  color: #ccc;
  overflow: hidden;
}
#contact-8 .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #e0a800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#contact-8 .section-description {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1rem;
  color: #aaa;
}
#contact-8 .contact-info-block {
  margin-bottom: 30px;
}
#contact-8 .contact-info-title,
#contact-8 .contact-form-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
}
#contact-8 .contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
#contact-8 .contact-info-item .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #e0a800;
  color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: background-color 0.3s ease;
}
#contact-8 .contact-info-item:hover .icon {
  background-color: #ffc107;
}
#contact-8 .contact-info-item .details h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #eee;
}
#contact-8 .contact-info-item .details p {
  font-size: 1rem;
  margin-bottom: 0;
  color: #bbb;
  line-height: 1.6;
}
#contact-8 .contact-info-item .details a {
  color: #ffc107;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
#contact-8 .contact-info-item .details a:hover {
  color: #fff;
  text-decoration: underline;
}
#contact-8 .contact-form-wrapper {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#contact-8 .form-description {
  margin-bottom: 20px;
  font-size: 0.95rem;
  color: #aaa;
}
#contact-8 .form-label {
  font-weight: 500;
  margin-bottom: 8px;
  color: #ddd;
}
#contact-8 .form-control {
  background-color: #333;
  border: 1px solid #555;
  border-radius: 4px;
  padding: 10px 15px;
  color: #eee;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-8 .form-control::placeholder {
  color: #888;
}
#contact-8 .form-control:focus {
  background-color: #444;
  border-color: #e0a800;
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(224, 168, 0, 0.25);
}
#contact-8 .btn-submit-contact {
  background-color: #e0a800;
  border: none;
  color: #1a1a1a;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
#contact-8 .btn-submit-contact:hover {
  background-color: #ffc107;
  transform: translateY(-2px);
}
#contact-8 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 5px;
}
#contact-8 .contact-alert.success {
  background-color: #198754;
  color: #fff;
  border: 1px solid #198754;
}
#contact-8 .contact-alert.error {
  background-color: #dc3545;
  color: #fff;
  border: 1px solid #dc3545;
}
@media (max-width: 991.98px) {
  #contact-8 .section-title {
    font-size: 2rem;
  }
  #contact-8 .section-description {
    font-size: 1rem;
  }
  #contact-8 .contact-info-block {
    margin-bottom: 40px;
  }
  #contact-8 .contact-form-wrapper {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  #contact-8 {
    padding: 40px 0;
  }
  #contact-8 .section-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #contact-8 .section-description {
    margin-bottom: 30px;
  }
  #contact-8 .contact-info-title,
  #contact-8 .contact-form-title {
    font-size: 1.5rem;
  }
  #contact-8 .contact-info-item .icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
  #contact-8 .contact-info-item .details h5 {
    font-size: 1rem;
  }
  #contact-8 .contact-info-item .details p {
    font-size: 0.95rem;
  }
  #contact-8 .contact-form-wrapper {
    padding: 20px;
  }
  #contact-8 .btn-submit-contact {
    width: 100%;
    padding: 10px 20px;
  }
}


