
#hero-6 {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-6 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-6 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.card-item {
  background: #f8f9fa;
  padding: 30px;
  margin: 15px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.card-icon {
  font-size: 48px;
  color: #2575fc;
  margin-bottom: 15px;
}
.card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-description {
  font-size: 16px;
  color: #555;
}



#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-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;
  }
}



#our-services-1 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#our-services-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#our-services-1 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#our-services-1 .section-hero p {
  font-size: 1.1rem;
}
#our-services-1 .services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#our-services-1 .service-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
#our-services-1 .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#our-services-1 .service-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#our-services-1 .service-card h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#our-services-1 .service-card p {
  font-size: 0.95rem;
  color: #555;
}
@media (max-width: 992px) {
  #our-services-1 .service-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #our-services-1 .service-card {
    flex: 1 1 100%;
  }
}



#features-7 {
  padding: 60px 0;
  background-color: #f1f3f5;
  text-align: center;
}
#features-7 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-7 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-7 .flip-card {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
  margin-bottom: 30px;
}
#features-7 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#features-7 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
#features-7 .flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#features-7 .flip-card-front {
  background-color: #ffffff;
  color: #17a2b8;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-7 .flip-card-back {
  background-color: #17a2b8;
  color: #ffffff;
  transform: rotateY(180deg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-7 .flip-card-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
#features-7 .flip-card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-7 .flip-card-description {
  font-size: 14px;
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Zigzag Rows === */
.zigzag-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.zigzag-row.visible {
  opacity: 1;
  transform: translateY(0);
}
.zigzag-row .zigzag-image,
.zigzag-row .zigzag-content {
  flex: 1 1 50%;
  padding: 15px;
}
.zigzag-row:nth-child(even) {
  flex-direction: row-reverse;
}

/* Image styling */
.zigzag-image img {
  width: 100%;
  border-radius: 0.5rem;
  display: block;
}

/* Content styling */
.zigzag-content h5 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.zigzag-content .meta {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1rem;
}
.zigzag-content .meta i {
  margin-right: 6px;
}
.zigzag-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.25rem;
}
.zigzag-content .btn-readmore {
  font-size: 0.9rem;
}

/* === Responsive === */
@media (max-width: 767.98px) {
  .zigzag-row {
    flex-direction: column !important;
  }
  .zigzag-image,
  .zigzag-content {
    flex: 1 1 100%;
  }
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#awards-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}
/*
#awards-10::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #6610f2 0%, #34156e 100%);
    z-index: 1;
}
#awards-10 .container { position: relative; z-index: 2; }
*/
#awards-10 .highlight-icon {
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#awards-10 .highlight-text {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#awards-10 .description-text {
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto 3rem auto;
  opacity: 0.9;
}
#awards-10 .key-logos-wrapper {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 900px;
  margin: 0 auto;
}
#awards-10 .logos-title {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  opacity: 0.8;
}
#awards-10 .key-logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
#awards-10 .logo-item {
  text-align: center;
}
#awards-10 .logo-item a {
  display: inline-block;
  opacity: 0.85;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#awards-10 .logo-item a:hover {
  opacity: 1;
  transform: scale(1.05);
}
#awards-10 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  #awards-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-10 .highlight-text {
    font-size: 2.2rem;
  }
  #awards-10 .description-text {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
  #awards-10 .key-logos-wrapper {
    padding-top: 2rem;
  }
  #awards-10 .logos-title {
    margin-bottom: 1.5rem;
  }
  #awards-10 .key-logos-grid {
    gap: 1.5rem 2rem;
  }
  #awards-10 .logo-item img {
    max-height: 40px;
  }
}



#press-mentions-11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#press-mentions-11 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#press-mentions-11 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-11 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-11 .mention-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#press-mentions-11 .mention-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#press-mentions-11 .card-header {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  min-height: 70px;
}
#press-mentions-11 .source-logo img {
  height: 40px;
  width: auto;
  max-width: 150px;
  margin-right: 1rem;
  filter: grayscale(50%);
  opacity: 0.9;
}
#press-mentions-11 .source-name {
  font-weight: 600;
  color: #495057;
  font-size: 1rem;
}
#press-mentions-11 .card-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#press-mentions-11 .mention-headline {
  font-size: 1.15rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#press-mentions-11 .mention-quote {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
/*
#press-mentions-11 .mention-quote {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/
#press-mentions-11 .card-footer {
  padding: 1rem 1.5rem;
  background-color: #f8f9fa;
  border-top: 1px solid #eee;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#press-mentions-11 .article-date {
  font-size: 0.85rem;
  color: #6c757d;
}
#press-mentions-11 .article-link a {
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--bs-primary);
}
#press-mentions-11 .article-link a:hover {
  text-decoration: underline;
}
#press-mentions-11 .article-link i {
  margin-left: 0.3rem;
}
@media (max-width: 767.98px) {
  #press-mentions-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-11 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-11 .card-header {
    padding: 0.75rem 1rem;
    min-height: 60px;
  }
  #press-mentions-11 .source-logo img {
    height: 30px;
  }
  #press-mentions-11 .source-name {
    font-size: 0.9rem;
  }
  #press-mentions-11 .card-body {
    padding: 1rem;
  }
  #press-mentions-11 .mention-headline {
    font-size: 1.05rem;
  }
  #press-mentions-11 .card-footer {
    padding: 0.75rem 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  #press-mentions-11 .article-date {
    margin-bottom: 0.5rem;
  }
}



#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;
  }
}


