@charset "utf-8";

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY THIN.TTF") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY THIN ITALIC.TTF") format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY LIGHT_0.OTF") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY LIGHT ITALIC.TTF") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY REGULAR.TTF") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY ITALIC.TTF") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY MEDIUM.TTF") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY MEDIUM ITALIC_0.TTF") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY SEMIBOLD.TTF") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY SEMIBOLD ITALIC.TTF") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY BOLD_0.OTF") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY BOLD ITALIC.TTF") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY HEAVY.TTF") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY HEAVY ITALIC.TTF") format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY BLACK.TTF") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url("../../font/SVN-GILROY/SVN-GILROY BLACK ITALIC.TTF") format("truetype");
    font-weight: 900;
    font-style: italic;
}

:root {
    --bdf-orange: #f05a22;
    --bdf-yellow: #f9be2b;
    --bdf-light-yellow: #ffff5a;
    --bdf-black: #1a1a1a;
    --bdf-light-gray: #e5e5e5;
    --bdf-white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'SVN-Gilroy', sans-serif;
    background: var(--bdf-black);
    color: var(--bdf-white);
}

#bdf-2026-page {
    font-family: 'SVN-Gilroy', sans-serif;
    color: var(--bdf-white);
    background-color: var(--bdf-black);
    width: 100%;
    overflow-x: hidden;
}

#bdf-2026-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

#bdf-2026-page a {
    text-decoration: none;
}

.bdf-floating-header {
    position: fixed;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 980px;
    z-index: 95;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.bdf-floating-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.bdf-floating-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
}

.bdf-floating-link.is-active {
    background: linear-gradient(180deg, var(--bdf-yellow) 0%, var(--bdf-orange) 100%);
    color: #000000;
}

.bdf-floating-apply {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    background: linear-gradient(180deg, var(--bdf-yellow) 0%, var(--bdf-orange) 100%);
    color: #000000;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(240, 90, 34, 0.35), 0 6px 0 rgba(0, 0, 0, 0.28);
    transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
    flex-shrink: 0;
}

.bdf-floating-apply:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
    box-shadow: 0 14px 34px rgba(240, 90, 34, 0.45), 0 8px 0 rgba(0, 0, 0, 0.28);
}

.bdf-floating-apply:focus {
    outline: none;
}

.bdf-floating-apply:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(240, 90, 34, 0.32), 0 4px 0 rgba(0, 0, 0, 0.28);
}

@media (max-width: 767px) {
    .bdf-floating-header {
        top: 10px;
        width: calc(100% - 24px);
        padding: 6px;
        gap: 6px;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }

    .bdf-floating-header::-webkit-scrollbar {
        display: none;
    }

    .bdf-floating-link {
        padding: 9px 12px;
        font-size: 11px;
    }

    .bdf-floating-apply {
        display: none;
    }
}

.bdf-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
}

.bdf-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bdf-dark-section {
    background: var(--bdf-black);
}

.bdf-hero-section {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    background-image: url('/layouts/web/images/businessdevelopmentfresher2026/banner_1_background.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bdf-hero-banner-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.bdf-hero-banner-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bdf-hero-section::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 90px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.95) 100%);
}

.bdf-hero-inner {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 88px;
}

.bdf-hero-artwork {
    width: min(100%, 1040px);
    margin-left: auto;
    margin-right: auto;
}

.bdf-apply-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    min-height: 48px;
    padding: 12px 26px;
    border: 2px solid #000000;
    border-radius: 16px;
    background: #000000;
    color: var(--bdf-white);
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.bdf-apply-button:focus {
    outline: none;
}

.bdf-apply-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 0 rgba(0, 0, 0, 0.2);
    opacity: 0.95;
}

.bdf-about-section {
    padding-top: 96px;
    padding-bottom: 84px;
}

.bdf-section-intro {
    max-width: 840px;
    text-align: center;
}

