    /* =========================
    GLOBAL PAGE STYLES
    ========================= */
  
html, body {
    height: 100%;
}
html, body {
  overflow-x: hidden;
}
    body {
        margin: 0;
        padding: 0;
        font-family: 'Segoe UI', Arial, sans-serif;
        background: #f4f7fb;
        color: #232d38;
    }
    body {
  background: linear-gradient(120deg, #e6f8fd 0%, #edeffa 100%);
}
.background-shape {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  opacity: .2; /* or .35 - as subtle as you want */
  width: 220px;
  height: 220px;
  background-repeat: no-repeat;
  background-size: contain;
}
/* =========================
    homepage background design of website
    ========================= */







    /* =========================
    HEADER & NAVIGATION
    ========================= */
.hero {
    background: linear-gradient(rgba(20,20,20,0.55), rgba(20,20,20,0.55)), url('images/bannerimage.png') center/cover no-repeat;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 38px;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0;
}
.hero-content {
    width: 90%;
    max-width: 750px;
    margin: auto;
}
.hero h2 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}
.hero p {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 37px;
}
.hero-actions {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-top: 30px;
}
.hero-btn {
    background: #fff;
    color: #267E8C;
    border-radius: 11px;
    font-size: 1.13rem;
    padding: 18px 38px;
    margin: 0 3px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 14px 0 rgba(50,50,50,0.07);
    transition: background 0.2s, color 0.2s;
}
.hero-btn:hover {
    background: #287b8c;
    color: #fff;
}

    header,
