/* 07-10-2025 yash m */
/* Top Arrow */
/* .business_section .arrow_box::before {
     content: " ";
    left: calc(50% - 10px) !important;
    top: -8px !important;
     box-shadow: 0 1px 14px rgba(0,0,0,.2);
} */

.business_section .arrow_box::after {
    content: " ";
    position: absolute;
    top: -30px;
    left: 116px;
    border-top: none;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 30px solid #ffffff;
    height: 16px;
    /* box-shadow: 0 1px 14px rgba(0, 0, 0, .2); */
}

.business_section .arrowbox_section {
    position: relative;
}

.business_section .arrowbox_section .arrow_box {
    display: none;
    opacity: 0;
    margin-top: 30px;
}

.business_section .arrowbox_section .arrow_box.active {
    margin-top: 30px;
    opacity: 1;
}

.business_section .arrowbox_section .arrow_box:nth-child(1)::after {
    left: 116px;
}

.business_section .arrowbox_section .arrow_box:nth-child(2)::after {
    left: 560px;
}

.business_section .arrowbox_section .arrow_box:nth-child(3)::after {
    left: 1024px;
}


/* 17-10-2025 yash */

.custom-dropdown .dropdown-list {
    overflow: hidden !important;
}
.custom-dropdown .dropdown-list {
    padding: 34px 0px !important;
}
.filter-tag {
    background: #e3e3e3 !important; 
}
.custom-filter-program {
    border-bottom:  0px !important;
    padding:  0px !important
}
.program-item {
    display: flex !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #ddd !important;
    padding: 10px 30px !important;
}
.program-item p {
    margin: 0px !important;
}
.dropdown-item.active, .dropdown-item:focus, .dropdown-item:hover {
    transition: 0.3s !important;
}
.dropdown-item.active, .dropdown-item, .dropdown-item {
    transition: 0.3s !important;
}
.custom-dropdown .dropdown-item label {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    letter-spacing: 0px !important;
}
.program-item p:first-child {
    width: calc(40%);
}
.program-item p:nth-child(2) {
    width: calc(24%);
    text-align: center;
    margin: 0px 20px !important;
}
.program-item p:nth-child(3) {
    width: calc(36%);
    text-align: right;
}

#modal_registration {
    position: fixed !important;
    top: 27px !important; 
    left: 383px !important;
}
#modal_registration label {
    display: inline-block !important;
    width: 100% !important;
}
#modal_registration select#isd {
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    padding: 7px 12px !important;
    width: 100% !important;
        border-radius: 5px 0px 5px 5px !important;
}
#modal_registration select#country {
     background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    padding: 7px 12px !important;
    width: 100% !important;
        border-radius: 5px 0px 5px 5px !important;
}
#modal_registration .form-control {
     border-radius: 5px 0px 5px 5px !important;
}
#modal_registration .g-recaptcha {
    margin-bottom: 20px;
}
button.reg-btn.event_registration {
    background-color: #E8CB3D;
    color: #000000;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0px;
    border-radius: 15px 0px 15px 15px;
    border: 0px;
    padding: 20px 17.5px 20px 17.5px;
  margin-left: auto;
    text-align: center;
    display: block;
}



