
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Space+Grotesk:wght@300..700&display=swap');
/* Theme 1: Ocean Breeze */
:root {
  --primary: #1F4E79;
  --secondary: #4FC3F7;
  --dark: #0F1C2C;
  --light: #F5F7FA;
  --gray: #8A9BA8;
  --border: #DDE3EA;
  --white: #FFFFFF;
}

:root {
  --primary: #72BF44;
  --secondary: #164677;
  --dark: #164677;
  --light: #F5F7FA;
  --gray: rgb(133 143 146);
  --border: #DDE3EA;
  --white: #FFFFFF;
}

:root {
  --primary: #A5CC82;
  --dark: #00467F;
  --secondary: #164677;
  --light: #F5F7FA;
  --gray: rgb(133 143 146);
  --border: #DDE3EA;
  --white: #FFFFFF;
}

:root {
  --primary: #A5CC82;    /* Soft green - good for eco/buttons */
  --dark: #00467F;       /* Navy blue - great for text/headers */
  --secondary: #164677;  /* Medium blue - good for sub-headers */
  --light: #F5F7FA;      /* Page background */
  --gray: rgb(133 143 146); /* Secondary text */
  --border: #DDE3EA;     /* Borders and dividers */
  --white: #FFFFFF;      /* Cards/sections */
}

/* ---------- */
:root {
  --primary: #5D8AA8;     /* Air Force blue */
  --dark: #003366;        /* Dark midnight blue */
  --secondary: #4169E1;   /* Royal blue */
  --light: #F0F8FF;
  --gray: #696969;
  --border: #D3D3D3;
  --white: #FFFFFF;
}

:root {
  --primary: #FF7E5F;     /* Coral */
  --dark: #2D3047;        /* Navy */
  --secondary: #FEB47B;   /* Peach */
  --light: #FFF9F7;
  --gray: #8C7B6D;
  --border: #FFE8E0;
  --white: #FFFFFF;
}

:root {
  --primary: #5D8AA8;     /* Corporate blue */
  --dark: #2C3E50;        /* Charcoal */
  --secondary: #7E8C9C;   /* Slate */
  --light: #F5F7F9;
  --gray: #6C757D;
  --border: #E2E6EA;
  --white: #FFFFFF;
}

/* :root {
  --primary: #9CA3AF; 
  --dark: #374151;
  --secondary: #6B7280;
  --light: #F9FAFB;
  --gray: #9CA3AF;
  --border: #E5E7EB;
  --white: #FFFFFF;
} */
body, h1, h2, h3, h4, h5, h6, p, span, a, li {
    font-family: "Space Grotesk", sans-serif !important;
}

.btn-primary {
    position: relative;
    border: 2px solid var(--primary) !important;
    background: var(--white) !important;
    color: var(--primary);
    overflow: hidden;
    z-index: 1;
}

.btn-primary::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0; 
    height: 100%;
    background: var(--dark);
    transition: width 0.5s ease;
    z-index: -1;
}

.btn-primary:hover {
    color: var(--white);
}

.btn-primary:hover::after {
    width: 100%;
}


.text-primary {
    color: var(--primary) !important;
}
.text-secondary {
    color: var(--secondary) !important;
}
.text-gray {
    color: var(--gray) !important;
}

.typing-text {
    display: inline-block;
}

.fade-in-image {
    transition: opacity 0.8s ease;
}
.cursor {
    display: inline-block;
    animation: blink 0.7s infinite;
}
@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}

.fade-in-image {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateY(20px);
}

.fade-in-image.visible {
    opacity: 1;
    transform: translateY(0);
}

/*---------------- Preloader overlay ---------------*/
#pre-load {
  background-color: var(--white);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 999999;
}

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid #ebebec;
  border-radius: 50%;
}
.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 3px solid var(--dark);
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.rs-slider-scrolldown {
  transform: rotate(90deg);
}
.rs-slider-scrolldown a {
  color: var(--border);
  transition: 0.4s;
}
.rs-slider-scrolldown a:hover {
  color: var(--dark);
}

