/* ===================================
   GLOBAL
=================================== */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.navbar-brand img {
    height: 85px;
}

.navbar {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 8px 0;
}

.nav-link {
    color: #003366 !important;
    font-weight: 600;
    margin-left: 10px;
}

.nav-link:hover {
    color: #ff6b00 !important;
}

/* ===================================
   HERO SECTION
=================================== */

.hero-section {
    padding: 100px 0;
    background: linear-gradient(
        135deg,
        #f8fbff,
        #ffffff
    );
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 35px;
}

.product-box {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.product-item {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.product-item:last-child {
    border-bottom: none;
}

/* ===================================
   WHY CHOOSE US
=================================== */

.why-section {
    padding: 90px 0;
    background: #ffffff;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #003366;
}

.section-subtitle {
    color: #666;
    font-size: 1.1rem;
}

.feature-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.feature-card:hover {
    transform: translateY(-8px);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.feature-card h4 {
    color: #003366;
    margin-bottom: 15px;
    font-weight: 700;
}

.feature-card p {
    color: #666;
    line-height: 1.7;
}

/* ===================================
   SOLUTIONS
=================================== */

.solutions-section {
    padding: 90px 0;
    background: #f8fbff;
}

.solution-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.solution-card:hover {
    transform: translateY(-8px);
}

.solution-card h4 {
    color: #003366;
    font-weight: 700;
    margin-bottom: 15px;
}

.solution-card p {
    color: #666;
    line-height: 1.8;
    min-height: 110px;
}

/* ===================================
   TIMELINE
=================================== */

.timeline-section {
    padding: 90px 0;
    background: #ffffff;
}

.timeline {
    max-width: 900px;
    margin: auto;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.timeline-year {
    width: 220px;
    font-weight: 700;
    color: #003366;
    font-size: 1.2rem;
}

.timeline-content {
    flex: 1;
    background: #f8fbff;
    padding: 20px;
    border-left: 5px solid #ff6b00;
    border-radius: 8px;
}

/* ===================================
   STATS
=================================== */

.stats-section {
    background: #003366;
    padding: 80px 0;
}

.stat-card h2 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700;
}

.stat-card p {
    color: #d9e6f2;
    margin-top: 10px;
}

/* ===================================
   CTA
=================================== */

.cta-section {
    padding: 100px 0;
    background: #f8fbff;
}

.cta-section h2 {
    color: #003366;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-section p {
    color: #666;
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
}

/* ===================================
   FOOTER
=================================== */

.footer {
    background: #002244;
    color: white;
    padding: 60px 0 20px;
}

.footer h4,
.footer h5 {
    color: white;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #d9e6f2;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ff6b00;
}

.footer hr {
    border-color: rgba(255,255,255,0.15);
}

/* ===================================
   ABOUT HERO
=================================== */

.about-hero {

    padding: 80px 0;
    background: #f7f9fc;

}

.about-tag {

    color: #ff6b00;
    font-weight: 700;
    letter-spacing: 2px;

}

.about-title {

    font-size: 4rem;
    font-weight: 700;
    color: #003366;
    margin-top: 15px;

}

.about-title span {

    display: block;
    color: #ff6b00;

}

.about-subtitle {

    color: #003366;
    margin-top: 20px;
    margin-bottom: 20px;

}

.about-text {

    font-size: 1.1rem;
    line-height: 1.9;
    color: #555;

}

.founder-main-photo {

    width: 450px;
    max-width: 100%;
    border-radius: 25px;

    box-shadow:
    0 20px 40px rgba(0,0,0,0.12);

}

/* ===================================
   MISSION VISION VALUES
=================================== */

.mvv-section {

    padding: 60px 0;
    background: #ffffff;

}

.mvv-card {

    background: white;
    border-radius: 20px;
    padding: 35px;

    height: 100%;

    box-shadow:
    0 10px 25px rgba(0,0,0,0.08);

    transition: 0.3s;

}

.mvv-card:hover {

    transform: translateY(-8px);

}

.mvv-card h3 {

    color: #003366;
    margin-bottom: 20px;
    font-weight: 700;

}

.mvv-card p {

    line-height: 1.8;
    color: #555;

}

.mvv-card ul {

    padding-left: 20px;

}

.mvv-card li {

    margin-bottom: 10px;

}

/* ===================================
   ABOUT STATS
=================================== */

.about-stats {

    background: #003366;

    padding: 60px 0;

    margin-top: 20px;

}

.about-stat-item {

    color: white;

}

.about-stat-item h2 {

    font-size: 3rem;

    font-weight: 700;

    color: white;

}

.about-stat-item p {

    font-size: 1.2rem;

    font-weight: 600;

    margin-bottom: 5px;

}

.about-stat-item span {

    color: #d9e6f2;

    font-size: 0.95rem;

}

/* ===================================
   JOURNEY SECTION
=================================== */

.journey-section {

    padding: 80px 0;

    background: #f8fbff;

}

.founder-card {

    background: white;

    border-radius: 20px;

    padding: 30px;

    text-align: center;

    box-shadow:
    0 10px 25px rgba(0,0,0,0.08);

}

.founder-card-photo {

    width: 220px;

    height: 220px;

    object-fit: cover;

    border-radius: 50%;

    border: 5px solid #e8eef7;

}

.founder-card h2 {

    margin-top: 20px;

    color: #003366;

    font-weight: 700;

}

.founder-card h5 {

    color: #ff6b00;

    margin-bottom: 20px;

}

.founder-card ul {

    text-align: left;

    padding-left: 20px;

}

.founder-card li {

    margin-bottom: 12px;

}

.journey-heading span {

    color: #ff6b00;

    font-weight: 700;

    letter-spacing: 2px;

}

.journey-heading h2 {

    margin-top: 10px;

    color: #003366;

    font-weight: 700;

}

.journey-heading h2 span {

    color: #ff6b00;

}

.timeline-box {

    margin-top: 40px;

}

.timeline-item {

    display: flex;

    margin-bottom: 25px;

    align-items: center;

}

.year {

    width: 100px;

    font-size: 1.4rem;

    font-weight: 700;

    color: #003366;

}

.timeline-content {

    flex: 1;

    background: white;

    padding: 20px;

    border-radius: 15px;

    box-shadow:
    0 5px 15px rgba(0,0,0,0.05);

}

.timeline-content h5 {

    color: #003366;

    margin-bottom: 8px;

}

/* ===================================
   WHY TECH
=================================== */

.why-tech-section {

    padding: 80px 0;

    background: #ffffff;

}

.why-tech-card {

    background: #f8fbff;

    padding: 30px;

    border-radius: 15px;

    text-align: center;

    height: 100%;

    transition: 0.3s;

}

.why-tech-card:hover {

    transform: translateY(-8px);

    box-shadow:
    0 10px 25px rgba(0,0,0,0.08);

}

.why-tech-card h5 {

    color: #003366;

    font-weight: 700;

    margin-bottom: 15px;

}

.why-tech-card p {

    color: #555;

    line-height: 1.8;

}

/* ===================================
   EPAPER PAGE
=================================== */

.epaper-hero {

    padding: 80px 0;

    background: #f8fbff;

}

.epaper-image {

    max-width: 100%;

    border-radius: 20px;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.12);

}

/* ===================================
   EPAPER FEATURES
=================================== */

.epaper-features {

    padding: 80px 0;

    background: #ffffff;

}

.feature-box {

    background: #f8fbff;

    padding: 30px;

    border-radius: 15px;

    height: 100%;

    transition: 0.3s;

}

.feature-box:hover {

    transform: translateY(-8px);

    box-shadow:
    0 10px 25px rgba(0,0,0,0.08);

}

.feature-box h4 {

    color: #003366;

    margin-bottom: 15px;

    font-weight: 700;

}

.feature-box p {

    color: #555;

    line-height: 1.8;

}

/* ===================================
   READER SECTION
=================================== */

.reader-section {

    padding: 80px 0;

    background: #f8fbff;

}

.reader-image {

    width: 100%;

    border-radius: 20px;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.12);

}

/* ===================================
   BENEFITS SECTION
=================================== */

.benefits-section {

    padding: 80px 0;

    background: #ffffff;

}

.benefit-card {

    background: #f8fbff;

    padding: 30px;

    border-left: 5px solid #ff6b00;

    border-radius: 12px;

    height: 100%;

}

.benefit-card h4 {

    color: #003366;

    margin-bottom: 15px;

    font-weight: 700;

}

.benefit-card p {

    color: #555;

    line-height: 1.8;

}

/* ===================================
   EPAPER CTA
=================================== */

.epaper-cta {

    background: #003366;

    color: white;

    padding: 90px 0;

}

.epaper-cta h2 {

    font-weight: 700;

    margin-bottom: 20px;

}

.epaper-cta p {

    max-width: 800px;

    margin: auto;

    margin-bottom: 30px;

    color: #d9e6f2;

}

/* ===================================
   CMS PAGE
=================================== */

.cms-hero {

    padding: 80px 0;

    background: #f8fbff;

}

.cms-image {

    width: 100%;

    border-radius: 20px;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.12);

}

