.info-box__number {
  display: none;
}

.info-box__inner {
  background-color: #050b41 !important;
}

/* Remove overlay background color from sector cards */
.info-box__img::before {
  background-color: transparent !important;
}

.info-box:hover .info-box__img::before {
  background-color: transparent !important;
}

/* Top Navigation Bar */
.top-nav {
  background-color: #050b41;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0;
  font-size: 13px;
  margin-bottom: 0 !important;
}

/* Remove margins from top-nav container elements */
.top-nav .container-fluid,
.top-nav .row,
.top-nav .col-12,
.top-nav-inner {
  margin-bottom: 0 !important;
}

/* Remove ::before pseudo-elements from list items and links (but not icons) */
.top-nav ul::before,
.top-nav li::before,
.top-nav a::before {
  display: none !important;
  content: none !important;
}

.top-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.top-nav-left,
.top-nav-right {
  display: flex;
  align-items: center;
}

.top-nav-social {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}

.top-nav-social li {
  margin: 0;
}

/* Remove any ::before pseudo-elements from top nav */
.top-nav-social li::before,
.top-nav-social a::before,
.top-nav-links li::before,
.top-nav-links a::before {
  display: none !important;
  content: none !important;
}

.top-nav-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 14px;
  position: relative;
}

.top-nav-social a::before {
  display: none !important;
  content: none !important;
}

.top-nav-social a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.top-nav-social a i {
  line-height: 1;
}

.top-nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.top-nav-links li {
  margin: 0;
}

.top-nav-links li::before {
  display: none !important;
  content: none !important;
}

.top-nav-links a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  font-size: 13px;
  position: relative;
}

.top-nav-links a::before {
  display: none !important;
  content: none !important;
}

.top-nav-links a i {
  font-size: 14px;
}

.top-nav-links a:hover {
  color: #1bade1;
}

@media (max-width: 768px) {
  .top-nav {
    padding: 6px 0;
    font-size: 12px;
  }

  .top-nav-social {
    gap: 6px;
  }

  .top-nav-social a {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .top-nav-links {
    gap: 12px;
  }

  .top-nav-links a {
    font-size: 12px;
  }

  .top-nav-links a span {
    display: none;
  }

  .top-nav-links a i {
    font-size: 14px;
  }
}
/* Brand button overrides */
.button.button--filled,
.button.button--filled:focus {
  background-color: #1bade1 !important;
  border-color: #1bade1 !important;
  color: #fff !important;
}

.button.button--filled:hover {
  background-color: #1596c3 !important;
  border-color: #1596c3 !important;
}

.button.button--transparent,
.button.button--common {
  border-color: #1bade1 !important;
  color: #1bade1 !important;
}

.button.button--transparent:hover,
.button.button--common:hover {
  background-color: #1bade1 !important;
  color: #fff !important;
}

.header-title {
  border-bottom: 4px solid #73a52a;
  padding-bottom: 8px;
  display: inline-block;
}

p {
  color: #000000;
  line-height: 23px;
}

ul {
  color: #000000;
  line-height: 23px;
}

h2 {
  font-size: 24px;
  color: #050b41;
}

h3 {
  font-size: 20px;
  color: #050b41;
}

.grow-export-section,
.grow-export-section p,
.grow-export-section h2,
.grow-export-section h3,
.grow-export-section h4,
.grow-export-section h5,
.grow-export-section h6,
.grow-export-section span,
.grow-export-section li {
  color: #ffffff !important;
}

.grow-export-section .text-holder {
  color: #ffffff;
}

.grow-export-section .button.button--transparent {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.grow-export-section .button.button--transparent span {
  background-color: #1bade1 !important;
  color: #ffffff !important;
}

.grow-export-section .button.button--transparent::before {
  background-color: #1596c3 !important;
  color: #ffffff !important;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.location-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(7, 21, 58, 0.06);
  height: 100%;
}

.location-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #11253a;
}

.location-card p {
  font-size: 14px;
  margin-bottom: 6px;
  color: #5a6a85;
}

.contact-sections h3 {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 700;
  color: #11253a;
}
html,
body {
  height: 100%;
}

body {
  margin: 0;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-wrapper > header,
.page-wrapper > footer {
  flex-shrink: 0;
}

.page-wrapper > :not(header):not(footer) {
  flex: 1 0 auto;
}

/* Fix slider full width - override template's calc(100% - 53px) */
.main-promo {
  width: 100% !important;
  max-width: 100% !important;
}

.pave-section {
  padding: 90px 0;
}

.pave-text-block .section-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ed1c24;
  font-weight: 700;
  margin-bottom: 10px;
}

.pave-text-block .lead {
  font-size: 18px;
  color: #5a6a85;
  margin-bottom: 20px;
}

.pave-checklist {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.pave-checklist li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #5a6a85;
}

.pave-checklist li:before {
  content: "\\2713";
  position: absolute;
  left: 0;
  color: #ed1c24;
  font-size: 20px;
  line-height: 1;
}

.pave-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(7, 21, 58, 0.15);
}