@media only screen and (device-width : 1280px) and (device-height: 800px) {
    .elementor-6362 .apply_step_section .left_apply_step_sub_section .apply_step_box:nth-child(2) {
        --margin-top: 480px !important;
    }

    .elementor-6362 .apply_step_section .left_apply_step_sub_section .apply_step_box:nth-child(3) {
        --margin-top: 450px !important;
    }

    .elementor-6362 .apply_step_section .left_apply_step_sub_section .apply_step_box:nth-child(4) {
        --margin-top: 450px !important;
    }

    .elementor-6362 .apply_step_section .left_apply_step_sub_section .step_number {
        right: -118px !important;
    }

    .apply_step_section .right_apply_step_sub_section .apply_step_box:nth-child(1) {
        --margin-top: 420px !important;
    }

    .elementor-6362 .apply_step_section .right_apply_step_sub_section .apply_step_box:nth-child(2) {
        --margin-top: 460px !important;
    }

    .elementor-6362 .apply_step_section .right_apply_step_sub_section .apply_step_box:nth-child(3) {
        --margin-top: 390px !important;
    }

    .elementor-6362 .apply_step_section .right_apply_step_sub_section .apply_step_box:nth-child(4) {
        --margin-top: 460px !important;
    }

    .elementor-6362 .apply_step_section .right_apply_step_sub_section .step_number {
        left: -118px !important;
    }

    .elementor-6362 .apply_step_section .elementor-element.elementor-element-3034dca img {
        height: 115% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .business_section .arrowbox_section .arrow_box:nth-child(2)::after {
        left: 469px;
    }

    .business_section .arrowbox_section .arrow_box:nth-child(3)::after {
        left: 800px;
    }
}

@media only screen and (max-width: 912px) {
    .business_section .arrowbox_section .arrow_box:nth-child(2)::after {
        left: 415px;
    }

    .business_section .arrowbox_section .arrow_box:nth-child(3)::after {
        left: 720px;
    }
}

@media only screen and (max-width: 820px) {
    .business_section .arrowbox_section .arrow_box:nth-child(3)::after {
        left: 636px;
    }

    .business_section .arrowbox_section .arrow_box:nth-child(2)::after {
        left: 375px;
    }
}

@media only screen and (max-width: 768px) {
    .business_section .arrowbox_section .arrow_box:nth-child(3)::after {
        left: 590px;
    }

    .business_section .arrowbox_section .arrow_box:nth-child(2)::after {
        left: 355px;
    }
}

@media only screen and (max-width: 540px) {
    .business_section .arrowbox_section .arrow_box:nth-child(1)::after {
        left: 47px;
    }

    .business_section .arrowbox_section .arrow_box:nth-child(2)::after {
        left: 47px;
    }

    .business_section .arrowbox_section .arrow_box:nth-child(3)::after {
        left: 47px;
    }
}



/* 09-10-2025 css */

.business_section .team_member {
    transition: all 0.6s ease !important;
    cursor: pointer;
}

.business_section .team_member.active {
    scale: 1.08;
    transition: all 0.6s ease !important;
}

@media only screen and (max-width: 600px) {
    .business_section .team_member.active {
        scale: unset;
        transition: all 0.6s ease !important;
    }
}



/*13-10-2025 css*/

.podcast-single {
    max-width: 1336px !important;
    margin: 0 auto;
    padding: 0 !important;
}


.podcast-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(102, 102, 102, 0),
            rgba(0, 0, 0, 1));
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 30px 0 30px 30px;
}

.podcast-overlay h1 {
    color: white;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: 'plus Jakarta Sans', sans-serif;
    margin-bottom: 72px;
    text-align: center;
}

.podcast-featured {
    text-align: center;
    margin-top: 74px;
    position: relative;
    margin-bottom: 40px;
}

.podcast-featured img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px 0 30px 30px;
    height: 534px;
}

.podcast-episode {
    margin-bottom: 40px;
    padding: 30px;
    background: #fff;
    border: 1px solid rgba(42, 49, 121, 1);
    border-radius: 30px 0 30px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.podcast-episode:last-child {
    margin-bottom: 0;
}

.episode-header {
    display: flex;
    align-items: center;
    gap: 37px;
    margin-bottom: 15px;
}

.podcast-episode .episode-header h3 {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    margin: 0;
}

.podcast-episode h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 45px;
    margin-bottom: 33px;
}

.podcast-episode p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    color: rgba(18, 20, 23, 1);
    font-family: 'Plus Jakarta Sans', sans-serif;
}


.episode-duration{
     margin-bottom: 10px !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: normal;
    color: rgba(18, 20, 23, 1);
    font-family: 'Plus Jakarta Sans', sans-serif;   
}

.play-audio-btn {
    width: 82px;
    height: 80px;
    padding: 0;
    cursor: pointer;
    background-color: white;
    color: #2a3179;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.play-audio-btn i {
    font-size: 32px;
}


.hidden-audio {
    display: none;
}