.header-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;            /* reduce from 58px for less spacing horizontally */
    padding: 8px 24px;    /* reduce from 24px 36px for less spacing vertically */
    background: #fff;
    box-shadow: 0 2px 14px rgba(31,41,55,0.10);
    border-radius: 0 0 16px 16px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.company-brand img {
    max-height: 80px;   /* or any size that fits better */
}
.company-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.company-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #287b8c;
    letter-spacing: .04em;
}
.company-brand img {
    height: 90px; /* <-- Change this value to your desired logo height */
    width: auto;  /* Keeps aspect ratio. You can add width if needed. */
    margin-right: 7px;
}
nav .main-menu {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
nav .main-menu li a {
    color: #232d38;
    font-weight: 500;
    font-size: 1.1rem;
    text-decoration: none;
    padding: 6px 18px;
    border-radius: 20px;
    transition: background 0.18s, color 0.18s;
    background: transparent;
}
nav .main-menu li a.active, 
nav .main-menu li a:hover {
    color: #287b8c;
    background: #eaf5fa;
}

    /* =========================
        HERO / WELCOME SECTION
    ========================= */
    .hero {
        background: linear-gradient(rgba(20,20,20,0.53), rgba(20,20,20,0.53)), url('images/bannerimage.png') center/cover no-repeat;
        min-height: 800px; /* Adjust to your preference */
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 20px;
        box-shadow: 0 4px 30px rgba(49,117,126,0.10);
        max-width: 100vw;
        margin: 0 auto 38px auto;
        text-align: left;
        color: #fff;
        padding: 0 24px;
    }
    .hero-content h2 {
    color: #fff;
    text-align: center;
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content p {
    color: #fff;
    text-align: center;
    font-size: 1.23rem;
    margin-bottom: 32px;
    line-height: 1.5;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 20px;
}


    /* =========================
    ABOUT SECTION
    ========================= */
    .about {
        max-width: 900px;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 2px 10px 0 rgba(31,41,55,.12);
        margin: 0 auto 38px auto;
        padding: 32px 30px 28px 30px;
    }
    .about h2 {
        color: #287b8c;
        font-size: 1.4rem;
        margin-top: 0;
    }
    .about {
    max-width: 900px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 10px 0 rgba(31,41,55,.12);
    margin: 0 auto 38px auto;
    padding: 32px 30px 28px 30px;
}
.about h2 {
    color: #287b8c;
    font-size: 1.4rem;
    margin-top: 0;
}

/* --- ADD HERE --- */
/* Who We Are section - side by side image and text */
.about {
  max-width: 1100px;
  margin: 0 auto 26px auto;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.about-flex {
  display: flex;
  align-items: center;
  gap: 38px;
  width: 100%;
  margin: 0 auto;
}
.about-img {
  width: 400px;
  height: 700px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 2px 12px rgba(31,41,55,0.11);
}

.about-gallery {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  max-width: 1000px;
  margin: 32px auto 0 auto;
  background: none;
  box-shadow: none;
  border: 0;
}

.gallery-img {
  width: 350px;
  height: 350px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(31,41,55,0.09);
}
/* ...rest of about-content, about-btn, about-gallery, gallery-img etc... */
/* --------------- */

/* Existing or next section */
.main-features {
    max-width: ...
}
.why-choose-us {
  background: #f0f4f8; /* soft modern blue-gray, distinct from rest but very decent */
  padding: 64px 0 74px 0;
  margin-top: 0;
  text-align: center;
}

.why-choose-us h2 {
  color: #247080;
  font-size: 2.50rem;
  margin-bottom: 13px;
  letter-spacing: .02em;
}

.why-desc {
  color: #233;
  font-size: 1.18rem;
  margin-bottom: 38px;
  font-weight: 500;
}

.why-grid {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 36px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.why-card {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 2px 20px rgba(80,130,160,0.08);
  padding: 38px 40px 28px 40px;
  width: 450px;
  min-height: 185px;
}

.why-card h3 {
  color: #217592;
  font-size: 1.29rem;
  margin-bottom: 13px;
}

.why-card p {
  color: #333;
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0;
}







/* =========================
   CUSTOMER LOGO SLIDER
========================= */
.logo-slider-section {
  margin: 70px auto;
  text-align: center;
  padding: 20px 0;
  max-width: 100%;
  overflow: hidden;     /* already there logically */
}

.logo-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0a5c6b;
    margin-bottom: 25px;
}

.logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 70px;
  /* width: max-content;  REMOVE this */
  animation: scroll 5s linear infinite;
}
/* --------- ADJUST LOGO SIZE HERE --------- */
.logo-track img {
  width: 340px;
  height: auto;
  max-width: 100%;      /* safety on smaller screens */
}

.logo-track img:hover {
    filter: none;
    opacity: 1;
    cursor: pointer;          /* optional for better UX */
}

/* Scroll animation moving left by 50% of the total width */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.visit-counter-section {
  padding: 20px 0;
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 100%;
  overflow: hidden;
}

.visit-counter-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;     /* side padding instead of extra width */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}


.visit-counter-inner h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.counter-digits {
  display: inline-flex;
  background: #11171b;           /* dark background to match footer */
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
  border: 1px solid #222a30;
}

.counter-digits span {
  display: inline-block;
  min-width: 22px;
  padding: 6px 8px;
  text-align: center;
  border-right: 1px solid #222a30;
  background: #1e2730;
  color: #3fe8c9;                /* same accent as footer links */
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

.counter-digits span:last-child {
  border-right: none;
}

.counter-digits span:last-child {
  border-right: none;
}

@media (max-width: 600px) {
  .visit-counter-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* FOOTER – same as products page */

.footer-unique {
  background: #141d23;
  color: #fff;
  padding-top: 38px;
  margin-top: 42px;
  font-family: 'Segoe UI', Arial, sans-serif;
  position: relative;
}

.footer-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  max-width: 1200px;
  margin: auto;
  padding: 0 4vw 8px 4vw;
  flex-wrap: wrap;
}

.footer-contact-block,
.footer-links-block,
.footer-social-block {
  min-width: 210px;
}

.footer-logo-block {
  margin-top: 44px;
  text-align: center;
}

.footer-logo-block .footer-logo {
  width: 102px;
  height: auto;
  margin-bottom: 6px;
}

.footer-tagline {
  font-size: 0.98rem;
  color: #b2dffb;
  margin-top: 7px;
  font-weight: 400;
}

.footer-contact-block h4,
.footer-links-block h4,
.footer-social-block h4 {
  color: #3fe8c9;
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 1.09rem;
}

.footer-contact-block p {
  margin: 6px 0;
  font-size: 0.98rem;
}

.footer-links-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-block li {
  margin-bottom: 8px;
}

.footer-links-block a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.19s;
}

.footer-links-block a:hover {
  color: #3fe8c9;
  text-decoration: underline;
}

.footer-contact-block i {
  color: #3fe8c9;
  margin-right: 7px;
}

.footer-divider {
  border-top: 1.5px dashed #333d;
  margin: 32px auto 7px auto;
  max-width: 1100px;
}

/* bottom row */

.footer-bottom {
  width: 100%;
  padding-bottom: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.footer-bottom-icons {
  margin-bottom: 2px;
}

.footer-bottom-icons a {
  color: #fff;
  font-size: 1.7em;
  margin: 0 10px;
  display: inline-block;
  transition: color 0.2s, transform 0.16s;
}

.footer-bottom-icons a:hover {
  color: #3fe8c9;
  transform: scale(1.17) rotate(-3deg);
}

.footer-bottom-copyright {
  color: #fff;
  font-size: 1.04rem;
  margin-top: 3px;
}

/* Email / phone / map */

.footer-email-icon {
  color: #38d3f6;
  font-size: 1.18em;
  margin-right: 7px;
  vertical-align: middle;
}

.footer-email-link {
  color: #b6effb;
  font-size: 1.07em;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.17s;
}

.footer-email-link:hover {
  color: #4ae9de;
  text-decoration: underline;
}

.footer-phone-icon {
  color: #1fe9ad;
  font-size: 1.18em;
  margin-right: 7px;
  vertical-align: middle;
}

.footer-phone-link {
  color: #a5ffda;
  font-size: 1.07em;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.17s;
}

.footer-phone-link:hover {
  color: #3fe8c9;
  text-decoration: underline;
}

.footer-map-icon {
  color: #fc8383;
  font-size: 1.18em;
  margin-right: 7px;
  vertical-align: middle;
}

.footer-map-link {
  color: #ffdada;
  font-size: 1.07em;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.17s;
}

.footer-map-link:hover {
  color: #ff9595;
  text-decoration: underline;
}

/* Responsive */

@media (max-width: 950px) {
  .footer-grid { gap: 32px; }
  .footer-contact-block,
  .footer-links-block,
  .footer-social-block {
    min-width: 160px;
  }
}

@media (max-width: 800px) {
  .footer-bottom-icons { font-size: 1.4em; }
}

@media (max-width: 700px) {
  .footer-grid {
    flex-direction: column;
    gap: 100px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  body {
    background: red !important;
  }
}