/* ===================================
   CMS ROLES
=================================== */

.cms-roles {

    padding: 80px 0;

    background: #ffffff;

}

.role-card {

    background: #f8fbff;

    padding: 30px;

    border-radius: 15px;

    height: 100%;

    box-shadow:
    0 5px 15px rgba(0,0,0,0.05);

}

.role-card h3 {

    color: #003366;

    font-weight: 700;

    margin-bottom: 20px;

}

.role-card ul {

    padding-left: 20px;

}

.role-card li {

    margin-bottom: 12px;

}

/* ===================================
   ANALYTICS PAGE
=================================== */

.analytics-hero {

    padding: 80px 0;

    background: #f8fbff;

}

.analytics-preview {

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 20px;

}

.analytics-box {

    background: white;

    padding: 30px;

    text-align: center;

    border-radius: 15px;

    box-shadow:
    0 10px 20px rgba(0,0,0,0.08);

}

.analytics-box h2 {

    color: #003366;

    font-weight: 700;

}

.analytics-placeholder {

    background: white;

    height: 500px;

    border-radius: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 24px;

    color: #777;

    box-shadow:
    0 10px 25px rgba(0,0,0,0.08);

}

.analytics-showcase img{
    border-radius:20px;
    transition:0.3s ease;
}

.analytics-showcase img:hover{
    transform:translateY(-5px);
}

