*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
 html,body{
background-color: #0b0e14;
color: #ffffff;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} 
 nav{
    border: 1px solid black;
    padding: 20px 40px;
    border-radius: 9px;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(11, 14, 20, 0.76);
    backdrop-filter: blur(12px);
 }
.banknav{
    display: flex;
    justify-content: space-between;
}
.left a{
   text-decoration: none;
    font-size: 18px;
    color: #8a9fc2;
    transition: all ease 0.7s; 
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-icon {
  width: 32px;
  height: 32px;
  background: rgba(0, 242, 254, 0.1);
  border: 1px solid rgba(0, 242, 254, 0.3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.brand-text {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #ffffff;
}

.brand-accent {
  color: #e0a96d; /* Primary Gold Accent */
}
.right ul{
    display: flex;
justify-content: space-between;
list-style: none;
gap: 20px;
text-transform: uppercase;
}
.rightnav li a{
    text-decoration: none;
    font-size: 16px;
    color: #8a9fc2;
    transition: all ease 0.7s;
}
.rightnav li a:hover{
color: #ffffff;
}
.sign-btn{
    border: none;
    border: 1px solid;
    padding: 10px;
    background-color: black;
    border-radius: 12px;
    background: ;
     background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
  color: #0b0e14;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 12px rgba(79, 172, 254, 0.4);
}
.rightnav .sign .sign-btn{
color: #0b0e14;}
.sign-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(79, 172, 254, 0.7);
}

.hero{
    background-image: linear-gradient(180deg, rgba(11,14,20,0.75) 0%, rgba(11,14,20,0.95) 100%), url(/img/nova.png);
    height: 80vh;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 1.5rem;
    text-align: center;
}
.hero-content{
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
}
.hero-badge{
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #00e676;
    background: rgba(0, 230, 118, 0.1);
    border: 1px solid rgba(0, 230, 118, 0.25);
    margin-bottom: 1.5rem;
}
.hero-head{
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 1.25rem;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #00e676 0%, #00b0ff 100%);
    display: inline-block;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    filter: drop-shadow(0 0 25px rgba(0, 230 118, 0.3));
    /* text-transform: uppercase; */
}
.hero-sub{
    font-size: 1.15rem;
    color: #94a3b8;
    line-height: 1.6;
    max-width: 680px;
    margin: 0 auto 2.5rem auto;
}
.hero-cta{
    display: flex;
    justify-content: center;
    gap: 1.25rem;
}
.btn-sign{
    background: linear-gradient(135deg, #00e676 0%, #00b0ff 100%);
    color: #0b0e14;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.9rem 2.2rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}
.btn-sign:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 230 118, 0.35);
}
.btn-log{
    background: rgba(255, 255, 255, 0.05);
    color: #0fffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.9rem 2.2rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}
.btn-log:hover{
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.calculator-section{
    padding: 4rem 1.5rem 6rem 1.5rem;
    display: flex;
    justify-content: center;
    background: #0b0e14;
}
.calc-card{
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2.5rem;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
.calc-card:hover{
    border-color: rgba(0, 230 118, 0.3);
}
.calc-card h3{
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    text-align: center;
}
.calc-card p{
    color: #94a3b8;
    font-size: 0.85rem;
    margin-bottom: 2rem;
    text-align: center;

}
.calc-input{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    text-align: left;
}
.calc-input label{
    font-size: 0.8rem;
    font-weight: 600;
    color: #8a9fc2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.calc-input input:focus,.calc-select:focus{
    border-color: #00e676;
    box-shadow: 0 0 12px rgba(0, 230, 118, 0.2);
}
.calc-select{
    cursor: pointer;
    appearance: none;
    /* background-image: url("data:image/svg+xml;charset+UTF-8, %3csvg xmlns+'http://www.w3.org/2000/svg'viewbox='0 0 24 24' fill='none' stroke= '%2300E676'"); */

}
.calc-input, .calc-select{
    background-color: #121824 !important;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.8rem 1rem;
    border-radius: 8px;
    font-size: 0.95rem;
    width: 100%;
}
.calc-input input{
  background-color: #121824 !important;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.8rem 1rem;
    border-radius: 8px;
    font-size: 0.95rem;
    width: 100%;  
}
.calc-input .calc-select option{
    background-color: #0b0e14;
    color: #ffffff;
    padding: 10px;
}
.calc-results{
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 1.25rem;
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.calc-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: #94a3b8;
}
.calc-row strong{
    color: #ffffff;
    font-weight: 600;
}
.highlight-green{
    color: #00e676 !important;
    font-size: 1.05rem;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 230 118, 0.2);
}
.calc-card button{
    background: #00e676;
    color: #0b0e14;
    border: none;
    border-radius: 8px;
    padding: 0.8rem 1.5rem;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    width: 100%;
    margin-top: 1rem;
    transition: background 0.2s ease;
}
.calc-card button:hover{
    background: #00c862;
}
#go-to{
    transition: all 0.2s ease;
}
#go-to:active{
    transform: scale(0.97);
}

.metrics-section{
    padding: 2rem 1.5rem 5rem 1.5rem;
    display: flex;
    justify-content: center;
    background: #0b0e14;
}
.metrics-container{
    width: 100%;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.metric-card{
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1.8rem 1rem;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
.metric-card:hover{
    border-color: rgba(0, 230 118, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 230, 118, 0.08);
}
.metric-value{
    font-size: 2.2rem;
    font-weight: 800;
    color: #00e676;
    margin-bottom: 0.3rem;
    letter-spacing: -0.5px;
    text-shadow: 0 0 12px rgba(0, 230, 118, 0.25);
}
.metric-label{
    color: #8a9fc2;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
#activity-toast{
    position: fixed;
    bottom: 24px;
    left: 24px;
    background: rgba(15, 23, 42, 0.92);
    border-radius: 12px;
    border: 1px solid rgba(0, 230 118, 0.3);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    z-index: 500;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease;
    max-width: 340px;
}
.toast-hidden{
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    pointer-events: none;
}
.toast-visible{
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.toast-icon{
    width: 38px;
    height: 38px;
    background: rgba(0, 230 118, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00e676;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.toast-content{
    display: flex;
    flex-direction: column;
}
.toast-title{
    font-size: 0.82rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
}
.toast-detail{
    font-size: 0.8rem;
    color: #00e676;
    font-weight: 600;
}
.toast-time{
    font-size: 0.7rem;
    color: #64748b;
    margin-top: 2px;
}
.comparison-section{
    padding: 80px 20px;
    background-color: #0b0f19;
    color: #ffffff;
    text-align: center;

}
.comparison-container{
    max-width: 1000px;
    margin: 0 auto;
}
.comparison-container h2{
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.comparison-subtitle{
    color: #94a3b8;
    margin-bottom: 50px;
    font-size: 1.1rem;
}
.comparison-table-wrapper{
    width: 100%;
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #232d3f;
}
.comparison-table{
    width: 100%;
    border-collapse: collapse;
    background-color: #161e2e;
    text-align: left;
    font-family: inherit;
}
.comparison-table th{
    background-color: #1f293d;
    padding: 16px 20px;
    font-size: 1rem;
    font-weight: 600;
    color: #94a3b8;
    border-bottom: 2px solid #232d3f;
}
.comparison-table td{
    padding: 16px 20px;
    border-bottom: 1px solid #232d3f;
    color:#cbd5e1;
    font-size: 0.95rem;
}
.comparison-table tr:last-child td{
    border-bottom: none;
}
.comparison-table tr:hover{
    background-color: #1c2638;
}
.feature-name{
    font-weight: 500;
    color: #ffffff;

}
.highlight-col{
    background-color: rgba(59, 130, 246, 0.08);
    color: #60a5fa;
}
th.highlight-col{
    color: #3b82f6;
    font-size: 1.1rem;

}
.bold{
    font-weight: 600;
}
.comparison-cards{
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.comparison-card{
    flex: 1;
    max-width: 450px;
    min-width: 300px;
background: #161e2e;
border: 1px solid #232d3f;
border-radius: 16px;
padding: 35px 30px;
text-align: left;
position: relative;
display: flex;
flex-direction: column;

}
.how-it-works-section{
    padding: 80px 20px;
    background-color: #0b0f19;
    color: #ffffff;
    text-align: center;
}
.how-it-works-container{
    max-width: 1000px;
    margin: 0 auto;
}
.subtitle{
    color: #94a3b8;
    margin-bottom: 50px;
    font-size: 1.05rem;
}
.steps-grid{
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.step-card{
    flex: 1;
    min-width: 260px;
    background: #161e2e;
    border: 1px solid #232d3f;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: left;
    position: relative;
    transition: transform 0.2s ease, border-color 0.2s ease;
}
.step-card:hover{
    transform: translateY(-5px);
    border-color: #3b82f6;
}
.step-number{
font-size: 2.2rem;
font-weight: 800;
color: #3b82f6;
margin-bottom: 15px;
opacity: 0.9;
}
.step-card h3{
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #ffffff;
}
.step-card p{
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.6;
}
/* ==========================================
   RESPONSIVE MOBILE STYLES (NOVA BANK)
   ========================================== */

/* Tablet & Mobile Screens (768px and down) */
@media (max-width: 768px) {
    
    /* Navigation Bar */
    nav {
        padding: 15px 20px;
    }
    
    .banknav {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .right ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    
    /* Hero Section */
    .hero {
        height: auto;
        padding: 5rem 1rem 4rem 1rem;
    }
    
    .hero-head {
        font-size: 2.2rem;
    }
    
    .hero-sub {
        font-size: 0.95rem;
    }
    
    .hero-cta {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    
    .btn-sign, .btn-log {
        width: 100%;
        text-align: center;
    }

    /* Calculator Section */
    .calculator-section {
        padding: 3rem 1rem;
    }

    .calc-card {
        padding: 1.5rem;
    }

    /* Metrics Section (Grid 4 -> 2 columns) */
    .metrics-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* Live Activity Toast Position */
    #activity-toast {
        left: 50%;
        transform: translateX(-50%);
        bottom: 16px;
        width: calc(100% - 32px);
        max-width: 100%;
    }

    .toast-hidden {
        opacity: 0;
        transform: translate(-50%, 30px) scale(0.95);
    }

    .toast-visible {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
    }

    /* Steps Grid */
    .steps-grid {
        flex-direction: column;
    }
    
    .step-card {
        width: 100%;
    }
}

/* Small Mobile Phones (480px and down) */
@media (max-width: 480px) {

    .hero-head {
        font-size: 1.8rem;
    }

    /* Metrics Section (Grid 2 -> 1 column stack) */
    .metrics-container {
        grid-template-columns: 1fr;
    }

    .comparison-table th, 
    .comparison-table td {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
}
@media (max-width: 768px) {
  /* Footer Mobile Layout */
  footer > div:first-child {
    grid-template-columns: 1fr !important;
    text-align: center;
    gap: 30px !important;
  }

  footer div[style*="display: flex"] {
    justify-content: center;
  }
  footer h3{
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
/* Dark theme for Google Translate dropdown button */
.goog-te-gadget-simple {
  background-color: #161b22 !important;
  border: 1px solid #30363d !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  font-family: inherit !important;
}

/* Gold text color matching navbar */
.goog-te-gadget-simple span, 
.goog-te-menu-value span {
  color: #e0a96d !important;
}

/* Hide default Google logo icon inside widget */
.goog-te-gadget-icon {
  display: none !important;
}

/* Hide white top bar Google adds when translating */
.goog-te-banner-frame {
  display: none !important;
}

body {
  top: 0px !important;
}
/* Hamburger Icon Styling (Hidden on Desktop) */
.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 20px;
  cursor: pointer;
}

.mobile-toggle span {
  width: 100%;
  height: 3px;
  background-color: #8a9fc2;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Mobile Nav Collapse Styling */
@media (max-width: 768px) {
  .mobile-toggle {
    display: flex;
    flex-direction: row !important;
  }

  .banknav {
    align-items: center;
  }

  .right {
    display: none; /* Hidden by default on mobile */
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .right.active {
    display: block; /* Show menu when toggled */
  }

  .right ul {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}