* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:system-ui,'Segoe UI', Roboto,'Helvetica Neue', sans-serif,sans-serif;
}


html, body {
  margin: 0;
  padding: 0;
  display: block !important;
  width: 100%;
  overflow-x: hidden
}

body {
  
  color: #222;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f9f9f9;
  margin: 0;
  padding-top: 5%;
  flex-wrap:wrap;

}

/* main = .landing */
.landing {
  flex: 1;             /* fills space between header and footer */
  width: 100%; 
  background: rgba(167, 208, 211, 0.126);
  background-image: url(images/office-workspace-sunset-generate-ai-photo.jpg);
  background-size: cover;      /* make sure background stretches */
  background-repeat: no-repeat;
  background-position: center; 
  padding: 10px;
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-items:center;
  align-items: center;
  padding: 1em;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  background-size:auto;
  height: 100%;
  flex: 1; /* fill remaining height between header & footer */
  flex-direction: column;
  width: 100%;
  max-width: 1280px; /* prevents stretching on big screens */
  margin: 0 auto;
}


/*=================================================         HEADER         ==================================*/

.header {
  position: fixed;
  top: 0;
  background-color: rgb(255, 255, 255);
  /*background:var(--accent);*/
  box-shadow: 0 1px 4px #717171;
  z-index: 1000;
  width: 100%;
}

header .frame
{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;             
  align-items: center;
  justify-content: space-between;
  padding: 12px 4%; 
  flex-wrap: nowrap;
}

.header::-webkit-scrollbar {
  width: 0;
  display: none;
}