.bdf-section-title {
    margin: 0 0 28px;
    color: var(--bdf-white);
    font-size: 36px;
    line-height: 0.92;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.bdf-section-title-dark {
    color: var(--bdf-black);
}

.bdf-section-copy {
    margin: 0 auto 10px;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 22px;
    line-height: 1.55;
    font-weight: 400;
}

.bdf-showcase-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.bdf-showcase-section .bdf-section-title {
    margin-bottom: 44px;
}

.bdf-persona-section {
    padding-bottom: 136px;
}

.bdf-showcase-image {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.bdf-roadmap-section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 140px;
    background: var(--bdf-light-gray);
}

.bdf-roadmap-inner {
    text-align: center;
}

.bdf-roadmap-decor {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.bdf-roadmap-decor-left {
    top: -80px;
    left: clamp(-12px, 4vw, 64px);
    width: min(220px, 20vw);
}

.bdf-roadmap-decor-right {
    right: clamp(-16px, 4vw, 48px);
    bottom: -110px;
    width: min(265px, 23vw);
}

.bdf-roadmap-image {
    max-width: 1070px;
}

.bdf-quotes-section {
    padding-top: 120px;
    padding-bottom: 140px;
}

.bdf-quotes-heading {
    margin-bottom: 52px;
}

.bdf-quotes-subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}

.bdf-quotes-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.bdf-quotes-track {
    position: relative;
    width: 70%;
    max-width: 1040px;
    min-height: 260px;
}

.bdf-quote-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.bdf-quote-slide img {
    width: 100%;
    height: auto;
}

.bdf-quote-slide.is-active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
}

.bdf-quote-nav {
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.bdf-quote-nav:focus {
    outline: none !important;
}

.bdf-quote-nav img {
    display: block;
    width: 72px;
    height: auto;
}

.bdf-quote-nav:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.bdf-quotes-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 26px;
}

.bdf-quotes-dots button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0;
    transition: background-color 0.2s ease, width 0.2s ease;
}

.bdf-quotes-dots button.is-active {
    width: 22px;
    background: var(--bdf-yellow);
}

.bdf-studio-section {
    padding-top: 132px;
    padding-bottom: 128px;
}

.bdf-studio-copy {
    max-width: 900px;
}

.bdf-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 48px 0 48px;
}

.bdf-slider-dots span {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(180deg, #fafafa 0%, #ececec 100%);
    box-shadow: 4px 4px 0 rgba(249, 190, 43, 0.16);
}

.bdf-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.bdf-blog-card {
    display: block;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.bdf-blog-card:hover {
    transform: translateY(-4px);
    opacity: 0.95;
}

.bdf-footer-section {
    padding-top: 56px;
    padding-bottom: 120px;
    text-align: center;
}

.bdf-footer-heading {
    margin: 0 0 18px;
    color: var(--bdf-white);
    font-size: 36px;
    line-height: 0.95;
    font-weight: 700;
    text-transform: uppercase;
}

.bdf-footer-logo {
    width: min(100%, 470px);
    margin: 0 auto 32px;
}

.bdf-footer-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-bottom: 72px;
}

.bdf-footer-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.bdf-footer-action:hover {
    transform: translateY(-3px);
    opacity: 0.96;
}

.bdf-footer-action img {
    max-height: 50px;
    height: auto;
    width: auto;
    object-fit: contain;
}

.bdf-working-location h3 {
    margin: 0 0 16px;
    color: var(--bdf-white);
    font-size: 32px;
    line-height: 0.95;
    font-weight: 700;
    text-transform: uppercase;
}

.bdf-working-location p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 500;
}

.bdf-modal-content {
    border-radius: 16px !important;
    overflow: visible;
    background-clip: padding-box;
}

.bdf-modal-content .form-control {
    border-radius: 8px !important;
}

.bdf-modal-content .modal-header {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.bdf-modal-content .modal-footer {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.bdf-modal-content .bootstrap-select .dropdown-menu {
    z-index: 1061;
}

.bdf-form-section {
    margin-bottom: 16px;
    padding: 10px 18px 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.bdf-form-section-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.bdf-form-section .form-group:last-child {
    margin-bottom: 0;
}

.bdf-modal-content .btn.dropdown-toggle {
    border-radius: 8px !important;
}

.bdf-modal-content #btn-register-fresher {
    border-radius: 8px !important;
    outline: none !important;
    box-shadow: none !important;
}

#back-to-top {
    position: fixed;
    right: 28px;
    bottom: 28px;
    display: none;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--bdf-yellow) 0%, var(--bdf-orange) 100%);
    color: #000000;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    z-index: 30;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
}

#back-to-top i {
    font-size: 20px;
}

@keyframes bdf-shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(240, 90, 34, 0.9);
    }

    100% {
        box-shadow: 0 0 0 18px rgba(240, 90, 34, 0);
    }
}

@media (max-width: 1279px) {
    .bdf-hero-section,
    .bdf-hero-inner {
        min-height: 100vh;
        min-height: 100svh;
    }

    .bdf-apply-button {
        left: 8.5vw;
        bottom: 9.5vw;
        min-width: 11.5vw;
        min-height: 3.8vw;
        padding: 0.85vw 1.8vw;
        font-size: 2vw;
    }

    .bdf-section-title,
    .bdf-footer-heading,
    .bdf-working-location h3 {
        font-size: 4.2vw;
    }

    .bdf-section-copy,
    .bdf-working-location p {
        font-size: 1.75vw;
    }
}

