.climb-rev-banner {
    background-color: #f6f9ff;
    align-items: center;
    font-family: "Poppins", sans-serif;
    margin-top: 80px;

    @media(max-width: 1024px) {
        padding: 0;
        display: unset;
        margin-top: 50px;
    }

    @media(max-width: 994px) {
        padding: 0;
        display: unset;
    }

    @media(max-width: 650px) {
        padding: 0;
        display: unset;
        margin-top: 70px;
    }
}

.banner-content-climbing-rev-right {
    position: absolute;
    max-width: 655px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);

    @media(max-width: 1280px) {
        max-width: 620px;        
    }

     @media(max-width: 1024px) {
        max-width: 480px;        
    }

     @media(max-width: 994px) {
        top: 45%;
        transform: translateX(-50%);
    }

    @media(max-width: 650px) {
        left: 50%;
        transform: translateX(-50%);
        top: 40%;
        max-width: unset;
    }
}

.bnr-box-cr {
    display: flex;
    padding: 40px 50px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #FFF;
    color: #fff;

    @media(max-width: 1024px) {
        padding: 20px 20px;
        gap: 10px;
    }

    @media(max-width: 994px) {
         padding: 60px 70px;
        gap: 10px;
    }

    @media(max-width: 650px) {
        padding: 30px 20px;
        gap: 10px;
    }


}