.flag-icon {
  width: 100px;
  height: 58px;
  position: absolute;
  left: 250px;     
  top: 50%;
  transform: translateY(-50%);  /* vertical centering */
  background-image: url(./images/botswana.png);
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.LOGO-with-slogan {
  width: 320px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(./images/logo-new.png);
  flex-shrink: 0;
  margin-right: 15px;
}

.menu-toggle { display: none; }
.menu-icon {
  display: none;               /* becomes visible on mobile */
  font-size: 26px;
  cursor: pointer;
  user-select: none;
  padding: 6px 10px;
  border-radius: 6px;
}


.header-pane {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5%;
  min-width: 0;
}

.header-pane a:hover {
  text-decoration: underline;
} 


.home {
  :hover {
    opacity: 0.7;
    color: lightskyblue;
    text-decoration: underline;}
  position: static;
  width: auto;
  height: auto;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
}

.text-wrapper-6 {
  position: static;
  height: auto;
  top: auto;
  left: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 100;
  color: #3a3939;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
 

}

.div-wrapper {
  :hover {
    opacity: 0.7;
    color: lightskyblue;
    text-decoration: underline;
  }
  position: static;
  width: auto;
  height: auto;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
}

.text-wrapper-7 {
  position: static;
  height: auto;
  top: auto;
  left: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 100;
  color: #404040;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
}

.services {
  :hover {
    opacity: 0.7;
    color:#522324;
    text-decoration: underline;
  }
  position: static;
  width: auto;
  height: auto;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  overflow:visible;
}

.container .services::-webkit-scrollbar {
  width: 0;
  display: none;
}

.text-wrapper-8 {
  position: static;
  height: auto;
  top: auto;
  left: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 100;
  color: #404040;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;

}

.text-wrapper-9 {
  position: static;
  height: auto;
  top: auto;
  left: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 100;
  color: #404040;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;

}

.contact-us {
  :hover {
    opacity: 0.7;
    color: lightskyblue;
    text-decoration: underline;
}
  position: static;
  width: auto;
  height: auto;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
}

.text-wrapper-10 {
  position: static;
  height: auto;
  top: auto;
  left: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 100;
  color: #404040;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;

}

.our-partners {
  position: static;
  width: auto;
  height: auto;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
    :hover {
    opacity: 0.7;
    color: lightskyblue;
    text-decoration: underline;
  }
}

.text-wrapper-11 {
  position: static;
  height: auto;
  top: auto;
  left: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 100;
  color: #404040;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;

}

.dropdown{
  position: relative;
  display: inline-block;
  flex-shrink: 1;
}
.services{
  /*background-color: hsl(0, 0%, 80%);
  color:white;*/
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.dropdown a{
  display: block;
  color:#380b17;
  text-decoration:none;
  padding: 5px 15px;
  transition: 0.3s;
}
.dropdown .content{
  display: none;
  position: absolute;
  background-color:#fbfdfd;
  min-width: 200px;
  box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.8);
  overflow: visible;
}
.dropdown:hover .content{
  display: block;
}
.dropdown a:hover{
  background-color: hsl(0, 0%, 90%);
  text-decoration: underline;
}

/* ========================================================= */
/* ======================= RESPONSIVE ======================= */
/* ========================================================= */

/* ------ Tablet adjustments ------ */
@media (max-width: 1024px) {
  .flag-icon {
    width: 80px;
    height: 46px;
    left: 140px;
  }
}

/* ------ Mobile adjustments ------ */
@media (max-width: 768px) {
  .flag-icon {
    width: 60px;
    height: 55px;
    left: 80px;
    top: 70px;
  }
}

/* ------ Small Mobile adjustments ------ */
@media (max-width: 480px) {
  .flag-icon {
    width: 45px;
    height: 46px;
    left: 30px;
  }
}

/*==========================================             END OF HEADER                  ==================================*/



/*========================         MAIN SECTION (FOR DROPDOWN PAGES)          ========================*/


main {
  padding-top: 50px 20px;
  width: 100%;
  /*margin: 10px auto;*/
  /*max-height: 100vh;*/
  flex: 1;
  
}
main section {
  max-width: 100%;
  min-height: 100vh;
  /*margin: 0 auto; /* space below header */
  padding: 40px 20px;
  text-align: center;

  
}

main h2 {
  font-size: clamp(14px, 2vw, 18px); /*2em;*/
  color: #dafafa;
}

main p {
  margin-top: 20px;
  font-size: clamp(14px, 2vw, 18px);/*1.1em;*/
  line-height: 1.6;
  color: #ebf1f4;
}

/* Shared content sections */
.content-dat{
  padding: 60px 5%;
  text-align: center;
  background-image: url(images/banners/data-science.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* important for mobile */
}
.content-net {
  padding: 60px 5%;
  text-align: center;
  background-image: url(images/banners/network-cables.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* important for mobile */
}
.content-sec{
  padding: 60px 5%;
  text-align: center;
  background-image: url(images/banners/modern_slim.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* important for mobile */
}

.content-sup{
  padding: 60px 5%;
  text-align: center;
  background-image: url(images/istockphoto-1360520538-612x612.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* important for mobile */

}

/* Headings */
.content-dat h2, .content-sec h2, .content-sup h2, .content-net h2 {
  margin-bottom: 15px;
  margin-top: 4%;
  color: #71d2dc;
  font-size: clamp(24px, 4vw, 36px);
}

.content-dat h3, .content-sec h3, .content-sup h3, .content-net h3 {
  margin-bottom: 10px;
  color: #562904;
  font-size: clamp(18px, 2.8vw, 22px);
}

/* Paragraphs */
.content-dat p, .content-sec p, .content-sup p, .content-net p {
  margin-top: 10px;
  color: #404040;
  font-size: clamp(14px, 2vw, 17px);
}

/* === SERVICE LIST GRID === */
.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, auto));
  gap: 30px;
  margin: 3% auto;
  max-width: 1100px;  /* prevents stretching on large screens */
}


/* Card styling */
.service-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  text-align: left;
}

.service-card:hover {
  transform: translateY(-5px);
}

/*========    Small Screens   ======*/
/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .service-list .service-item {
    flex: 1 1 calc(50% - 20px); /* 2 items per row */
  }
}

/* Small screens (mobiles) */
@media (max-width: 768px) {
  .service-list {
    flex-direction: column; /* stack items vertically */
    gap: 20px;
  }

  .service-list .service-item {
    flex: 1 1 100%;         /* full width on mobile */
  }
}