.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
.loader .loader-icon img {
  -webkit-animation: loaderpulse alternate 900ms infinite;
  animation: loaderpulse alternate 900ms infinite;
  width: 70px;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.slider-v-btn .rs-video.style2 .rs-icon-inners .animate-border .popup-border {
  background: var(--white);
  text-align: center !important;
  line-height: 65px !important;
  width: 65px !important;
  height: 65px !important;
}
.slider-v-btn .rs-video.style2 .rs-icon-inners .animate-border .popup-border i {
  color: #fd4a36;
}
.slider-v-btn .rs-video.style2 .rs-icon-inners .animate-border .popup-border:after, .slider-v-btn .rs-video.style2 .rs-icon-inners .animate-border .popup-border:before {
  border-color: var(--white);
}

/* --------------- Top Navber ------------*/
.top-navber{
    background: var(--primary);
    color: var(--white);
    font-size: 20px !important;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.top-navber i{
    color: var(--white);
}
.top-navber a{
    color: var(--white);
    text-decoration: none;
}


.top-navber i:hover{
    color: var(--secondary) !important;
    transform: scale(1.5);
}

/* ------------- NevBar ----------------------- */
.navber{
    background: var(--gray);
}
.nav-link {
    position: relative;
    font-size: 20px;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -10px;
    left: 0;
    background-color: var(--primary);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.logo-div{
    height: 65px;
}
.logo-div img {
    height: 100%;
    max-width: 100%;
}

.navbar-nav .nav-link:hover {
  color: var(--secondary) !important;
  transition: color 0.3s ease;
}

/* Submenu hidden by default */
.custom-dropdown .sub-menu {
    position: absolute;
    top: 146%;
    left: 0;
    background: var(--white);
    list-style: none;
    padding: 12px 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.5s ease;
    z-index: 1000;
}

/* Submenu items */
.custom-dropdown .sub-menu li {
    width: 100%;
}
.custom-dropdown > a i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.custom-dropdown:hover > a i {
    transform: rotate(180deg);
}

.custom-dropdown .sub-menu li a {
    display: block;
    padding: 10px;
    color: var(--dark);
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease, color 0.3s ease, padding-left 0.3s ease;
}

/* Hover effect on submenu items */
.custom-dropdown .sub-menu li a:hover {
    color: var(--secondary);
}

/* Show submenu on hover */
.custom-dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* --------------Hero Section ------------------- */
.hero-section {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.257);
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 4.5rem !important;
    font-weight: 700;
    color: var(--white) !important;
    text-align: left;
    max-width: 600px;
}

.hero-content button {
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Custom Carousel Indicators */
.carousel-indicators.custom-indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  display: flex;
  gap: 10px;
}

.carousel-indicators.custom-indicators button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--white);
  background: transparent;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.carousel-indicators.custom-indicators button.active {
  opacity: 1;
  transform: scale(1.2);
}

@media (max-width: 768px) {
    .hero-content {
        font-size: 2.5rem !important;
        left: 20px;
    }
}

/*---------- Video Section ----------------- */
.video {
    background: url('https://industrie.rstheme.com/energy/wp-content/uploads/2024/02/line-bg.png') center center/cover no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    text-align: center;
    overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
}

.video h2 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 16px;
    color: var(--white);
}

.video-img {
    border-radius: 100px;
    max-width: 100%;
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.3);
}

.video-button-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.video-btn {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 159, 211, 0.3);
    transition: 0.3s;
    animation: pulse 2s infinite;
}

.video-btn:hover {
    background: var(--dark);
    box-shadow: 0 6px 18px rgba(37, 144, 211, 0.4);
}

.video-text {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--white);
    cursor: pointer;
    position: relative;
}

.video-text::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--white);
    transition: width 0.3s ease;
}

.video-text:hover::after {
    width: 100%;
}
.process-card {
    justify-content: center;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.process-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--dark);
    transition: height 0.5s ease;
    z-index: 0;
}

.process-card:hover::after {
    height: 100%;
}

.process-card * {
    position: relative;
    z-index: 1;
}

.process-card:hover h3,
.process-card:hover p {
    color: var(--white) !important;
    transition: color 0.4s ease;
}
.process-card h3 {
    font-size: 2.0rem;
    font-weight: 700;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.process-number {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primary);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
    z-index: 2;
}

.process-icon {
    width: 80px;
    height: 80px;
    background: var(--light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--primary);
    font-size: 32px;
    z-index: 2;
}

.process-card h3 {
    color: var(--primary);
    margin-bottom: 15px;
    font-weight: 600;
}

