/* Reset & base */
* { box-sizing: border-box; margin: 0; padding: 0; }
html,body { height: 100%; }
body {
  font-family: 'Carrois Gothic', Helvetica, Arial, sans-serif;
  color: #444;
  background: #fff;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }

/* Container sizes */
.site-width { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Header / Navbar */
/* --- NAVBAR WRAPPER --- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  z-index: 1000;
}

/* Navbar container */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Logo */
#logo-img {
  height: 60px;
  width: auto;
}

/* Desktop nav links */
nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}
nav a {
  font-weight: 600;
  color: #00bfa6;
  padding: 14px;
  font-size: 0.95rem;
  transition: color .2s;
}
nav a:hover {
  color: #007f66;
}

/* Hamburger button */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  width: 32px;
  height: 28px;
  gap: 5px;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #00bfa6;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Mobile menu (hidden by default) */
.mobile-menu {
  display: none;
  position: absolute;
  top: 100%; /* just below the header */
  right: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  flex-direction: column;
  min-width: 200px;
  padding: 12px 0;
}
.mobile-menu a {
  padding: 12px 18px;
  font-weight: 600;
  color: #00bfa6;
  transition: background .2s;
}
.mobile-menu a:hover {
  background: rgba(0,191,166,0.08);
}

/* Show hamburger on mobile */
@media (max-width: 768px) {
  nav ul {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .mobile-menu.show {
    display: flex;
  }
}

/* Hamburger "X" animation */
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
}

/* Ensure page content not hidden under fixed header */
.hero-spacer {
  height: 70px; /* adjust to match header height */
}


/* header navbar */



/* header */



.logo { font-weight: 700; color: #00bfa6; font-size: 1.25rem; letter-spacing: 0.02em; }
nav ul { list-style: none; display: flex; gap: 18px; align-items:center; }
nav a { font-weight: 600; color: #00bfa6; font-size: 0.95rem; }
nav a:hover { opacity: 0.8; }

/* Mobile hamburger */
.hamburger { display: none; width: 36px; height: 36px; align-items:center; justify-content:center; cursor:pointer; }
.hamburger span { display:block; width:20px; height:2px; background:#00bfa6; margin:3px 0; border-radius:2px; }

/* Hero spacer */
.hero-spacer { height: 70px; }

/* header  */
.services {
  margin: 36px auto;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
  align-items: stretch;
}

.card {
  background: #fafafa;
  border-radius: 10px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.03);
  transition: transform .25s ease,
              box-shadow .25s ease,
              background-color .25s ease,
              color .25s ease;
}

.card-icon {
  font-size: 36px;
  margin-bottom: 12px;
  transition: color .25s ease;
}

.card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #444;
  letter-spacing: 0.02em;
  transition: color .25s ease;
}

.card p {
  color: #6c6c6c;
  font-size: 0.95rem;
  transition: color .25s ease;
}

/* Hover effect: lift + color change */
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(15,15,15,0.06);
  background-color: #00bfa6; /* green background */
  color: #fff;              /* default text turns white */
}

.card:hover h3,
.card:hover p,
.card:hover .card-icon {
  color: #fff;              /* ensure child text/icons go white */
}



/* header */