@media (max-width: 768px) {
  .content-dat,
  .content-net,
  .content-sec,
  .content-sup {
    padding-top: 170px;   /* move content DOWN */
    padding-bottom: 80px; /* optional, to balance spacing */
  }

  main section {
    min-height: 90vh;     /* gives more space for content */
  }

  header {
    margin-bottom: 20px;  /* extra spacing under the header */
  }
}
/*======== Very Small Screens ========*/
@media (max-width: 468px) {
  .content-dat,
  .content-net,
  .content-sec,
  .content-sup {
    padding-top: 210px;   /* move content DOWN */
    padding-bottom: 80px; /* optional, to balance spacing */
  }
  .service-list {
    grid-template-columns: repeat(2, minmax(120px, auto));
    flex-direction: column;  /* stack items vertically */
    gap: 15px;               /* smaller gap for tiny screens */
    padding: 10px;           /* reduce padding */
    
  }

  .service-list .service-item {
    flex: 1 1 100%;          /* full width */
    padding: 10px;           /* optional: inner padding for each item */
  }

  /* Optional: make text smaller for readability */
  .service-list .service-item h3 {
    font-size: 1rem;
  }

  .service-list .service-item p {
    font-size: 0.875rem;
  }
}


/*===========================================================          END OF MAIN SECTION      ================================================================*/



.container .who-what-why {
  position: relative;
  width: 1402px;
  height: 243px;
  top: 400px;
  left: 9px;
}

.container .who-are-we {
  position: absolute;
  width: 398px;
  height: 230px;
  top: 6px;
  left: 31px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: #c89958e6;
  box-shadow: 0px 4px 4px #00000040;
}