.episode-links {
    margin-top: 33px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.episode-links p {
    font-size: 24px;
    line-height: 21px;
    font-weight: 700;
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.episode-links a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #2a2d7a;
    font-size: 24px;
    line-height: 21px;
    font-weight: 700;
    padding: 6px 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.episode-links a:hover {
    color: #2a2d7a;
}


.feature_podcast_section {
    padding: 100px 0 140px;
}

.feature_podcast_section h3 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: -1px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-bottom: 35px;
}

.single_podcast {
    display: flex;
    gap: 18.5px;
    flex-wrap: wrap;
}

.single_podcast .podcast-card {
    width: 32.33%;
    padding: 16px 13px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(217, 217, 217, 1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    cursor: pointer;
    border-radius: 30px 0 30px 30px;
}

.single_podcast .podcast-card .podcast-image {
    width: 100%;
    height: 287px;
    object-fit: cover;
    border-radius: 15px 0 15px 15px;
}

.podcast-card-inner {
    padding: 5px;
}

.podcast-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.podcast-card .podcast-meta img {
    width: unset;
    border-radius: unset;
}

.podcast-meta .time,
.podcast-meta .date {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.podcast-meta .time span,
.podcast-meta .date span {
    font-size: 16px;
    line-height: 100%;
    font-weight: normal;
    font-family: 'inter', sans-serif;
    color: rgba(123, 121, 121, 1);
    padding: 2.5px 0;
}

.podcast-card .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px 0;
    text-align: center;
    background: rgba(41, 140, 237, 1);
    border-radius: 30px;
}


.podcast-card .tag img {
    width: unset;
    border-radius: unset;
    vertical-align: middle;
}

.podcast-card .tag span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
}


.podcast-card .podcast-title {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
}


.podcast-card .podcast-guest {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.podcast-card .podcast-guest img {
    width: unset;
    border-radius: unset;
    vertical-align: middle;
}

.podcast-card .podcast-guest span {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-bottom: 0;
    color: #2a3179;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
}

.podcast-card .podcast-details {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    height: 70px;
    padding: 15px 0;
    color: rgba(0, 0, 0, 1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.listen-btn {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #fff;
    background: rgba(42, 45, 122, 1);
    padding: 15px 0;
    border-radius: 10px;
    display: block;
    text-align: center;
    text-decoration: none !important;
}

.listen-btn:hover {
    color: #fff;
}

.view-all-btn {
    width: 100%;
    max-width: 246px;
    margin-top: 35px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #000;
    text-decoration: none;
    background: rgba(232, 203, 61, 1);
    padding: 15px 0;
    border-radius: 10px 0 10px 10px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.view-all-btn:hover {
    color: #000;
}

.subscribe_box {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    padding: 77px 0;
    border-radius: 30px 0 30px 30px;
}

.subscribe_header {
    padding-bottom: 35px;
}

.subscribe_header h2 {
    text-align: center;
    font-size: 60px;
    line-height: 76px;
    font-weight: 700;
    padding-bottom: 20px;
    color: rgba(42, 49, 121, 1);
    margin: 0;
    font-family: 'plus Jakarta Sans', sans-serif;
}

.subscribe_header p {
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    margin: 0;
    color: #000;
    text-align: center;
    font-family: 'plus Jakarta Sans', sans-serif;
}



.platforms-grid {
    display: flex;
    gap: 22px;
    padding: 0 46px;
}

.platform-card {
    width: 33.33%;
    border-radius: 12px 0 12px 12px;
    padding: 40px 37px;
    text-align: center;
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.8);
}

.platform-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}


.platform-icon img {
    height: 80px;
    object-fit: cover;
}

.product_detail h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: rgba(42, 49, 121, 1);
    padding: 32px 0;
    margin: 0;
    font-family: 'plus Jakarta Sans', sans-serif;
}

.platform-card p {
    font-size: 24px;
    color: #000;
    margin: 0px;
    line-height: 30px;
    font-family: 'plus Jakarta Sans', sans-serif;
}

.platform-btn {
    display: block;
    padding: 27px 0;
    background: rgba(42, 45, 122, 1);
    color: #fff;
    text-decoration: none;
    border-radius: 12px 0 12px 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-top: 32px;
    font-family: 'plus Jakarta Sans', sans-serif;
}

.platform-btn:hover {
    color: #fff;
}

.get_start_section {
    padding: 100px 0 271px;
    align-items: center;
}

.get_start_box {
    align-items: center;
    padding: 10px 0;
}

.get_start_box h2 {
    font-size: 70px;
    line-height: 88px;
    font-weight: 600;
    color: #2a2d7a;
    text-align: center;
    font-family: 'plus Jakarta Sans', sans-serif;
    margin-bottom: 40px;
}

.get_start_btn {
    display: block;
    max-width: 303px;
    margin: 0 auto;
    padding: 21px 0;
    background: rgba(42, 45, 122, 1);
    color: #fff;
    text-decoration: none;
    border-radius: 12px 0 12px 12px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    font-family: 'inter', sans-serif;
    text-align: center;
}

.get_start_btn:hover {
    color: #fff;
}

@media (max-width:1024px) {

    .episode_section,
    .get_start_section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .subscribe_box {
        margin: 0 12px;
    }

}


@media (min-width:768px) and (max-width:1024px) {
    .podcast-overlay h1 {
        font-size: 44px;
        line-height: 54px;
        margin-bottom: 50px;
    }

    .episode-header {
        margin-bottom: 25px;
    }

    .podcast-episode {
        padding: 25px;
    }

    .podcast-episode h3 {
        margin-bottom: 25px;
    }

    .podcast-episode p {
        font-size: 20px;
        line-height: 30px;
    }

    .episode-links a {
        font-size: 18px;
    }

    .feature_podcast_section h3 {
        font-size: 42px;
        line-height: 52px;
    }

    .feature_podcast_section {
        padding: 80px 12px 100px;
    }

    .single_podcast {
        justify-content: center;
        flex-wrap: wrap;
    }

    .single_podcast .podcast-card {
        width: 48.75%;
    }

    .view-all-btn {
        margin: 35px auto 0;
        font-size: 20px;
        line-height: 25px;
        max-width: 200px;
    }

    .subscribe_box {
        padding: 50px 25px;
    }

    .platforms-grid {
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .platform-card {
        width: 48.41%;
        padding: 30px;
    }

    .subscribe_header h2 {
        font-size: 48px;
        line-height: 58px;
    }

    .subscribe_header p {
        font-size: 24px;
        line-height: 30px;
    }

    .product_detail h3 {
        font-size: 33px;
        line-height: 43px;
    }

    .platform-btn {
        padding: 20px 0;
        font-size: 18px;
        line-height: 28px;
    }


    .get_start_section {
        padding: 60px 0 221px;
    }

    .get_start_box h2 {
        font-size: 46px;
        line-height: 66px;
        margin-bottom: 30px;
    }


}


@media (max-width:767px) {
    .podcast-overlay h1 {
        font-size: 34px;
        line-height: 40px;
        padding: 0 12px;
    }

    .podcast-episode {
        padding: 16px;
    }

    .play-audio-btn {
        width: 60px;
        height: 60px;
    }

    .play-audio-btn i {
        font-size: 24px;
    }

    .episode-links a {
        font-size: 20px;
        line-height: 30px;
        padding: 0;
    }

    .podcast-episode .episode-header h3 {
        font-size: 34px;
        line-height: 44px;
    }

    .episode-header {
        gap: 20px;
        margin-bottom: 20px;
    }

    .podcast-episode h3 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 36px;
    }

    .podcast-episode p {
        font-size: 18px;
        line-height: 28px;
    }

    .episode-links {
        flex-wrap: wrap;
        gap: 0;
    }

    .feature_podcast_section {
        padding: 40px 12px 60px;
    }

    .single_podcast {
        flex-wrap: wrap;
    }

    .single_podcast .podcast-card {
        width: 100%;
        box-shadow: none;
    }

    .view-all-btn {
        max-width: 100%;
        font-size: 18px;
        line-height: 28px;
        padding: 12px 0;
    }

    .subscribe_header h2 {
        font-size: 30px;
        line-height: 40px;
        padding: 0 12px;
        margin-bottom: 12px;
    }

    .subscribe_box {
        padding: 40px 0;
    }

    .subscribe_header p {
        font-size: 18px;
        line-height: 28px;
    }

    .platforms-grid {
        padding: 0 16px;
        flex-wrap: wrap;
    }

    .platform-card {
        width: 100%;
        padding: 30px 20px;
    }

    .feature_podcast_section h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 16px;
        letter-spacing: 0px;
    }

    .platform-btn {
        padding: 10px 0;
    }

    .platform-icon img {
        height: 45px;
        object-fit: cover;
    }

    .product_detail h3 {
        font-size: 30px;
        line-height: 40px;
        padding: 16px 0 10px;
    }

    .platform-card p {
        font-size: 18px;
        line-height: 28px;
    }

    .platform-btn {
        font-size: 18px;
        line-height: 28px;
        margin-top: 20px;
    }

    .get_start_section {
        padding: 40px 0 201px;
    }

    .get_start_box h2 {
        font-size: 40px;
        line-height: 55px;
    }

    .get_start_btn {
        font-size: 18px;
        line-height: 28px;
        padding: 12px 0;
    }
}



/*16-10-2025 css*/

.life_at_c3s {
    margin: 100px 0 140px;
}

.life_at_c3s .container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 !important;
}

