body * {
    font-family: "JetBrains Mono", monospace;
}

body a {
    text-decoration: none;
}
.text-center{
    text-align: center;
}
.right-content,
.conditional-content {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.7s ease, visibility 0.7s ease;
}
.right-content.hide_this,
.conditional-content.hide_this {
    opacity: 0;
    visibility: hidden;
}
.right-content.hide_this {
    display: none;
}

/* Hero section */
.hero {
    padding: 100px 0px 200px;
    background-color: #000;
    color: #fff;
    position: relative;
}

.hero:before {
    content: "";
    position: absolute;
    height: 100px;
    background: linear-gradient(0deg, #FBFBFB 0%, #000 50%);
    left: 0;
    bottom: -1px;
    z-index: 1;
    width: 100%;
}
.left-content h1 {
    font-size: 100px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 100%;
}

.hero h1 span {
    color: #FF6B02;
}

.toggle-section {
    margin-top: 62px;

}

.toggle-section span {
    font-size: 24px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.toggle-btn {
    width: 63px;
    height: 36px;
    background-color: #ffffff33;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 24px;
}

.toggle-btn::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: #FF6B02;
    border-radius: 50%;
    transition: 0.3s;
}

.toggle-btn.active {
    background-color: #FF6B02;
}

.toggle-btn.active::after {
    left: 28px;
    background: #fff;
}

.right-content svg {
    width: 550px;
    height: 250px;
}

/* End Hero section  */


/* Sales and marketing Section */
.marketing-sec-hero{
    padding: 90px 0;
}
.marketing-sec {
    padding: 90px 0 60px;

}
.marketing-sec .container {
    max-width: 1440px !important;
    padding: 0 50px !important;
}

.headline-lg {
    font-size: 100px;
    font-weight: 800;
    color: #020202;
    line-height: 100%;
    margin: 0;
}

.feature-card {
    padding: 48px 48px;
    min-height: 460px;
}

.them-card {
    background-color: #FBFBFB;
    border-radius: 10px 0 0 10px;
    color: #232529;
}
.them-card img {
    height: 140px;
}
.them-card>div {
    margin-right: 73px;
}

.them-card h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 100%;
    color: #232529;
    margin-bottom: 42px;
}

p.descs {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    padding-top: 36px;
    color: #232529;
    width: 100%;
    max-width: 780px;
    margin: auto;
}

.us-card {
    background-color: #000000;
    color: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.us-card h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 52px;
}
.us-card div#progressBars {
    margin-top: 0;
    margin-bottom: 9px;
}
.us-card div#progressBars img {
    max-width: 510px;
}
.feature-card p {
    font-size: 32px;
    font-weight: 800;
    margin-top: 36px;
    color: inherit;
    line-height: 120%;
    margin-bottom: 0px;
}

.dot-progress-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.agent-name {
    min-width: 90px;
    font-weight: 400;
    font-size: 13px;
}

.dots-wrapper {
    display: flex;
    gap: 4px;
}

.dot {
    width: 7px;
    height: 7px;
    background-color: #495057;
    border-radius: 0px;
}

.dot.filled {
    background-color: #FF6B02;
}

.dots-boxes {
    display: grid;
    row-gap: 3px;
}

/* End Sales and marketing Section */


/* Winning Section */
.winning{
    padding: 60px 0;
}

.highlight {
    color: #FF6B02;
}

.profile-card {
    text-align: left;
}

.profile-img-container {
    margin-bottom: 12px;
}

.profile-img-container img {
    width: 100%;
}

.profile-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 140%;
    color: #232529;
    font-family: "Inter", sans-serif;
}

.profile-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #232529;
    font-family: "Inter", sans-serif;
}

.sub-heading {
    font-size: 20px;
    color: #232529;
    padding-bottom: 12px;
    font-weight: 400;
    line-height: 140%;
    font-family: "Inter-Regular", sans-serif;
}


/* POwerhouse section  */
.powerhouse {
    padding: 60px 0 90px;
}

.sec-title h2 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 24px;
    color: #232529;
    font-family: 'JetBrains Mono';
    line-height: 100%;
}
.sec-title{
    margin-bottom: 64px;
    text-align: center;
}

/* Marketing suck  */
section.marketing-suck-sec {
    margin: 121px 50px;
    background: #fff;
    border: 1px solid #EEEFF1;
    border-radius: 10px;
}

