
#hero-25 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
}
#hero-25 .hero-overlay-25 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-25 .container {
  position: relative;
  z-index: 2;
}
#hero-25 .hero-content-wrapper-25 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#hero-25 .hero-title-25 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-25 .hero-subtitle-25 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-25 .event-details-wrapper-25 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#hero-25 .event-detail-item-25 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.85;
}
#hero-25 .event-detail-item-25 i {
  font-size: 0.9em;
}
#hero-25 .hero-cta-button-25 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-25 .hero-cta-button-25:hover {
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  #hero-25 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-25 .hero-title-25 {
    font-size: 2.3rem;
  }
  #hero-25 .hero-subtitle-25 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-25 .event-details-wrapper-25 {
    justify-content: center;
    margin-bottom: 2rem;
    gap: 0.5rem 1rem;
  }
  #hero-25 .event-detail-item-25 {
    font-size: 0.9rem;
  }
}



#why-choose-us-30 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f9fbfd;
}
#why-choose-us-30 .section-title-container {
  margin-bottom: 45px;
}
#why-choose-us-30 .section-main-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #004085;
}
#why-choose-us-30 .section-main-subtitle {
  font-size: 1.15rem;
  color: #38587a;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  margin-bottom: 30px;
}
#why-choose-us-30 .commitments-intro {
  font-size: 1.05rem;
  color: #495057;
  margin-bottom: 40px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}
#why-choose-us-30 .commitment-item-wrapper {
  margin-bottom: 30px;
}
#why-choose-us-30 .commitment-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 30px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 5px 18px rgba(0, 64, 133, 0.08);
  height: 100%;
}
#why-choose-us-30 .commitment-icon-area {
  font-size: 2.5rem;
  color: #004085;
  margin-right: 25px;
  min-width: 40px;
  padding-top: 5px;
}
#why-choose-us-30 .commitment-content {
  flex-grow: 1;
}
#why-choose-us-30 .commitment-title-text {
  font-size: 1.45rem;
  font-weight: 600;
  color: #004085;
  margin-bottom: 10px;
}
#why-choose-us-30 .commitment-description-text {
  font-size: 0.95rem;
  color: #34495e;
  line-height: 1.8;
  margin-bottom: 12px;
  text-align: justify;
}
#why-choose-us-30 .commitment-examples {
  font-size: 0.9rem;
  color: #556b82;
  font-style: italic;
  padding-left: 15px;
  border-left: 3px solid #007bff;
}
#why-choose-us-30 .commitment-examples strong {
  font-weight: 500;
}
#why-choose-us-30 .overall-promise {
  margin-top: 40px;
  text-align: center;
  font-size: 1.2rem;
  color: #004085;
  font-weight: 600;
  padding: 25px;
  background-color: #e6f0ff;
  border-radius: 10px;
  border-top: 3px solid #004085;
}
@media (max-width: 767.98px) {
  #why-choose-us-30 .section-main-title {
    font-size: 2.2rem;
  }
  #why-choose-us-30 .commitment-item {
    flex-direction: column;
    text-align: center;
  }
  #why-choose-us-30 .commitment-icon-area {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #why-choose-us-30 .commitment-title-text {
    font-size: 1.3rem;
  }
  #why-choose-us-30 .commitment-description-text,
  #why-choose-us-30 .commitment-examples {
    text-align: left;
  }
}



#our-services-8 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#our-services-8 .header {
  text-align: center;
  margin-bottom: 40px;
}
#our-services-8 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#our-services-8 .header p {
  font-size: 1.1rem;
  color: #777;
}
#our-services-8 .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#our-services-8 .service-list li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#our-services-8 .service-list li:last-child {
  border-bottom: none;
}
#our-services-8 .service-list li i {
  font-size: 2rem;
  color: #007bff;
  margin-right: 15px;
}
#our-services-8 .service-list li .service-content h5 {
  margin: 0 0 5px;
  font-size: 1.2rem;
}
#our-services-8 .service-list li .service-content p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#testimonials-9 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#testimonials-9 .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#testimonials-9 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-9 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-9 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
#testimonials-9 .masonry-item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#testimonials-9 .masonry-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}
#testimonials-9 .masonry-item p {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-9 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#portfolio-17 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-17 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-17 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-17 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-17 .client-logo-wall {
}
#portfolio-17 .client-logo-item {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#portfolio-17 .client-logo-item:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#portfolio-17 .client-logo-image-container {
  height: 80px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#portfolio-17 .client-logo-image-container img {
  max-height: 100%;
  max-width: 150px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