@media (max-width: 991px) {

    .bdf-hero-banner-container {
        flex-direction: column-reverse;
    }

    .bdf-hero-banner-container img {
        width: 90%;
        height: 90%;
        object-fit: contain;
    }

    .bdf-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bdf-about-section {
        padding-top: 72px;
        padding-bottom: 56px;
    }

    .bdf-showcase-section {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .bdf-showcase-section .bdf-section-title {
        margin-bottom: 34px;
    }

    .bdf-persona-section {
        padding-bottom: 96px;
    }

    .bdf-roadmap-section {
        padding-top: 96px;
        padding-bottom: 108px;
    }

    .bdf-quotes-section {
        padding-top: 96px;
        padding-bottom: 108px;
    }

    .bdf-studio-section {
        padding-top: 104px;
        padding-bottom: 104px;
    }

    .bdf-blog-grid {
        gap: 18px;
    }

    .bdf-footer-actions {
        gap: 14px;
    }

    .bdf-footer-section {
        padding-top: 40px;
        padding-bottom: 96px;
    }
}

@media (max-width: 767px) {
    .bdf-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .bdf-hero-section {
        min-height: 100vh;
        min-height: 100svh;
        background-position: center top;
    }

    .bdf-hero-inner {
        min-height: 100vh;
        min-height: 100svh;
        padding-top: 24px;
        padding-bottom: 52px;
    }

    .bdf-hero-artwork {
        width: 100%;
    }

    .bdf-apply-button {
        position: fixed;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%);
        min-width: 112px;
        min-height: 40px;
        /* margin-top: -8px;
        margin-left: 10px; */
        padding: 10px 24px;
        font-size: 19px;
        background: #000000;
        border-color: #000000;
        color: var(--bdf-white);
        box-shadow: 0 6px 0 rgba(0, 0, 0, 0.6);
        z-index: 100;
        animation: bdf-shadow-pulse 1.2s infinite;
    }

    .bdf-about-section {
        padding-top: 54px;
        padding-bottom: 40px;
    }

    .bdf-section-title,
    .bdf-footer-heading,
    .bdf-working-location h3 {
        font-size: 34px;
        line-height: 1;
    }

    .bdf-section-copy,
    .bdf-working-location p {
        font-size: 15px;
        line-height: 1.6;
    }

    .bdf-showcase-section {
        padding-top: 40px;
        padding-bottom: 36px;
    }

    .bdf-showcase-section .bdf-section-title {
        margin-bottom: 26px;
    }

    .bdf-persona-section {
        padding-bottom: 72px;
    }

    .bdf-roadmap-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .bdf-quotes-section {
        padding-top: 64px;
        padding-bottom: 72px;
    }

    .bdf-quotes-heading {
        margin-bottom: 34px;
    }

    .bdf-quotes-subtitle {
        font-size: 16px;
    }

    .bdf-quotes-carousel {
        position: relative;
        gap: 0;
    }

    .bdf-quotes-track {
        max-width: 100%;
        min-height: auto;
        padding-left: 52px;
        padding-right: 52px;
    }

    .bdf-quote-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        opacity: 0.95;
    }

    .bdf-quote-nav-prev {
        left: 0;
    }

    .bdf-quote-nav-next {
        right: 0;
    }

    .bdf-quote-nav img {
        width: 44px;
    }

    .bdf-quote-nav:hover {
        transform: translateY(calc(-50% - 2px));
    }

    .bdf-quotes-dots {
        margin-top: 18px;
        gap: 8px;
    }

    .bdf-roadmap-decor-left {
        top: 8px;
        left: -22px;
        width: 110px;
    }

    .bdf-roadmap-decor-right {
        right: -26px;
        bottom: -2px;
        width: 138px;
    }

    .bdf-studio-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .bdf-slider-dots {
        gap: 7px;
        margin-top: 34px;
        margin-bottom: 34px;
    }

    .bdf-slider-dots span {
        width: 24px;
        height: 24px;
        border-radius: 6px;
    }

    .bdf-blog-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        max-width: 420px;
        margin: 0 auto;
    }

    .bdf-footer-section {
        padding-top: 32px;
        padding-bottom: 84px;
    }

    .bdf-footer-logo {
        max-width: 260px;
        margin-bottom: 24px;
    }

    .bdf-footer-actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-bottom: 38px;
    }

    .bdf-footer-action img {
        max-height: 38px;
    }

    #back-to-top {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
}
