/* HELVETICA – REGULAR (ROMAN) */
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.web-form-heading{
    font-size: 14px;
    text-align: center;
    font-weight: 900;
}
/* HELVETICA – BOLD */
@font-face {
    font-family: 'Helvetica-bold';
    src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.bt-camp-img{
    padding:0px;
}
.bold-text{
    font-family: 'Helvetica-bold';
}
.entrepreneur-success{
    padding-bottom: 40px;
    padding-top: 40px;
}
/* GLOBAL */
body {
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 400;
}

h1, h2, h3,
.section-title,
.legacy-item h3 {
    font-weight: 700;
}
/* HERO SECTION */

.hero-section{
    margin: 12px;
    border-radius: 10px;
} 
/*.hero-section {
    background-image: url("https://ik.imagekit.io/saubldfer/landingpages/launchpad/Banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/
/* HERO BASE */
.hero-section {
    background-image: url("https://ik.imagekit.io/saubldfer/landingpages/launchpad/web.png?tr=f-auto,q-auto");
    background-repeat: no-repeat;
    background-size: 68% 100%;
    background-color: #1e1f25
   
}

/* Large desktops */
@media (min-width: 1200px) {
   .hero-section {
        background-image: url("https://ik.imagekit.io/saubldfer/landingpages/launchpad/launchpad_banner_1.png?tr=f-auto,q-auto");
        background-repeat: no-repeat;
        background-size: 70% 100%;
        background-color: #1e1f25
       
    }
}
@media (min-width: 1300px) {
   .hero-section {
        background-image: url("https://ik.imagekit.io/saubldfer/landingpages/launchpad/launchpad_banner_1.png?tr=f-auto,q-auto");
        background-repeat: no-repeat;
        background-size: 66% 100%;
        background-color: #1e1f25
       
    }
}
@media (min-width: 1400px) {
    .hero-section {
        background-size: 60% 100%;
    }
}

/* Ultra-wide screens */
@media (min-width: 1800px) {
    .hero-section {
        background-size: 66% 100%;
        background-color: #1e1f25;
    }
}

/* Form card tuning */
.hero-form-card {
    border-radius: 12px;
}

/* XXL screens */
@media (min-width: 1600px) {
    .hero-container {
        
        max-width: 1560px;
    }

    .hero-section {
        background-size: 50% 100%;
    }
}

@media (max-width: 1440px) {
    .hero-form-card {
        transform: scale(0.95);
    }
}

/* NAVBAR */
.navbar-brand img {
    max-height: 40px;
}

/* PERFORMANCE */
img {
    max-width: 100%;
    height: auto;
}

/* SECTION TITLES */
.section-title {
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* LEGACY */
.legacy-stats h3 {
    color: #8b4b1f;
    font-weight: 700;
    font-size: 32px;
}

.legacy-stats p {
    font-size: 16px;
    margin: 0;
}

.legacy-divider {
    border-left: 1px solid #ccc;
    height: 60px;
    align-self: center;
}

/* SUPPORT CARDS */
.support-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    /*padding: 20px 15px;*/
    text-align: center;
    transition: all 0.3s ease;
}
.support-icon > img{
        width: 45%;
}
.support-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

.support-icon {
    background: #fdeee3;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 12px;
}
.support-icon-bg {
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 12px;
}

.support-icon i {
    font-size: 28px;
    color: #8b4b1f;
}

.support-card p {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}


/* BOOTCAMP SECTION */
.bootcamp-section {
    background-color: #fdeee3;
}

/* TEXT */
.bootcamp-section p, .about-hamstech p {
    font-size: 15px;
    line-height: 2.0;
    margin-bottom: 16px;
    color: #000;
    text-align: -webkit-left;
}

/* IMAGE CIRCLE EFFECT */
.bootcamp-image-wrapper {
    position: relative;
    display: inline-block;
}

/*.bootcamp-image-wrapper::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background-color: #d8bba4;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}*/

.bootcamp-image {
    position: relative;
    z-index: 1;
    max-height: 360px;
}


/* BOOTCAMP COVERS */
.bootcamp-covers {
    background-color: #fff;
}

/* IMAGE CIRCLE */
.covers-image-wrapper {
    position: relative;
    display: inline-block;
}

/*.covers-image-wrapper::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background-color: #dcc7b4;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}*/

.covers-image {
    position: relative;
    z-index: 1;
    max-height: 320px;
}

/* LIST */
.covers-list {
    list-style: disc;
    padding-left: 20px;
}

.covers-list li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 8px;
}


/* STUDENT STORIES */
.student-stories {
    background: #fff;
}

.story-slider {
    max-width: 820px;
}



