body {
    background-color: #0c1c40;

    font-family: 'Roboto', sans-serif;
}
.hero-section {
    padding: 50px 20px;
}
.img-fluid {
    width: 70%;
    border: none;
}
.info-box, .testimonial-card {
    background: #F5F5F5;
    color: black;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    width: 65%;
    text-align: left;
}
.testimonial {
    background: white;
    color: black;
    padding: 20px;
    border-radius: 10px;
    margin: 15px;
}

.smaller-text {
    font-size: 0.8em;
}
.highlight-box {
    background: #22c55e;
    color: white;
    padding: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    margin-top: -20px;
}
.carousel-item {
    padding: 20px;
    
}

.testimonials-row {
    margin-left: -5px;
    margin-right: -5px;
}
.testimonial-col {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
}
.testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    margin: 0 auto;
}
.testimonial-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 0px;
}
.testimonial-card strong {
    display: inline-block;
    margin-bottom: 0px;
}
.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#btmm{
    height: 50px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.myimg-fluid{

    width: 100%;
    height: auto;
    object-fit: cover;
}
.col-lg-10{
    width: 90%;
}


.career img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.salary-badge {
    background-color: transparent;
    border: 1px solid #091C47;
    padding: 15px 35px;
    border-radius: 20px;
    font-size: 0.9em;
    margin-left: 15px;
    text-align: center;
}
.testimonial-card p {
    margin-top: 15px;
    font-size: 11px;
}
#undercover .col-md-3 strong {
    font-size: 1em;
}
#undercover .col-md-3 span {
    display: block;
    margin-top: 10px;
}
#undercover .col-md-3 {
    border-right: 1px solid #939193;
    padding: 5px 10px;
}
#undercover .col-md-3:last-child {
    border-right: none;
}
.text-center {
    text-align: center;
}
.text-mysuccess {
    color: #31CD62;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2; /* Adjust the line height as needed */
   /* text-transform: uppercase;*/
}
.text-formula {
    font-size: 35px;
    color: white;
}
#real-people {
    color: white;
    padding-top: 30px;
    padding-bottom: 20px;

    text-align: center;
}
#testimonialCarousel {
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
}
#review-image img {
    /* width: 60%; */
    height: 50px;
    margin-top: 10px;
}
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #091C47;
    border-radius: 50%;
    padding: 10px;
}
.imgbtm{
    
    font-size: 1.2rem;
    color:white;
}
.responsiveimg img {
    width: 60%;


}
.professional {
    background: #091C47;
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
}



/* Responsive Design */
@media (max-width: 768px) {
    .responsiveimg{
        height: 300px;
        width: 90%;
        margin: auto;
        
    }

    .text-mysuccess {
        line-height: 3rem;
        text-transform: uppercase;
    }
    .responsiveimg img {

        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }
    .imgbtm{
        padding-top: 10px;
        font-size: .7rem;
        color:white;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
   
    .info-box, .testimonial-card {
        width: 100%;
        padding: 50px;
    }
    .testimonial {
        margin: 5px;
        padding: 10px;
    }
    .cta-button {
        padding: 8px 12px;
        font-size: 14px;
        border-bottom: 3px solid #cc7a00;
    }
    .text-success {
        
        font-size: 2.5rem;
        font-weight: 500;
        text-transform: uppercase;
    }

    .hero-section {
        padding: 30px 10px;
    }
    .img-fluid {
        width: 90%;
    }
    .highlight-box {
        padding: 10px;
        font-size: 1.2rem;
        margin-top: -10px;
    }
    .carousel-item {
        padding: 15px;
    }
    .testimonial-col {
        padding: 5px;
    }
    .testimonial-card {
        width: 100%;
        margin: 10px auto;
        padding: 10px;
    }
    .testimonial-card img {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }
    .salary-badge {
        padding: 10px 20px;
        font-size: 0.8em;
        margin-left: 5px;
    }
    .testimonial-card p {
        margin-top: 10px;
        font-size: 12px;
    }
   
    .text-formula {
        padding-top: 10px;
        font-size: 25px;
        color:white;
    }
    #real-people {
        padding: 20px;
        color:#F5F5F5;
    }
    #testimonialCarousel {
        width: 90%;
        max-width: 600px;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 10%;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        padding: 16px;
    }
}











