body,
html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #204872 0%, #2b5a8c 100%);
  color: #ebebeb;
}
.top-bar {
  background: rgb(15, 48, 171);
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .contact-info {
  display: flex;
  gap: 20px;
}
.main-header {
  background: #002d72;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.main-header img {
  max-height: 60px;
}

/* NAV */

/*---------------------------------------------------------*/
.hero {
  background: url("") no-repeat center center/cover;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 3em;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.content-section {
  padding: 60px 40px;
  max-width: 1200px;
  margin: auto;
}
.content-section h2 {
  color: #002d72;
  text-align: center;
  margin-bottom: 20px;
}
.footer {
  background: #002d72;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

/*Page Banner*/
.page-banner {
  position: relative;
  width: 100vw;
  min-height: 340px;
  max-height: 530px;
  overflow: hidden;
  margin-left: calc(50% - 50vw); /* makes it edge-to-edge no matter container */
  margin-right: calc(50% - 50vw);
  background: #032a5e; /* fallback */
  margin-bottom: 50px;
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
  height: 100%;
  background: rgba(7, 40, 90, 0.98);
  z-index: 2;
}

.banner-content {
  position: absolute;
  z-index: 3;
  left: 5vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-banner h1 {
  color: #ffdd2d;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  font-size: 3.6vw;
  letter-spacing: 2px;
  margin: 0 0 40px 0;
}

.banner-subtitle {
  color: #d2dbe3;
  font-size: 1.6vw;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.5px;
}

@media (max-width: 900px) {
  .banner-overlay {
    width: 100vw;
  }
  .page-banner h1 {
    font-size: 6vw;
  }
  .banner-subtitle {
    font-size: 3vw;
  }
}

@media (max-width: 600px) {
  .page-banner {
    min-height: 120px;
    max-height: 220px;
  }
  .banner-content {
    left: 6vw;
  }
  .page-banner h1 {
    font-size: 8vw;
    margin-bottom: 16px;
  }
  .banner-subtitle {
    font-size: 4vw;
  }
}

/* Headline Underlines */
.heading-line {
  width: 60%; /* or 100% if full-width */
  height: 2px;
  background-color: #ffffff; /* or any color */
  margin: 10px auto 35px; /* spacing around the line */
  border-radius: 2px;
}

/* Headline Underline for Partner Section */
.heading-line2 {
  width: 250px; /* or 100% if full-width */
  height: 5px;
  background-color: rgb(255, 255, 255); /* or any color */
  margin: 15px auto 35px; /* spacing around the line */
  border-radius: 2px;
}
.heading-line3 {
  width: 500px; /* or 100% if full-width */
  height: 5px;
  background-color: rgba(28, 79, 124, 0.6); /* or any color */
  margin: 10px auto 15px; /* spacing around the line */
  border-radius: 2px;
}

/*.heading-line4 {
  width: 60%;              
  height: 4px;
  background-color: #efefef; 
  margin: 35px auto 35px;   
  border-radius: 2px;
} */

/* div for each section title*/
.full-width-box {
  width: 100vw; /* 100% of the viewport width */
  position: relative;
  background: rgba(79, 137, 194);
  color: white;
  text-align: center;
  padding: 50px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Home Page */
/*.full-bg-section {
  background: url('/images/Main/SNV-Big-Team.JPG') center center / cover no-repeat fixed;
  min-height: 420px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.full-bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}
.full-bg-section > * {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}*/

/*Homepage Version2 */
/* Full-bleed section, centered content */
.full-bg-section {
  min-height: 420px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* keep your centered text */
  overflow: hidden;
  /* remove background-attachment: fixed for mobile smoothness */
}

/* Dark overlay for readability (same as before) */
.full-bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* Put content above /images + overlay */
.full-bg-section > * {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

/* Background image stack */
.bg-stack {
  position: absolute;
  inset: 0;
  z-index: 0; /* behind overlay + content */
}

.bg-stack .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills without distortion */
  opacity: 0;
  transition: opacity 900ms ease; /* smooth fade */
  will-change: opacity;
}

.bg-stack .bg.is-active {
  opacity: 1;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .bg-stack .bg {
    transition: none;
  }
}

/* Optional: height tweaks for small screens */
@media (max-width: 600px) {
  .full-bg-section {
    min-height: 360px;
  }
}

/* About us Pages*/
/* Our History Section */

#our_story {
  background: linear-gradient(135deg, #204872 0%, #2b5a8c 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 40px;
  text-align: justify;
  color: #e2e2e2;
}

.image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px 40px;
  flex-wrap: wrap;
}

.image-box {
  width: 250px;
  height: 140px;
  overflow: hidden;
  border-radius: 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.history-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
  gap: 40px;
}

.history-text {
  flex: 1;
  min-width: 300px;
  text-align: justify;
}

.history-gallery {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  min-width: 250px;
}

.history-gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.history-gallery img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .history-content {
    flex-direction: column;
  }

  .history-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

/*Who we are */

#who_we_are {
  background: linear-gradient(135deg, #204872 0%, #2b5a8c 100%);
  padding: 60px 20px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #e2e2e2;
}

.full-width-box {
  text-align: center;
  padding-bottom: 40px;
}

.who-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}

.who-text {
  flex: 1;
  min-width: 280px;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

.who-image {
  flex: 1;
  min-width: 280px;
}

.who-image img {
  width: 100%;
  max-width: 500px;
  max-height: 300px;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.who-item.reverse {
  flex-direction: row-reverse;
}

/* Responsive stacking */
@media (max-width: 768px) {
  .who-item,
  .who-item.reverse {
    flex-direction: column;
  }

  .who-image,
  .who-text {
    text-align: center;
  }
}

#featured-partner {
  background: linear-gradient(135deg, #204872 0%, #2b5a8c 100%);
  padding: 80px 20px;
  text-align: center;
}

#featured-partner h1 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #e2e2e2;
}

#featured-partner p {
  font-size: 18px;
  margin-bottom: 35px;
  color: #e2e2e2;
}

.featured-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

/* Trading */

.trading-section {
  background: linear-gradient(120deg, #eef4fd 0%, #d3e0f9 100%);
  padding: 60px 20px 40px 20px;
}

.trading-header {
  text-align: center;
  margin-bottom: 40px;
}
.trading-header h1 {
  font-size: 2.3em;
  color: #215088;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.trading-header p {
  color: #3b4e67;
  font-size: 1.18em;
  margin-bottom: 0;
}

.trading-content {
  display: flex;
  gap: 44px;
  max-width: 1160px;
  margin: 0 auto;
  align-items: flex-start;
  flex-wrap: wrap;
}

.trading-info {
  flex: 2 1 380px;
  min-width: 320px;
  max-width: 600px;
}
.trading-info h2 {
  color: #2261a2;
  font-size: 1.16em;
  margin-top: 24px;
  margin-bottom: 7px;
  font-weight: bold;
  letter-spacing: 0.3px;
}
.trading-info p {
  color: #444d5f;
  font-size: 1.04em;
  margin-bottom: 9px;
}
.product-list {
  margin: 18px 0 0 12px;
  padding: 0;
  color: #225888;
  font-size: 1.01em;
  list-style: none;
}
.product-list li {
  margin-bottom: 7px;
  padding-left: 0;
}

.trading-visuals {
  flex: 1 1 260px;
  min-width: 220px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}
.product-gallery img {
  width: 220px;
  height: 145px;
  object-fit: cover;
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: 0 2px 10px rgba(20, 80, 140, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.product-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(20, 80, 140, 0.13);
}

@media (max-width: 1000px) {
  .trading-content {
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
  }
  .trading-visuals {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .product-gallery {
    flex-direction: row;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .product-gallery img {
    width: 45vw;
    min-width: 150px;
    max-width: 270px;
    height: 27vw;
    max-height: 150px;
  }
}

@media (max-width: 600px) {
  .trading-header h1 {
    font-size: 1.3em;
  }
  .product-gallery {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .product-gallery img {
    width: 95vw;
    height: 32vw;
    min-width: 80px;
    max-width: 99vw;
    max-height: 110px;
  }
}
.business-list {
  margin: 0 0 24px 10px;
  padding: 0;
  color: #225888;
  font-size: 1.04em;
  list-style: none;
}
.business-list li {
  margin-bottom: 10px;
  padding-left: 0;
  line-height: 1.6;
}

/* FASHION PAGE */
.fashion-section {
  background: linear-gradient(120deg, #eef4fd 0%, #d3e0f9 100%);
  padding: 60px 20px;
}

.fashion-header {
  text-align: center;
  margin-bottom: 48px;
}
.fashion-header h1 {
  font-size: 2.3em;
  color: #2a3356;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.fashion-header p {
  color: #4f5679;
  font-size: 1.16em;
  margin-bottom: 0;
}

/* Brand Block */
.brand-block {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 28px rgba(30, 60, 120, 0.11);
  margin: 0 auto 38px auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1050px;
  gap: 36px;
  padding: 36px 38px 28px 38px;
  flex-wrap: wrap;
}

.brand-info {
  flex: 1 1 260px;
  min-width: 260px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand-logo {
  max-width: 120px;
  max-height: 70px;
  margin-bottom: 18px;
  object-fit: contain;
  align-self: center;
}
.brand-info h2 {
  color: #1c2d53;
  font-size: 1.35em;
  margin-bottom: 13px;
  text-align: center;
}
.brand-info p {
  color: #555c7a;
  font-size: 1em;
  margin-bottom: 18px;
}
.brand-link {
  display: inline-block;
  background: linear-gradient(90deg, #ecbb5e 0%, #d99f31 100%);
  color: #2a3356;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 2px 10px rgba(30, 60, 120, 0.06);
  transition: background 0.2s, color 0.2s;
  margin-top: 10px;
}
.brand-link:hover {
  background: linear-gradient(90deg, #d99f31 0%, #ecbb5e 100%);
  color: #fff;
}

/* Brand Gallery */
.brand-gallery {
  display: flex;
  flex-direction: row;
  gap: 18px;
  flex: 2 1 320px;
  min-width: 200px;
  align-items: center;
  justify-content: center;
}
.brand-gallery img {
  width: 190px;
  height: 250px;
  object-fit: cover;
  border-radius: 13px;
  box-shadow: 0 2px 14px rgba(30, 60, 120, 0.07);
  background: #f6f8fb;
  transition: transform 0.2s;
}
.brand-gallery img:hover {
  transform: scale(1.045);
  box-shadow: 0 6px 18px rgba(30, 60, 120, 0.11);
}

/* Responsive for Mobile */
@media (max-width: 900px) {
  .brand-block {
    flex-direction: column;
    align-items: center;
    padding: 22px 10px;
    gap: 22px;
  }
  .brand-gallery {
    flex-direction: row;
    gap: 11px;
    justify-content: center;
  }
  .brand-gallery img {
    width: 36vw;
    min-width: 120px;
    height: 32vw;
    max-width: 170px;
    max-height: 190px;
  }
  .brand-info,
  .brand-gallery {
    max-width: 98vw;
    min-width: 0;
  }
}

@media (max-width: 600px) {
  .brand-block {
    padding: 11px 2vw;
    gap: 9px;
  }
  .brand-gallery {
    flex-direction: column;
    gap: 9px;
    align-items: center;
  }
  .brand-gallery img {
    width: 78vw;
    max-width: 96vw;
    height: 34vw;
    min-width: 80px;
    max-height: 140px;
  }
}

/*Media Page */
.media-section {
  background: linear-gradient(120deg, #eef4fd 0%, #d3e0f9 100%);
  padding: 60px 20px 40px 20px;
}
.media-header {
  text-align: center;
  margin-bottom: 42px;
}
.media-header h1 {
  font-size: 2em;
  color: #1e3262;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.media-header p {
  color: #3b4765;
  font-size: 1.13em;
  margin-bottom: 0;
}

.media-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.media-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(44, 64, 125, 0.09);
  padding: 36px 32px 28px 32px;
  text-align: center;
  max-width: 320px;
  min-width: 210px;
  flex: 1 1 240px;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media-card:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 10px 32px rgba(44, 64, 125, 0.13);
}
.media-icon {
  width: 54px;
  height: 54px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}
.media-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.media-card h2 {
  color: #1c2940;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.media-card p {
  color: #505f7a;
  font-size: 0.99em;
  margin-bottom: 22px;
}
.media-link {
  display: inline-block;
  background: linear-gradient(90deg, #2187ff 0%, #0c3d91 100%);
  color: #fff;
  font-weight: 600;
  padding: 9px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 2px 10px rgba(30, 60, 120, 0.08);
  transition: background 0.2s, color 0.2s;
}
.media-link:hover {
  background: linear-gradient(90deg, #0c3d91 0%, #2187ff 100%);
  color: #fff;
}
@media (max-width: 900px) {
  .media-cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .media-card {
    max-width: 95vw;
    padding: 24px 14px 18px 14px;
  }
}

/*Warehouse & Management Page */
.warehouse-section {
  background: linear-gradient(120deg, #eef4fd 0%, #d3e0f9 100%);
  padding: 60px 20px 40px 20px;
}

.warehouse-header {
  text-align: center;
  margin-bottom: 48px;
}
.warehouse-header h1 {
  font-size: 2.2em;
  color: #204872;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.warehouse-header p {
  color: #3d465a;
  font-size: 1.13em;
  margin-bottom: 0;
}

.warehouse-block {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(50, 80, 150, 0.1);
  margin: 0 auto 36px auto;
  display: flex;
  align-items: flex-start;
  gap: 38px;
  max-width: 1050px;
  padding: 38px 38px 28px 38px;
  flex-wrap: wrap;
}

.warehouse-info {
  flex: 1 1 260px;
  min-width: 240px;
  max-width: 370px;
}
.warehouse-info h2 {
  color: #1c3556;
  font-size: 1.2em;
  margin-bottom: 13px;
  font-weight: bold;
}
.warehouse-info p {
  color: #50607a;
  font-size: 1em;
}

.warehouse-gallery {
  flex: 2 1 320px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 180px;
}
.warehouse-gallery img {
  width: 200px;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(30, 60, 120, 0.09);
  background: #f6f8fb;
  transition: transform 0.2s, box-shadow 0.2s;
}
.warehouse-gallery img:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 16px rgba(30, 60, 120, 0.13);
}

@media (max-width: 900px) {
  .warehouse-gallery img {
    width: 45vw;
    min-width: 120px;
    max-width: 220px;
    height: 23vw;
    max-height: 120px;
  }
}

@media (max-width: 600px) {
  .warehouse-gallery img {
    width: 85vw;
    max-width: 98vw;
    height: 28vw;
    min-width: 70px;
    max-height: 100px;
  }
}

/* Property Development Page */
.property-section {
  background: linear-gradient(120deg, #eef4fd 0%, #d3e0f9 100%);
  padding: 60px 20px 40px 20px;
}

.property-header {
  text-align: center;
  margin-bottom: 48px;
}
.property-header h1 {
  font-size: 2.2em;
  color: #22487c;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.property-header p {
  color: #405070;
  font-size: 1.15em;
  margin-bottom: 0;
}

.property-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
.property-gallery img {
  width: 340px;
  max-width: 90vw;
  height: 210px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 3px 16px rgba(34, 72, 124, 0.13);
  background: #f6f8fb;
  transition: transform 0.2s, box-shadow 0.2s;
}
.property-gallery img:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 32px rgba(34, 72, 124, 0.15);
}

@media (max-width: 900px) {
  .property-gallery {
    gap: 12px;
  }
  .property-gallery img {
    width: 44vw;
    height: 25vw;
    min-width: 120px;
    max-width: 98vw;
    max-height: 180px;
  }
}

@media (max-width: 600px) {
  .property-header h1 {
    font-size: 1.3em;
  }
  .property-gallery {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .property-gallery img {
    width: 92vw;
    height: 28vw;
    min-width: 80px;
    max-height: 140px;
  }
}

/* Foundation Page */
.foundation-section {
  background: linear-gradient(135deg, #204872 0%, #2b5a8c 100%);
  color: #fff;
  padding: 60px 20px 40px 20px;
  text-align: center;
}

.foundation-content {
  max-width: 1100px;
  margin: auto;
}

.foundation-section h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.foundation-section .subtitle {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 24px;
  color: #ffdd2d;
  letter-spacing: 0.2px;
}

.foundation-desc {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.foundation-flex {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.foundation-block {
  background: rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 24px 22px;
  flex: 1 1 260px;
  min-width: 250px;
  max-width: 500px;
  margin-bottom: 12px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}
.foundation-block h2 {
  color: #ffdd2d;
  font-size: 1.3em;
  margin-bottom: 8px;
}

.focus-title {
  margin-top: 34px;
  margin-bottom: 18px;
  font-size: 1.6em;
  color: #ffdd2d;
}

.focus-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  margin-bottom: 40px;
}
.focus-item {
  background: rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  padding: 22px 18px 22px 18px;
  min-width: 220px;
  max-width: 350px;
  flex: 1 1 240px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 6px;
  transition: transform 0.2s;
}
.focus-item:hover {
  transform: translateY(-7px) scale(1.03);
  background: rgba(255, 255, 255, 0.18);
}
.focus-item .icon {
  font-size: 2.3em;
  margin-bottom: 10px;
  display: block;
}
.focus-item h3 {
  font-size: 1.15em;
  color: #ffdd2d;
  margin-bottom: 7px;
}

.foundation-cta {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 32px 22px;
  margin-top: 32px;
  margin-bottom: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.09);
}
.foundation-cta h2 {
  color: #ffdd2d;
  margin-bottom: 10px;
  font-size: 1.3em;
}
.foundation-cta strong {
  color: #ffdd2d;
  font-size: 1.1em;
}

/* Responsive Design */
@media (max-width: 900px) {
  .foundation-flex,
  .focus-areas {
    flex-direction: column;
    gap: 16px;
  }
  .foundation-block,
  .focus-item {
    max-width: 100%;
    min-width: 0;
    padding: 18px 8px;
  }
}

@media (max-width: 600px) {
  .foundation-section {
    padding: 34px 2vw;
  }
  .foundation-section h1 {
    font-size: 1.5em;
  }
  .focus-title {
    font-size: 1.1em;
  }
}

/*Product Categories Page*/
/* Product Category */
#product-category {
  background: linear-gradient(135deg, #204872 0%, #2b5a8c 100%);
  padding: 60px 20px;
  text-align: center;
  font-size: large;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Always 3 per row on desktop */
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.category-box {
  background: white;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-box img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.category-box h2 {
  font-size: 18px;
  color: #204872;
  margin: 0;
}
.category-box p {
  color: #000000;
  line-height: 0.75cm;
}

.category-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 per row by default */
  gap: 30px;
  max-width: 1200px;
  margin: 20px auto 0;
}

/* Tablet screens */
@media (max-width: 992px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile screens */
@media (max-width: 600px) {
  .category-grid {
    grid-template-columns: 1fr;
  }
}

/* International Partners Section */
#partner-carousel {
  background: linear-gradient(135deg, #204872 0%, #2b5a8c 100%);
  padding: 60px 20px;
  color: rgb(255, 255, 255);
}

#partner-carousel h1 {
  margin-bottom: auto;
  text-align: center;
}

#partner-carousel p {
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 1cm;
  text-align: justify;
}

.scroll-carousel {
  display: flex;
  overflow-x: scroll;
  gap: 20px;
  padding: 50px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  position: relative;
  background-color: white;
  border-radius: 20px;
  /*border-bottom: 3px solid #2200ff; /* visual scrollbar indicator */
}

.scroll-carousel img {
  height: 80px;
  flex-shrink: 0;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.scroll-carousel img:hover {
  transform: scale(1.1);
}

/* Optional: make the scroll bar more styled/obvious */
.scroll-carousel::-webkit-scrollbar {
  height: 3px;
}

.scroll-carousel::-webkit-scrollbar-thumb {
  background: rgba(100, 183, 255, 0.6);
  border-radius: 5px;
}

.scroll-carousel::-webkit-scrollbar-track {
  background: transparent;
}

/* .logo-box:hover {
  transform: scale(1.05) translateZ(0);
}*/

.logo-box img {
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .partner-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .partner-logos {
    grid-template-columns: 1fr;
  }
}

/*Local Parnters*/
#featured-partner {
  background: linear-gradient(135deg, #204872 0%, #2b5a8c 100%);
  padding: 80px 20px;
  text-align: center;
}

#featured-partner h1 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #e2e2e2;
}

#featured-partner p {
  font-size: 18px;
  margin-bottom: 35px;
  color: #e2e2e2;
}

.featured-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#main-partners {
  background: #f8f8f8;
  padding: 60px 20px;
  text-align: center;
}

#main-partners h1 {
  margin-bottom: 10px;
}

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.carousel-track {
  display: flex;
  animation: slideLogos 20s linear infinite;
}

.carousel-track img {
  height: 80px;
  margin: 0 30px;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}

.carousel-track img:hover {
  transform: scale(1.1);
}

@keyframes slideLogos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*Our Customer Section*/
#our-customers {
  padding: 60px 20px;
  background: linear-gradient(135deg, #204872 0%, #2b5a8c 100%);
}

.section-header {
  background: #eae6d6;
  padding: 20px 0;
  margin-bottom: 50px;
  text-align: center;
}

.section-header h1 {
  margin: 0;
  font-size: 36px;
  color: #000;
}

.customer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.customer-box {
  background: #fff;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.customer-box img {
  width: 100%;
  height: auto;
  display: block;
}

.customer-content {
  padding: 20px;
  text-align: left;
}

.customer-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #222;
}

.customer-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Contact Us Page */

#contact {
  background: linear-gradient(135deg, #204872 0%, #2b5a8c 100%);
  padding: 0;
  min-height: 100vh;
}

.contact-main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 10px 60px 10px;
}

.contact-box {
  background: #fff;
  max-width: 700px;
  width: 100%;
  margin: 10px auto 10 auto;
  padding: 40px 32px 32px 32px;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(30, 60, 120, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #24324b;
  font-size: 18px;
  line-height: 1.8;
  position: relative;
  z-index: 3;
  text-align: left;
}

.contact-lead {
  font-size: 1.13em;
  color: #204872;
  margin-bottom: 22px;
  text-align: center;
}

.contact-details {
  margin-bottom: 20px;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 16px;
  font-size: 1.05em;
}
.contact-icon {
  font-size: 1.6em;
  color: #2187ff;
  min-width: 32px;
  text-align: center;
  margin-top: 2px;
}
.heading-line3 {
  width: 100%;
  height: 2px;
  background: #e2e7ef;
  margin: 18px 0 18px 0;
  border-radius: 2px;
}

.contact-box a {
  color: #2187ff;
  text-decoration: none;
  transition: color 0.2s;
  word-break: break-all;
}
.contact-box a:hover {
  color: #002d72;
  text-decoration: underline;
}

.contact-btn {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #2187ff 0%, #002d72 100%);
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  padding: 14px 0;
  border-radius: 8px;
  margin-top: 24px;
  font-size: 1.08em;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  letter-spacing: 0.5px;
  text-decoration: none !important;
  transition: background 0.2s;
}
.contact-btn:hover {
  background: linear-gradient(90deg, #002d72 0%, #2187ff 100%);
  color: #fff;
}

@media (max-width: 700px) {
  .contact-main {
    padding: 10px 0 40px 0;
  }
  .contact-box {
    padding: 24px 10px 22px 10px;
    margin: 10px auto 0 auto;
    font-size: 16px;
  }
}

/*#contact {
    background: linear-gradient(135deg, #204872 0%, #2b5a8c 100%);
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
    min-height: auto;
    height: auto;
    
  }

  .contact p {
    text-decoration: #fff;
  }
  .contact-box {
    max-width: 1000px;
    margin: auto auto;
    background: white;
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 18px;
    line-height: 1.8;
  }
  
  .contact-box a {
    color: #00aeff;
    text-decoration: none;
  }
  
  .contact-box a:hover {
    text-decoration: underline;
  }*/

/* Nav */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
nav ul li {
  position: relative;
}
nav ul li a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
/*
nav ul li a:hover, nav ul li a.active {
  background: #014aad;
}*/

/* Dropdown Styles for desktop */
.dropdown-parent .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 1000;
  min-width: 200px;
  padding: 0;
}
.dropdown-parent:hover .dropdown-menu {
  display: block;
}
.dropdown-parent .dropdown-menu li a {
  color: #000;
  background: #fff;
  padding: 10px 20px;
}
.dropdown-parent .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

/* Hamburger Styles */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  z-index: 1500;
}
.hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  margin: 4px 0;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}

/* --- MOBILE STYLES --- */
@media (max-width: 900px) {
  @media (max-width: 900px) {
    nav > .nav-container > ul > li > a:hover,
    nav > .nav-container > ul > li > a.active {
      background: #01346d !important;
      color: #fff;
    }
    nav ul ul.dropdown-menu li a:hover,
    nav ul ul.dropdown-menu li a.active {
      background: #014aad !important;
      color: #fff !important;
    }
  }

  .nav-container {
    justify-content: flex-end;
    align-items: center;
  }
  .hamburger {
    display: flex;
  }
  nav ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    width: 220px;
    background: #002d72;
    align-items: flex-start;
    margin: 0;
    padding: 16px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 1200;
  }
  nav ul.open {
    display: flex;
  }
  nav ul li {
    width: 100%;
  }
  nav ul li a {
    width: 100%;
    padding: 14px 24px;
    border-bottom: 1px solid #014aad;
    color: #fff;
    background: none;
  }
  /* Mobile Dropdowns */
  .dropdown-parent .dropdown-menu {
    display: none;
    position: static;
    width: 100%;
    background: #014aad;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    min-width: 0;
  }
  .dropdown-parent.open .dropdown-menu {
    display: block;
  }
  .dropdown-parent .dropdown-menu li {
    width: 100%;
  }
  .dropdown-parent .dropdown-menu li a {
    color: #fff;
    background: #014aad;
    padding-left: 40px;
    border-bottom: 1px solid #01346d;
  }

  .dropdown-parent .dropdown-menu li a:hover {
    background: #01346d;
  }
  /* Remove desktop hover for mobile */
  /*.dropdown-parent:hover .dropdown-menu {
    display: none;
  }*/
}
/* TOP-LEVEL menu item highlight (hover or active) */
nav > .nav-container > ul > li > a:hover,
nav > .nav-container > ul > li > a.active {
  background: #014aad !important;
  color: #fff;
}

/* SUBMENU item highlight (hover or active) */
nav ul ul.dropdown-menu li a:hover,
nav ul ul.dropdown-menu li a.active {
  background: #01346d !important;
  color: #fff !important;
}

.menu-overlay {
  display: none;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
nav ul.open ~ .menu-overlay,
.menu-overlay.active {
  display: block;
}
@media (max-width: 900px) {
  .menu-overlay {
    display: none;
  }
}