/* HEADER */
.story-header {
    background: #b57749;
    color: #fff;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.story-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.story-header small {
    font-size: 12px;
}

.story-logo {
    height: 34px;
}

/* BODY */
.story-body {
    margin-top: 20px;
    padding-left: 12px;
    border-left: 3px solid #4aa3df;
}

.story-body p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* TAG */
.story-tag {
    display: inline-block;
    background: #e3c2a9;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
}

/* PROFILE IMAGE */
.story-profile {
    position: absolute;
    top: -40px;
    right: -40px;
    background: #f6d7c2;
    border-radius: 50%;
    padding: 6px;
}

.story-profile img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}


/* DOTS */
.story-dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 4px;
}

.story-dots span.active {
    background: #b57749;
    width: 20px;
    border-radius: 10px;
}


/* ENTREPRENEURIAL SUCCESS */
.entrepreneur-success {
    background: #fdeee3;
}

/* CARD */
.success-card {
    position: relative;
    text-align: center;
}

/* PERSON IMAGE */
.success-person {
    max-height: 280px;
    margin-bottom: -40px;
    z-index: 2;
    position: relative;
}

/* INFO BOX */
.success-info {
    background: #000;
    color: #fff;
    border-radius: 16px;
    padding: 50px 20px 20px;
    margin-top: -20px;
}

/* NAME */
.success-info h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.success-info small {
    font-size: 12px;
    opacity: 0.8;
}

/* INCOME */
.success-income {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    gap: 6px;
}

.success-income .amount {
    font-size: 36px;
    font-weight: 700;
    color: #2cc3ff;
}

.success-income .text {
    font-size: 12px;
    line-height: 1.2;
    color: #2cc3ff;
}
/*CSss*/
/* WRAPPER */
.story-wrapper {
    max-width: 900px;
}

/* CARD */
.story-card {
    background: transparent;
    border-radius: 20px;
    padding: 28px;
    position: relative;
    gap: 24px;
}

/* HEADER BAR */
.story-header {
    background: #b57749;
    color: #fff;
    padding: 12px 16px;
    border-radius: 14px;
}

.story-header h5 {
    font-size: 16px;
    font-weight: 600;
}

.story-header small {
    font-size: 12px;
}

.story-company-logo {
    height: 34px;
}

/* BODY */
.story-body {
    border-left: 3px solid #4aa3df;
    padding-left: 14px;
}

.story-body p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* TAG */
.story-tag {
    display: inline-block;
    background: #e3c2a9;
    padding: 6px 12px;
    border-radius: 14px;
    font-size: 12px;
}

/* IMAGE */
.story-image {
    align-items: center;
}

.image-circle {
    background: #f6d7c2;
    padding: 6px;
    border-radius: 50%;
}

.image-circle img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

/* NAV */
.story-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
}

.story-nav.prev { left: -48px; }
.story-nav.next { right: -48px; }

/* DOTS */
.story-dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 4px;
}

.story-dots span.active {
    width: 20px;
    background: #b57749;
    border-radius: 10px;
}



/*Csss*/

.brown{
    color: #8b4b1f;
    font-weight: 900;
}

/* MOBILE */
@media (max-width: 768px) {
    .bootcamp-section p, .about-hamstech p {
        font-size: 14px;
    }
    .bootcamp-section > conatiner, #mobile-legacy-points{
        padding-right: 20px;
        padding-left: 20px;
    }
    .support-card p {
        font-size: 14px;
       
    }
    .bootcamp-section p, .about-hamstec p {
        line-height: 1.7;
    }
    .entrepreneur-success{
        padding-bottom: 0px!important;
    }
    .hero-form{
        background: #fff;
        border: 1px solid #eee;
        border-radius: 12px;
        text-align: center;
        transition: all .3s ease;
        padding: 15px;
    }
    
    .hero-form > h5{
        font-size: 16px !important;
        font-weight: 900;
    }
    
   

    /* LEGACY HR LINE */
    .legacy-divider-line {
        width: 150px;
        height: 1px;
        background-color: #76797a;
        margin: 14px auto 24px;
    }
    .success-person {
        max-height: 280px;
    }
    .success-income .amount {
        font-size: 30px;
    }
    .story-profile {
        position: static;
        margin: 0 auto 15px;
    }
    .story-card {
        padding: 20px;
    }
    .story-nav {
        display: none;
    }
    .covers-image-wrapper::before {
        width: 200px;
        height: 200px;
    }
    .covers-list li {
        font-size: 14px;
    }
    .bootcamp-image-wrapper::before {
        width: 220px;
        height: 220px;
    }
    .bootcamp-section p {
        font-size: 14px;
        text-align: center;
    }
    .legacy-divider {
        display: none;
    }
    .legacy-stats h3 {
        font-size: 36px;
    }
    
    
    /*sectin*/
    /* MOBILE BOOTCAMP COVERS */
    .bootcamp-covers-mobile {
        background: #fff;
    }
    
    /* LIST */
    .covers-list-mobile {
        padding-left: 30px;
    }
    
    .covers-list-mobile li {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 8px;
    }
    
    /* IMAGE WITH CIRCLE */
    .covers-mobile-image {
        position: relative;
        display: inline-block;
        margin-top: -80px;
    }
    
    .covers-mobile-image img {
        position: relative;
        z-index: 1;
        max-height: 260px;
    }
    /* MOBILE SUCCESS SLIDER */
    .success-slider-wrapper {
        max-width: 320px;
    }

    .success-slide {
        display: none;
    }

    .success-slide.active {
        display: block;
    }

    .success-slide img {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }

    /* DOTS */
    .success-dots span {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 4px;
    }
    
    .success-dots span.active {
        width: 20px;
        background: #b57749;
        border-radius: 10px;
    }

}
/* COMMON ICON STYLE */
.support-icon i {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0; /* hide bootstrap icon */
}