.pave-media img {
  width: 100%;
  display: block;
}

.pave-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 600;
  color: #00a859;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.lang-block {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Footer Social Icons */
.footer .social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.footer .social-list li {
  margin: 0;
}

.footer .social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer .social-list a:hover {
  background-color: #ed1c24;
  color: #fff;
  transform: translateY(-2px);
}

/* Footer Copyright Text */
.footer .footer-contacts + .copyright {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* Download Links Styling with Icons */
/* Base styling for download links */
.download-link {
  position: relative;
  padding-left: 40px !important;
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.download-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Icon for Brochure links */
.download-link.download-brochure:before {
  content: "\f02d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 12px;
  font-size: 16px;
}

/* Icon for Application Form links */
.download-link.download-application:before {
  content: "\f15b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 12px;
  font-size: 16px;
}

/* Icon for Guideline links */
.download-link.download-guideline:before {
  content: "\f15c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 12px;
  font-size: 16px;
}

/* Style download links container */
.download-links-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

/* ============================================
   Footer Styles - New Design
   ============================================ */

/* Footer Base */
.footer {
  background-color: #485479 !important; /* Updated footer background */
  color: #fff;
  position: relative;
}

/* Top Navigation/Social Media Strip */
.footer-top-nav {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.footer-top-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-top-links a:hover {
  color: #1bade1; /* Light blue on hover */
}

.footer-connect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.connect-text {
  font-size: 14px;
  color: #fff;
}

.social-list-top {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.social-list-top li {
  margin: 0;
}

.social-list-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-list-top a:hover {
  /* background-color: #ed1c24; */
  background-color: #fff;
  transform: translateY(-2px);
}

/* Main Content Area */
.footer-main {
  padding: 60px 0 40px;
}

/* 5-Column Footer Layout */
.footer-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}

.footer-col {
  flex: 1 1 0;
  min-width: 0;
}

.footer-col-1 {
  flex: 0 0 19%;
  max-width: 19%;
}

.footer-col-2,
.footer-col-3,
.footer-col-4,
.footer-col-5 {
  flex: 0 0 19%;
  max-width: 19%;
}

@media (max-width: 1200px) {
  .footer-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-col-1 {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  .footer-col-2,
  .footer-col-3,
  .footer-col-4,
  .footer-col-5 {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
}

@media (max-width: 992px) {
  .footer-row {
    flex-wrap: wrap;
  }
  .footer-col-1,
  .footer-col-2,
  .footer-col-3,
  .footer-col-4,
  .footer-col-5 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .footer-col-1,
  .footer-col-2,
  .footer-col-3,
  .footer-col-4,
  .footer-col-5 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  max-height: 60px;
  width: auto;
}

.footer-about-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}

.footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  padding-left: 0 !important;
  text-align: left;
  margin-left: 0 !important;
}

.footer-links {
  list-style: none;
  /* padding-left: unset !important; */
  margin: 0;
  text-align: left;
}

.footer-links li {
  padding-left: unset !important;
}

.footer-col h4.footer-title,
.footer-col .footer-title {
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}

.footer-links li {
  margin-bottom: 12px;
  color: #ffffff;
}

.footer-links li::marker {
  display: none;
}

.footer-links li::before {
  content: none !important;
  display: none !important;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  display: inline-block;
  padding-left: 0 !important;
}

.footer-links a::before {
  content: none !important;
  display: none !important;
  border: none !important;
}

.footer-links a:hover {
  color: #1bade1;
}

.footer.footer a {
  color: #ffffff !important;
  transition: color 0.3s;
}

.footer.footer a:hover {
  color: #1bade1 !important;
}

.contact-item i {
  color: #fff;
}

.reportgov-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: auto;
  height: 32px;
  border-radius: 6px;
  background: #e53e3e;
  background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
  padding: 5px 10px;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: visible;
  flex-shrink: 0;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(229, 62, 62, 0.3);
}

.reportgov-link img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.reportgov-link__text {
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  text-transform: lowercase;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(255, 255, 255, 0.3);
  position: relative;
}

.reportgov-link__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #22c55e;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 9px;
  padding: 1px 6px;
  border-radius: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 26px;
  height: 16px;
}

.reportgov-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(229, 62, 62, 0.4);
  text-decoration: none;
}

