@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
/* Reset & base */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #f9f9f9;
    color: #222;
    line-height: 1.5;
}
/* Container */
.brcontainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Dark Hero Section */
.hero-section {
    background: linear-gradient(90deg, #111 0%, #333 100%);
    color: white;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hero-left {
    flex: 1 1 500px;
    max-width: 600px;
    padding: 5% 2% 2% 5%;
}

.badge1 {
    display: inline-block;
    background: rgba(255 255 255 / 0.15);
    padding: 0.25rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 0.9rem;
    user-select: none;
    letter-spacing: 0.02em;
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 900;
    margin: 0 0 0.1rem 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-weight: 700;
    font-size: 2.2rem;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.hero-underline {
    width: 3rem;
    height: 0.4rem;
    background-color: white;
    margin: 8px 0;
    border-radius: 2px;
}

.hero-text {
    font-weight: 400;
    font-size: 0.95rem;
    color: #ccc;
    max-width: 460px;
    margin-bottom: 2rem;
}

.hero-buttons {
    text-align:center;
    margin-bottom: 2rem;
   
}

.btn-primary {
    background-color: white;
    color: #222;
    border: none;
    padding: 0.75rem 1.8rem;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 40px;
    box-shadow: 0 0 8px rgb(255 255 255 / 0.3);
    transition: background-color 0.3s ease, color 0.3s ease;
    user-select: none;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #e0e0e0;
        outline: none;
    }

.btn-secondary {
    background-color: transparent;
    border: 1.8px solid rgba(255 255 255 / 0.45);
    color: rgba(255 255 255 / 0.8);
    padding: 0.75rem 1.8rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 40px;
    box-shadow: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    user-select: none;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        background-color: rgba(255 255 255 / 0.25);
        border-color: rgba(255 255 255 / 0.8);
        color: white;
        outline: none;
    }

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 2rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 6px;
    user-select: none;
}

.feature-check {
    color: #958ef7;
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 1;
    margin-top: 0.14rem;
}

/* Right side circle + text */
.hero-right {
    text-align: center;
    color: #ddd;
}



.hero-right-text {
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #5e5e5e;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 30px;
    letter-spacing: 0.05em;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
}

/* Section below hero with nav tabs */
.nav-tabs-section {
    background: white;
    padding: 1.4rem 1rem 1.8rem 1rem;
    text-align: center;
}

.brnav-tabs {
    display: inline-flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tab {
    background: white;
    border: 1.2px solid #ddd;
    padding: 0.55rem 1.8rem;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.9rem;
    color: #555;
    user-select: none;
    transition: border-color 0.3s ease, color 0.3s ease;
    min-width: 80px;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.03);
    width:120px;
}

    .tab:hover,
    .tab:focus {
        border-color: #958ef7;
        color: #958ef7;
        outline: none;
        box-shadow: 0 2px 10px rgb(149 142 247 / 0.3);
    }

/* Main bottom section */
.partner-section {
    background: #fafafa;
    padding: 3.4rem 1rem 5rem 1rem;
    text-align: center;
    color: #222;
}

.partner-logo {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 900;
    font-size: 3.1rem;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 0.3rem;
    user-select: none;
}

.partner-name {
    letter-spacing: 0.25em;
    font-weight: 600;
    font-size: 0.95rem;
    user-select: none;
    margin-bottom: 1.6rem;
}

.partner-title {
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    user-select: none;
}

.partner-desc {
    font-weight: 400;
    font-size: 0.95rem;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    color: #555;
    user-select: none;
}

/* Grid for features below */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 1.5rem 1.8rem;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.feature-card {
    border: 1.5px solid #ddd;
    border-radius: 10px;
    padding: 1.35rem 1.35rem 1.9rem 1.35rem;
    background: white;
    text-align: left;
    color: #333;
    cursor: default;
    box-shadow: 0 2px 7px rgb(0 0 0 / 0.02);
    transition: box-shadow 0.3s ease;
    user-select: none;
}

    .feature-card:hover,
    .feature-card:focus {
        box-shadow: 0 5px 14px rgb(149 142 247 / 0.2);
        outline: none;
    }

.feature-heading {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.45rem;
    user-select: text;
}

.feature-text {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.35;
    color: #444;
    user-select: text;
}
/*@media (min-width: 1130px) {
    .hero-right {
        margin-top: 6.5%;
    }
}
}*/
/* Responsive adjustments */
@media (max-width: 700px) {
    .hero-section {
        padding-bottom: 4rem;
        justify-content: center;
    }

    .hero-left {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .hero-right {
        margin-top: 2rem;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }
}

@media (max-width: 420px) {
    .hero-buttons {
        flex-direction: column;
        gap: 0.9rem;
    }

    .btn-primary, .btn-secondary {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}


.image-wrapper {
    position: relative; /* makes heading positioned relative to image */
    display: inline-block; /* keeps wrapper size same as image */
}

    .image-wrapper img {
        display: block;
        width: 100%;
        height: auto;
    }

.feature-heading {
    position: absolute;
    bottom: 0; /* pinned to bottom of image */
    left: 50%;
    transform: translateX(-50%); /* center horizontally */
    width: 100%; /* optional: span full image width */
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent overlay */
    z-index: 2;
    box-sizing: border-box;
}