#portfolio-17 .client-logo-item:hover .client-logo-image-container img {
  filter: grayscale(0%);
}
#portfolio-17 .client-logo-info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(13, 110, 253, 0.9);
  color: #fff;
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  min-height: 80px;
  box-sizing: border-box;
}
#portfolio-17 .client-logo-item:hover .client-logo-info-overlay {
  opacity: 1;
  transform: translateY(0);
}
#portfolio-17 .overlay-info-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 3px;
}
#portfolio-17 .overlay-info-text {
  font-size: 0.8rem;
  line-height: 1.4;
}
#portfolio-17 .client-info-below {
  margin-top: 10px;
}
#portfolio-17 .client-info-below .info-title-below {
  font-size: 0.9rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 2px;
}
#portfolio-17 .client-info-below .info-text-below {
  font-size: 0.85rem;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #portfolio-17 .client-logo-item {
    margin-bottom: 20px;
  }
  #portfolio-17 .client-logo-info-overlay {
  }
}



#awards-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
#awards-12 .section-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#awards-12 .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
#awards-12 .logo-item {
  text-align: center;
}
#awards-12 .logo-item a {
  display: inline-block;
  filter: grayscale(80%);
  opacity: 0.8;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
#awards-12 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}
#awards-12 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #awards-12 .logo-grid {
    gap: 2rem 2.5rem;
  }
  #awards-12 .logo-item img {
    max-height: 45px;
  }
}
@media (max-width: 767.98px) {
  #awards-12 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #awards-12 .logo-grid {
    gap: 1.5rem 2rem;
  }
  #awards-12 .logo-item img {
    max-height: 40px;
  }
}



#press-mentions-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-3 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-3 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #212529;
}
#press-mentions-3 .featured-mention-box {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 3rem;
  margin-bottom: 4rem;
  text-align: center;
}
#press-mentions-3 .featured-quote {
  font-size: 1.5rem;
  font-weight: 500;
  font-style: italic;
  color: #343a40;
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#press-mentions-3 .featured-quote::before,
#press-mentions-3 .featured-quote::after {
  content: '"';
  font-size: 3rem;
  color: var(--bs-primary);
  opacity: 0.5;
  position: absolute;
  line-height: 1;
}
#press-mentions-3 .featured-quote::before {
  top: -0.5rem;
  left: -1.5rem;
}
#press-mentions-3 .featured-quote::after {
  bottom: -1.5rem;
  right: -1.5rem;
}
#press-mentions-3 .featured-source {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#press-mentions-3 .featured-source-logo img {
  height: 50px;
  width: auto;
  max-width: 180px;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
#press-mentions-3 .featured-source-info {
  text-align: left;
  margin-bottom: 0.5rem;
}
#press-mentions-3 .featured-source-name {
  font-weight: 600;
  font-size: 1.1rem;
  color: #495057;
}
#press-mentions-3 .featured-article-date {
  font-size: 0.9rem;
  color: #6c757d;
  display: block;
}
#press-mentions-3 .featured-article-link {
  font-size: 0.9rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
  display: block;
}
#press-mentions-3 .featured-article-link:hover {
  text-decoration: underline;
}
#press-mentions-3 .additional-mentions-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#press-mentions-3 .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}
#press-mentions-3 .logo-item {
  text-align: center;
  flex: 0 1 150px;
}
#press-mentions-3 .logo-item a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-3 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-3 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  #press-mentions-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-3 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-3 .featured-mention-box {
    padding: 2rem;
    margin-bottom: 3rem;
  }
  #press-mentions-3 .featured-quote {
    font-size: 1.2rem;
  }
  #press-mentions-3 .featured-quote::before,
  #press-mentions-3 .featured-quote::after {
    display: none;
  }
  #press-mentions-3 .featured-source {
    flex-direction: column;
  }
  #press-mentions-3 .featured-source-logo img {
    margin-right: 0;
    margin-bottom: 1rem;
    height: 40px;
  }
  #press-mentions-3 .featured-source-info {
    text-align: center;
  }
  #press-mentions-3 .logo-grid {
    gap: 1.5rem 1.5rem;
  }
  #press-mentions-3 .logo-item {
    flex-basis: 100px;
  }
  #press-mentions-3 .logo-item img {
    max-height: 30px;
  }
}