.process-card p {
    color: var(--gray);
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .video-btn {
        width: 40px;
        height: 40px;
    }
    .video-text {
        font-size: 25px;
    }
    .process-card {
        margin-bottom: 30px;
    }
    .process-number {
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }
    .process-icon {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }
    .process-card h3 {
        font-size: 1.2rem;
    }
    .process-card p {
        font-size: 0.9rem;
    }
}

@media (max-width: 406px) {
    .video-text {
        font-size: 15px;
    }
}



/* Step Boxes */
.step-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: var(--light);
}

.step-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.15);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
}

.step-icon {
    font-size: 1.5rem;
}


/* Company Logo Section */
.logo-carousel {
  width: 100%;
  overflow: hidden;
}

.logo-track {
    display: flex;
    gap: 2rem;
    animation: scroll 25s linear infinite;
}

.logo-box {
    flex: 0 0 150px;
    height: 100px;
    width: 100px;
    padding: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.logo-box img {
    max-width: 120px;
    max-height: 80px;
    object-fit: contain;
}

.logo-box:hover {
    background: var(--light);
}

/* Infinite scroll */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .logo-box {
        flex: 0 0 120px;
        height: 80px;
    }
    .logo-box img {
        max-width: 100px;
        max-height: 60px;
    }
}

/* --------------section title ---------------- */
.title-inner {
    text-align: center;
    margin-bottom: 3rem;
}

.title-inner .title-subtext {
    color: var(--primary);
    font-weight: 700;
    font-size: 1.25rem; /* 20px */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    animation: fadeUp 0.6s ease forwards;
    opacity: 0;
}

.title-inner .title-subtext img {
    height: 35px;
    width: 35px;
    object-fit: contain;
}

.title-inner h2 {
    color: var(--gray);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 0.5rem;
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

/* Fade Up Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .title-inner h2 {
        font-size: 2rem;
    }
    .title-inner .title-subtext {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .title-inner h2 {
        font-size: 1.5rem;
    }
    .title-inner .title-subtext {
        font-size: 1rem;
    }
}


/* -------------------- Products Section ---------------- */
.product-section {
    background: url('../images/product-bg-img.png') center center/cover no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.hover-card {
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    color: var(--primary);
}

.hover-card:hover,
.hover-card:hover .card-title,
.hover-card:hover p,
.hover-card:hover a,
.hover-card:hover hr,
.hover-card:hover i {
    color: transparent !important;
    color: var(--white) !important;
    transition: color 0.4s ease;
}

.hover-card h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: transparent !important;
    -webkit-text-stroke: 2px var(--primary);
    text-transform: capitalize;
}

.hover-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--dark);
    transition: height 0.5s ease;
    z-index: 0;
    -webkit-text-stroke: 2px var(--light);
}

.hover-card:hover::after {
    height: 100%;
}

.hover-card * {
    position: relative;
    z-index: 1;
}

.hover-card img {
    transition: transform 0.5s ease;
}

.hover-card:hover img {
    transform: scale(1.05);
}

.hover-card a,
.hover-card i {
    transition: color 0.3s ease, transform 0.3s ease;
}


/* -------------------- why chous us ----------------*/
.counter-box h2{
    font-size: 5.5rem;
    font-weight: 700;
    color: transparent !important;
    -webkit-text-stroke: 2px var(--primary);
    text-transform: capitalize;
    padding: 0px;
}
.counter-box p {
    color: var(--gray);
}

/* ----------------- About Us --------------- */
.about-us {
    border-top: 5px solid var(--primary);
    background: url('https://industrie.rstheme.com/energy/wp-content/uploads/2024/02/bg1.jpg') center center/cover no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 100px;
    margin-bottom: 50px !important;
}
.about-info {
    background: var(--light);
    border-left: 5px solid var(--dark);
    color: var(--gray);
}
.about-info h4 {
    font-size: 2.0rem;
    font-weight: 700;
    color: var(--primary);
}
.about-info p {
    color: var(--gray);
}

/* ---------------Footer -------------- */
footer {
   background: url('../images/footer-bg-img.png') center center/cover no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    padding-top: 80px;
    padding-bottom: 20px;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    padding-bottom: 15px;
}