.marketing-left-side {
    background-color: #000;
    padding: 48px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.marketing-left-side h2 {
    font-size: 100px;
    font-weight: 800;
    line-height: 140%;
    color: #fff;
}

span.highlighted {
    font-size: 240px;
    color: #FF6B02;
    line-height: 140%;
}

.marketing-right-side {
    margin-bottom: 78px;
    margin-left: 40px;
    width: 100%;
    max-width: 615px;
}

.marketing-right-side h2 {
    color: #232529;
    font-size: 60px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 24px;
}
.marketing-right-side p {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Inter';
    color: #232529;
    width: 100%;
    max-width: 402px;
}
/* End Marketing suck  */


/* Ceo section  */
.ceo-sec {
    width: 100%;
    padding: 90px 0 120px;
}

.ceo-img-des img.CEO-img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.ceo-img-des h4 {
    font-size: 16px;
    font-weight: 600;
    color: #232529;
    margin-top: 12px;
    font-family: "Inter", sans-serif;
}

.ceo-img-des p {
    font-size: 14px;
    font-weight: 400;
    color: #232529;
    line-height: 140%;
    font-family: 'Inter';
    margin-bottom: 0;
}

.para-img img {
    width: 153px;
    height: 64px;
}

.para-img p {
    color: #232529;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 8px;
    font-family: 'Inter';
    margin-bottom: 0;
}

.para-img {
    padding-left: 8px;
}

/* End Ceo section  */

/* Success story Section */
.story-section {
    background-color: #000;
    height: 600px;
}

.success-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-content {
    color: #FFFFFF;
    padding: 60px 20px;
    max-width: 450px;
    margin: 0 70px 0 auto;
}
.success-img {
    height: 600px;
}
.story-content h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 100%;
    font-family: 'JetBrains Mono';
    margin-bottom: 0;
}

.story-content button {
    background: #FF6B02;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    font-family: 'Inter';
    border-radius: 10px;
}

/* CTA Section */
.cta-section {
    text-align: center;
    padding-top: 129px;
    padding-bottom: 129px;
    background-color: #FFFFFF;
    /* border: 1px solid #EEEFF1; */
}

.cta-section h2 {
    font-size: 52px;
    font-weight: 800;
    color: #232529;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 100%;
}

button.btn.cta-buttons {
    background-color: #F26207;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 19px;
    border-radius: 10px;
    font-family: 'Inter';
    color: #fff;
}

button.btn.cta-buttons1 {
    background-color: #fff;
    color: #000;
    border: 1px solid #1D1E204D;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 19px;
    border-radius: 10px;
    font-family: 'Inter';
}


/* Footer */

.two-buttons-cta {
    width: 100%;
    padding-top: 129.5px;
    padding-bottom: 128.5px;
    background: #fff;
    border-top: 1px solid #eeeff1;
}
.two-buttons-cta__content__buttons a.main-button.main-button--big {
    padding: 16px 19px !important;
}
footer.main-footer.white ul li a {
    color: #232529;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 120%;
    font-family: 'Inter-Medium';
}
.column-title {
    color: #99A2AF;
    margin-bottom: 25px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
}

.column-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.column-list a {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #232529;
    text-decoration: none;
}

.social-links {
    width: 4%;
}

.policy-links a {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #232529;
    text-decoration: none;
}


/* Social Icons - Using basic text/emoji as SVG for simplicity */
.social-links a {
    text-decoration: none;
}

.social-links svg {
    width: 30px;
    height: 30px;
    background: #383E46;
    padding: 9px;
    border-radius: 8px;
    fill: #99A2AF;
}
.descs p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    padding-top: 42px;
    color: #232529;
    width: 100%;
    max-width: 780px;
    margin: auto;
}

.banner-img {
    filter: drop-shadow(0px 0px 250px rgba(255, 255, 255, 1));
    transform: rotate(16.48deg);
    max-width: 240px;
    width: 100%;
}
div#progressBars img.progressBars-img {
    max-width: 332px;
}
div#progressBars {
    margin-top: 70px;
}
.hero-content-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    min-height: 390px;
}
/* Responsive Adjustments */