/* ABOUT US */
.about { margin: 40px auto 30px; text-align: center; }
.about h2 { font-size: 2rem; color: #4a4a4a; margin-bottom: 12px; letter-spacing: 1px; }
.about p.lead { max-width: 920px; margin: 0 auto 26px; color: #7b7b7b; font-size: 1rem; line-height: 1.6; }

.about-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; max-width: 1100px; margin: 0 auto; }
.about-card { background: #fff; border-radius: 10px; padding: 18px; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 2px 0 rgba(0,0,0,0.02); display: flex; flex-direction: column; align-items: center; }
.about-card img { max-width: 100%; border-radius: 8px; margin-bottom: 12px; }
.about-card h4 { margin-top: 8px; font-size: 1.05rem; color:#333; }
.about-card p { color:#7a7a7a; font-size:0.92rem; margin-top:8px; text-align:center; }

/* CTA */
.cta { background: #00bfa6; color: #fff; padding: 20px 20px; margin-top: 34px; text-align: center; }
.cta h3 { font-family: 'Carrois Gothic SC'; font-size:1.5rem; margin-bottom:8px; }
.cta p { font-family: 'Carrois Gothic SC'; font-size:1rem;margin-bottom:14px; color: rgba(255,255,255,0.95); }
.btn { display:inline-block; padding: 10px 18px; background: #fff; color: #00bfa6; font-weight: 700; border-radius: 8px; cursor:pointer; border: none; }

/* Footer */
footer { padding: 22px 0; text-align:center; color:#888; font-size:0.9rem; }

/* Responsive */
@media (max-width: 980px) {
  .about h2 { font-size:1.8rem; }
  .about-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  nav ul { display: none; }
  .hamburger { display: flex; }
  .hero-spacer { height: 56px; }
  .about h2 { font-size:1.6rem; }
  .about p.lead { padding: 0 8px; }
  .about-cards { grid-template-columns: 1fr; }
  .services { grid-template-columns: 1fr; gap: 18px; padding-bottom:10px; }
}

/* Mobile menu */
.mobile-menu { position: absolute; top: 64px; right: 20px; width: calc(100% - 40px); max-width: 320px; background: #fff; border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,0.12); padding: 14px; display: none; flex-direction: column; gap: 10px; z-index: 120; }
.mobile-menu a { padding: 8px 10px; border-radius:6px; color:#00bfa6; font-weight:700; }
.mobile-menu.show { display:flex; }

/* Services section */





/* SERVICES SECTION (use in styles.css) */
.services-section {
  background: #00bfa6; /* main green */
  color: #ffffff;
  font-size: 14px;
  padding: 56px 0 30px;
}
.services-heading { text-align: center; margin-bottom: 18px; }
.services-heading h1 {
  font-family: "Oswald", "Segoe UI", Arial, sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  color: #fff;
}
.services-heading p.lead {
  text-align: left;   /* makes the paragraph center too */
  margin-left: auto;
  margin-right: auto;
}

/* Tabs */
.tabs-wrapper { position: relative; display:flex; flex-direction:column; align-items:center; gap:6px; margin-top:18px; }
.tabs-row { display:flex; justify-content:center; gap: 10px; flex-wrap:wrap; }
.tab {
  background: rgba(255,255,255,0.12);
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  min-width: 170px;
  text-align:center;
  font-weight:700;
  border: 0;
}
.tab.active {
  background: #ffffff;
  color: #00bfa6;
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}
.tab-pointer { height:14px; margin-top:-6px; pointer-events:none; display:flex; justify-content:center; }
.tab-pointer span {
  display:inline-block; width:0; height:0;
  border-left:11px solid transparent;
  border-right:11px solid transparent;
  border-top:11px solid #fff;
  opacity:0; transform: translateY(8px);
  transition: all .18s ease;
}
.tabs-wrapper.show-pointer .tab-pointer span { opacity:1; transform: translateY(0); }

/* Service body - two column layout */
.service-body {
  display: grid;
  grid-template-columns: 240px 1fr; /* left = icon, right = text */
  gap: 32px;
  align-items: start;
  text-align: left; /* keep all text left aligned */
  max-width: 1100px;
  margin: 20px auto;
}

.service-icon {
  display: flex;
  align-items: flex-start;
  justify-content: left;
}

.service-icon i {
  font-size: 180px;
  color: #fff;
  background: rgba(255,255,255,0.06);
  padding: 20px;
  border-radius: 10px;
}

.service-content {
  text-align: left;
  margin-left: 35px;
}
.service-content h2 {
  font-size: 20px;
  margin-bottom: 12px;

  font-weight: 800;
  letter-spacing: 0.4px;
  color: #fff;
}
.service-content p.lead {
  color: rgba(255,255,255,0.95);
  margin-bottom: 12px;
}
.service-content strong.section-title {
  display: block;
  font-weight: 800;
  margin-top: 12px;
  margin-bottom: 8px;
  color: #fff;
}
.service-content ul {
  margin-left: px;
  color: rgba(255,255,255,0.98);
}



/* Responsive */
@media (max-width: 1000px) {
  .service-body { grid-template-columns: 180px 1fr; gap:24px; }
  .service-icon img { width: 150px; }
  .services-heading h1 { font-size: 32px; }
}
@media (max-width: 720px) {
  .service-body { grid-template-columns: 1fr; }
  .service-icon { order: 2; margin-top: 12px; display:flex; justify-content:center; }
  .service-content { order: 1; }
  .service-icon img { width: 160px; }
  .services-heading h1 { font-size: 28px; }
  .services-heading p.lead { font-size: 0.95rem; line-height: 1.6; padding: 0 8px; }
  .tabs-row { gap:8px; }
}

/* keep existing .hero-spacer sized to header to avoid overlap */


/* footer */
footer{
  background-color:#5b5e60;
  color: #ffffff;
}


/* copyright-protection */
/* Protection page */
.protection-section {
  padding: 60px 20px;
  text-align: center;
}

.protection-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.protection-card {
  flex: 1 1 300px;
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, background 0.3s ease;
}
.protection-card:hover {
  transform: translateY(-6px);
  background: #eafefc;
}

.protection-card i {
  font-size: 50px;
  margin-bottom: 12px;
  color: #00bfa6;
}

.protection-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #444;
}

.protection-card p {
  color: #666;
  font-size: 0.95rem;
}

.protection-card.active {
  background: #00bfa6;
  color: #fff;
}
.protection-card.active i,
.protection-card.active h3,
.protection-card.active p {
  color: #fff;
}



/* complete-protection.html */

/* Container for the whole protection page */
.protection-page {
  padding: 40px 20px;
  background: #f8f8f8;
  font-size: 15px;  /* subtle gray background */
}

/* Two-column grid */
.protection-grid {
  display: grid;
  grid-template-columns: 1fr 380px; /* left flexible, right fixed */
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

/* Left column */
.protection-left h1 {
  font-size: 28px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}
.protection-left h1::before {
  content: "—";
  font-size: 34px;
  color: #555;
  line-height: 1;
}

.protection-left p {
  color: #555;
  margin-bottom: 14px;
  line-height: 1.6;
}

.protection-left .dot-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.protection-left .dot-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #444;
}
.protection-left .dot-list li::before {
  content: "✦";   /* bullet icon */
  position: absolute;
  left: 0;
  color: #444;
  font-size: 14px;
  line-height: 1.2;
}

/* Right column (Case Study card) */
.protection-right .case-card {
  background: #fff;
  border-radius: 6px;
  width: 50500;
  border: px solid #e3e3e3;
  padding: 22px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.case-card h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}
.case-card h2 .play {
  color: #00bfa6;
  font-size: 20px;
}

.case-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 12px;
}

.case-charts {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.case-charts img {
  width: 350px;
  height: auto;
  border-radius: 4px;
  border: px solid #ddd;
}

/* Responsive */
@media (max-width: 880px) {
  .protection-grid {
    grid-template-columns: 1fr;
  }
  .protection-right {
    order: -1; /* puts case study above on small screens */
  }
  .case-charts img {
    width: 140px;
  }
}
