/* ======================================================
   VARIABLES
====================================================== */
:root{
  --gold:#9b804e;
  --gold-hover:#867142;
  --gold-dark:#3C301D;
  --navy:#0a1128;
  --light-bg:#f8f8f8;
  --footer-bg:#3b3324;
  --text-dark:#1f2937;
  --text-muted:#6b7280;
  --border:#e5e7eb;
  --bg-plain:white;
  
}

/* ======================================================
   GLOBAL
====================================================== */
body{
  font-family:'Inter',sans-serif;
  color:var(--text-muted);
  background:var(--bg-plain);
}

h1,h2,h3{
  font-family:'Playfair Display',serif;
  color:var(--text-dark);
}

/* ======================================================
   NAVBAR
====================================================== */
.navbar{
  background:var(--bg-plain);
  z-index:9999;

}


.nav-link{
  font-size:14px;
  font-weight:500;
  color:var(--text-dark)!important;
}

.nav-link:hover{
  color:var(--gold)!important;
}

.navbar-toggler{
  border:none;
}

.btn-gold{
  background:var(--gold);
  color:var(--bg-plain);
  border-radius: 30px;
  height:46px;
  padding:0 28px;
  font-size:13px;
  font-weight:600;
  letter-spacing:.04em;
}

.btn-gold:hover{
  background:var(--gold-hover);
  color:var(--bg-plain);
}

/* ======================================================
   HERO
====================================================== */
:root {
  --avatar-size: 45px;
}

/* ========================= */
/* HERO SECTION */
/* ========================= */

.hero{
  padding:120px 0 170px;   /* space for floating box */
  position:relative;
}

/* REMOVE overlay completely */
.hero::before{
  content:none;
}

.hero .container{
  position:relative;
  z-index:2;
}

.hero h1{
  font-size:64px;
  line-height:1.05;
  color:var(--navy);
}

.hero h1 span{
  color:var(--gold);
}

.hero p{
  max-width:540px;
  font-size:16px;
  margin-top:20px;
  color:var(--navy);
}

.hero-buttons{
  margin-top:30px;
}


/* ========================= */
/* IMAGE WRAPPER */
/* ========================= */

.hero-image-wrapper{
  position:relative;
  width:100%;
}

.hero-image-wrapper img{
  width:100%;
  height:auto;
  display:block;
  border-radius:20px;
}


/* ========================= */
/* FLOATING MONITOR BOX */
/* ========================= */

.monitor-box{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-5px;

  width:90%;
  max-width:480px;

  padding:18px 24px;
  border-radius:22px;

  background:var(--bg-plain);   /* white ONLY here */

  box-shadow:0 20px 40px rgba(0,0,0,0.12);

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;

  z-index:5;
}

/* Left side (icon + text) */
.monitor-box .left-content{
  display:flex;
  align-items:center;
  gap:14px;
  flex:1;
}

.monitor-box img{
  width:var(--avatar-size);
  height:auto;
}

/* Text block */
.monitor-box .text-content{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.monitor-box small{
  font-size:11px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#6c757d;
  margin-bottom:4px;
}

.monitor-box strong{
  font-size:16px;
  font-weight:600;
  color:#111;
  line-height:1.2;
}

.monitor-box .text-success{
  font-size:16px;
  font-weight:600;
  color:#198754;
  white-space:nowrap;
}

.hero {
  position: relative;
  min-height: 100vh;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  
}



.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(206, 205, 205, 0.096);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2; /* highest */
}


/* ======================================================
   STATS
====================================================== */
.stats {
  padding: 60px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  span{
    color: var(--gold);
  }
}

.stat-value {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: var(--text-dark);
}

.text-gold1 {
  color: var(--color-gold);
  font-weight: 500; /* optional */
}


/* ======================================================
   SERVICES
====================================================== */
.services{
  padding:100px 0;
  background:var(--light-bg);
}

.service-card{
  background:var(--bg-plain);
  border:1px solid var(--border);
  padding:40px;
  border-radius:14px;
  transition:.3s ease;
  height:100%;
}