.container .who-are-we-label {
  position: absolute;
  width: 236px;
  top: 6px;
  left: 81px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.container .who-are-we-info {
  position: absolute;
  width: 388px;
  top: 33px;
  left: 0;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.container .what-we-do {
  width: 397px;
  height: 230px;
  left: 497px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px #00000040;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: #e3b67e;
  backdrop-filter: blur(4px) brightness(100%);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
  position: absolute;
  top: 6px;
}

.container .what-we-do-label {
  left: 148px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  position: absolute;
  top: 6px;
}

.container .what-info {
  position: absolute;
  width: 372px;
  top: 60px;
  left: 13px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.container .why-choose-US {
  position: absolute;
  width: 397px;
  height: 230px;
  top: 6px;
  left: 957px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: #e3b67e;
  box-shadow: 0px 4px 4px #00000040;
}

.container .why-choose-us-label {
  position: absolute;
  width: 236px;
  top: 4px;
  left: 81px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.container .why-choose-us-text {
  position: absolute;
  width: 380px;
  top: 29px;
  left: 6px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}


/*====================================                  FOOTER             ====================================*/
footer {
  width: 100%;
  background-color:#9e7e41a9;
  color:#380b17;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-items:center;
  box-sizing: border-box;
  padding: 20px 40px;
  /*padding: 40px 20px 20px;
  margin-top: 0 auto;        /*This is mainly to push the footer to the bottom of the page*/
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.footer-line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  padding: 20px 0;
  position: relative;  /* or 'relative' if you want it after content */
  bottom: 0;
  left: 0;
  
}


.contacts, .our-partnersf, .socials, .office-hours {
  flex: 1 1 250px;
  min-height: 150px;
  text-align: center;
}

.contacts-plot, .our-partners-label, .socials-label, .office-open {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contacts-info, .partners-info, .days-hours {
  font-size: 14px;
  line-height: 1.6;
}

/*============ Social icons ============*/
.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.social-icons .icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.social-icons .icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.social-icons .icon[aria-label="Facebook"] { color: #1877F2; }
.social-icons .icon[aria-label="X (Twitter)"] { color: #1DA1F2; }
.social-icons .icon[aria-label="LinkedIn"] { color: #0A66C2; }

.social-icons .icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

.line {
  width: 100%;
  height: 1px;
  background-color:#380b17;
  margin: 20px 0;
}

.copyright {
  text-align: center;
  font-size: 12px;
  width: 100%;
  color: #380b17;
  margin-bottom: 2%;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
.header .frame {
  flex-direction: column;
  gap: 10px;
  }

.header-pane {
  flex-wrap: wrap;
  justify-content: center;
  }

.footer-line {
  flex-direction: column;
  text-align: center;
  }

.overlay1, .overlay2, .overlay3, .overlay4 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  text-align: center;
  }

.text1 {
  font-size: 18px;
  }
}


/* ======================
   MOBILE FOOTER
   ====================== */

/* shrink footer */
@media (max-width: 768px) {
  footer {
    padding: 12px 15px;  /* reduce top/bottom and side padding */
  }

  .footer-line {
    flex-direction: column;
    gap: 8px;            /* smaller gap between sections */
  }

  .copyright {
    margin-top: 6px;     /* reduce space above copyright */
    text-align: center;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 8px 10px;   /* tighter padding on very small screens */
  }

  .footer-line {
    gap: 4px;            /* minimal gap between columns */
  }

  .copyright {
    margin-top: 4px;
    font-size: 11px;
  }
}


/*=======================================================================================                    END OF FOOTER                   =========================================================================*/


/*====================================================================================================================================================================================================================*/
/*========================================================================================================|       HOME PAGE      |====================================================================================*/
/*====================================================================================================================================================================================================================*/
  :root{--accent:#1f6feb;--muted:#6b7280;--bg:#f7f7fb;--card:#ffffff}
/* *{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter, system-ui, Arial, Helvetica, sans-serif;background:var(--bg);color:#111} */
a{color:inherit;text-decoration:none}
  *{box-sizing:border-box}
body.home{margin:0;font-family:Inter, system-ui, Arial, Helvetica, sans-serif;background:var(--bg);color:#111} 
.btn-home{padding:10px 14px;border-radius:10px;background:var(--accent);color:white;font-weight:600}

/*     .hero{width: 100%; max-height: 100vh; background-image: url(images/istockphoto-1360520538-612x612.jpg); box-shadow: 0px  0px 6px 6px #b6b5b5 ; border-radius: 15px; margin:28px auto;display: flex;flex-direction: column; flex-grow: 1; padding:28px;display:grid;grid-template-columns:1fr 420px;gap:28px;align-items:center}
.hero-card{background:linear-gradient(180deg, rgba(255,255,255,0.8), rgba(255,255,255,0.8));padding:28px;border-radius:18px;box-shadow:0 8px 30px rgba(2,6,23,0.06)}
*/    
.hero{max-width:1480px;/* height: 700px;max-height: 100vh; border-radius: 15px;*/margin:28px auto;padding:28px;display:grid !important; grid-template-columns:1fr 420px;gap:48px;align-items:center}
.hero-card{/*height: 350px;*/ background:linear-gradient(180deg, rgba(255,255,255,0.8), rgba(255,255,255,0.8));padding:28px;border-radius:18px;box-shadow:0 8px 30px rgba(2,6,23,0.06)}


.hero-card h3{font-size:clamp(26px,4vw,40px);margin:0 0 12px}
p.lead{color:#0a0a0a; /*color:var(--muted);*/margin:0 0 18px}
.features{display:flex;gap:12px;margin-top:12px;border-radius:10px;}
.feature1{padding:10px 12px;border-radius:10px;font-size:14px;box-shadow:0 4px 14px rgba(2,6,23,0.04);border:1px solid #007bff}
/*.carousel{border-radius:14px; overflow:hidden;height:450px;background:#eee;position:relative}
.slides{display:flex;width:300%;height:100%;animation:slide 12s infinite}
.slides img{width:100%;height:420px;object-fit:cover}
@keyframes slide{
  0%{margin-left:0}
  25%{margin-left:0}
  35%{margin-left:-100%}
  60%{margin-left:-100%}
  70%{margin-left:-200%}
  95%{margin-left:-200%}
  100%{margin-left:0}
}*/

/* Responsive carousel */
.carousel {
  width: 100%;
  height: 450px;
  max-width: 520px;       /* limits how wide it gets on desktop */
  margin: 0 auto;         /* centers inside its column */
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: #eee;
  aspect-ratio: 16 / 10;  /* keeps proportional height and scales responsively */
}

/* sliding track */
.slides {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 0;
  animation: slide 12s infinite;
}

/* slides images scale to container, preserving cover behavior */
.slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* crops to fill while keeping aspect ratio */
  flex: 0 0 100%;
}

/* dots */
.dots { position: absolute; left: 12px; bottom: 12px; display:flex; gap:8px; z-index: 3; }
.dot { width:10px; height:10px; border-radius:50%; background:rgba(255,255,255,0.6); animation:dotAnim 12s infinite; }
.dot:nth-child(2){animation-delay:4s} .dot:nth-child(3){animation-delay:8s}

/* sliding keyframes (keep existing timing or adjust) */
@keyframes slide {
  0% { transform: translateX(0%); }
  25% { transform: translateX(0%); }
  35% { transform: translateX(-100%); }
  60% { transform: translateX(-100%); }
  70% { transform: translateX(-200%); }
  95% { transform: translateX(-200%); }
  100% { transform: translateX(0%); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .carousel { max-width: 420px; aspect-ratio: 4 / 3; }
  .slides img { object-position: center; }
  .hero-card { margin-top: 120px; padding: 14px; }
}

@media (max-width: 480px) {
  .carousel { max-width: 360px; aspect-ratio: 4 / 3; }
  .hero { grid-template-columns: 1fr; margin-top: 70px; padding: 14px; }
}
/*   End Of Carousel   */

.dots{position:absolute;left:12px;bottom:12px;display:flex;gap:8px}
.dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,0.6);animation:dotAnim 12s infinite}
.dot:nth-child(2){animation-delay:4s}
.dot:nth-child(3){animation-delay:8s}
@keyframes dotAnim{
  0%,100%{background:rgba(255,255,255,0.6)}
  5%,30%{background:var(--accent)}
}

.section{max-width:1300px; margin:30px auto;padding:0 18px}

@media (max-width:900px){.hero{grid-template-columns:1fr;}.carousel{height:300px}.product-media{height:180px}.split{grid-template-columns:1fr}}


/* ===============================================================================================
                                         MOBILE RESPONSIVENESS 
   =============================================================================================== */

@media (max-width: 992px) {

  .header .frame {
    flex-wrap: wrap;
    gap: 14px;
  }

  .header-pane {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

@media (max-width: 768px) {

  /* Push content lower to avoid header overlap */
  .hero {
    margin-top: 90px;                      /* << MAIN FIX */
    grid-template-columns: 1fr;            /* stack vertically */
    padding: 20px;
    gap: 30px;
  }

  .carousel {
    height: 300px;                         /* reduce height */
  }

  .slides img {
    height: 280px;                         /* keeps proper scaling */
  }

  .features {
    flex-wrap: wrap;                        /* allow wrapping */
    gap: 10px;
  }
}

@media (max-width: 480px) {

  .hero {
    margin-top: 90px;                      /* extra space for small phones */
    padding: 15px;
  }

  .hero-card h3 {
    font-size: 22px !important;
  }

  .carousel {
    height: 300px;
    margin-top:8px;
  }

  .slides img {
    height: 300px;
    justify-content:center;
    align-items:center;
  }

  .features {
    flex-direction: column;
    gap: 8px;
  }

  .feature1 {
    width: 100%;
    text-align: center;
  }
}






/*===========================================================================================================================================================================*/
/*=================================================================|               About-Us SECTION              |===========================================================*/
/*===========================================================================================================================================================================*/
.product1, .product2, .product3 {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 3rem;
  animation: fadeUp 1s ease both;
}

.product1 img, .product2 img, .product3 img {
  max-width: 50%;
  border-radius: 10px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.product1 img:hover, .product2 img:hover, .product3 img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.text-box {
  flex: 1;
  animation: fadeIn 1.2s ease both;
}

.text-box h1 {
  color: #0b0b0b;
  margin-bottom: 1rem;
}

.text-box p {
  margin-bottom: 1rem;
  font-family:Inter, system-ui, Arial, Helvetica, sans-serif;
  font-weight: lighter;
}


/*=====================================================                         NEWS / EVENTS                         =======================================================*/
/* Layout container */
.about-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 2rem 3rem;
  gap: 2rem;
  min-height: calc(100vh - 250px);
  box-sizing: border-box;
  margin: 0 15%;

}

/* Main content (left) */
.about-main {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-wrap: nowrap;
}

/* Sidebar (right) */
.about-sidebar {
  flex: 1.2;
  background: #fafafa;
  border-left: 3px solid #e0e0e0;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100%;
  animation: fadeUp 1s ease both;
  margin-top: 20px;
}

.about-sidebar h2 {
  color: #0b0b0b;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

/* News item cards */
.event-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.event-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.event-content {
  padding: 1rem;
  font-family: Inter, system-ui, Arial, Helvetica, sans-serif;
}

.event-content h4 {
  margin-bottom: 0.5rem;
  color: #0b0b0b;
  font-size: 1rem;
 }

.event-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
}

.about-sidebar p.footer-note {
  margin-top: auto;
  font-family: Inter, system-ui, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  color: #333;
  font-size: 0.95rem;
  text-align: center;
}

/* Responsive layout for mobile */
@media (max-width: 900px) {
  .about-container {
    flex-direction: column;
    width: 100%
    margin-top: 80px;
  }
  .about-sidebar {
    position: static;
    border-left: none;
    border-top: 3px solid #e0e0e0;
    width: 100%;
  }
  .event-card img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .about-container {
    flex-direction: column;
    margin: 2px auto;
    margin-top: 150px;
  }

  .about-sidebar {
    position: static;
    border-left: none;
    border-top: 3px solid #e0e0e0;
    width: 100%;
  }
  .event-card img {
    height: 150px;
  }
}
 
/* Fade-in Animations */
@keyframes fadeUp {
  from {opacity: 0; transform: translateY(30px);}
  to {opacity: 1; transform: translateY(0);}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Responsive */
@media (max-width: 768px) {
  .product1, .product2, .product3 {
    flex-direction: column;
    text-align: center;
  
  }

  .product1 img, .product2 img, .product3 img {
    max-width: 100%;
  }
}

/* SCROLL ANIMATION */
.hidden {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered reveal timing */
.product1.show { transition-delay: 0s; }
.product2.show { transition-delay: 0.2s; }
.product3.show { transition-delay: 0.4s; }

 
/*3D Carousel*/

body.productss{
  background-color: #008CBA;
  min-height: 100vh;
  display: flex;
  justify-content:center;
  align-items: center;
  padding: 5%;
}

img2{
  height: 150px;
  width: 200px;
}

.carousels{
  width: 200px; height: 150px;
  position: relative;
  transform-style: preserve-3d;
  transform: perspective(1000px);
  animation: gallery 20s linear infinite;
  cursor: pointer;
}
.carousels span{
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i)*45deg)) translateZ(500px);
  -webkit-box-reflect:below 2.5px linear-gradient(transparent, transparent, rgba(3,3,3,0.2));
}
.carousels span img2{
  position: absolute;
  border-radius: 10px;
  border: 6px ridge #ccc;
}
@keyframes gallery{
  0%{
    transform: perspective(1000px) rotateY(0deg);
  }
  100%{
    transform: perspective(1000px) rotateY(90deg);
  }
}


/*=====================================================            PRODUCT-CARD          ====================================================*/

.product-card {
  width: 250px;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background-color: #fff;
  transition: transform 0.2s;
}

.product-card:hover {
  transform: scale(1.05);
}

.product-image {
  width: 100%;
  border-radius: 10px;
}

.product-title {
  font-size: 1.2em;
  margin: 10px 0;
}

.product-price {
  font-weight: bold;
  color: #009578;
  margin-bottom: 10px;
}

.add-to-cart {
  background-color: #009578;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.add-to-cart:hover {
  background-color: #007f63;
}


/*===========================           PRODUCTS PAGE          ============================*/
.products-heading {
  text-align: center;
  margin: 6rem 0;
  font-size: 2rem;
  color: #610606d0;
}
.productsc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* responsive grid */
  gap: 5px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 270px; /* center and add spacing */
  padding: 0 30px;
}


body.product-card1 {
  font-family: Arial, sans-serif;
  /*background:rgb(248, 247, 244);*/
  background:rgba(167, 208, 211, 0.126);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  /*padding: 5%;*/
}

.card {
  width: 250px;
  margin: 15px;
  background: #ffffff02;
  border-radius: 12px;
  overflow: hidden;
  /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.imgBx {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.details {
  max-height: 40px;
  overflow: hidden;
   transition: max-height 0.5s ease, padding 0.5s ease; 
  /* padding: 0 15px; */
  padding:0 15px;
  background-color:#f5d1a5;
}

.card:hover .details {
  max-height: 600px; /* enough to show content */
  padding: 15px;
}

.details h3 {
  margin: 10px 0;
  font-size: 18px;
}

.details h4 {
  margin: 10px 0 5px;
  font-size: 14px;
  color: #555;
}

.details p {
  font-size: 13px;
  /*color: #515151;*/
}

.color {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 5px 0 15px;
}

.color li {
  background: #eee;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
}

.group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.group h2 {
  font-size: 20px;
  color: #333;
}

.group a {
  background: #007bff;
  color: white;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.group a:hover {
  background: #0056b3;
}





@media (max-width: 768px) {
.product-card1 {
    padding-top: 150px;   /* move content DOWN */
    padding-bottom: 60px; /* optional, to balance spacing */
  }

  main section {
    min-height: 90vh;     /* gives more space for content */
  }

  header {
    margin-bottom: 20px;  /* extra spacing under the header */
  }
  .productsc{
    grid-template-columns: repeat(2, 1fr);
    gap:10px;
  }
  .card {
    width: 180px;
    margin:0 auto;
  }
  .imgBx img {
    width: 100%;
  }
}

@media (max-width: 468px){
.productsc{
    grid-template-columns: repeat(2, 1fr);
    gap:10px;
}
.card {
  width: 180px;
  margin:0 auto;
}
.imgBx img {
  width: 100%;

}

/*===================      OUR PARTNERS       ===================*/
  .logo-grid{
    max-width:1200px;
    margin:40px auto;
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));
    gap:50px;
    padding:100px 20px;
  }
  .logo-grid img{
    width:100%;
    max-height:100px;
    object-fit:contain;
    filter:contrast(105%);
    transition:.3s;
  }
  .logo-grid img:hover{
    transform:scale(1.08);
  }
  

/* ====== EXTRA SMALL PHONES (≤480px) ====== */
@media (max-width: 480px) {
    .logo-grid {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 120px;
    }
    
}


/*=============================       Contact Us      ===========================*/

 .map-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 20px 0;
  left: 0;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
} 
#contact{
  position: relative;
  left: 0;
  padding-left: 20px;
}

#contact h2{
  width: 200px;
  position: relative;
  margin-bottom: 20px;
  color: #006666;

}


.contact-container {
  display: flex;
  flex-wrap: nowrap;  /* prevent wrapping */
  justify-content: space-between; /* space between items */
  align-items: flex-start; /* align vertically at the top */
  padding: 70px 10px;
  background: #f9f9f9;
  gap: 40px;
  margin-top: 2%;
}

/* Ensure children shrink if needed */
.contact-info, .contact-form{
  flex: 1 1 0;  /* flexible, equal width */
  min-width: 300px; /* prevent too small */
}


/* ===== Contact Info ===== */

 .contact-info {
  flex: 1 1 300px;
  max-width: 400px;
}
 
.contact-info h2 {
  margin-bottom: 30px;
  color: #006666;
}

.contact-info p {
  margin: 10px 0;
  color: #333;
  font-size: 1rem;
}

.contact-info i {
  color: #00cccc;
  margin-right: 10px;
}

/* ===== Social Icons ===== */
.social-icons {
  margin-top: 20px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #ffffff;
  /*background: #00cccc;*/
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #fafcfc;
}

/* ===== Contact Form ===== */
 .contact-form {
  flex: 1 1 500px;
  max-width: 500px;
  height: auto;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
} 

.contact-form h2 {
  margin-bottom: 20px;
  color: #006666;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  font-size: 1rem;
  transition: border 0.3s;
}

.contact-form input:focus, .contact-form textarea:focus {
  border: 1px solid #00cccc;
}

.contact-form button {
  width: 100%;
  background: #00cccc;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background: #006666;
}

/* ===== Responsive Breakpoint for Narrow Screens ===== */
@media (max-width: 480px) {
  .contact-container {
 /* Reduce padding on the container */
  padding: 30px 10px;
  gap: 20px;
  margin-top: 50px;
   }
 
   .contact-form {
   /* Reduce internal padding to give labels/inputs more horizontal room */
   padding: 20px; 
   /* Override the flex basis to ensure it takes full width for minimal scrolling */
   flex: 1 1 100%;
    min-width: 100%; /* Ensure it occupies full width of its parent */
   }
  
  .contact-info, .contact-form {
    min-width: unset; /* Remove min-width restriction on very small screens */
  }
}

/* Existing Tablet/Mobile Breakpoint */
@media (max-width: 768px) {
   .contact-container {
   flex-direction: column;
   align-items: center;
   padding: 50px 20px; /* Give a bit more horizontal padding than the existing 10px */
   margin-top: 50px;
 }
 
   .map-container {
 /* Center the map on mobile and remove the aggressive left shift */
   left: 0;
   max-width: 90%; /* Ensure it doesn't take up 100% of the screen */
   margin: 0 auto 30px; /* Center it horizontally and add bottom space */
 }
}



/*==============================================================              ONLINE - SHOP           ==============================================================================*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.shop-hero {
/*   position:sticky;
  top:0; */
  /*background: linear-gradient(to right, #0a0a23, #1a1a5c);*/
  background-image: url(images/banners/frokane-banner.jpg);
  background-attachment: fixed;
  color: white;
  text-align: center;
  padding: 10em 2em;
}

.shop-hero .shop-btn {
  background: #00bcd4;
  color: white;
  padding: 0.8em 1.5em;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
  position:absolute;
  margin: 10px auto;
  width: 350px;
  left: 40%;
}

.shop-hero .shop-btn:hover {
  background: #0097a7;
}

.shop-products {
  text-align: center;
  padding: 3em 2em;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  margin-bottom: 2em;
}

.filter-bar input, .filter-bar select {
  padding: 0.7em 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1em;
  min-width: 200px;
 }

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2em;
  margin-top: 1em;
 }

.product {
  background: white;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.product:hover {
  transform: translateY(-5px);
}

.product img {
  width: 100%;
  border-radius: 10px;
}

.product h3 {
  margin: 1em 0 0.5em;
}

.product .price {
  color: #00bcd4;
  font-weight: bold;
}

.product button {
  background: #0a0a23;
  color: white;
  border: none;
  padding: 0.7em 1.2em;
  margin-top: 1em;
  border-radius: 5px;
  cursor: pointer;
}

.product button:hover {
  background: #00bcd4;
}

.cart-icon {
  position:absolute;
  font-weight: bold;
  /*background: #00bcd4;*/
  padding: 6px 12px;
  border-radius: 4px;
  right: -25%;
}

.cart-icon:hover {
  background: #0097a7;
}



/*==================================================================================  PARALLAX SCROLLING   ==================================================================================*/

.parallax {
  /* The image used */
  background-image: url("images/ICT-smart-services.jpeg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




    