.subscribe-btn{
    background-color: #ec9e06;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* New Podcast page css begins */
.podcast-x-margin{
    margin-right: 40px;
    margin-left: 40px;
}
.top-bar-green{
    margin-top: 120px;
    height: 520px;
    background-color: #006600;
    border-radius: 20px;
}
.podcast-top-text{
    font-size: 38px;
    font-weight: 600;
    line-height: 49.48px;
    text-align: left;
    margin-top: 80px;
}
.podcast-top-buttons a{
    color: #006600;
    font-family: Inter, serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    margin-left: 12px;
    padding: 10px 30px 10px 30px;
}

.podcast-top-buttons a:hover{
    box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.5);
}

.row-podcast {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bottom-podcast-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.bottom-podcast-bg img {
    width: 100%;
    height: auto;
    display: block;
}

.entrepreneur-search-btn-new{
    font-family: Inter, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    background: #A8C238;
    border: 1.01266px solid #A8C238;
    box-sizing: border-box;
    border-radius: 5.06329px;
    width: 100%;
    height: 50px;
}
.podcast-top-buttons a{
    margin-bottom: 20px;
}
.bottom-podcast-bg img{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.podcast-top-buttons .btn{
    text-transform: none;
}

.podcast-top-title{
    margin-top: 90px;
}

@media only screen and (min-width: 300px) and (max-width: 349px)  {
    .top-bar-green{
        /* margin-top: 200px; */
        height: 1180px;
        border-radius: 20px;
    }
    .podcast-x-margin{
        margin-right: 20px;
        margin-left: 20px;
    }
    .podcast-top-text{
        font-size: 28px;
        font-weight: 500;
        text-align: center;
        margin-top: 60px;
    }
    .bottom-podcast-bg img{
        display: none;
    }
    .podcast-side-p{
        padding-left: 20px;
        padding-right: 20px;
    }

    .podcast-text-mobile{
        margin-bottom: 8px;
    }
    .podcast-image-new {
        margin-bottom: 15px;
    }
    .podcast-category-mobile{
        margin-top: 20px;
    }
    .podcast-top-title{
        margin-top: 50px;
    }
    .podcast-category-mobile{
        margin-top: 50px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .podcast-border-new {
        border-top: 1px solid #006600 !important;
        border-bottom: 0 !important;
        border-right: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    /* .podcast-main-new{
        border: 1px solid #006600;
        border-radius: 5px;
    } */
    .podcast-image-new-mobile img{
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    .podcast-border-latest{
        border: 1px solid #006600;
        border-radius: 5px;
    }
}


@media only screen and (min-width: 350px) and (max-width: 766px)  {
    .top-bar-green{
        margin-top: 100px !important;
        height: 1220px;
        border-radius: 20px;
    }
    .podcast-x-margin{
        margin-right: 20px;
        margin-left: 20px;
    }
    .podcast-top-text{
        font-size: 28px;
        font-weight: 500;
        text-align: center;
        margin-top: 60px;
    }
    .bottom-podcast-bg img{
        display: none;
    }
    .podcast-side-p{
        padding-left: 20px;
        padding-right: 20px;
    }

    .podcast-text-mobile{
        margin-bottom: 8px;
    }
    .podcast-image-new {
        margin-bottom: 15px;
    }
    .podcast-category-mobile{
        margin-top: 20px;
    }
    .podcast-top-title{
        margin-top: 50px;
    }
    .podcast-category-mobile{
        margin-top: 50px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .podcast-border-new {
        border-top: 1px solid #006600 !important;
        border-bottom: 0 !important;
        border-right: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    /* .podcast-main-new{
        border: 1px solid #006600;
        border-radius: 5px;
    } */
    .podcast-border-latest{
        border: 1px solid #006600;
        border-radius: 5px;
    }
    .podcast-image-new-mobile img{
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    .podcast-image-new-mobile img{
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }
}
@media only screen and (min-width: 372px) and (max-width: 500px){
    .top-bar-green{
        margin-top: 136px;
    }
    .podcast-image-new-mobile img{
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 990px){
    .top-bar-green{
        margin-top: 100px;
        height: 600px;
    }
    .podcast-x-margin{
        margin-right: 10px;
        margin-left: 10px;
    }
    .podcast-side-p{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.podcast-border-all {
    border: 1px solid #006600;
    border-radius: 5px;
}
.podcast-description-detail{
    text-align: justify !important;
}
.podcast-details a{
    color: #006600;
    font-size: 16px;
    font-weight: 400;
}

.podcast-border-all {
    position: relative;
    padding-bottom: 3px;
    overflow: hidden;
}

.bottom-podcast-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bottom-podcast-all img {
    width: 100%;
    height: auto;
    display: block;
}

.bottom-podcast-all, .bottom-podcast-all img{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.podcast-title-all a{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #006600;
    height: 80px;
}

.podcast-top-title{
    font-size: 24px;
    text-align: left;
    color: #006600;
    font-weight: 600;
}
.podcast-title-new{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #006600;
}

.podcast-category-new{
    font-size: 14px;
    font-weight: 400;
    color: #748F04;
    margin-top: -22px;
}

.podcast-border-new {
    border-top: 1px solid #006600;
    border-bottom: 1px solid #006600;
    border-right: 1px solid #006600;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.podcast-description-new{
    font-size: 14px;
    text-align: left;
    color: #333333;
    margin-top: -22px;
    line-height: 18px;
}

.podcast-description-new a{
    color: yellow !important;
}

.no-gutters{
    margin-top: -35px;
}

.podcast-play-bar{
    margin-top: -14px;
}

@media (max-width: 767.98px) {
    .podcast-main-new {
        flex-direction: column;
    }

    .podcast-image-new img{
        height: 240px;
        width: 340px;
        object-fit: cover;

    }

    .podcast-image-new-mobile img{
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }
}

.podcast-image-new-mobile img{
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.entrepreneur-search-btn-new{
    font-family: Inter, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    background: #A8C238;
    border: 1.01266px solid #A8C238;
    box-sizing: border-box;
    border-radius: 5.06329px;
    width: 100%;
    height: 50px;
}
.podcast-image-single{
    margin-right: -15px;
}
.podcast-border-single{
    background-color: #006600;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
}
.podcast-play-section-single{
    margin-left: 1px;
}
.podcast-play-section-single{
    padding-left: 15px;
    padding-right: 15px;
}
.podcast-show-mobile{
    padding-left: 10px;
    padding-right: 10px;
}
@media only screen and (min-width: 350px) and (max-width: 766px)  {
    .podcast-play-section-single{
        padding-left: 0;
        padding-right: 0;
    }
    .podcast-show-mobile{
        margin-top: 100px !important;
    }
    .podcast-border-single{
        border-radius: 8px;
    }
    .podcast-image-new-mobile-single img{
        height: 200px;
        object-fit: contain;
    }
}

@media only screen and (min-width: 767px) and (max-width: 990px){
    .podcast-border-single{
        border-radius: 8px;
    }

    .podcast-image-new-mobile-single img{
        height: 300px;
        object-fit: contain;
    }

    .podcast-side-p{
        padding-left: 20px;
        padding-right: 20px;
    }
    .podcast-single-new{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1050px){
    .podcast-show-mobile{
        margin-top: 140px !important;
    }
}
@media only screen and (min-width: 300px) and (max-width: 362px){
    .podcast-show-mobile{
        margin-top: 160px !important;
    }
}

.podcast-favorite-row{
    margin-right: 35px;
}

/* Modal Transition Effect */
/* Modal initial state (hidden) */
#subscribeModal {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Modal visible state */
#subscribeModal.show {
    opacity: 1;
    transform: scale(1);
}

/* Overlay initial state (hidden) */
#modalOverlay {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Overlay visible state */
#modalOverlay.show {
    opacity: 1;
}

.modal-content {
    position: relative;
    display: flex;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .6rem;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.7rem 0.7rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #5e8705;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::placeholder{
    color: #24292d;
    opacity: 1;
    font-size: 14px;
}

.modal-btn-submit{
    background-color: #0A883E;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.modal-btn-close{
    background-color: transparent;
    border: solid 1px #0A883E;
    border-radius: 5px;
    color: #0A883E;
    cursor: pointer;
    padding: 10px 20px;
}

.podcast-categories-list{
    background-color: rgb(0, 102, 0);
    color: white;
    font-size: 12px;
    border-radius: 5px;
    padding: 6px 12px;
}

.podcast-categories-list:hover{
    background-color: rgb(0, 102, 0);
    color: white;
    padding: 6px 13px;
}

.podcast-categories-all{
    background-color: rgb(0, 102, 0);
    color: white;
    font-size: 14px;
    border-radius: 8px;
    padding: 6px 12px;
}

.podcast-categories-all:hover{
    background-color: rgb(0, 102, 0);
    color: white;
    padding: 6px 13px;
}
