/* --------------------------------------------------
   GLOBAL
-------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}

.btn-demo {
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: bold;
    background-color: #163d1d; /* dark green background */
    border: 3px solid #00ff2f96; /* bright green border */
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-demo:hover {
    background-color: #ffffff;
    color: #00ff00;
    border: 3px solid #00ff2f96;
}

/* CTA Button */
.btn-demo-overview {
  display: inline-block;
  padding: 14px 32px;
  background-color: #1f4f1f; /* Deep green */
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-demo-overview:hover {
  background-color: #2e6b2e;
}

/* --------------------------------------------------
   HERO (Product Overview)
-------------------------------------------------- */
.product-overview {
    position: relative;
    background: url('../img/orbixviewer/orbixweb1.png') no-repeat center center / cover;
    color: white;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    text-align: center;
}

.product-overview::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 0;
}

.product-overview-text {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.product-overview-text h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-overview-text p {
    font-size: 1.25rem;
    margin-bottom: 30px;
    line-height: 1.6;
}


/* --------------------------------------------------
   PROBLEM SECTION
-------------------------------------------------- */
.orbix-problem {
    padding: 80px 40px;
    background: #f4f7fa;
}

.orbix-problem h2 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0a3d62;
}

.orbix-problem p {
    font-size: 1.15rem;
    margin-bottom: 15px;
    color: #444;
}

.orbix-problem img {
    max-width: 100%;
    border-radius: 10px;
}


/* --------------------------------------------------
   SOLUTION SECTION
-------------------------------------------------- */
.orbix-solution {
    padding: 90px 40px;
    background: #ffffff;
    text-align: center;
}

.orbix-solution h2 {
    font-size: 2.4rem;
    color: #0a3d62;
    margin-bottom: 20px;
    font-weight: 700;
}

.orbix-solution .solution-intro {
    font-size: 1.15rem;
    max-width: 850px;
    margin: 0 auto 40px auto;
    line-height: 1.7;
    color: #555;
}

/* Solution Overview with Icons */
.solution-card {
    background: #f8f9fa;
    border-radius: 14px;
    padding: 35px 25px;
    text-align: left;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.solution-icon {
    font-size: 2.6rem;
    color: #00C853;
    margin-bottom: 15px;
}

.solution-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0a3d62;
}

.solution-card ul {
    padding-left: 18px;
    margin-top: 10px;
}

.solution-card ul li {
    margin-bottom: 10px;
    color: #444;
    font-size: 1.05rem;
}



/* --------------------------------------------------
   FEATURES SECTION
-------------------------------------------------- */
.orbix-features {
    padding: 90px 40px;
    background: linear-gradient(to bottom right, #eef3f8, #ffffff);
}

.orbix-features .subtitle {
    color: #0a3d62;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.orbix-features h2 {
    font-size: 2.2rem;
    margin: 10px 0 20px;
    color: #0a3d62;
}

.orbix-features .intro {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.feature-list li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    color: #444;
}

.feature-list li::before {
    content: '✔';
    color: #00C853;
    position: absolute;
    left: 0;
    top: 0;
}


/* --------------------------------------------------
   WHY ORBIX (NEW)
-------------------------------------------------- */
.why-orbix {
    background: linear-gradient(to bottom right, #dfe7ee, #f1f1f1);
    padding: 80px 40px;
    text-align: center;
}

.why-orbix h2 {
    font-size: 2.4rem;
    color: #0a3d62;
    margin-bottom: 20px;
}

.why-orbix p {
    font-size: 1.15rem;
    color: #444;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.why-orbix-list {
    list-style: none;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    gap: 20px;
}

.why-orbix-list li {
    background: #ffffff;
    border: 2px solid #9fc3d9;
    border-left: 6px solid #0a3d62;
    padding: 18px 20px;
    font-size: 1.05rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Why Orbix Section */
.why-orbix {
    background: linear-gradient(to bottom right, #dcded6, #ebebeb);
    padding: 80px 40px;
    text-align: center;
}

.why-orbix h2 {
    font-size: 2.4em;
    color: #163d1d;
    margin-bottom: 20px;
    font-weight: 700;
}

.why-orbix .why-intro {
    font-size: 1.15em;
    color: #444;
    max-width: 850px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.why-orbix .why-list {
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 20px;
}

.why-orbix .why-list li {
    background-color: #ffffff;
    border: 2px solid #A2AC82;
    border-left: 6px solid #305C10;
    padding: 20px;
    border-radius: 10px;
    font-size: 1.05em;
    color: #2E2D1D;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.why-orbix .why-list li strong {
    font-weight: 700;
    color: #1e2b43;
}

.why-orbix .why-list li span {
    color: #333;
}


/* --------------------------------------------------
   FINAL DEMO 
-------------------------------------------------- */
.demo-final {
  background-color: #0C3C01;
  padding: 80px 40px;
  display: flex;
  justify-content: center;
}

.demo-box {
  background-color: white;
  border-radius: 16px;
  max-width: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
}

.demo-text {
  max-width: 500px;
  line-height: 1.6;
  padding: 20px;
  padding-left: 80px;
text-align: center;
}

.demo-text h2 {
  font-size: 2.2em;
  color: #1e2b43;
  margin-bottom: 20px;
}

.demo-text p {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 25px;
}

.demo-image img {
  max-width: 300px;
  border-radius: 8px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-right: 80px;
  padding-top: 40px;
}


/* --------------------------------------------------
   RESPONSIVE
-------------------------------------------------- */
@media (max-width: 768px) {
    .demo-box,
    .feature-container {
        flex-direction: column;
        text-align: center;
    }
    .demo-image img {
        margin-right: 0;
        padding-top: 20px;
    }
}
