/* ==============================
   Global Styles
============================== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: #333;
    background-color: #f8f9fb;
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #003366;
}

p {
    margin-bottom: 1.2rem;
    color: #444;
}

a {
    color: #0078d7;
    transition: all 0.3s ease;
    text-decoration: none;
}
a:hover {
    color: #005bb5;
}

/* ==============================
   Topbar
============================== */
/*.topbar {*/
    /*background-color: #003366;*/
    /*color: #fff;*/
    /*padding: 8px 0;*/
    /*font-size: 15px;*/
    /*text-align: center;*/
/*}*/

/*.topbar a {*/
    /*color: #fff;*/
/*}*/

/*.topbar a:hover {*/
    /*text-decoration: underline;*/
/*}*/

/* ==============================
   Header / Navbar
============================== */
.header {
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;
}

.navbar {
    padding: 1rem 0;
}

.navbar-brand img {
    height: 60px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #003366;
    padding: 10px 16px;
    transition: background 0.3s ease, color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: #0078d7;
    color: #fff;
    border-radius: 4px;
}

/* ==============================
   Page Title Section
============================== */
.page-title {
    margin: 50px 0 20px;
    font-size: 32px;
    text-align: center;
    color: #00b894;
    font-weight: 700;
    letter-spacing: 0.5px;
}


/* ==============================
   Content Section
============================== */
.default-account {
    background: #fff;
    padding: 50px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 60px;
}

.default-account ul {
    list-style: disc;
    margin-left: 30px;
}

.default-account li {
    margin-bottom: 8px;
}

.default-account strong, 
.default-account u {
    color: #00b894;
}

/* ==============================
   Hero Banner
============================== */
/* Remove unwanted top margin above hero-banner */
.hero-banner {
    margin-top: 120px;
    position: relative;
    background: url("https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg?auto=compress&cs=tinysrgb&w=1600") center center/cover no-repeat;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.banner-overlay {
    /*background: linear-gradient(*/
        /*rgba(0, 51, 102, 0.8),*/
        /*rgba(0, 51, 102, 0.6)*/
    /*);*/
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
}

.hero-banner .banner-overlay {

    padding-top: 40px; /* inner spacing from top */
    padding-bottom: 40px; /* optional bottom spacing */
}


.hero-banner h1, .hero-banner p {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease forwards;
}

.hero-banner p {
    animation-delay: 0.2s;
}

.hero-banner h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff;
}

.hero-banner p {
    font-size: 18px;
    max-width: 640px;
    margin: 0 auto;
    color:white;
    text-shadow: 0 0 20px #003366, 0 0 20px #0000FF;

}

.hero-banner .btn {
    background-color: #0078d7;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
    transition: background 0.3s ease;
}

.hero-banner .btn:hover {
    background-color: #005bb5;
}


    /* ---------- HERO SECTION ---------- */
    .hero {
      background: linear-gradient(-45deg, #00bfa5, #00897b, #00b894, #00bfa5);
      background-size: 400% 400%;
      animation: gradientBG 10s ease infinite;
      color: white;
      text-align: center;
      padding: 120px 20px;
      border-radius:30px;
    }
    @keyframes gradientBG {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
    .hero h1 {
      font-size: 2.5em;
      margin-bottom: 10px;
      color:white;
    }
    .hero p {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto 30px auto;
      line-height: 1.6;

      border-radius:15px;
      color: white;
      text-shadow: 0 0 20px #036, 0 0 20px #5D5DF2;
    }
    .btn-primary {
      background-color: #fff;
      color: #00897b;
      padding: 12px 28px;
      border-radius: 30px;
      font-weight: bold;
      transition: all 0.3s;
    }
    .btn-primary:hover {
      background-color: #00897b;
      color: #fff;
    }




/* ==============================
   Section Images
============================== */
.section-image {
    text-align: center;
    margin: 40px 0;
}

.section-image img {
    width: 100%;
    max-width: 900px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/*
=================

pricing
================
*/
.pricing-box {
    background-color: #f5f5f5;
    border-left: 5px solid #00bfa5;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
}

.price-highlight {
    font-size: 20px;
    font-weight: bold;
    color: #00bfa5;
}


/* ==============================
   Footer Section
============================== */
/*.footer {*/
    /*background-color: #00264d;*/
    /*color: #dce3ef;*/
    /*padding-top: 40px;*/
/*}*/

/*.footer h4 {*/
    /*color: #fff;*/
    /*font-size: 18px;*/
    /*margin-bottom: 15px;*/
    /*border-bottom: 2px solid #0078d7;*/
    /*display: inline-block;*/
    /*padding-bottom: 5px;*/
/*}*/

/*.footer p {*/
    /*font-size: 15px;*/
    /*line-height: 1.6;*/
    /*color: white;*/
/*}*/

/*.footer a {*/
    /*color: #dce3ef;*/
    /*transition: color 0.3s ease;*/
/*}*/

/*.footer a:hover {*/
    /*color: #0078d7;*/
/*}*/

/*.footer ul {*/
    /*margin-top: 10px;*/
/*}*/

/*.footer ul li {*/
    /*display: inline-block;*/
    /*margin-right: 8px;*/
/*}*/

/*.footer-bottom {*/
    /*text-align: center;*/
    /*padding: 20px;*/
    /*background-color: #001a33;*/
    /*color: #8fa9cc;*/
    /*font-size: 14px;*/
    /*border-top: 1px solid rgba(255,255,255,0.1);*/
/*}*/

/* ==============================
   Buttons & Elements
============================== */
.btn {
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: 500;
    cursor: pointer;
}

.btn-info {
    background-color: #0078d7;
    border: 1px solid #0078d7;
    color: #fff;
}

.btn-info:hover {
    background-color: #005bb5;
    border-color: #005bb5;
}

.btn-danger {
    background-color: #e63946;
    border: 1px solid #e63946;
    color: #fff;
}

.btn-danger:hover {
    background-color: #c71c30;
    border-color: #c71c30;
}

/* ==============================
   Animations
============================== */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==============================
   Responsive
============================== */
@media (max-width: 992px) {
    .navbar-nav .nav-link {
        padding: 8px 12px;
        text-align: center;
    }

    .page-title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        height: 60vh;
        padding: 40px 15px;
    }

    .hero-banner h1 {
        font-size: 28px;
    }

    .hero-banner p {
        font-size: 16px;
    }

    .hero-banner .btn {
        padding: 10px 22px;
        font-size: 15px;
    }

    .default-account {
        padding: 30px 20px;
    }

    .footer {
        text-align: center;
    }
}