.The-5-hidden {
    background-color: #091C47;
}



.the-hidder h1 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 54px;
    color: #091C47;
}

.treasurebox {

    background: #F5F5F5;
    
}

.paragraph p {
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    line-height: auto;
    color: #091C47;
}


.a-90-minute h1 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 54px;
    color: #091C47;

}


.question p {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 24px;
    background: white;
    box-shadow: 0px 0px 9px 0px;
}

.how-you h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #091C47;
}



.datetime {
    background: #091C47;
    color: white;


}

.datetime h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;

}

.price h1 {
    font-family: "Roboto", sans-serif;
    font-size: 57.84px;
    color: #31CD62;
    font-weight: bold;

}

.price p {
    font-family: "Roboto", sans-serif;
    font-size: 25px;

}

.btn {
    background-color: #FF9501;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
}

.btn a {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: black;
    font-weight: bold;

} 

.student-row {
    font-size: 12px;
    display: flex;
}
.student-row h6{
    font-size: 12px;
}

.star-icon {
    color: #FF9501;
}

.meet-sakshi h4 {
    background: linear-gradient(to bottom, #ffffff, #ff9933);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 70px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.forpadding{
    padding-top: 50px;
    background-color: #091C47;
}
.icon-side {
    font-family: "Roboto", sans-serif;
    color: white;
    line-height: 16px;
}

.icon-side i {
    color: #FF9501;

}

.sakshi-experience p {
    font-family: "Inter", sans-serif;
    color: white;
    font-weight: 200;
    font-size: 24px;
}



@media (max-width: 768px) {

    .border {
        padding: 0px 20px;
    }
    .the-hidder h1 {
        font-weight: bold;
        font-size: 24px;
        font-family: "Roboto", sans-serif;


    }
    .paragraph P{
        font-size: 18px;
    }
    .a-90-minute h1{
        font-size: 24px;

    }
    .question p{
        font-size: 20px;
    }

    .how-you h2{
        font-size: 20px;
    }

    .price h1{
        font-size: 45px;
    }
    .price p{
        font-size: 20px;
    }
    .btn a{
        font-size: 14px;
    }

    .student-row h6{
        font-size: 10px;
    }
    .meet-sakshi h4{
        font-size: 24px;
    }
    .sakshi-experience p{
        font-size: 15px;
    }
    

    .right-mark {
        text-align: end;
    }


}



























.promise-card {
    background-color: #F5F5F5;
    border-radius: 30px;
    overflow: hidden;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header-bar {
    background-color: #31CD62;
    color: #091C47;
    padding: 12px 20px;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.circle-icon {
    background-color: #333;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.content-area {
    padding: 70px 90px;
    font-size: 24px;
    color: #091C47;
}

.arrow-item {
    margin-bottom: 8px;
    font-size: 20px;
}

.arrow-item::before {
    content: "→";
    color: #061848;
    margin-right: 5px;
    font-weight: bold;
}

.question-section {
    margin-top: 20px;
    color: #061848;
}

.question-section p b {
    font-size: 24px;
}

.question-section p {
    font-size: 18px;
}

.signature {
    text-align: right;
    margin-top: 20px;
}

.signature img {
    max-width: 100%;
    height: auto;
}

.cta-button {
    background-color: #FF9501;
    color: #091C47;
    border: none;
    border-radius: 50px;
    padding: 20px 70px;
    margin: auto;
    font-size: 24px;
    display: block;
    width: fit-content;
    text-align: center;
    text-decoration: -none;
    font-weight: 700;
    border-bottom: 4px solid #cc7a00; 
    
     /*   background-color: #ff9900;
        color: black;
        font-weight: bold;
        padding: 12px 20px;
        display: inline-block;
        border-radius: 50px;
        margin-top: 20px;
        text-decoration: none;
        border-bottom: 4px solid #cc7a00; */
    
}

.custom-margin {
    margin-bottom: 0;
    font-size: 20px;
}

.custom-font {
    margin-bottom: 0;
    font-size: 18px;
}

.cta-button:hover {
    background-color: #e67e00;
}

.social-proof {
    padding-top: 20px;
    text-align: center;
    margin: auto;
}



.verified {
    color: white;
    font-size: 12px;
    margin-top: 5px;
}

/* Promise section END */

.credentials-section {
    text-align: center;
    color: #fff;
    padding: 0 90px;
}

.heading {
    font-size: 54px;
    font-weight: 700;
}


.credential-card {
    background-color: rgb(255 255 255 / 10%);
    border-radius: 12px;
    padding: 35px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    
}

.credential-text {
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
}

.value-proposition {
    font-size: 28px;
    font-weight: 700;
}

.cta-button:hover {
    background-color: #e67e00;
    color: #000;
}



/* Credentials-section END */
section.investment {
    border-top: 5px solid white;
}

.investment-section {
    padding: 0 90px;
}

.investment-header {
    background-color: white;
    color: #061848;
    font-weight: bold;
    font-size: 70px;
    padding: 0.75rem 2rem;
    border-radius: 0 0 30px 30px;
    width: fit-content;
    margin: auto;
    text-align: center;
}

.price-highlight {
    color: #26c566;
    font-size: 110px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
}

.transform-text {
    color: white;
    font-size: 48px;
    text-align: center;
    margin-bottom: 2rem;
}

.comparison-card {
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 60px 0px 42px 90px;
    background-color: rgba(6, 24, 72, 0.8);
}

.comparison-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ffffff3d;
}

.comparison-item:last-of-type {
    border-bottom: none;
}

.comparison-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    min-width: 30px;
}

.comparison-text {
    font-size: 28px;
}

.gain-text {
    text-align: left;
    font-size: 18px;
    margin: 1.5rem 0;
}

.features-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    font-size: 18px;
}