.footer-links a i {
    width: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--dark) !important;
    transform: translateX(5px); 
    text-decoration: underline;
}

.footer-links a:hover i {
    width: 16px;
    opacity: 1;
    margin-right: 8px;
    transform: translateX(0);
}

.footer-about h2{
    font-size: 2.0rem;
    font-weight: 700;
    color: transparent !important;
    -webkit-text-stroke: 1px var(--dark);
    text-transform: capitalize;
    padding: 0px;
}

.footer-social-link i:hover{
    color: var(--dark) !important;
    transform: scale(1.5);
}

/* ---------model ------------ */
.btn-close {
    background-color: var(--secondary) !important; /* round bg */
    border-radius: 50% !important;
    width: 2rem;
    height: 2rem;
    opacity: 1 !important;
}


/* -----------Page Title ------------*/
.page-title {
    background: url('https://industrie.rstheme.com/energy/wp-content/uploads/2024/01/video-enagry-bg1.png') center center/cover no-repeat;
    position: relative;
    min-height: 200px; /* smaller height for mobile */
    height: 300px;     /* default desktop */
    display: flex;
    justify-content: flex-start; /* keep left alignment since text-start */
    align-items: center;
    color: var(--primary);
    text-align: left;
    overflow: hidden;
}

.page-title h1 {
    font-size: 80px;
    color: var(--white);
    line-height: 1.2;
}

/* Breadcrumb list */
.page-title ul {
    flex-wrap: wrap; /* allow items to wrap */
    font-size: 16px;
}

.page-title ul li {
    white-space: nowrap; /* prevents ugly breaks inside words */
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
    .page-title h1 {
        font-size: 60px;
    }
}

@media (max-width: 992px) {
    .page-title {
        height: 250px;
    }
    .page-title h1 {
        font-size: 48px;
    }
    .page-title ul {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .page-title {
        height: 220px;
        text-align: center;
        justify-content: center; /* center align for mobile */
    }
    .page-title h1 {
        font-size: 36px;
    }
    .page-title ul {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .page-title {
        height: 180px;
    }
    .page-title h1 {
        font-size: 28px;
    }
    .page-title ul {
        font-size: 12px;
    }
}

/* ---------------- Product Page -------------- */
.products li {
    position: relative;
    border: 2px solid var(--white) !important;
    background: var(--white) !important;
    color: var(--primary);
    overflow: hidden;
    z-index: 1;
}
.products li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0; 
    height: 100%;
    background: var(--dark);
    transition: width 0.5s ease;
    z-index: -1;
}

.products li a {
    color: var(--primary) !important;
}
.products li:hover a {
    color: var(--white) !important;
}

.products li:hover::after {
    width: 100%;
}

.product-talk {
    background: url('https://industrie.rstheme.com/energy/wp-content/uploads/2024/01/portfolio-single-cta.jpg') center center/cover no-repeat;
    position: relative;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    text-align: center;
    overflow: hidden;
}

.product-talk h2 {
    border-left: 3px solid var(--primary);
    padding: 0px 15px;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 50px
}

/* -------------- Contact Form ---------------- */
.contact-form {
    border-top: 5px solid var(--primary);
    background: url('https://industrie.rstheme.com/energy/wp-content/uploads/2024/02/bg1.jpg') center center/cover no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 100px;
    margin-bottom: 50px !important;
}


/* -------------Infrastructure --------------- */
.infrastructure-right {
    background-color: var(--light);
    border-left: 5px solid var(--dark);
}
.infrastructure-right h1 {
    font-size: 2.0rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px var(--primary);
}

.translate-middle-x {
    transform: translateX(-3%) !important;
}

.stacked {
  position: relative;
  background: var(--white);
}

.panel {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  background: var(--white);
  overflow: hidden;
  padding: 0 0 20px 0;
}

.panel .container {
  position: relative;
  z-index: 2;
}


/* Main structure */
/* body { background: var(--light); color: var(--dark); } */

/* Headers */
h1, h2, h3 { color: var(--dark); }

/* Buttons & CTAs */
.button { background: var(--primary); color: var(--white); }

/* Cards & Sections */
.card { background: var(--white); border: 1px solid var(--border); }

/* Secondary text */
.subtitle { color: var(--gray); }

/* Navigation */
nav { background: var(--white); border-bottom: 1px solid var(--border); }