/* --- GLOBAL RESET --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

/* --- NAVBAR CUSTOMIZATION --- */
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    height: 76px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar .container-fluid {
    padding-left: 144px !important;
    padding-right: 144px !important;
}

.logo-img {
    width: 188px;
    height: auto;
}

.navbar-nav {
    gap: 25px;
}

.nav-link {
    color: #333 !important;
    font-weight: 500;
    font-size: 14px;
    padding: 0.5rem 0 !important;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #0A6190 !important;
}

.dropdown-toggle::after {
    font-size: 0.7rem;
    margin-left: 4px;
}

.demo-btn {
    background-color: #0A6190 !important;
    color: white !important;
    border-radius: 5px;
    font-weight: bold;
    padding: 12px 29px !important;
    text-decoration: none;
    display: inline-block;
    border: none;
    transition: background-color 0.3s ease;
}

.demo-btn:hover {
    background-color: #084d73 !important;
}

/* --- HERO SECTION --- */
.hero {
    background-color: #E7FAFB;
    padding: 80px 0;
}

.hero .container-fluid {
    padding-left: 144px !important;
    padding-right: 144px !important;
}

.hero-text h4 {
    color: #1A1B1D;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.hero-text h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    color: #1a1a1a;
}

.hero-text p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

.demo-btn1 {
    background-color: #0A6190;
    color: white !important;
    font-weight: bold;
    padding: 18px 45px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.demo-btn1:hover {
    background-color: #084d73;
}

.partners img {
    width: 162px;
    height: 54px;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.hero-image img {
    max-width: 600px;
    height: auto;
}

/* --- METHODOLOGY SECTION --- */
.methodology {
    background-color: #ffffff;
}

.methodology .container-fluid {
    padding-left: 144px !important;
    padding-right: 144px !important;
}

.method-text h2 {
    font-size: 40px;
    font-weight: 500;
}

.method-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

.method-visual img {
    max-width: 500px;
    height: auto;
}

.icon-box img {
    width: 48px;
    height: 48px;
}

.method-card h3 {
    font-size: 24px;
    font-weight: 500;
}

.method-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.view-more {
    text-decoration: none;
    color: #008080;
    font-weight: 600;
}

.view-more:hover {
    color: #006666;
}

/* --- MADE FOR HUMANS --- */
.made-for-humans {
    background-color: #E7FAFB;
}

.made-for-humans .container-fluid {
    padding-left: 144px !important;
    padding-right: 144px !important;
}

.header-content h2 {
    font-size: 36px;
    font-weight: 500;
}

.feature-card {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.feature-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.feature-card .card-body {
    padding: 24px;
}

.feature-card .card-title {
    font-weight: 500;
    margin-bottom: 12px;
}

.feature-card .card-text {
    color: #666;
    font-size: 15px;
}

/* --- PROBLEMS SOLVE --- */
.problems-solve .container-fluid {
    padding-left: 144px !important;
    padding-right: 144px !important;
}

.problems-header h2 {
    font-size: 34px;
    font-weight: 500;
}

.problems-header p {
    font-size: 16px;
    font-weight: 400;
}

.problems-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    background-color: #FAFAFA;
}

.problem-box {
    padding: 60px;
}

.problem-box h3 {
    font-size: 28px;
    font-weight: 500;
}

.process-blocks {
    background-color: #F9FAFB;
}

.access-gaps {
    background-color: #E7FAFB;
}

.common {
    color: #0A6191;
}

.bluechecks {
    color: #0A6191;
}

.problem-box li i {
    font-size: 1.2rem;
}

.problem-box li strong {
    font-size: 16px;
}

.problem-box li p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

/* --- BLOGS SECTION --- */
.blog-section {
    background-color: #E7FAFB;
    font-family: 'Public Sans', 'Segoe UI', sans-serif;
}

.blog-section .container-fluid {
    padding-left: 144px !important;
    padding-right: 144px !important;
}

.blog-title-group h2 {
    font-size: 32px;
    color: #1A1B1D;
    font-weight: 500;
}

.blog-title-group p {
    color: #1A1B1D;
    font-size: 16px;
}

.view-all-btn {
    background-color: #0A6190;
    color: white !important;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.view-all-btn:hover {
    background-color: #084d73;
}

.blog-card img {
    border-radius: 12px;
    object-fit: cover;
}

.blog-card.featured .image-wrapper img {
    width: 100%;
    height: auto;
}

.meta {
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1A1B1D;
}

.blog-content h3 {
    font-size: 20px;
    color: #1A1B1D;
    font-weight: 600;
}

.blog-content p {
    color: #1A1B1D;
    font-size: 14px;
    line-height: 1.5;
}

.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.blog-card:hover .arrow {
    transform: translate(3px, -3px);
}

.read-more {
    color: #0A6191;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #084d73;
}

/* --- FOOTER SECTION --- */
.main-footer {
    background-color: #000a12;
    color: white;
}

.main-footer .container-fluid {
    padding-left: 144px !important;
    padding-right: 144px !important;
}

.footer-links .nav-link {
    color: #FFFFFF !important;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 400;
    padding: 0.5rem 1rem !important;
}

.footer-links .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
}

.footer-socials a {
    width: 28px;
    height: 28px;
    display: block;
    transition: opacity 0.3s ease;
}

.footer-socials a:hover {
    opacity: 0.8;
}

.footer-socials img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-bottom {
    border-top: 2px solid rgba(255, 255, 255, 0.1) !important;
}

.legal-links a {
    color: #FFFFFF;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.legal-links a:hover {
    opacity: 1;
    text-decoration: underline !important;
}

/* --- RESPONSIVE ADJUSTMENTS --- */

/* LARGE DESKTOP - 1920px and above */
@media screen and (min-width: 1920px) {
    .navbar .container-fluid,
    .hero .container-fluid,
    .methodology .container-fluid,
    .made-for-humans .container-fluid,
    .problems-solve .container-fluid,
    .blog-section .container-fluid,
    .main-footer .container-fluid {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }
}

/* DESKTOP MEDIUM - 1200px to 1439px */
@media screen and (max-width: 1439px) and (min-width: 1200px) {
    .navbar .container-fluid,
    .hero .container-fluid,
    .methodology .container-fluid,
    .made-for-humans .container-fluid,
    .problems-solve .container-fluid,
    .blog-section .container-fluid,
    .main-footer .container-fluid {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
    
    .navbar-nav {
        gap: 22px;
    }
}

/* DESKTOP SMALL - 1024px to 1199px */
@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .navbar .container-fluid,
    .hero .container-fluid,
    .methodology .container-fluid,
    .made-for-humans .container-fluid,
    .problems-solve .container-fluid,
    .blog-section .container-fluid,
    .main-footer .container-fluid {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    
    .navbar-nav {
        gap: 18px;
    }
    
    .nav-link {
        font-size: 13.5px !important;
    }
    
    .demo-btn {
        padding: 11px 24px !important;
        font-size: 13.5px !important;
    }
}

/* TABLET - 992px and below (Bootstrap lg breakpoint) */
@media screen and (max-width: 991px) {
    .navbar .container-fluid,
    .hero .container-fluid,
    .methodology .container-fluid,
    .made-for-humans .container-fluid,
    .problems-solve .container-fluid,
    .blog-section .container-fluid,
    .main-footer .container-fluid {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    
    .logo-img {
        width: 170px;
    }
    
    .hero-text h1 {
        font-size: 2.8rem;
    }
    
    .hero-image img {
        max-width: 450px;
    }
    
    .problem-box {
        padding: 40px;
    }
    
    /* Make navbar items stack properly */
    .navbar-nav {
        margin-top: 1rem;
        gap: 0;
    }
    
    .nav-item {
        margin-bottom: 0.5rem;
    }
    
    .demo-btn {
        margin-top: 1rem;
        display: block;
        text-align: center;
    }
}

/* TABLET PORTRAIT - 768px and below */
@media screen and (max-width: 768px) {
    .navbar .container-fluid,
    .hero .container-fluid,
    .methodology .container-fluid,
    .made-for-humans .container-fluid,
    .problems-solve .container-fluid,
    .blog-section .container-fluid,
    .main-footer .container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    
    .logo-img {
        width: 150px;
    }
    
    .hero {
        padding: 50px 0;
    }
    
    .hero-text {
        text-align: center;
    }
    
    .hero-text h1 {
        font-size: 2.2rem;
    }
    
    .hero-text p {
        font-size: 1rem;
    }
    
    .hero-image img {
        max-width: 400px;
    }
    
    .partners {
        justify-content: center;
    }
    
    .partners img {
        width: 140px;
        height: 46px;
    }
    
    .method-text h2 {
        font-size: 32px;
    }
    
    .method-text p {
        font-size: 16px;
    }
    
    .header-content h2 {
        font-size: 28px;
    }
    
    .problem-box {
        padding: 30px;
    }
    
    .blog-title-group h2 {
        font-size: 28px;
    }
    
    .footer-links {
        justify-content: center !important;
    }
    
    .footer-socials {
        justify-content: center !important;
    }
}

/* MOBILE - 480px and below */
@media screen and (max-width: 480px) {
    .navbar .container-fluid,
    .hero .container-fluid,
    .methodology .container-fluid,
    .made-for-humans .container-fluid,
    .problems-solve .container-fluid,
    .blog-section .container-fluid,
    .main-footer .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .logo-img {
        width: 130px;
    }
    
    .hero {
        padding: 30px 0;
    }
    
    .hero-text h4 {
        font-size: 11px;
    }
    
    .hero-text h1 {
        font-size: 1.9rem;
        line-height: 1.2;
    }
    
    .hero-text p {
        font-size: 0.95rem;
    }
    
    .demo-btn1 {
        padding: 14px 32px;
        font-size: 14px;
    }
    
    .partners img {
        width: 130px;
        height: 43px;
    }
    
    .hero-image img {
        max-width: 320px;
    }
    
    .method-text h2 {
        font-size: 26px;
    }
    
    .method-text p {
        font-size: 15px;
    }
    
    .method-card h3 {
        font-size: 20px;
    }
    
    .method-card p {
        font-size: 14px;
    }
    
    .header-content h2 {
        font-size: 24px;
    }
    
    .feature-card .card-body {
        padding: 16px;
    }
    
    .feature-card .card-title {
        font-size: 17px;
    }
    
    .feature-card .card-text {
        font-size: 13px;
    }
    
    .problems-header h2 {
        font-size: 24px;
    }
    
    .problem-box {
        padding: 25px 20px;
    }
    
    .problem-box h3 {
        font-size: 20px;
    }
    
    .problem-box li strong {
        font-size: 14px;
    }
    
    .problem-box li p {
        font-size: 13px;
    }
    
    .blog-title-group h2 {
        font-size: 24px;
    }
    
    .blog-title-group p {
        font-size: 14px;
    }
    
    .view-all-btn {
        padding: 10px 18px;
        font-size: 13px;
    }
    
    .blog-content h3 {
        font-size: 17px;
    }
    
    .blog-content p {
        font-size: 13px;
    }
}

/* EXTRA SMALL MOBILE - 360px and below */
@media screen and (max-width: 360px) {
    .logo-img {
        width: 110px;
    }
    
    .hero-text h1 {
        font-size: 1.6rem;
    }
    
    .hero-text p {
        font-size: 0.9rem;
    }
    
    .demo-btn1 {
        padding: 12px 26px;
        font-size: 13px;
    }
    
    .partners img {
        width: 110px;
        height: 36px;
    }
    
    .method-text h2,
    .problems-header h2,
    .blog-title-group h2 {
        font-size: 22px;
    }
    
    .header-content h2 {
        font-size: 22px;
    }
    
    .problem-box {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 768px) {
    .hamburger {
        display: none !important;
    }

    .nav-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 10px 20px;
    }

    .nav-links li a {
        font-size: 12px;
    }

    .demo-btn {
        padding: 8px 14px;
        font-size: 12px;
    }
}