.feature-item {
    flex: 1;
    min-width: 220px;
    margin: 0.5rem;
    text-align: left;
}


.coach-image {
    max-width: 100%;
    height: auto;
}

/* Investment-section END */
.cta-section {
    padding: 0 90px;
    /* max-width: 1000px; */
    margin: 0 auto;
}

.main-heading {
    font-size: 54px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
}

.image-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 1rem;
}

.question-text {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}

.success-text {
    font-size: 28px;
    text-align: center;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
    .header-bar {
        font-size: 36px;
    }

    .content-area {
        font-size: 18px;
        padding: 30px 15px;
    }

    .arrow-item {
        font-size: 18px;
    }

    .question-section p b {
        font-size: 18px;
    }

    .custom-margin {
        font-size: 14px;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 18px;
        margin-top: 20px;
    }

    .custom-font {
        font-size: 12px;
    }

    .credentials-section {
        padding: 0 20px;
    }

    .heading {
        font-size: 30px;
    }

    .credential-card {
        flex-direction: inherit;
    }
    .credential-text {
        font-size: 16px;
    }
    .custom-break br{
        display: none;
    }
    .credential-icon img {
        margin-left: 20px;
    }
    .credential-text {
        font-size: 16px;
        width: 67%;
        text-align: left;
        margin-left: 20px;
    }
    .credential-card {
        padding: 25px 0;
    }
    .credential-text {
        margin-top: 0;
    }
    .value-proposition {
        display: none;
    }
    .investment-header {
        padding: 10px 20px;
        font-size: 24px;
    }
    .investment-section {
        padding: 0 20px;
    }
    .price-highlight {
        font-size: 45px;
        margin-top: 10px;
    }
    .transform-text {
        margin-top: -15px;
        font-size: 16px;
    }
    .comparison-card {
        padding: 20px 15px 0 20px;
    }
    .comparison-text {
        font-size: 17px;
    }
    .comparison-item {
        border: 0;
    }
    .gain-text {
        font-size: 16px;
    }
    .features-row {
        font-size: 14px;
    }
    .cta-section {
        padding: 0 20px;
    }
    .main-heading {
        font-size: 30px;
        width: 75%;
        margin: auto;
    }
    .cta-content {
        padding: 0;
    }
    .question-text {
        font-size: 18px;
        margin-top: 10px;
    }
    .success-text {
        font-size: 18px;
        margin-bottom: 1rem;
    }
}