/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1758273603
Updated: 2025-09-19 09:20:03

*/
/* Import Font Awesome official CDN */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
 
/* Or using jsDelivr */
@import url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css');

/* Replace Flickr icon with Bluesky SVG */
/* .et-social-flickr a:before {
  content: "" !important;
  display: block;
  width: 20px;
  height: 20px;
  background: url("https://upload.wikimedia.org/wikipedia/commons/8/89/Bluesky_Logo.svg") no-repeat center;
  background-size: contain;
} */

/* Optional: Bluesky brand color background */
/* .et-social-flickr a {
  background-color: #0285FF !important;
} 

.header-menu .et_pb_menu .et-menu>li {
    padding-left: 43px !important;
    padding-right: 43px !important;
}
.et_pb_row_0_tb_header.et_pb_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search .et_pb_menu__menu{display:none !important}
.search .et_pb_menu__wrap{justify-content: end !important;}
.search button{
	background: #fff !important; 
		border-radius: 50% !important;
		padding: 10px !important;
}

.et_pb_menu .et_pb_menu__search-input {
    background: #ffffff !important;
	padding: 10px 14px !important;
    border-radius: 20px;
}

.et_pb_menu_1_tb_header .et_pb_menu__icon.et_pb_menu__search-button, .et_pb_menu_1_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button {
    color: #000000 !important;
    font-weight: 600;
}
.et_pb_menu__icon.et_pb_menu__close-search-button {
    padding: 5px !important;
}
.et_pb_row_1_tb_header.et_pb_row{
    display: flex;
    align-items: center;
}

*/

body button.et_pb_menu__icon{
    background: #ffffff !important;
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    padding: 12px !important;
    margin: 10px 0px 20px 10px !important;
}