.banner-content-climbing-rev {
    position: absolute;
    min-width: 320px;
    /* left: 50%; */
    top: 50%;
    transform: translateY(-50%);

    @media(max-width: 1024px) {
        width: 30%;
        min-width: unset;
    }

    @media(max-width:994px) {
        width: unset;
        top: 13%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    @media(max-width:650px) {
        top: 7%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        min-width: 320px;
    }
}

.banner-content-climbing-rev h1 {
    font-family: Inter;
    font-weight: 500;
    font-size: 42px;
    margin-bottom: 10px;
    color: #fff;
    line-height: normal;

    @media(max-width: 1024px) {
        font-size: 22px;
    }

    @media (max-width: 994px) {
        font-size: 45px;
    }

    @media(max-width: 650px) {
        font-size: 22px;
        text-align: center;
    }
}

.banner-content-climbing-rev h1 span {
    font-weight: 500;
}

.banner-content-climbing-rev strong {
    color: #0176FF;
}

.banner-content-climbing-rev-desc {
    margin-top: 15px;
    font-family: Inter;
    font-weight: 500;
    font-size: 17px;
    color: #fff;

    @media(max-width: 994px) {
        font-size: 22px;
        text-align: center;
        margin-top: 0;
    }

    @media(max-width: 650px) {
        font-size: 13px;
        text-align: center;
        margin-top: 0;
    }
}


.cta-btn-climb-rev {
    display: inline-block;
    background: #FFE51C;
    color: #000;
    font-family: Inter;
    /* margin-top: 20px; */
    padding: 16px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 18px;
    margin-top: 13%;

    @media(max-width:1024px) {
        font-size: 14px;
    }

     @media(max-width:994px) {
        font-size: 17px;
        margin-top: 8%;
    }

    @media(max-width:650px) {
        padding: 8px 25px;
        border-radius: 50px;
        text-decoration: none;
        margin-bottom: 40px;
        font-size: 13px;
        margin-top: 8%;
    }
}


.climbing-revenue-bnr-heading {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
    padding: 60px 40px;
    max-width: 650px;
    border-radius: 10px;
    left: 55%;

    @media(max-width: 1025px) {
        top: 20%;
        transform: translateY(25%);
        left: 35%;
    }

    @media(max-width: 994px) {
        transform: translateY(0%);
        left: 40%;
    }


}

.climb-rev-title {
    font-size: 48px;
    font-weight: 600;

    @media(max-width: 1024px) {
        font-size: 42px;
    }

    @media(max-width: 994px) {
        font-size: 28px;
    }


    @media(max-width: 650px) {
        font-size: 18px;
    }
}


.founder-box {
    display: flex;
    width: 500px;
    padding: 10px 0;
    /* flex-direction: column; */
    align-items: center;
    gap: 35px;
    justify-content: center;
    line-height: normal;


    /* @media(max-width:1024px) {
        margin-bottom: 10px;
    } */

    @media(max-width:994px) {
        padding: 6px;
        margin-bottom: 10px;
        text-align: center;
        align-items: center;
    }

    @media(max-width:650px) {
        width: 300px;
        padding: 6px;
        gap: 20px;
        margin-bottom: 10px;
        text-align: center;
        align-items: center;

    }
}

.founder-name {
    color: #FFE51C;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;

    @media(max-width: 1024px) {
        font-size: 22px;
    }

    @media(max-width: 994px) {
        font-size: 22px;
    }

    @media(max-width: 650px) {
        font-size: 20px;
    }
}

.founder-title {
    color: var(--Text-Colors-Black, #fff);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: left;

    @media(max-width: 994px) {
        font-size: 18px;
    }

    @media(max-width: 650px) {
        font-size: 12px;
    }
}

.founder-box img{
     @media(max-width: 1024px) {
       width: 12%;
    }
     @media(max-width: 650px) {
        width: 15%;
    }
}

.author-details{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.growth-series {
    font-family: "Inter", sans-serif;
    padding: 0 5%;
    background: #fff;
    padding-bottom: 0;

    @media(max-width: 650px) {

        padding: 50px 1% 0;

    }
}

.tab-desc-cr {
    font-size: 18px;
    font-weight: 400;
    color: #444;
    line-height: 1.6;
    margin-bottom: 80px;
    text-align: center;
}


.tabs {
    text-align: center;
    /* padding-bottom: 30px; */
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: #C8E2FF;
    width: fit-content;
    margin: auto;
    justify-content: center;
    position: relative;
    /* top: -100px; */
    bottom: 50px;

    @media(max-width:650px) {
        flex-direction: column;
        width: 100%;
        bottom: 20px;
    }

}

.tab {
    border: none;
    background: #f0f0f0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 0 5px;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;

    @media(max-width:650px) {
        width: 100%;
    }
}

.tab.active {
    background: #0052ff;
    color: #fff;
}

.section-heading-climb-rev {
    margin-top: 25px;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #000;

    @media(max-width:650px) {
        font-size: 24px;
        margin-block: 20px;
    }
}

.video-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 80px;
    gap: 70px;
    flex-wrap: wrap;

    @media(max-width: 1024px) {
        gap: 20px;
    }
}

.video-row.reverse {
    flex-direction: row-reverse;
}

.video-card img {
    width: 100%;
    max-width: 620px;
    border-radius: 10px;

    @media(max-width: 1024px) {
        max-width: 420px;
    }

    @media(max-width: 994px) {
        max-width: 620px;
    }
}

.video-details {
    flex: 1;
    max-width: 570px;

    @media(max-width: 1024px) {
        max-width: 420px;
    }

    @media(max-width: 994px) {
        max-width: 620px;
        padding: 20px;
    }

    @media(max-width: 650px) {
        max-width: 620px;
        padding: 0px;
    }
}

.video-details h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;

    @media(max-width: 1024px) {
        font-size: 22px;
    }

    @media(max-width:650px) {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.video-details p {
    font-size: 18px;
    font-weight: 400;
    color: #444;
    line-height: 1.6;
    margin-bottom: 30px;

    @media(max-width:650px) {
        font-size: 14px;
        font-weight: 500;
        color: #444;
        line-height: 1.6;
        margin-bottom: 15px;
    }
}

.btn-group {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    align-items: center;

    @media(max-width: 650px) {
        flex-wrap: unset;

    }
}

.primary-btn {
    background: #0052ff;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 25px;
    transition: background 0.3s ease;

    @media(max-width: 650px) {
        font-size: 13px;
    }
}

.primary-btn:hover {
    background: #003ecc;
}

.link-btn {
    color: #0052ff;
    text-decoration: none;
    font-weight: 500;

    @media(max-width: 650px) {
        font-size: 13px;
    }
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

@media (max-width: 768px) {
    .video-row {
        flex-direction: column;
        margin-bottom: 50px;
        gap: 5px;
    }

    .video-row.reverse {
        flex-direction: column;
    }

    .video-card img {
        max-width: 100%;
    }
}

/* -------------------- */
.recommended_blogs {
    background: #fff;
    padding: 60px 5%;
    font-family: "Inter", sans-serif;
    text-align: center;
    padding-top: 0;

    @media(max-width:650px) {
        padding-top: 0;
        padding-inline: 1%;
    }
}

.blog-page-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;

    @media(max-width:650px) {
        margin-bottom: 0;
    }
}

.blog-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.blog-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    width: 300px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease;

    @media(max-width:1440px) {
        width: 295px;
    }

    @media(max-width:1366px) {
        width: 279px;
    }

    @media(max-width: 1280px) {
        width: 260px;
    }

    @media(max-width: 1024px) {
        width: 190px;
    }
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.blog-content {
    padding: 15px;
    text-align: left;
}

.blog-date {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.blog-title {
    min-height: 70px;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.4;
}

.read-btn {
    display: inline-block;
    background: #0052ff;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.3s ease;
}

.read-btn:hover {
    background: #003ecc;
}

@media (max-width: 768px) {
    .blog-grid {
        flex-direction: column;
        align-items: center;
    }

    .blog-card {
        width: 100%;
        max-width: 400px;
    }

    .blog-img img {
        height: 200px;
    }
}

/* -------------------------------------------- */



.col-reverse {
    @media(max-width: 994px) {
        flex-direction: column-reverse;
    }
}


.growth-series iframe {
    border-radius: 15px;

    @media(max-width:1024px) {
        width: 420px;
        /* height: auto; */
    }

    @media(max-width:994px) {
        width: 570px;
        /* height: auto; */
    }

    @media(max-width:650px) {
        width: 100%;
        height: auto;
    }
}

.video-card {
    @media(max-width:650px) {
        width: 100%;

    }
}


.html5-video-player .video-click-tracking,
.html5-video-player .video-stream {
    width: 104%;

    @media(max-width:650px) {
        width: 350px !important;
    }
}

.vk-name {
    color: var(--Text-Colors-Black, #000);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: 36px;
    margin-top: 30px;

    @media(max-width:650px) {
        font-size: 24px;
    }
}

.cr-about-us {
    padding: 70px 0 0;

    @media(max-width:650px) {
        padding: 20px;
    }
}

.cr-about-us p {
    margin-top: 15px;
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    color: #444;
    text-align: center;
    font-style: normal;
    margin-bottom: 40px;
}

.quote-box {
    position: relative;
    font-family: Inter;
    font-weight: 500;
    font-size: 17px;
    border-radius: 12px;
    /* padding: 40px; */
    color: #fff;
    line-height: 1.6;

    @media(max-width:994px) {
        font-size: 22px;
    }

    @media(max-width:650px) {
        font-size: 13px;
    }
}

.quote-icon {
    /* position: absolute; */
    width: 20px;
    height: auto;
    display: inline;
    margin-right: 8px;
    /* left: 25px; */
    /* top: 50px; */

    @media(max-width:650px) {
        /* left: 35px; */
    }
}

.quote-icon2 {
    /* position: absolute; */
    width: 20px;
    height: auto;
    margin-bottom: 10px;
    display: inline;
    /* right: 133px; */
    /* bottom: 40px; */

    @media(max-width:650px) {
        /* right: 35px; */
    }
}

html {
    scroll-behavior: smooth;
}

/* .html5-video-player {} */