.service-card:hover{
  border-color:var(--gold);
  box-shadow:0 15px 40px rgba(0,0,0,.04);
}

/* ======================================================
   ENTERPRISE SECTION (Isolated)
====================================================== */
/* Section */
.enterprise-section{
  background: var(--light-bg);
  padding: 60px 0;
}

.enterprise-section .row{
  align-items: stretch;
}

/* Typography */
.enterprise-eyebrow{
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 10px;
}

.enterprise-heading{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.enterprise-description{
  width: 100%;
  max-width: 100%; /* full width fix */
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 40px;
}

.enterprise-mini-label{
  font-size: 13px;
  letter-spacing: 1px;
  color: #9ca3af;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Feature Cards */
.enterprise-feature-card{
  background:var(--bg-plain);
  padding: 28px;
  border-radius: 16px;
  border: 1px solid #e5e7eb; /* softer border */
  height: 100%;
  transition: all .3s ease;
}

.enterprise-feature-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.enterprise-icon{
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 15px;
}

.enterprise-feature-card h6{
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
  color: var(--text-dark);
}

.enterprise-feature-card p{
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Network Card */
.enterprise-network-card{
  background:var(--bg-plain);
  padding: 28px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  height: 100%;
}

.enterprise-network-card img{
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.enterprise-network-title{
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-dark);
}

.enterprise-benefits{
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.enterprise-benefits li{
  font-size: 13px;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
  color: var(--text-muted);
}

.enterprise-benefits li::before{
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: bold;
}

.enterprise-mini-info{
  background: #f9fafb;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #eef0f2;
  font-size: 12px;
  margin-top: 15px;
}

.enterprise-mini-info strong{
  display: block;
  margin-bottom: 4px;
  color: var(--text-dark);
}

/* Bottom CTA */
.enterprise-cta{
  background: var(--gold-dark);
  color:var(--bg-plain);
  padding: 50px;
  border-radius: 20px;
  margin-top: 70px;
}

.enterprise-cta h5{
  font-weight: 700;
  margin-bottom: 12px;
}

.enterprise-cta p{
  font-size: 14px;
  line-height: 1.8;
  opacity: .9;
  margin-bottom: 0;
}
.enterprise-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap; /* makes responsive */
}

.enterprise-cta-content {
  flex: 1;
  min-width: 400px;
}

.enterprise-cta-image {
  flex: 0 0 200px; /* image width */
  text-align: right;
}

.enterprise-cta-image img {
  max-width: 100%;
  height: auto;
}



/* ======================================================
   PARTNERS (Bootstrap Based)
====================================================== */
.sg-partners-section{
  background:var(--bg-plain);
  border-top:1px solid var(--border);
}

.sg-partners-title{
  font-size:32px;
  font-weight:600;
  color:var(--gold);
  letter-spacing:.5px;
}

.sg-partner-box{
  padding:20px;
  transition:.3s ease;
}

.sg-partner-box img{
  max-height:50px;
  object-fit:contain;
  filter:grayscale(100%);
  opacity:.75;
  transition:.3s ease;
}

.sg-partner-box:hover img{
  filter:grayscale(0%);
  opacity:1;
  transform:translateY(-4px);
}

/* ======================================================
   CTA
====================================================== */
.cta{
  padding:100px 0;
}

.cta-box{
  background:var(--light-bg);
  border:1px solid var(--border);
  padding:80px 40px;
  border-radius:24px;
}

/* ======================================================
   FOOTER
====================================================== */
footer{
  background:var(--footer-bg);
  color:#b7b7b7;
  padding:80px 0 50px;
}

footer h6{
  color:var(--bg-plain);
  margin-bottom:20px;
}

footer a{
  color:#b7b7b7;
  text-decoration:none;
  display:block;
  margin-bottom:8px;
}

footer a:hover{
  color:var(--bg-plain);
}




/* ======================================================
   SG NETWORK SECTION
====================================================== */

.sg-network-section{
  position:relative;
  padding:100px 0;

  background-image:var(--sg-bg);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}



.sg-network-section::before{
  content:"";
  position:absolute;
  inset:0;

  z-index:0;
}

/* Keeps content above overlay */
.sg-network-section .container{
  position:relative;
  z-index:2;
}

/* Image Wrapper */
.sg-network-image-wrapper{
  position:relative;
  border-radius:22px;
  overflow:hidden;

}

.sg-network-image-wrapper img{
  width:100%;
  display:block;
  border-radius:22px;
}

/* Floating Card */
.sg-network-floating-card{
  position:relative;
  bottom:40px;
  left:200px;
  background:var(--bg-plain);
  padding:22px 24px;
  border-radius:16px;
  max-width:360px;

}

/* Icon Circle */
.sg-network-icon-circle{
  width:34px;
  height:34px;
  background:var(--bg-plain);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:14px;
}

.sg-network-icon-circle img{
  width:16px;
}

/* Text Styles */
.sg-network-floating-card h6{
  font-size:15px;
  font-weight:700;
  margin-bottom:6px;
  color:var(--text-dark);
  font-family:'Playfair Display',serif;
}

.sg-network-floating-card p{
  font-size:13px;
  line-height:1.6;
  margin:0;
  color:var(--text-muted);
}

.sg-network-eyebrow{
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:600;
  margin-bottom:12px;
}

.sg-network-heading{
  font-size:2.6rem;
  line-height:1.2;
  font-weight:700;
  margin-bottom:20px;
  color:var(--text-dark);
}

.sg-network-description{
  font-size:15px;
  line-height:1.8;
  color:var(--text-muted);
  max-width:520px;
}

.sg-network-features{
  list-style:none;
  padding:0;
  margin:25px 0;
}

.sg-network-features li{
  position:relative;
  padding-left:28px;
  margin-bottom:14px;
  font-size:14px;
  color:var(--text-dark);
}

.sg-network-features li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  font-size:13px;
  color:var(--gold);
}

.sg-network-btn{
  display:inline-block;
  padding:12px 28px;
  border:1px solid var(--gold);
  border-radius:10px;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  color:var(--text-dark);
  transition:.3s ease;
  background:transparent;
}

.sg-network-btn:hover{
  background:var(--gold);
  color:var(--bg-plain);
}

/* Responsive */
@media(max-width:992px){

  .sg-network-section{
    padding:70px 0;
    text-align:center;
  }

  .sg-network-floating-card{
    position:relative;
    bottom:auto;
    left:auto;
    margin-top:-40px;
  }

  .sg-network-description{
    margin:0 auto;
  }

}



/* ===== CTA SECTION ===== */
.cta-section {
    background-color: var(--light-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
}

.cta-section .container {
    position: relative; /* Keep content above overlay */
    z-index: 1;
}

/* Bordered box */
.cta-box {
    border: 2px solid var(--bg-plain); /* White border */
    border-radius: 15px;
    background-color: white;
    padding: 2rem;
}

/* Text styling */
.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.cta-subtitle {
    font-size: 1.25rem;
    color: var(--gold);
}

/* Buttons */
.cta-box .cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.cta-box .btn {
    min-width: 200px;
}


/* ======================================================
   ABOUT VALUES HOVER
====================================================== */

.value-box{
  padding:14px 18px;
  border-radius:12px;
  transition:all .3s ease;
  cursor:pointer;
}

.value-box:hover{
  border-color:var(--gold);
  transform:translateY(-6px);
  color:var(--gold);
}


.social-logo {
    width: 80px;   /* change size here */
    height: 80px;  /* keep equal for square */
    object-fit: contain;
    transition: 0.3s ease;
}

.social-logo:hover {
    transform: scale(1.1);
}


/* ======================================================
   RESPONSIVE
====================================================== */
@media(max-width:992px){

  .hero{
    padding:80px 0;
    text-align:center;
  }

  .hero h1{
    font-size:42px;
  }

  .hero p{
    margin:20px auto 0;
  }

}