.analytics-showcase{
    background:#f8fafc;
}

.solutions-hero{
    background: linear-gradient(135deg,#0f172a,#1e3a8a);
    color:#fff;
    padding:100px 0;
}

.solutions-hero h1{
    color:#fff;
}

.solutions-hero p{
    color:rgba(255,255,255,0.9);
}

.solution-icon{
    font-size:48px;
    margin-bottom:15px;
}

.feature-card{
    transition:all .3s ease;
}

.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.stats-section{
    background:#ffffff;
}

.stats-section h2{
    font-size:48px;
}

.stats-section p{
    font-size:18px;
    color:#666;
    margin-bottom:0;
}

.subscription-hero{
    background: linear-gradient(135deg,#0f172a,#1e3a8a);
    color:#fff;
    padding:100px 0;
}

.subscription-hero h1,
.subscription-hero p{
    color:#fff;
}

.feature-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.step-circle{
    width:80px;
    height:80px;
    background:#2563eb;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:32px;
    font-weight:bold;
}

.subscription-box{
    background:#ffffff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.subscription-box h3{
    color:#1e3a8a;
    font-size:28px;
    font-weight:600;
    margin:0;
}

.portfolio-feature{
    background:#ffffff;
    border-left:4px solid #2563eb;
    padding:15px;
    border-radius:12px;
    font-weight:600;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.portfolio-feature:hover{
    transform:translateX(5px);
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.contact-card{
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.contact-form-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-icon{
    width:60px;
    height:60px;
    background:#2563eb;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:15px;
}

.contact-card{
    transition:.3s;
}

.contact-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(0,0,0,.12);
}

.contact-card{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.contact-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.contact-icon{
    width:60px;
    height:60px;
    background:#2563eb;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:15px;
}