body {
    background-color: #ffffff;
}

#header {
    height: 100vh;
    position: relative;
    width: 100%;
}

#header .bg-img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#header nav {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#cards-section .container {
    padding-bottom: 10rem; 
    padding-top: 4rem;
}

.card {
    border-radius: 1.75rem !important;
    box-shadow: 0px 2px 15px #26635C33;
    height: 36rem;
    margin: auto;
    overflow:hidden;
    padding: 20px;
}

.card-img {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
    height: 25rem;
    object-fit: cover;
    width: 100%;
    border-radius: 0px !important;
}
.quote-text p {
    font-weight: 600;
    font-size: 1.5rem !important;
}

.card-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
}

.card-title {
    color: #417A74;
    font-size: 2rem!important;
    text-align: center;
}

.card-date {
    color: #ABA3A3;
    font-size: 1rem;
    /* margin-top: 1.5rem; */
    text-align: center;
}

.card-text {
    -webkit-box-orient: vertical;
    color: #707070;
    display: -webkit-box;
    font-size: 1.1rem;
    -webkit-line-clamp: 4;
    margin-top: 2rem;
    overflow: hidden;
    padding: 0 1rem;
    text-align: center;
}
.thm-btn.bg-thm-color-two{
    text-transform: capitalize;
}

#quote-section {
    /* background-image: url("../assets/blog-podcast-quote.png");  */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; /* This will ensure the image covers the full width */
    height: 26rem; /* Adjust this value to your desired height */
    opacity: 0.8;
}

#quote-section .container {
    padding-top: 8.75rem;
}

.quote {
    position: relative;
}

.quote::before {
    background-image: url('../assets/quotation-up.png');
    background-size: 2rem 2rem;
    content: '';
    display: inline-block;
    height: 2rem;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(calc(-100% - 1rem), -100%);
    width: 2rem;
}

.quote-text {
    color: #fff;
    font-size: 1.5rem;
    max-width: 45rem;
}

.quote-author {
    color:#fff;
    font-size: 1.2rem;
    margin-top: 1rem;
    text-transform: capitalize;
}

#video-section .container {
    padding-top: 6rem;
}

.video-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 2rem;
}

.video-header {
    align-items: center;

    flex-direction: row;
}

.video-img {
    height: auto;
    margin-right: 1rem;
    width: 100%;
}

.video-title {
    color: #417A74;
    font-size: 24px;
    font-weight: 600;
}
.video-title-opacity{
    color:#ABA3A3;
    font-size: 0.8rem;
}
.video-subtitle {
    color: #ABA3A3;
    font-size: 1rem;
    margin-top: 1rem;
    word-wrap: break-word;
    width: 100%; /* Ensure the container spans the full width of its parent */
    overflow: hidden;
}

.video-text {
    font-size: 1.1rem;
    margin-top: 1.25rem;
}

.video-footer {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 2rem;
}

.video-date {
    color: #ABA3A3;
}

.video-down {
    height: 4.75rem;
    width: 4.75rem;
}

.main-video-img {
    width: 100%;
}

#reading-section {
    margin-top: 7rem;
}

.reading-title {
    color: #417A74;
    font-size: 2.4rem;
    text-align: center;
}

.book-items {
    margin-top: 6.5rem;
}

.book-item {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.book-img {
    height: 17.5rem;
    width: 11rem;
}

.book-title {
    color: #606060;
    margin-top: 2rem;
    min-height:4vh;
}

.book-find {
    background: transparent linear-gradient(180deg, #F6DD9E 0%, #F0C24F 100%) 0% 0% no-repeat padding-box;
    border-radius: 0.5rem;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 2.5rem;
    padding: 0.7rem 1.5rem;
}
.card {
    border-radius: 1.75rem !important;
    box-shadow: 0px 2px 15px #26635C33;
    height: 36rem;
    margin: auto;
    overflow: hidden;
    padding: 0px;
}
@media only screen and (min-width: 1600px) {
.card {
    border-radius: 1.75rem !important;
    box-shadow: 0px 2px 15px #26635C33;
    height: 44rem;
    margin: auto;
    overflow: hidden;
    padding: 20px;
}
}

.blog-item{
    padding: 0.2% !important;
}
.card{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}
/* testimonial section
#testimonial-section {
    background-color: #ecf5f4;
    margin-bottom: 5.5rem;
    margin-top: 10.75rem;
}

#testimonial-section .container {
    padding: 4rem 0;
    position: relative;
}

#testimonial-section .container::after {
    bottom: -1.5rem;
    content: url(../assets/quotation-down.png);
    position: absolute;
    right: 0;
}

.testimonial-title {
    color: #417A74;
    font-size: 4.5rem;
    transform: translateY(-10rem);
}

.testimonial-text {
    color: #417A74;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
}

.testimonial-person {
    margin-bottom: 1.8rem;
}

.testimonial-person-img {
    border-radius: 50%;
    height: 6.5rem;
    width: 6.5rem;
}

.testimonial-person-name {
    color: var(--color-yellow);
    font-size: 1.875rem;
    font-weight: bold;
    margin-left: 1.75rem !important;
}