@media (max-width: 767.98px) {
    .ceo-img-des img.CEO-img {
        max-width: 148px;
        height: 148px;
    }
    .ceo-img-des {
        display: flex;
        gap: 14px;
    }
    .ceo-img-title-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    

    .marketing-sec .container {
        padding: 0px !important;
    }
    .descs p{
        padding-top: 16px;
        font-size: 16px;
    }
    .left-content{
        text-align: center;
    }
    .toggle-section span{
        font-size: 16px;
    }
    .toggle-section {
        margin-top: 30px;
    }
    .banner-img{
        width: 60px;
    }
    .toggle-btn.active::after {
        left: 18px;
        background: #fff;
    }
    .right-content {
        margin-top: 40px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .toggle-btn {
        width: 42px;
        height: 24px;
        margin: 16px auto 0;
    }
    .sec-title h2{
        font-size: 42px;
        margin-bottom: 16px;        
    }
    .sub-heading{
        font-size: 16px;
        padding-bottom: 0;
    }

    .sec-title{
        margin-bottom: 36px;
        text-align: left;
    }
    .toggle-btn::after {
        height: 18px;
        width: 18px;
        top: 3px;
    }
    div#progressBars img.progressBars-img{
        max-width: 100%;
    }
    div#progressBars{
        margin-top: 0;
    }
    /* Mobile responsive     */
    .hero .hero-content-block {
        display: block;
        min-height: auto;
    }
    .hero{
        padding: 80px 0;
    }

    .hero:before{
        height: 50px;
    }
    .left-content h1 {
        font-size: 52px;
    }

    .headline-lg {
        font-size: 52px;
    }

    .marketing-sec {
        padding: 50px 0px;
    }

    .marketing-left-side h2 {
        font-size: 40px;
    }

    span.highlighted {
        font-size: 50px;
    }

    .marketing-right-side h2 {
        font-size: 40px;
    }

    .para-img p {
        font-size: 16px;
        margin-top: 24px;
    }
    .para-img {
        padding-left: 0px;
    }

    .story-content {
        padding: 42px 24px 50px;
        margin: 0 auto;
        text-align: center;
    }

    .story-content h1 {
        font-size: 42px;
    }

    .success-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    section.marketing-suck-sec {
        margin: 50px 15px;
    }

    .marketing-right-side {
        margin-bottom: 20px;
        margin-left: 0px;
        width: 100%;
        max-width: 615px;
        margin-top: 25px;
    }

    /* .ceo-img-des img {
        width: 100%;
        height: 100%;
    } */

    .ceo-sec {
        padding: 40px 0 60px;
    }

    .story-section {
        height: auto;
    }
    .powerhouse {
        padding: 30px 0 40px;
    }
    .winning{
        padding: 60px 0 30px;
    }

    .profile-card {
        margin-bottom: 4px;
    }
    .them-card{
        padding: 60px 24px;
        background-color: #fff;
        border-radius: 0;
    }
    .us-card{
        padding: 32px 24px 77px;
        border-radius: 0;
    }
    .feature-card p {
        font-size: 24px;
        margin-top: 24px;
    }
    .feature-card{
        min-height: auto;
    }
    .feature-card h2{
        margin-bottom: 32px;
    }
    .marketing-sec-hero .container{
        padding: 0 12px !important;
    }

    .them-card>div {
        margin-right: 0px;
    }
    .marketing-sec-hero {
        padding: 24px 0 0;
    }
    .marketing-sec{
        padding: 0;
    }

    .marketing-left-side {
        background-color: #000;
        padding: 28px;
        border-radius: 10px;
    }
    .hero-content h1 {
        font-size: 3rem;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    .cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn {
        width: 80%;
        margin: 5px 0;
    }

    .column-title {
        margin-bottom: 10px;
    }

    .column-list li {
        display: inline-block;
        margin-right: 15px;
    }
    footer.main-footer.white ul li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
.main-footer__copyright__content {
    flex-direction: column;
    justify-content: center;
}
.two-buttons-cta {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 48px;
    background: #fff;
    border-top: 1px solid #eeeff1;
}
.main-footer__links__one-box--menu-2 {
    order: 1;
    margin-bottom: 30px;
}
}



@media (min-width: 768px) and (max-width: 1199.98px) {
    .left-content h1 {
        font-size: 64px;
    }
    .marketing-sec {
        padding: 50px 0px;
    }
    .profile-card {
        text-align: left;
        margin-bottom: 20px;
    }
    span.highlighted {
        font-size: 80px;
        color: #FF6B02;
        line-height: 140%;
    }
    .marketing-left-side h2 {
        font-size: 50px;
    }
    .marketing-right-side h2 {
        font-size: 50px;
    }
    section.marketing-suck-sec {
        margin: 50px 50px;
    }
    .ceo-img-des img {
        width: 100%;
        height: 100%;
    }
    .para-img p {
        color: #232529;
        font-size: 20px;
    }
    .success-img img {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }
    .story-section {
        height: 100%;
        max-height: 100%;
    }
}