.reportgov-link:hover .reportgov-link__text {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 2px rgba(255, 255, 255, 0.4);
}

.reportgov-link:hover .reportgov-link__dot {
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.footer-links a.highlight-link {
  color: #ed1c24; /* Red color for Financial Advisory Service */
}

.footer-links a.highlight-link:hover {
  color: #ff3d47;
}

.footer-contact-info {
  color: rgba(255, 255, 255, 0.9);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 14px;
}

.contact-item i {
  margin-right: 12px;
  margin-top: 3px;
  color: #fff;
  font-size: 16px;
  width: 20px;
  flex-shrink: 0;
}

.contact-item span {
  flex: 1;
}

.contact-item a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #1bade1;
}

.newsletter-text {
  margin-top: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* Bottom Bar */
.footer-bottom {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Footer Copyright Bar */
.footer-copyright {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-copyright .copyright-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

.copyright-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 20px 0 0 0;
  line-height: 1.6;
}

/* Footer Social Media Icons */
.footer-social {
  margin: 20px 0;
}

.footer-social .social-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-social .social-list li {
  margin: 0;
  padding: 0;
}

.footer-social .social-list li::before {
  display: none !important;
}

.footer-social .social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.footer-social .social-list a:hover {
  background-color: #ed1c24;
  transform: translateY(-2px);
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: #27a66e; /* NEXIM Green */
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color: #1f8a57;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

ul li {
  padding-left: none !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer-top-nav {
    padding: 12px 0;
  }

  .footer-top-links {
    gap: 15px;
    margin-bottom: 15px;
  }

  .footer-connect {
    justify-content: flex-start;
  }

  .footer-main {
    padding: 40px 0 30px;
  }

  .footer-title {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

/* Press Centre Carousel */
.press-centre-heading {
  margin-bottom: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.press-centre-heading.heading.primary-heading {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

.press-centre-heading .title,
.press-centre-heading .subtitle {
  text-align: center;
  width: 100%;
}

.press-centre-heading .title::before,
.press-centre-heading .subtitle::before {
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.press-centre-heading p {
  text-align: center;
  max-width: 100%;
}

.press-centre-tabs {
  display: inline-flex;
  background-color: #0a7264;
  border-radius: 999px;
  padding: 4px 24px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.press-centre-tab {
  border: none;
  background: transparent;
  padding: 0;
  color: #fff;
  cursor: default;
}

.press-centre-heading .button,
.press-centre-heading .press-centre-viewall {
  flex-shrink: 0;
  margin-top: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  .press-centre-heading .button,
  .press-centre-heading .press-centre-viewall {
    width: auto;
    text-align: center;
  }
}

/* News Grid Layout (replaces carousel) */
.news-grid {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}

.news-grid .col-md-6,
.news-grid .col-lg-4 {
  margin-bottom: 30px;
}

.news-grid .blog-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 45px rgba(9, 22, 73, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-grid .blog-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 55px rgba(9, 22, 73, 0.12);
}

.news-grid .blog-item .img-holder {
  margin-bottom: 0;
  overflow: hidden;
}

.news-grid .blog-item .content-holder {
  margin: 0 !important;
  max-width: 100% !important;
  padding: 24px 30px 24px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news-grid .blog-item .category {
  margin-bottom: 12px;
  display: block;
}

.news-grid .blog-item .title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}

.news-grid .blog-item .text-holder {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-grid .blog-item .text-holder .text {
  margin-bottom: 0;
  line-height: 1.6;
}

/* Responsive styles for news grid */
@media (max-width: 991px) {
  .news-grid .blog-item .content-holder {
    padding: 20px 24px 20px 24px !important;
  }

  .news-grid .blog-item .title {
    font-size: 16px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .news-grid {
    margin-top: 24px;
  }

  .news-grid .col-md-6,
  .news-grid .col-lg-4 {
    margin-bottom: 24px;
  }

  .news-grid .blog-item .content-holder {
    padding: 20px 20px 20px 20px !important;
  }

  .news-grid .blog-item .title {
    font-size: 16px !important;
    margin-bottom: 0;
  }

  .news-grid .blog-item .text-holder .text {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 576px) {
  .news-grid .blog-item .content-holder {
    padding: 16px 16px 20px 16px !important;
  }

  .news-grid .blog-item .title {
    font-size: 15px !important;
  }
}

/* Legacy carousel styles - kept for backward compatibility but not used */
.press-carousel {
  margin-top: 32px;
  position: relative;
  padding: 0 60px;
}

.press-carousel .slick-list {
  margin: 0 -12px;
  overflow: visible;
}

/* Allow arrows to be visible outside container */
@media (max-width: 1199px) {
  .press-carousel {
    padding: 0 40px;
  }
}

.press-carousel__slide {
  padding: 0 12px;
  height: auto;
}

.press-carousel__slide .blog-item {
  height: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 45px rgba(9, 22, 73, 0.08);
}

/* Override default blog-item styles for carousel */
.press-carousel__slide .blog-item .content-holder {
  margin: 0 !important;
  max-width: 100% !important;
  padding: 24px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.press-carousel__slide .blog-item .img-holder {
  margin-bottom: 0;
}

.press-carousel__slide .blog-item .category {
  margin-bottom: 12px;
  display: block;
}

.press-carousel__slide .blog-item .title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.4;
  min-height: 50px;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.press-carousel__slide .text-holder {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.press-carousel__slide .text-holder .text {
  margin-bottom: 0;
  line-height: 1.6;
}

.press-carousel__arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  color: #0a1456;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 16px;
  opacity: 1;
  visibility: visible;
}

.press-carousel__arrow:hover {
  background-color: #0a1456;
  color: #fff;
  border-color: #0a1456;
  transform: translateY(-50%) scale(1.1);
}

.press-carousel__arrow--prev {
  left: -25px;
}

.press-carousel__arrow--next {
  right: -25px;
}

/* Make arrows more visible on large screens */
@media (min-width: 1400px) {
  .press-carousel__arrow--prev {
    left: -60px;
  }

  .press-carousel__arrow--next {
    right: -60px;
  }
}

.press-carousel .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.press-carousel .slick-dots li {
  margin: 0;
}

.press-carousel .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(10, 20, 86, 0.25);
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.press-carousel .slick-dots button:before {
  display: none;
}

.press-carousel .slick-dots .slick-active button {
  background-color: #0a1456;
  transform: scale(1.2);
}

/* Ensure consistent slide heights */
.press-carousel .slick-track {
  display: flex !important;
  align-items: stretch;
}

.press-carousel .slick-slide {
  height: inherit !important;
  display: flex !important;
  align-items: stretch;
}

.press-carousel .slick-slide > div {
  height: 100%;
  width: 100%;
}

/* Ribbon positioning fix */
.press-carousel__slide .blog-item .ribbon {
  position: absolute;
  right: 0;
  top: -33px;
  z-index: 3;
}

@media (max-width: 991px) {
  .press-carousel__arrow {
    display: none !important;
  }

  .press-centre-heading__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .press-carousel__slide .blog-item .content-holder {
    min-height: 240px;
  }

  .press-carousel__slide .blog-item .title {
    font-size: 16px;
    min-height: 44px;
  }
}

/* Mobile optimization for carousel - tablets and below */
@media (max-width: 768px) {
  .press-carousel {
    padding: 0 15px !important;
    margin-top: 24px;
  }

  .press-carousel .slick-list {
    margin: 0 -8px;
  }

  .press-carousel__slide {
    padding: 0 8px;
  }

  .press-carousel__slide .blog-item .content-holder {
    padding: 20px 20px 24px 20px !important;
    min-height: auto !important;
  }

  .press-carousel__slide .blog-item .title {
    font-size: 16px !important;
    min-height: auto !important;
    margin-bottom: 12px;
  }

  .press-carousel__slide .blog-item .text-holder .text {
    font-size: 14px;
    line-height: 1.5;
  }

  .press-carousel .slick-dots {
    margin-top: 24px;
  }
}

/* Mobile optimization for carousel - small phones */
@media (max-width: 576px) {
  .press-carousel {
    padding: 0 10px !important;
  }

  .press-carousel .slick-list {
    margin: 0 -5px;
  }

  .press-carousel__slide {
    padding: 0 5px;
  }

  .press-carousel__slide .blog-item .content-holder {
    padding: 16px 16px 20px 16px !important;
  }

  .press-carousel__slide .blog-item .title {
    font-size: 15px !important;
  }
}

/* Testimonials Section - Fix text color */
.testimonials-slider .slider-item p,
.testimonials-img-right-slider .slider-item p {
  color: #333 !important;
}

.testimonials .testimonials-slider .slider-item p {
  color: #333 !important;
}

/* Remove overlay on testimonials image */
.testimonials .img-holder .overlay {
  display: none !important;
}

/* Ensure text is white in vibrantAsideBlock sections */
.vibrantAsideBlock p {
  color: #ffffff !important;
}

/* Mega Menu with Newsletter Image */
.mega-menu-with-image .mega-menu-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.mega-menu-with-image .mega-menu-section {
  flex: 1;
}

.mega-menu-image-section {
  display: flex;
  justify-content: flex-end;
  align-items: start;
}

.newsletter-promo {
  width: 100%;
  max-width: 280px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.newsletter-promo a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.newsletter-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.newsletter-promo:hover .newsletter-image {
  transform: scale(1.05);
}

.newsletter-promo a:hover {
  text-decoration: none;
}

/* Remove all ::before pseudo-elements from list items (except breadcrumbs) */
ul li::before,
ol li::before,
li::before {
  display: none !important;
  content: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

/* Exception: Allow breadcrumb separators to show */
.breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb .breadcrumb-item + .breadcrumb-item:before,
.breadcrWhite .breadcrumb-item + .breadcrumb-item::before,
.breadcrWhite .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block !important;
  content: "/" !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  padding-right: 0.5rem !important;
  color: inherit !important;
}

/* Remove ::before from list items in all contexts (except breadcrumbs) */
.content ul li::before,
.content ol li::before,
.body ul li::before,
.body ol li::before,
.page-content ul li::before,
.page-content ol li::before,
main ul li::before,
main ol li::before,
section ul li::before,
section ol li::before,
article ul li::before,
article ol li::before {
  display: none !important;
  content: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

/* Exception: Allow breadcrumb separators in content areas */
.content .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.body .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.page-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
main .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
section .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
article .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block !important;
  content: "/" !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  padding-right: 0.5rem !important;
  color: inherit !important;
}

/* Mobile menu intro text - white color */
.mobile-menu-intro,
.mobile-menu-intro p {
  color: #ffffff !important;
}

/* Ensure all text in hero-section banners is white */
.hero-section,
.hero-section *,
.hero-section p,
.hero-section div,
.hero-section span,
.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section h4,
.hero-section h5,
.hero-section h6,
.hero-section a {
  color: #ffffff !important;
}