#call-to-action-6 {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
#call-to-action-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#call-to-action-6 .cta-content {
  position: relative;
  z-index: 1;
}
#call-to-action-6 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-6 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-6 .cta-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #17a2b8;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-6 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-6 h2 {
    font-size: 28px;
  }
  #call-to-action-6 p {
    font-size: 16px;
  }
}



#team-5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
}
#team-5 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#team-5 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-5 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-5 .t5-swiper-container {
  overflow: hidden;
  position: relative;
}
#team-5 .swiper-slide {
  height: auto;
  display: flex;
  padding-bottom: 1rem;
}
#team-5 .team-member-slide {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  width: 100%;
  height: 100%;
}
#team-5 .member-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#team-5 .team-member-slide:hover .member-image img {
  transform: scale(1.05);
}
#team-5 .member-info {
  padding: 1.25rem 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#team-5 .member-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.2rem;
}
#team-5 .member-role {
  font-size: 0.85rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 0.75rem;
  flex-grow: 1;
}
#team-5 .member-social-links {
  margin-top: auto;
  padding-top: 0.5rem;
}
#team-5 .member-social-links a {
  display: inline-block;
  color: #adb5bd;
  margin: 0 0.3rem;
  font-size: 1rem;
  transition: color 0.3s ease;
  line-height: 1;
}
#team-5 .member-social-links a:hover {
  color: var(--bs-primary);
}
#team-5 .swiper-pagination-t5 {
  position: static;
  margin-top: 2.5rem;
}
#team-5 .swiper-pagination-t5 .swiper-pagination-bullet {
  background-color: var(--bs-primary);
  opacity: 0.4;
}
#team-5 .swiper-pagination-t5 .swiper-pagination-bullet-active {
  opacity: 1;
}
#team-5 .swiper-button-next-t5,
#team-5 .swiper-button-prev-t5 {
  color: var(--bs-primary);
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  top: 45%;
}
#team-5 .swiper-button-next-t5::after,
#team-5 .swiper-button-prev-t5::after {
  font-size: 1rem;
  font-weight: 900;
}
#team-5 .swiper-button-prev-t5 {
  left: 10px;
}
#team-5 .swiper-button-next-t5 {
  right: 10px;
}
@media (max-width: 767.98px) {
  #team-5 {
    padding-bottom: 5rem;
  }
  #team-5 .swiper-button-next-t5,
  #team-5 .swiper-button-prev-t5 {
    display: none;
  }
}



/* === Section & Header === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.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: #666;
  margin-top: 8px;
}

/* === Magazine Layout === */
.magazine-layout {
  gap: 1.5rem;
}
.hero-post, .secondary-grid {
  margin-bottom: 1.5rem;
}
.hero-post .card {
  height: 100%;
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.hero-post .card img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.hero-post .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 1.5rem;
}
.hero-post .card-body h5 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}
.hero-post .btn-readmore {
  color: #fff;
  border: 1px solid #fff;
}

/* Secondary grid */
.secondary-grid .secondary-item {
  padding: 0.5rem;
}
.secondary-item .card {
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s;
}
.secondary-item .card:hover {
  transform: translateY(-5px);
}
.secondary-item img {
  width: 100%;
  height: auto;
  display: block;
}
.secondary-item .card-body {
  padding: 0.75rem;
}
.secondary-item h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.secondary-item .btn-readmore {
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
}

/* === Browse All Button === */
.browse-all {
  text-align: center;
  margin-top: 30px;
}



