/* Fawzia Al-Sindi Custom Styles */


.home-banner {
    background:url('../images/bg-blue.png') no-repeat left center;
    background-size: cover;
    padding-top: 20px;
    position: relative;
}

.home-section-title {
    color: #1c1cca;
    margin-bottom: 30px;
    text-align: center;
}

.home-books-bg {
    background: linear-gradient(135deg, #d1f3f5 0%, #afd7e4 100%);
    padding: 20px 30px;
    border-radius: 15px;
}

.footer-bg {
    background: linear-gradient(135deg, #9debf0 0%, #afd7e4 100%);
}

.scroll-bg {
    background: url('../images/scroll4.png') no-repeat center;
    color: #1c1cca;
    text-align: center;
}

.scroll-poem {
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.banner-title, .banner-title-rtl {
    position: absolute;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    
}

.bio-banner-bg{
    width: 100%;
    height: 400px;
    background: url('../images/bio-bg.png') no-repeat center;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.bio-banner-bg img{
    position: absolute;
}

.bio-banner-title {
    position: absolute;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding: 0 20px;
}
 
.read-more-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
}

.card-hover {
    transition: transform 0.3s ease;
}

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

.section-title {
    color: #333;
    font-size: 2.5rem;
    margin-bottom: 30px;
    position: relative;
}

.books-banner-bg {
    width: 100%;
    height: 400px;
    background: url('../images/book-bg.png') no-repeat center;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.books-listing-banner-bg {
    width: 100%;
    height: 400px;
    background: url('../images/books-banner.png') no-repeat center;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.books-banner-bg img{
    position: absolute;
}

.banner-inside{
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
    position: relative;

}

.banner-inside-title {
    position: absolute;
    top: 50%;             /* vertical center */
    right: 45px;          /* distance from the right edge */
    transform: translateY(-50%); /* adjust vertical centering */
    color: #fff;          /* text color */
    max-width: 50%;       /* optional, for text wrapping */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.card-body{
    background: linear-gradient(90deg, #d1f3f5, #d1f3f5);
    color: #1c1cca;
    padding: 10px;
    transition: all 0.3s ease;
}

.card-header{
    background: linear-gradient(90deg, #d1f3f5, #d1f3f5);
    color: #1c1cca;
}

.card-footer{
    border-top: 0px;
}

.quote-icon {
    align-items: center;             /* center vertically */
    width: 150px;                     /* circle width */
    height: 150px;                    /* circle height */
    border-radius: 50%;              /* makes it a circle */
    background-color: #152629;       /* circle background */
    color: #fff;                     /* icon color */
    font-size: 124px;                 /* icon size */
    display:inline;
}

.h1-link {
  color: inherit;              /* keeps h1 color */
  text-decoration: none;       /* removes underline */
}