body .et_pb_menu__search
{    border-radius: 5px;
    background: #fff;padding-left:20px;height:60px}


#et-main-area
{margin-top:-10px}

.et_pb_blurb .et_pb_image_wrap {
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card{
    border-radius: 20px;
    padding: 40px 30px;
    min-width: 250px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #212529;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
	height: 350px;
}
.card:hover{
	    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.card:hover::before {
    transform: translateX(0);
}
.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #2c6e49, #4c956c);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}
.card:hover .et_pb_image_wrap {
    background-color: #2c6e49;
}
.card:hover .et-waypoint {
    color: #ffffff;
}
.main-head h1::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #4c956c;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.about-img img{transition: transform 0.5s 
ease;}
.about-img:hover img {
    transform: scale(1.03);
}
.icon-list .et_pb_column{
	display:flex;
	justify-content: center;
    gap: 60px;
}
.icon-list .et_pb_module{
	    background: #2c6e49;
    width: 75px;
    height: 75px;
	border-radius:50%;
}
.icon-list .et_pb_icon .et_pb_icon_wrap{top:22px}
.icon-list .et_pb_text_3{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .icon-list svg{width:34px}
.et_pb_text_inner svg path {
  fill: #ffffff; 
}
.icon-list .et_pb_module:hover {
    background-color: #4c956c;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.icon-list .et_pb_module{
	transition: all 0.3s ease;
} */
/* .icon-list .et_pb_text_inner{top:5px}
 */
/* home page filter */
.book-filters .filter-btn.active, .book-filters .filter-btn:hover {
    background: #2c6e49;
    color: #fff;
}
.book-filters .filter-btn{
	background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
}
.book-item{
	width: 23% !important;
    border-radius: 15px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
	background:#fff !important;
	padding:0 !important;
	border:none !important;
}
.book-cover img {
    width: 245px;
	border-radius: 0px !important;
}
.book-content{padding:20px 20px 20px}
.book-content h3{
	color: #2c6e49;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
	font-family: 'Playfair Display', serif;
	font-size:22px !important;
}
.book-author{
	font-size: 13px;
    color: #6c757d;
	text-align:left;
}


/* product detail page */
.et_pb_testimonial_0.et_pb_testimonial:before {
    position: relative;
    left: 0;
}
.et_pb_testimonial_description{
	margin-left: 25px !important;
	margin-top: -51px;
}

.et_pb_testimonial {    padding: 50px 37px;}
.et_pb_testimonial_content h1{    
	margin-bottom: 13px;
    font-weight: bold;
    color: #2c6e49;}
.et_pb_audio_module_content.et_audio_container {
  position: relative;
  padding-right: 140px; 
}

/* Position button inside audio container */
.et_pb_button_module_wrapper.et_pb_button_1_wrapper001 {
  position: absolute;
  top: 93%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 10;
}
.et_pb_button.et_pb_button_1 {
  font-size: 14px !important;
  padding: 8px 16px !important;
}
.mejs-horizontal-volume-total{display:none !important}
.book-dtl .et_pb_blurb_content {
    max-width: 100%;
}
.book-dtl .et_pb_blurb_content .et_pb_blurb_container{    
	display: flex;
    gap: 10px;}
.book-content h3{
  display: -webkit-box;      
  -webkit-line-clamp: 2;        
  -webkit-box-orient: vertical; 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;          
  max-height: 3.2em;  
}

/* contact us 
.contact-us p{
	background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding: 15px 20px !important;
}
.contact-form {
	 border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.et_pb_contact_field{width:100% !important}
.contact-us p a{color:#6c757d}


*/







/* Original book-item styles with added hover effect */

/* Book cover container with position relative for CD disc positioning */


/* Book cover container with position relative for CD disc positioning */
.book-cover, .yarpp-thumbnail {
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8; /* Add subtle background to ensure visibility */
}

.book-cover img, .yarpp-thumbnail img {
    transition: transform 0.4s ease;
    display: block;
    position: relative;
    z-index: 2;
    background-color: white; /* Ensure image has white background */
}

/* Move image to the left on hover to reveal CD disc */
.book-item:hover .book-cover img,
.yarpp-item:hover .yarpp-thumbnail img {
    transform: translateX(-15px);
}

/* CD Disc created with ::after pseudo-element - positioned behind the image */
.book-cover::after,
.yarpp-thumbnail::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 90px;
    transform: translateY(-50%);
    width: 100px; /* Reduced size */
    height: 100px; /* Reduced size */
    border-radius: 50%;
    background: 
        /* Center hole with elegant inner ring - FIXED */
        radial-gradient(circle at center, 
            transparent 0, 
            transparent 12px, 
            #f0f0f0 12px, 
            #f0f0f0 16px, 
            transparent 16px, 
            transparent 100%),
        /* More visible rainbow base */
        conic-gradient(from 0deg at 50% 50%, 
            rgba(255,0,0,0.2) 0deg, 
            rgba(255,165,0,0.2) 60deg, 
            rgba(255,255,0,0.2) 120deg, 
            rgba(0,255,0,0.2) 180deg, 
            rgba(0,0,255,0.2) 240deg, 
            rgba(75,0,130,0.2) 300deg, 
            rgba(238,130,238,0.2) 360deg),
        /* Darker metallic base */
        linear-gradient(135deg, #d0d0d0 0%, #e8e8e8 25%, #c8c8c8 50%, #e0e0e0 75%, #b8b8b8 100%);
    box-shadow: 
        3px 3px 12px rgba(0, 0, 0, 0.3),
        inset 0 0 20px rgba(255, 255, 255, 0.7),
        inset 0 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
    z-index: 1;
}

/* Move CD disc into view on hover */
.book-item:hover .book-cover::after,
.yarpp-item:hover .yarpp-thumbnail::after {
    right: 30px;
}

/* Animated rainbow overlay */
.book-cover:hover::after,
.yarpp-thumbnail:hover::after {
    background: 
        /* Elegant shine effect */
        radial-gradient(ellipse at 35% 35%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 25%, transparent 60%),
        /* Center hole with elegant inner ring - FIXED */
        radial-gradient(circle at center, 
            transparent 0, 
            transparent 12px, 
            #f0f0f0 12px, 
            #f0f0f0 16px, 
            transparent 16px, 
            transparent 100%),
        /* More visible animated rainbow layer */
        conic-gradient(from 0deg at 50% 50%, 
            rgba(255,0,0,0.3) 0deg, 
            rgba(255,165,0,0.3) 60deg, 
            rgba(255,255,0,0.3) 120deg, 
            rgba(0,255,0,0.3) 180deg, 
            rgba(0,0,255,0.3) 240deg, 
            rgba(75,0,130,0.3) 300deg, 
            rgba(238,130,238,0.3) 360deg),
        /* Darker metallic base */
        linear-gradient(135deg, #d0d0d0 0%, #e8e8e8 25%, #c8c8c8 50%, #e0e0e0 75%, #b8b8b8 100%);
    box-shadow: 
        3px 3px 12px rgba(0, 0, 0, 0.3),
        inset 0 0 20px rgba(255, 255, 255, 0.7),
        inset 0 0 10px rgba(0, 0, 0, 0.1);
    animation: rainbowRotate 8s linear infinite;
}

/* Add a second pseudo-element for additional rainbow animation */
.book-cover::before,
.yarpp-thumbnail::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
    width: 140px; /* Reduced size */
    height: 140px; /* Reduced size */
    border-radius: 50%;
    background: conic-gradient(from 45deg at 50% 50%, 
        rgba(255,0,0,0.15) 0deg, 
        rgba(255,165,0,0.15) 60deg, 
        rgba(255,255,0,0.15) 120deg, 
        rgba(0,255,0,0.15) 180deg, 
        rgba(0,0,255,0.15) 240deg, 
        rgba(75,0,130,0.15) 300deg, 
        rgba(238,130,238,0.15) 360deg);
    opacity: 0;
    transition: right 0.4s ease, opacity 0.4s ease;
    z-index: 1;
    mix-blend-mode: screen;
}

.book-cover:hover::before,
.yarpp-thumbnail:hover::before {
    right: -30px;
    opacity: 1;
    animation: rainbowRotate 6s linear infinite reverse;
}

/* Rainbow rotation animation */
@keyframes rainbowRotate {
    0% {
        filter: hue-rotate(0deg) brightness(1);
        transform: translateY(-50%) rotate(0deg);
    }
    25% {
        filter: hue-rotate(90deg) brightness(1.1);
    }
    50% {
        filter: hue-rotate(180deg) brightness(1);
    }
    75% {
        filter: hue-rotate(270deg) brightness(1.1);
    }
    100% {
        filter: hue-rotate(360deg) brightness(1);
        transform: translateY(-50%) rotate(360deg);
    }
}

/* Elegant pulse animation for the CD */
@keyframes elegantPulse {
    0%, 100% {
        box-shadow: 
            3px 3px 12px rgba(0, 0, 0, 0.3),
            inset 0 0 20px rgba(255, 255, 255, 0.7),
            inset 0 0 10px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 
            3px 3px 15px rgba(0, 0, 0, 0.35),
            inset 0 0 25px rgba(255, 255, 255, 0.8),
            inset 0 0 12px rgba(0, 0, 0, 0.12);
    }
}

.book-cover:hover::after,
.yarpp-thumbnail:hover::after {
    animation: rainbowRotate 8s linear infinite, elegantPulse 3s ease-in-out infinite;
}


/* Mobile responsiveness */
@media (min-width:600px) and (max-width: 999px) {
    /* Make CD disc always visible on mobile */
    .book-cover::after,
    .yarpp-thumbnail::after {
        width: 80px !important; /* Smaller size for mobile */
        height: 80px !important; /* Smaller size for mobile */
        right:80px !important; /* Position in visible area */
	}
	
	.book-item:hover .book-cover::after,
.yarpp-item:hover .yarpp-thumbnail::after {
    right: 40px !important;
}
}


/* Mobile responsiveness */
@media (max-width: 768px) {
	body .et_pb_image_wrap img
	 {
        max-height: 160px !important;
    }

	
    /* Make CD disc always visible on mobile */
    .book-cover::after,
    .yarpp-thumbnail::after {
        width: 60px; /* Smaller size for mobile */
        height: 60px; /* Smaller size for mobile */
        right: 10px; /* Position in visible area */
        animation: rainbowRotate 8s linear infinite, elegantPulse 3s ease-in-out infinite;
        background: 
            /* Center hole with elegant inner ring - FIXED for mobile */
            radial-gradient(circle at center, 
                transparent 0, 
                transparent 8px, 
                #f0f0f0 8px, 
                #f0f0f0 10px, 
                transparent 10px, 
                transparent 100%),
            /* More visible rainbow base */
            conic-gradient(from 0deg at 50% 50%, 
                rgba(255,0,0,0.3) 0deg, 
                rgba(255,165,0,0.3) 60deg, 
                rgba(255,255,0,0.3) 120deg, 
                rgba(0,255,0,0.3) 180deg, 
                rgba(0,0,255,0.3) 240deg, 
                rgba(75,0,130,0.3) 300deg, 
                rgba(238,130,238,0.3) 360deg),
            /* Darker metallic base */
            linear-gradient(135deg, #d0d0d0 0%, #e8e8e8 25%, #c8c8c8 50%, #e0e0e0 75%, #b8b8b8 100%);
        box-shadow: 
            2px 2px 8px rgba(0, 0, 0, 0.3),
            inset 0 0 15px rgba(255, 255, 255, 0.7),
            inset 0 0 8px rgba(0, 0, 0, 0.1);
    }
    
    /* Make secondary rainbow always visible on mobile */
    .book-cover::before,
    .yarpp-thumbnail::before {
        width: 80px; /* Smaller size for mobile */
        height: 80px; /* Smaller size for mobile */
        right: -20px; /* Position in visible area */
        opacity: 1;
        animation: rainbowRotate 6s linear infinite reverse;
    }
    
    /* Remove hover effect on image for mobile */
    .book-item:hover .book-cover img,
    .yarpp-item:hover .yarpp-thumbnail img {
        transform: none;
    }
    
    /* Remove hover effect on CD disc for mobile */
    .book-item:hover .book-cover::after,
    .yarpp-item:hover .yarpp-thumbnail::after {
        right: 10px; /* Keep position consistent */
    }
    
    /* Remove hover effect on secondary rainbow for mobile */
    .book-cover:hover::before,
    .yarpp-thumbnail:hover::before {
        right: -20px; /* Keep position consistent */
        opacity: 1;
    }
	
}








.order-card {
transition: all 0.3s ease;
position: relative;
overflow: hidden;
animation: fadeInUp 0.8s ease;
}

.order-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.order-card h1 {
color: #81C784;
margin-bottom: 25px;
font-size: 2rem;
position: relative;
display: inline-block;
}

.order-card h1::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 60px;
height: 4px;
background: linear-gradient(90deg, #FFF9C4, #C8E6C9);
border-radius: 2px;
}



.order-card ul {
list-style-type: none;
padding-left: 0;
}

.order-card li {
margin-bottom: 20px;
position: relative;
padding-left: 40px;
animation: fadeIn 0.5s ease forwards;

}

.order-card li::before {
content: '';
position: absolute;
left: 0;
top: 2px;
width: 20px;
height: 20px;
background: linear-gradient(135deg, #FFF9C4, #C8E6C9);
border-radius: 50%;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.order-card li strong {
color: #81C784;
}

.info-box {
background-color: #FFFBEB;
border-left: 4px solid #C8E6C9;
padding: 18px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
display: flex;
align-items: center;
animation: slideInRight 0.8s ease;
}

.info-box i {
color: #81C784;
margin-right: 15px;
font-size: 1.5rem;
}

.button-container {
display: flex;
justify-content: center;
margin-top: 40px;
}

.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 15px 30px;
border: none;
border-radius: 50px;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
min-width: 200px;
position: relative;
overflow: hidden;
z-index: 1;
}

.btn::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
transform: translateX(-100%);
transition: transform 0.5s ease;
z-index: -1;
}

.btn:hover::before {
transform: translateX(0);
}

.btn-secondary {
background: linear-gradient(135deg, #C8E6C9, #A5D6A7);
color: #333333;
box-shadow: 0 4px 10px rgba(200, 230, 201, 0.3);
}

.btn-secondary:hover {
transform: translateY(-3px);
box-shadow: 0 6px 14px rgba(200, 230, 201, 0.4);
}

.notification {
position: fixed;
bottom: 150px;
right: 30px;
background: linear-gradient(135deg, #C8E6C9, #A5D6A7);
color: #333333;
padding: 18px 25px;
border-radius: 50px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
transform: translateY(100px);
opacity: 0;
transition: all 0.3s ease;
z-index: 1000;
display: flex;
align-items: center;
gap: 12px;
}

.notification.show {
transform: translateY(0);
opacity: 1;
}

.notification i {
font-size: 1.4rem;
color: #81C784;
}

/* Animations */
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}

@keyframes slideInRight {
from {
opacity: 0;
transform: translateX(30px);
}
to {
opacity: 1;
transform: translateX(0);
}
}


/* Responsive Design */
@media (max-width: 768px) {
.order-card {
padding: 25px;
}

.order-card h1 {
font-size: 1.8rem;
}

.order-steps li {
font-size: 1rem;
padding-left: 35px;
}

.order-steps li::before {
width: 18px;
height: 18px;
top: 6px;
}

.btn {
min-width: 180px;
padding: 12px 25px;
font-size: 1rem;
}

.notification {
bottom: 20px;
right: 20px;
padding: 15px 20px;
font-size: 0.9rem;
}
}

@media (max-width: 480px) {
.order-card {
padding: 20px;
margin-bottom: 20px;
}

.order-card h2 {
font-size: 1.5rem;
margin-bottom: 20px;
}

.order-steps li {
font-size: 0.95rem;
padding-left: 30px;
margin-bottom: 15px;
}

.order-steps li::before {
width: 16px;
height: 16px;
top: 5px;
}

.info-box {
padding: 15px;
margin: 20px 0;
}

.info-box i {
font-size: 1.2rem;
margin-right: 10px;
}

.btn {
min-width: 160px;
padding: 10px 20px;
font-size: 0.95rem;
}

.button-container {
margin-top: 30px;
}
}

@media (min-width:600px) and (max-width:999px)
{    .product-meta-content {
        grid-template-columns: 30% 70% !important;
        gap: 5px 0;
    }
}







