/* ===========================
   GLOBAL TYPOGRAPHY & UNIFICATION
   =========================== */

/* Force consistent font across all pages */
body, h1, h2, h3, h4, h5, h6, p, a, li, span {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: #002b49;
}

button, .btn-ghost-light {
  font-weight: 600;
  letter-spacing: 0.5px;
}




/* Hero buttons */
.buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 28px 0 44px 0;
  flex-wrap: wrap;
}

.buttons-wrapper .btn-ghost-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.6rem 1.4rem;
  min-height: 42px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none !important;
  text-transform: none !important;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
  white-space: nowrap;
  box-sizing: border-box;
}


.btn-ghost-light:hover {
  background: rgba(255,255,255,0.15) !important;
  color: #fff !important;
}

.btn-ghost-light {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}



/* ===========================
   CONTAINERS & SPACING
   =========================== */
.container-custom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
  box-sizing: border-box;
}

.section-padding {
  padding: 60px 20px 80px 20px;
}

.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }
.space-x-4 > * + * { margin-left: 1rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-16 { margin-bottom: 4rem; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.py-20 { padding-top: 5rem !important; padding-bottom: 5rem !important; }

/* ===========================
   TYPOGRAPHY
   =========================== */
.text-display { font-size: 2.4rem; line-height: 1.2; font-weight: 700; margin: 0 0 18px 0; }
.text-body-large { font-size: 1.125rem; line-height: 1.6; max-width: 760px; margin: 0 auto 28px auto; }
.text-white { color: #fff !important; }
.text-white-90 { color: rgba(255,255,255,0.9) !important; }
.text-white-70 { color: rgba(255,255,255,0.9) !important; }
.text-muted-foreground { color: #555 !important; }
.text-secondary { color: #005b8f; }
.text-subhead { font-size: 1.5rem; font-weight: 600; line-height: 1.4; color: #002b49; }

.section-headline { font-size: 2rem; font-weight: 700; margin-bottom: 20px; color: #fff !important; }
.sub-headline { font-size: 1.4rem; font-weight: 700; margin-bottom: 16px; color: #002b49; }

/*.hero-intro .text-display { color: #fff !important; }*/

/* ===========================
   CARDS
   =========================== */
.rounded-lg { border-radius: 12px; }
.shadow-sm { box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.border { border: 1px solid #e5e7eb; }



/* ===========================
   FORMS
   =========================== */
.input-field {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 16px;
  transition: all 0.2s ease;
}
.input-field:focus {
  border-color: #005b8f;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,91,143,0.2);
}
textarea.input-field { min-height: 120px; resize: vertical; }

/* ===========================
   FOOTER
   =========================== */
#main-footer,
#footer-bottom { color: #ffffff !important; }
#main-footer ul li::marker,
#footer-bottom ul li::marker { color: #ffffff !important; }
#main-footer a,
#footer-bottom a { color: #ffffff !important; text-decoration: none; }
#main-footer a:hover,
#footer-bottom a:hover { color: #ffffff !important; text-decoration: underline; }

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 980px) {
  .text-display { font-size: 2.1rem; }
  .solutions-grid { flex-wrap: wrap; }
  .solutions-grid .solution-card { flex: 1 1 calc(50% - 12px); }
  .why-global-brands-row {
    flex-direction: column !important;
  }
  .why-global-brands-row > .et_pb_column,
  .why-global-brands-row > .et_pb_column .et_pb_column_inner {
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }
}



@media (max-width: 768px) {
  .text-display { font-size: 1.85rem; }
  .text-body-large { font-size: 1rem; }
  .features { --col-width: 170px; --gap: 18px; }
  .icon-ring { width: 46px; height: 46px; }
  .logo-slider-track li { min-width: 160px; margin: 0 12px; }
  .logo-slider-track img { max-width: 160px; max-height: 90px; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .common-hero .common-title { font-size: 2.2rem; }
  .common-hero .common-subtitle { font-size: 1.05rem; }
  .common-content { font-size: 1rem; padding: 0 10px; }
  .features-grid { gap: 24px; }
  .solutions-grid {
    flex-wrap: wrap;       /* allow cards to stack */
    flex-direction: column; /* optional: force one per row */
  }
  
  .solutions-grid .solution-card {
    flex: 1 1 100%;        /* each card takes full width */
    margin-bottom: 20px;   /* spacing between cards */
  }
  
}
@media (max-width: 480px) {
  .features { --col-width: 120px; --gap: 12px; }
  .icon-ring { width: 42px; height: 42px; }
  .icon-svg { width: 20px; height: 20px; }
  .logo-slider-track li { min-width: 120px; margin: 0 8px; }
  .logo-slider-track img { max-width: 120px; max-height: 70px; }
}


/* Tablet */
@media (max-width: 991px) {
  .services-row-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-row-2 {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
  .media-page .hero-intro h1 {
    font-size: 34px;
  }
  .media-page .mission h2 {
    font-size: 26px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .services-row-3,
  .services-row-2 {
    grid-template-columns: 1fr;
  }
  .media-page .hero-intro h1 {
    font-size: 28px;
  }
  .media-page .hero-intro p,
  .media-page .mission p {
    font-size: 16px;
  }
  .text-display { font-size: 1.5rem; line-height: 1.3; }
  .service-icon { width:100%; justify-content:flex-start; }
  
}

/* ===========================
   ANIMATIONS
   =========================== */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.animate-fade-in-up { animation: fadeInUp 0.8s ease both; }

@keyframes scroll-left { 0% { transform: translateX(0%); } 100% { transform: translateX(-50%); } }





/* ===========================
   UTILITY CLASSES
   =========================== */
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600 !important; }
.tracking-tight { letter-spacing: -0.01em; }




/* ===========================
   FEATURES (ICONS + TITLES)
   =========================== */
.features { --gap: 28px; --col-width: 240px; }
.features {
  max-width: calc(var(--col-width) * 3 + var(--gap) * 2);
  margin: 0 auto;
}
.features-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
  margin: 2px 0 !important;
}
.feature-col {
  width: var(--col-width);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Feature Icons */
.icon-ring {
  width: 50px; height: 50px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.10);
  display: flex; align-items: center; justify-content: center;
}


/* Feature Titles & Descriptions */
.feature-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 2px 0 0 0 !important;
  line-height: 1.2 !important;
}
.feature-desc {
  font-size: 0.95rem;
  margin: 2px 0 0 0 !important;
  line-height: 1.25 !important;
}
.bg-gradient-hero .feature-col > * {
  margin: 0 !important;
  padding: 0 !important;
}




/* Get in Touch button */
.et_pb_button_module_wrapper .et_pb_button {
  font-size: 14px;
  padding: 8px 18px;
  background-color: #002b49 !important;
  border-radius: 6px;
  border: none;
  color: #ffffff !important;   
  display: inline-block;
  text-decoration: none;             /* remove underline */
  font-weight: 600;
  border-radius: 6px;
  margin-top: 12px;                  /* top margin for spacing above */
  transition: background-color 0.3s ease;
}
.et_pb_button_module_wrapper .et_pb_button:hover {
  background: #004c75;
  transform: translateY(-2px);
}




/* Solutions grid */
.solutions-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.solutions-grid .solution-card {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.solutions-grid .solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.solutions-grid .card-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 4px; color: #002b49; }
.solutions-grid .card-subtitle { font-size: 0.95rem; font-weight: 500; color: #005b8f; margin-bottom: 8px; }
.solutions-grid .card-body { flex-grow: 1; display: flex; flex-direction: column; }
.solutions-grid .card-body p { font-size: 0.95rem; line-height: 1.6; margin-bottom: 16px; color: #444; }
.solutions-grid .card-link { margin-top: auto; font-weight: 600; font-size: 0.9rem; color: #002b49; text-decoration: none; transition: color 0.25s ease; }
.solutions-grid .card-link:hover { color: #005b8f; }




/* Service Cards Container */
.services-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

/* Individual Service Card */
.service-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

/* Icon Box */
.service-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.service-icon svg {
  width: 22px;
  height: 22px;
  stroke: #0d47a1; /* your brand color */
}

/* Text Content */
.service-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #111827;
}

.service-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  margin: 0;
}









/* ===========================
   ABOUT PAGE (HERO + CONTENT + FEATURES)
   =========================== */

/* Hero Section for About Page */
.common-hero {
  background: #0f3b75; /* Solid deep blue (matches screenshot) */
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}
.common-hero .common-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.common-hero .common-subtitle {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}


/* About Content (Text paragraphs) */
.common-content {
  max-width: 900px;
  margin: 0 auto 60px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  text-align: left;
}
.common-content p {
  margin-bottom: 22px;
}

.common-section {padding-top: 30px;}


/* Responsive tweaks */

@media (max-width: 480px) {
  .common-hero .common-title { font-size: 1.8rem; }
  .common-hero .common-subtitle { font-size: 1rem; }
  .feature h3 { font-size: 1rem; }
  .feature p { font-size: 0.9rem; }
}



.common-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff !important;
}

.common-subtitle {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.9) !important;
  margin-bottom: 0;
}


.common-content {
  max-width: 1000px;  /* increase width */
  margin: 0 auto 40px auto;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}




@media (max-width: 768px) {
  /* Force body and page wrapper to have no side padding */
  body.news-page,
  body.news-page .news-page-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Make content full-width with optional small inner padding */
  .news-page .common-content,
  .news-page .container-custom {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box; /* ensures padding doesn’t break width */
  }

  /* Make cards stretch fully */
  .news-page .rounded-lg {
    border-radius: 0 !important;
    width: 100% !important;
  }
}