.life_at_c3s h2 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 63px;
    letter-spacing: 0px;
    color: #121417;
    text-align: center;
    margin-bottom: 35px;
}

.life_at_c3s .line {
    width: 100px;
    height: 5px;
    background-color: #E8CB3D;
    border-radius: 10px;
    margin: 0px auto;
    display: flex;
}

.life_at_c3s .detail {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    color: #121417;
    margin: 35px 0;
    text-align: center;
}

.imag_tab_section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .3s;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px !important;

}


.tab_title {
    padding: 10px 20px;
    min-width: 198px;
    height: 55px;
    border: 2px solid #CCCCCC;
    border-radius: 10px 0px 10px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #2A2D7A;
    text-transform: capitalize;
}

.tab_title:hover {
    cursor: pointer;
    background: #212d7a;
    color: #fff;
    transition: all .3s;
}


.tab_title:last-child {
    margin-right: 0;
}

.tab_title.active {
    border: 0;
    height: 65px;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #FFFFFF;
    background: #2A2D7A;
}

.image_gallery {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px !important;
}

.image_gallery img {
    width: 100%;
}

.gallery_btn {
    margin-top: 55px !important;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.gallery_btn .prev_btn,
.gallery_btn .next_btn {
    background-color: #E8CB3D;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    fill: #2A2D7A;
    color: #2A2D7A;
    border-radius: 15px 0px 15px 15px;
    padding: 15px 78px 15px 78px;
}

.gallery_btn .prev_btn:hover,
.gallery_btn .next_btn:hover {
    transform: scale(1.04);
    transition: all 0.2s;
}


@media (min-width:1150px) and (max-width: 1600px) {
    .tab_title {
        min-width: 170px;
        font-size: 24px !important;
        line-height: 34px;
    }
}

@media (min-width:992px) and (max-width:1024px) {


    .life_at_c3s {
        padding: 0 10px;
        margin: 50px 0;
    }

    .image_gallery {
        margin-top: 30px !important;
    }

    .tab_title {
        font-size: 18px !important;
        min-width: 140px;
        height: auto;
    }

    .life_at_c3s h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .life_at_c3s .detail {
        margin: 10px 0;
        font-size: 17px;
        line-height: 22px;
    }


    .gallery_btn {
        margin-top: 25px !important;
    }

    .gallery_btn .prev_btn,
    .gallery_btn .next_btn {
        font-size: 18px;
        border-radius: 8px 0px 8px 8px;
        padding: 10px 15px 10px 15px;
    }

    .tab_title.active {
            height: 60px;
            font-size: 22px !important;
    }

    .never_miss_episode{
        flex-direction: row !important;
        gap: 25px !important;
    }

}


    @media (min-width:768px) and (max-width:991px) {
        .life_at_c3s {
            padding: 0 10px;
            margin: 50px 0;
        }

        .image_gallery {
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 10px;
            margin-top: 30px !important;
        }

        .tab_title {
            font-size: 18px !important;
            min-width: auto;
            padding: 10px 13px;
            height: auto;
        }

        .life_at_c3s h2 {
            font-size: 35px;
            line-height: 45px;
            margin-bottom: 10px;
        }

        .life_at_c3s .detail {
            margin: 10px 0;
            font-size: 17px;
            line-height: 22px;
        }


        .gallery_btn {
            margin-top: 25px !important;
        }

        .gallery_btn .prev_btn,
        .gallery_btn .next_btn {
            font-size: 18px;
            border-radius: 8px 0px 8px 8px;
            padding: 10px 15px 10px 15px;
        }

        .tab_title.active {
            height: 60px;
            font-size: 18px !important;
        }
    }

        @media (max-width:767px) {

            .life_at_c3s {
                padding: 0 10px;
                margin: 50px 0;
            }

            .image_gallery {
                grid-template-columns: repeat(2, 1fr);
                grid-gap: 10px;
                margin-top: 30px !important;
            }

            .life_at_c3s h2 {
                font-size: 24px;
                line-height: 34px;
                text-align: left;
            }

            .life_at_c3s .line {
                margin: 0;
            }

            .life_at_c3s .detail {
                font-size: 16px;
                text-align: left;
            }

            .imag_tab_section {
                justify-content: flex-start;
                column-gap: 5px;
                row-gap: 10px;
            }


            .tab_title.active {
                height: 50px;
                font-size: 15px !important;
            }

            .tab_title {
                font-size: 15px !important;
                min-width: auto;
                padding: 10px 12px;
                height: auto;
                border: 1px solid #CCCCCC;
            }

            .gallery_btn {
                justify-content: flex-start;
                margin-top: 12px !important;
            }

            .gallery_btn .prev_btn,
            .gallery_btn .next_btn {
                line-height: 23px;
                padding: 16px 10px 16px 10px;
                font-size: 18px;
            }
        }


.blog-design article:after {
  pointer-events: none;
}