/* SLIDER CORE */
.story-wrapper {
    max-width: 960px;
}

.story-slide {
    display: none;
}

.story-slide.active {
    display: block;
}
.entrepreneur-success{
    margin-bottom: 100px;
}
/* IMAGE SLIDES */
.story-card img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}



/* MOBILE */
@media (max-width: 992px) {

    .story-mobile-wrapper {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    
    .story-mobile-track {
        display: flex;
        transition: transform 0.35s ease;
        will-change: transform;
        transform: translate3d(0,0,0);
        backface-visibility: hidden;
    }
    
    .story-mobile-slide {
        flex: 0 0 100%;
        width: 100%;
    }
    
    .story-mobile-card {
        width: 100%;
        aspect-ratio: 3 / 5;
        overflow: hidden;
        border-radius: 16px;
    }
    
    .story-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }
    
    /* Dots */
    .story-mobile-dots span {
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 50%;
        display: inline-block;
        margin: 0 4px;
    }
    
    .story-mobile-dots span.active {
        background: #ad7248;
    }
    
     /* MOBILE SUCCESS SLIDER */
    .success-slider-wrapper {
        max-width: 320px;
    }

    .success-slide {
        display: none;
    }

    .success-slide.active {
        display: block;
    }

    .success-slide img {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }

    /* DOTS */
    .success-dots span {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 4px;
    }
    
    .success-dots span.active {
        width: 20px;
        background: #b57749;
        border-radius: 10px;
    }
    
}
@media (max-width: 768px) {
    /* MOBILE STORY SLIDER */

    .story-mobile-wrapper {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    
    .story-mobile-track {
        display: flex;
        transition: transform 0.35s ease;
        will-change: transform;
        transform: translate3d(0,0,0);
        backface-visibility: hidden;
    }
    
    .story-mobile-slide {
        flex: 0 0 100%;
        width: 100%;
    }
    
    .story-mobile-card {
        width: 100%;
        aspect-ratio: 3 / 5;
        overflow: hidden;
        border-radius: 16px;
    }
    
    .story-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }
    
    /* Dots */
    .story-mobile-dots span {
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 50%;
        display: inline-block;
        margin: 0 4px;
    }
    
    .story-mobile-dots span.active {
        background: #ad7248;
    }

    
    
    
}
@media (max-width: 440px){
    .covers-mobile-image{
        left: 20px;
    }    
}
/* MOBILE VERTICAL STORY IMAGES */
.student-stories-mobile .story-wrapper {
    max-width: 100%;
}

.mobile-story-image {
    display: flex;
    justify-content: center;
}

/* Portrait handling */
.mobile-story-image img {
    width: 100%;
    max-width: 320px;     /* prevents over-stretching */
    height: auto;
    border-radius: 16px;
    object-fit: contain; /* KEY for vertical images */
}

/* Hide arrows on mobile */
@media (max-width: 991px) {
    .story-nav {
        display: none;
    }
}

/* CTA SECTION */
.cta-section {
    background: #1f1f1f;
    padding: 48px 20px;
}

/* TITLE */
.cta-title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}

.cta-title span {
    color: #2cc3ff; /* blue highlight */
}

/* BUTTON */
.cta-btn {
    background: #2cc3ff;
    color: #000;
    padding: 10px 26px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
}

.cta-btn:hover {
    background: #1fb0e5;
    color: #000;
}
.hero-content {
    min-height: auto;
    padding: 0;
}

.hero-inner {
    padding: 0;
}

/* MOBILE */
@media (max-width: 768px) {
    .cta-title {
        font-size: 20px;
    }
    
}

