 

 

/* Menu Section - Center with More Space */
.menu-section {
    flex: 1;
    display: flex;
    justify-content: center;
}






/* CTA Section - Right Side */
.cta-section {
    flex-shrink: 0;
    margin-left: 20px;
}

.buy-btn {
    background: #7ec1d6;
    color: white;
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
     letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid transparent;
    white-space: nowrap;
}

.buy-btn:hover {
    background: #6fbad2;
    transform: translateY(-2px);
     border-color: rgba(255, 255, 255, 0.3);
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
    .nav-container {
        padding: 0 30px;
        gap: 30px;
    }
    
    .nav-menu {
        gap: 40px;
    }
    
    .nav-menu a {
        font-size: 16px;
    }
    
    .logo-img {
        height: 60px;
    }
}

@media screen and (max-width: 992px) {
    .nav-container {
        padding: 0 20px;
        gap: 20px;
    }
    
    .nav-menu {
        gap: 30px;
    }
    
    .nav-menu a {
        font-size: 15px;
    }
    
    .buy-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

 
 

 
/* Hero Content Wrapper */
.hero-content-wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    z-index: 10;
}

.hero-content {
    max-width: 800px;
    padding: 40px 0;
    animation: fadeInUp 1s ease;
}

/* Stylish Badge */
.hero-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    opacity: 0;
    animation: slideInLeft 0.8s ease forwards 0.3s;
}

.badge-line {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f4c27a, #7ec1d6, transparent);
}

.badge-text {
    font-size: 14px;
    letter-spacing: 4px;
    color: rgba(237, 14, 14, 0.9);
    font-weight: 500;
 }

/* Main Title Styling */
.hero-main-title {
    margin: 0 0 20px 0;
    opacity: 0;
    animation: slideInLeft 0.8s ease forwards 0.5s;
}

.title-line {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.title-word {
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
     background: linear-gradient(135deg, #ffffff 0%, #f4c27a 50%, #7ec1d6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
     position: relative;
}

 

 

 
/* Subtitle Styling */
.hero-subtitle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    opacity: 0;
    animation: slideInLeft 0.8s ease forwards 0.7s;
}

.subtitle-item {
    display: flex;
    align-items: center;
      font-weight: 500;
     padding: 8px 16px;
    background: rgba(199, 46, 46, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.subtitle-icon {
    opacity: 0.8;
    color: #fb4007;
}

.subtitle-dot {
    color: #f4c27a;
    font-size: 24px;
    font-weight: bold;
 }

/* Button Styling */
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
    opacity: 0;
    animation: slideInLeft 0.8s ease forwards 0.9s;
}

.stylish-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, #f4c27a, #d2691e);
    color: #000;
 }

.btn-primary:hover {
    transform: translateY(-3px);
 }

.btn-primary:hover .btn-icon {
    transform: translateX(5px);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    border-color: #f4c27a;
}

.btn-text {
    position: relative;
    z-index: 2;
}

.btn-icon {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    z-index: 2;
}

.btn-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
    border-radius: 50%;
    z-index: 1;
}

.btn-primary:hover .btn-glow {
    transform: translate(-50%, -50%) scale(1);
}

/* Stats Section */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 25px 35px;
    background: rgba(106, 84, 17, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: fit-content;
    opacity: 0;
    animation: slideInLeft 0.8s ease forwards 1.1s;
}
 


.stat-label {
    font-size: 14px;
    color: #ac1515;
    letter-spacing: 1px;
}

.stat-divider {
    width: 1px;
    height: 30px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.3), transparent);
}

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

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .hero-content {
        margin-left: 30px !important;
        margin-right: 30px;
    }
    
    .hero-badge {
        gap: 10px;
    }
    
    .badge-line {
        width: 30px;
    }
    
    .badge-text {
        font-size: 12px;
        letter-spacing: 2px;
    }
    
    .hero-subtitle {
        gap: 10px;
    }
    
    .subtitle-item {
        font-size: 16px;
        padding: 6px 12px;
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .stylish-btn {
        width: 100%;
        justify-content: center;
    }
    
    .hero-stats {
        flex-direction: column;
        border-radius: 30px;
        padding: 20px;
        width: 100%;
    }
    
    .stat-divider {
        width: 50px;
        height: 1px;
    }
}

@media screen and (max-width: 480px) {
    .hero-content {
        margin-left: 20px !important;
    }
    
    .title-word {
        font-size: 40px;
    }
    
    .hero-subtitle {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .subtitle-dot {
        display: none;
    }
}

/* Optional: Add a background pattern */
.hero-content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(244,194,122,0.2) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
}

.hero-content::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(126,193,214,0.2) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
}
 
/* Footer Styles */
.footer {
    background: linear-gradient(45deg, #1c2a6b 0%, #2a3a6a 25%, #3f5068 50%, #5f6f4d 75%, #7a8f2c 100%);color: #fff;
    position: relative;
    overflow: hidden;    
    /* Premium top border */
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #f4c27a, #7ec1d6, #d2691e) 1;
    padding: 60px 20px;
}

/* Decorative top border */
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f4c27a, #7ec1d6, #d2691e, #f4c27a);
    background-size: 300% 100%;
    animation: gradientMove 8s ease infinite;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 40px 30px;
    position: relative;
    z-index: 2;
}

/* Main Footer Grid */
.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 50px;
    margin-bottom: 50px;
}

/* Footer Sections */
.footer-section {
    animation: fadeInUp 0.8s ease forwards;
}

.footer-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #f4c27a, #7ec1d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
     letter-spacing: 1px;
}

.footer-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 25px;
    letter-spacing: 2px;
    font-style: italic;
}

.footer-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.6;
    transition: transform 0.3s ease;
}

.detail-item:hover {
    transform: translateX(5px);
    color: #f4c27a;
}

.detail-item i {
    color: #7ec1d6;
    width: 20px;
    font-size: 16px;
}

.footer-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #f4c27a, #7ec1d6);
    border-radius: 2px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.footer-links a::before {
    content: '→';
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #f4c27a;
    transform: translateX(10px);
}

.footer-links a:hover::before {
    opacity: 1;
    left: -5px;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: nowrap;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f4c27a, #7ec1d6);
    transition: left 0.3s ease;
    z-index: 1;
}

.social-icon i {
    position: relative;
    z-index: 2;
}

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

.social-icon:hover::before {
    left: 0;
}

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-info p {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    transition: color 0.3s ease;
}

.contact-info p:hover {
    color: #7ec1d6;
}

.contact-info i {
    color: #f4c27a;
    width: 20px;
}

/* Footer Divider */
.footer-divider {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0 30px;
}

.divider-icon {
    color: #f4c27a;
    font-size: 20px;
    animation: iconPulse 2s ease-in-out infinite;
}

.divider-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f4c27a, #7ec1d6, #d2691e, transparent);
    border-radius: 2px;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
}

.footer-meta p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-meta i {
    animation: heartBeat 1.5s ease-in-out infinite;
}

/* Animations */
@keyframes gradientMove {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.9; }
}

@keyframes heartBeat {
    0%, 100% { transform: scale(1); }
    25% { transform: scale(1.1); }
    50% { transform: scale(1); }
    75% { transform: scale(1.1); }
}

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

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .footer-main {
        grid-template-columns: 1.5fr 1fr 1.5fr;
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .footer-container {
        padding: 40px 20px 20px;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .detail-item {
        justify-content: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-divider {
        gap: 10px;
    }
}

@media screen and (max-width: 480px) {
    .footer-title {
        font-size: 24px;
    }
    
    .footer-subtitle {
        font-size: 14px;
    }
    
    .detail-item {
        font-size: 13px;
    }
    
    .divider-icon {
        font-size: 16px;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

/* Optional: Add a subtle pattern overlay */
.footer::after {
     position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.05"><path d="M50 15 L55 30 L70 30 L60 40 L65 55 L50 45 L35 55 L40 40 L30 30 L45 30 Z" fill="white"/></svg>') repeat;
    pointer-events: none;
    z-index: 1;
}
/* Contact & Social Section - Combined & Compact */
.contact-social-section {
    background: linear-gradient(135deg, #259eb9 0%, #dcd2e7 100%);    
    padding: 40px 0 30px;  /* Reduced from 80px/60px */
    position: relative;
    overflow: hidden;
}

.contact-social-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(244, 194, 122, 0.05) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
    pointer-events: none;
}
 

/* Section Title - Reduced Size */
.section-title {
    font-size: 28px;  /* Reduced from 42px */
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;  /* Reduced from 30px */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;  /* Reduced from 20px */
     letter-spacing: 1px;  /* Reduced from 2px */
    text-transform: uppercase;
}

.title-decoration {
    width: 40px;  /* Reduced from 60px */
    height: 2px;  /* Reduced from 3px */
    background: linear-gradient(90deg, transparent, #f4c27a, #7ec1d6, transparent);
    border-radius: 2px;
}

/* Services Tagline - Reduced Size */
.services-tagline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;  /* Reduced from 15px */
    margin-bottom: 25px;  /* Reduced from 40px */
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;  /* Reduced from 20px */
    font-weight: 500;
    padding: 12px 20px;  /* Reduced from 20px 30px */
    background: rgba(0, 0, 0, 0.3);
    border-radius: 40px;  /* Reduced from 60px */
    border: 1px solid rgba(244, 194, 122, 0.3);
    backdrop-filter: blur(10px);
 }

.tagline-item {
    position: relative;
    transition: all 0.3s ease;
    cursor: default;
}

.tagline-item:hover {
    color: #f4c27a;
    transform: scale(1.05);  /* Reduced from 1.1 */
}

.tagline-dot {
    color: #7ec1d6;
    font-size: 18px;  /* Reduced from 24px */
    font-weight: bold;
    animation: pulse 2s ease infinite;
}

/* WhatsApp Button - Reduced Size */
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;  /* Reduced from 12px */
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;  /* Reduced from 18px 45px */
    border-radius: 40px;  /* Reduced from 60px */
    font-size: 18px;  /* Reduced from 22px */
    font-weight: 600;
    letter-spacing: 0.5px;  /* Reduced from 1px */
    margin: 20px auto 25px;  /* Reduced from 30px auto 40px */
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px -5px rgba(37, 211, 102, 0.4);  /* Reduced shadow */
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: fit-content;
}

.whatsapp-btn i {
    font-size: 22px;  /* Reduced from 28px */
    animation: pulse 2s ease infinite;
}

.btn-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.6s ease;
    border-radius: 50%;
    pointer-events: none;
}

.whatsapp-btn:hover {
    transform: translateY(-3px) scale(1.02);  /* Reduced hover effect */
 }

/* Email Container - Reduced Size */
.email-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;  /* Reduced from 25px */
    padding: 15px;  /* Reduced from 25px */
    background: rgba(0, 0, 0, 0.2);
    border-radius: 40px;  /* Reduced from 50px */
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    margin-bottom: 10px;  /* Added spacing */
}

.email-item {
    display: flex;
    align-items: center;
    gap: 8px;  /* Reduced from 10px */
    font-size: 15px;  /* Reduced from 18px */
}

.email-label {
    color: #f4c27a;
    font-weight: 600;
     font-size: 14px;  /* Added */
}

.email-link {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;  /* Reduced from 8px */
    padding: 5px 12px;  /* Reduced from 8px 15px */
    background: rgba(126, 193, 214, 0.1);
    border-radius: 25px;  /* Reduced from 30px */
    transition: all 0.3s ease;
    border: 1px solid transparent;
    font-size: 14px;  /* Added */
}

.email-link i {
    font-size: 12px;  /* Reduced from 14px */
    opacity: 0;
    transform: translateX(-5px);  /* Reduced from -10px */
    transition: all 0.3s ease;
}

.email-link:hover {
    background: rgba(126, 193, 214, 0.2);
    border-color: rgba(244, 194, 122, 0.3);
    transform: translateX(3px);  /* Reduced from 5px */
}

.email-link:hover i {
    opacity: 1;
    transform: translateX(0);
}

.email-divider {
    color: rgba(255, 255, 255, 0.3);
    font-size: 18px;  /* Reduced from 24px */
    font-weight: 300;
}

/* Section Divider */
.section-divider {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0 20px;  /* Reduced margins */
}

.divider-line {
    flex: 1;
    height: 1px;  /* Reduced from 2px */
    background: linear-gradient(90deg, transparent, #f4c27a, #7ec1d6, transparent);
}

.divider-icon {
    color: #f4c27a;
    font-size: 20px;  /* Reduced from 24px */
    animation: float 3s ease-in-out infinite;
}

/* Social Part */
.social-part {
    margin-top: 10px;  /* Added spacing */
}

/* Social Links - Reduced Size */
.social-links {
    display: flex;
    align-items: center;
     gap: 25px;  /* Reduced from 40px */
    margin: 25px 0 20px;  /* Reduced from 40px 0 30px */
    flex-wrap: nowrap;
    
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;  /* Reduced from 15px */
    padding: 4px 1px;  /* Reduced from 18px 40px */
    border-radius: 40px;  /* Reduced from 60px */
    text-decoration: none;
    color: #fff;
    font-size: 18px;  /* Reduced from 24px */
    font-weight: 600;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 180px;  /* Reduced from 220px */
    justify-content: center;
}

.instagram-link {
    background: linear-gradient(45deg, #f09433, #d62976, #962fbf);
 }

.youtube-link {
    background: linear-gradient(45deg, #ff0000, #cc0000);
 }

.social-icon {
    font-size: 24px;  /* Reduced from 32px */
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
    transition: all 0.4s ease;
}

.social-link:hover .social-icon {
    transform: rotate(360deg) scale(1.05);  /* Reduced scale */
}

.social-text {
     letter-spacing: 0.5px;  /* Reduced from 1px */
    font-size: 16px;  /* Added */
}

.social-arrow {
    font-size: 20px;  /* Reduced from 24px */
    transition: transform 0.3s ease;
    opacity: 0.8;
}

.social-link:hover .social-arrow {
    transform: translateX(5px);  /* Reduced from 10px */
}

/* Social Decoration - Reduced Size */
.social-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;  /* Reduced from 40px */
    margin-top: 25px;  /* Reduced from 50px */
}

.social-decoration i {
    font-size: 22px;  /* Reduced from 28px */
    color: #f4c27a;
    animation: float 3s ease-in-out infinite;
}

.social-decoration i:nth-child(2) {
    animation-delay: 0.5s;
    color: #7ec1d6;
}

.social-decoration i:nth-child(3) {
    animation-delay: 1s;
    color: #d2691e;
}

/* Animations */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;  /* Reduced from 0.7 */
        transform: scale(1.05);  /* Reduced from 1.1 */
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);  /* Reduced from -15px */
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Responsive Design */
@media screen and (max-width: 992px) {
    .section-title {
        font-size: 24px;  /* Further reduced */
        gap: 10px;
    }
    
    .title-decoration {
        width: 30px;
    }
    
    .services-tagline {
        font-size: 14px;
        padding: 10px 15px;
    }
    
    .whatsapp-btn {
        padding: 10px 25px;
        font-size: 16px;
    }
    
    .whatsapp-btn i {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .contact-social-section {
        padding: 30px 0 20px;
    }
    
    .section-title {
        font-size: 22px;
        flex-direction: column;
        gap: 5px;
    }
    
    .title-decoration {
        width: 60px;
    }
    
    .services-tagline {
        flex-direction: column;
        border-radius: 25px;
        text-align: center;
    }
    
    .tagline-dot {
        display: none;
    }
    
    .email-container {
        flex-direction: column;
        border-radius: 25px;
        padding: 12px;
    }
    
    .email-divider {
        display: none;
    }
    
    .email-item {
        flex-direction: column;
        text-align: center;
        width: 100%;
    }
    
    .social-links {
        gap: 15px;
    }
    
    .social-link {
        width: 100%;
        max-width: 250px;
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .section-title {
        font-size: 20px;
    }
    
    .services-tagline {
        font-size: 14px;
        padding: 8px 12px;
    }
    
    .whatsapp-btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 16px;
    }
    
    .email-item {
        width: 100%;
    }
    
    .email-link {
        width: 100%;
        justify-content: center;
        font-size: 13px;
        word-break: break-all;
    }
    
    .social-decoration {
        gap: 15px;
    }
    
    .social-decoration i {
        font-size: 18px;
    }
}

/* Book Section - Premium Design */
.book-section {
    margin-top: -302px;
    background: linear-gradient(135deg, #6fb0f3  0%, #ffffff 50%, #efefef 100%);    position: relative;
    overflow: hidden;
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #f4c27a, #d2691e, #7ec1d6) 1;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #7ec1d6, #d2691e, #f4c27a) 1;
}

/* Floating Background Elements */
.floating-element {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 194, 122, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.element-1 {
    top: -150px;
    left: -150px;
    animation: float 15s ease-in-out infinite;
}

.element-2 {
    bottom: -150px;
    right: -150px;
    background: radial-gradient(circle, rgba(126, 193, 214, 0.1) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite reverse;
}

.element-3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(210, 105, 30, 0.05) 0%, transparent 70%);
    animation: pulse 8s ease-in-out infinite;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

/* Book Badge */
.book-badge {
    position: relative;
    display: inline-block;
    margin: 0 auto 30px;
    padding: 8px 25px;
    background: linear-gradient(90deg, #7ae3f4, #ffffff);    border-radius: 40px;
    text-align: center;
    width: fit-content;
     animation: badgePulse 2s ease-in-out infinite;
}

 

.badge-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0.8);
    border-radius: 40px;
    animation: glowPulse 2s ease-in-out infinite;
}

/* Book Title - Stylish Typography */
.book-title {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 5px 0;
}

.title-word {
    font-weight: 900;
     text-transform: uppercase;
    line-height: 1.2;
    background: linear-gradient(135deg, #080807, #0a0909, #0d1011, #121212);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 300% 300%;
    position: relative;
}

.title-word-1 { font-size: 35px; }
.title-word-2 { font-size: 35px; }
 

/* Author Credit */
.author-credit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 10px;
}

.credit-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f4c27a, #7ec1d6, transparent);
}

.credit-text {
    color: black;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 300;
}

.author-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.name-highlight {
    font-size: 25px;
    font-weight: 700;
    color: black;
     letter-spacing: 2px;
    position: relative;
    padding: 0 10px;
}

.name-highlight::before,
.name-highlight::after {
    content: '✨';
    position: absolute;
    font-size: 16px;
    opacity: 0.5;
}

.name-highlight::before {
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.name-highlight::after {
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

/* Book Cover Mockup */
.book-cover-mockup {
    width: 200px;
    height: 280px;
    margin: 30px auto 25px;
    perspective: 1000px;
}

.mockup-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform: rotateY(-15deg) rotateX(5deg);
    transition: transform 0.5s ease;
    border-radius: 10px;
}

.mockup-inner:hover {
    transform: rotateY(-5deg) rotateX(5deg) translateY(-10px);
}

.mockup-spine {
    position: absolute;
    left: -20px;
    width: 20px;
    height: 100%;
    background: linear-gradient(90deg, #747372, #eeebea);
    transform: rotateY(90deg);
    transform-origin: right center;
    border-radius: 5px 0 0 5px;
}

.mockup-front {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(140deg, #70caae, #aecfd7, #cb6248);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }

.mockup-title {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.mockup-front img {
    width: 120%;
    height: 115%;
     border-radius: 10px;
     transition: transform 0.3s ease;
}
.mockup-front img:hover {
    transform: scale(1.05);
}
.mockup-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-style: italic;
}

/* Offer Tag */
.offer-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 30px 0 35px;
}

.offer-text {
    font-size: 48px;
    font-weight: 900;
    color: #f4c27a;
    animation: offerPulse 2s ease-in-out infinite;
}

.offer-badge {
    background: linear-gradient(135deg, #d2691e, #f4c27a);
    color: #fff;
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
 }

/* Book Buttons - Enhanced Design */
.book-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 40px 0 30px;
}

.book-btn {
    width: 70%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 25px;
    border-radius: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.4s ease;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
 }

 

.btn-amazon {
    background: linear-gradient(135deg, #ff9900, #ff6600);
}

.btn-flipkart {
    background: linear-gradient(135deg, #2874f0, #1e3c8f);
}

.btn-kindle {
    background: linear-gradient(135deg, #6f4e37, #3d2b1f);
}

.book-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.book-btn:hover::before {
    left: 100%;
}

.book-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.5);
}

.btn-icon {
    font-size: 32px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.book-btn:hover .btn-icon {
    transform: scale(1.1) rotate(5deg);
}

.btn-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.btn-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.btn-status {
    font-size: 12px;
    opacity: 0.8;
    font-style: italic;
}

.btn-arrow {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.book-btn:hover .btn-arrow {
    transform: translateX(5px);
}

.btn-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.6s ease;
    border-radius: 50%;
    pointer-events: none;
}

.book-btn:hover .btn-glow {
    transform: translate(-50%, -50%) scale(1);
}

 

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

 
.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.5px;
}

.stat-dot {
    width: 6px;
    height: 6px;
    background: #7ec1d6;
    border-radius: 50%;
 }

/* Book Decoration */
.book-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.book-decoration i {
    font-size: 24px;
    color: #f4c27a;
 }

.book-decoration i:nth-child(2) {
     color: #7ec1d6;
}

.book-decoration i:nth-child(3) {
     color: #d2691e;
}

 

@keyframes badgePulse {
    0%, 100% {
        box-shadow: 0 5px 20px rgba(210, 105, 30, 0.4);
    }
    50% {
        box-shadow: 0 5px 30px rgba(210, 105, 30, 0.8);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(0.8);
    }
    50% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes offerPulse {
    0%, 100% {
        text-shadow: 0 0 20px rgba(244, 194, 122, 0.5);
        transform: scale(1);
    }
    50% {
        text-shadow: 0 0 40px rgba(244, 194, 122, 0.8);
        transform: scale(1.05);
    }
}

/* Responsive Design */
@media screen and (max-width: 992px) {
    .title-word {
        font-size: 50px;
    }
    
    .name-highlight {
        font-size: 28px;
    }
    
    .offer-text {
        font-size: 40px;
    }
    
    .purchase-stats {
        gap: 20px;
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {
    .book-section {
        padding: 60px 0 40px;
    }
    
    .title-line {
        gap: 10px;
    }
    
    .title-word {
        font-size: 36px;
    }
    
    .author-name {
        gap: 10px;
    }
    
    .name-highlight {
        font-size: 22px;
    }
    
    .name-highlight::before,
    .name-highlight::after {
        display: none;
    }
    
    .offer-tag {
        flex-direction: column;
        gap: 10px;
    }
    
    .offer-text {
        font-size: 36px;
    }
    
    .book-buttons {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .purchase-stats {
        flex-direction: column;
        gap: 15px;
        border-radius: 30px;
    }
    
    .stat-dot {
        display: none;
    }
    
    .book-decoration {
        gap: 20px;
    }
    
    .book-decoration i {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .book-badge {
        padding: 6px 15px;
    }
    
    .badge-text {
        font-size: 12px;
        letter-spacing: 2px;
    }
    
    .title-word {
        font-size: 28px;
    }
    
    .credit-text {
        font-size: 14px;
        letter-spacing: 2px;
    }
    
    .name-highlight {
        font-size: 18px;
    }
    
    .book-cover-mockup {
        width: 160px;
        height: 220px;
    }
    
    .mockup-title {
        font-size: 24px;
    }
    
    .mockup-subtitle {
        font-size: 14px;
    }
    
    .offer-text {
        font-size: 30px;
    }
    
    .offer-badge {
        font-size: 12px;
        padding: 5px 15px;
    }
    
    .btn-label {
        font-size: 14px;
    }
    
    .btn-status {
        font-size: 10px;
    }
    
    
    
    .stat-label {
        font-size: 12px;
    }
}
 
/* Page Header */
.page-header.books-header {
    height: 0px;
    background: linear-gradient(135deg, #009ec8, #acc1e1);
    padding: 160px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(244,194,122,0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

.header-content {
    position: relative;
    z-index: 2;
}

.page-title {
    margin-top: -24px;
    font-size: 35px;
    color: #0a0909;
    margin-bottom: 15px;
}

.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.title-decoration .line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f4c27a, #7ec1d6, transparent);
}

.title-decoration i {
    color: #f4c27a;
    font-size: 24px;
    animation: float 3s ease-in-out infinite;
}

.page-subtitle {
    color:white;
    font-size: 18px;
    letter-spacing: 2px;
}

/* Featured Book */
 

.featured-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* 3D Book */
.featured-cover {
    position: relative;
    perspective: 1500px;
}

.book-3d {
    width: 300px;
    height: 400px;
    margin: 0 auto;
    position: relative;
 }

.book-3d-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.book-3d:hover .book-3d-inner {
    transform: rotateY(-5deg) rotateX(5deg) translateY(-10px);
}

.book-3d-front {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d2691e;
    border-radius: 10px 15px 15px 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

 

.book-3d-spine {
    position: absolute;
    left: -20px;
    width: 20px;
    transform: rotateY(90deg);
    transform-origin: right center;
    border-radius: 5px 0 0 5px;
}

.book-3d-back {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
     transform: translateZ(-20px) rotateY(180deg);
    border-radius: 10px;
}

.book-badge-featured {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #f4c27a, #d2691e);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(210,105,30,0.3);
    animation: badgePulse 2s ease-in-out infinite;
}

/* Featured Info */
.featured-info {
    padding: 20px;
}

.featured-title {
    font-size: 42px;
    color: #1a0f0a;
    margin-bottom: 10px;
    line-height: 1.2;
}

.featured-subtitle {
    font-size: 24px;
    color: #d2691e;
    margin-bottom: 20px;
    font-style: italic;
}

.featured-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
}

.meta-item i {
    color: #f4c27a;
}

.featured-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.featured-rating .stars i {
    color: #f4c27a;
    font-size: 18px;
}

 
 

.featured-price {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.featured-price .current-price {
    font-size: 32px;
    font-weight: 700;
    color: white;
}

.featured-price .original-price {
    font-size: 20px;
    color: white;
    text-decoration: line-through;
}

.featured-price .discount {
    background: #f4c27a;
    color: #1a0f0a;
    padding: 5px 15px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
}

.featured-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}





 

/* All Books Section */
.all-books {
    padding: 60px 0;
    background: #fff;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 36px;
    color: #1a0f0a;
    margin-bottom: 10px;
}

.section-desc {
    color: #666;
    font-size: 18px;
}

/* Filter Bar */
.filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    background: #f9f5f0;
    border-radius: 60px;
}

.filter-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 25px;
    border: none;
    background: transparent;
    color: #666;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    color: #d2691e;
}

.filter-btn.active {
    background: linear-gradient(135deg, #d2691e, #f4c27a);
    color: #fff;
}

.sort-select select {
    padding: 10px 30px 10px 20px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background: #fff;
    font-weight: 500;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

/* Books Grid */
.books-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.book-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.book-card-inner {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.book-card:hover .book-card-inner {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.book-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.book-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.book-card:hover .book-image img {
    transform: scale(1.1);
}

.book-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.book-card:hover .book-hover {
    opacity: 1;
}

.quick-view {
    background: #fff;
    color: #1a0f0a;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.book-card:hover .quick-view {
    transform: translateY(0);
}

.quick-view:hover {
    background: #f4c27a;
    color: #fff;
}

.book-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #d2691e, #f4c27a);
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.book-badge.new {
    background: linear-gradient(135deg, #7ec1d6, #d2691e);
}

.book-badge.coming {
    background: #666;
}

.book-info {
    padding: 20px;
}

.book-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a0f0a;
    margin-bottom: 5px;
}

.book-author {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.book-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.book-rating i {
    color: #f4c27a;
    font-size: 14px;
}

.book-rating span {
    color: #666;
    font-size: 13px;
    margin-left: 5px;
}

.book-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.book-price .price {
    font-size: 20px;
    font-weight: 700;
    color: #d2691e;
}

.book-price .old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.book-actions {
    display: flex;
    gap: 10px;
}

.book-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.add-to-cart, .wishlist {
    width: 40px;
    height: 40px;
    background: #f9f5f0;
    color: #d2691e;
}

.add-to-cart:hover, .wishlist:hover {
    background: #d2691e;
    color: #fff;
}

.view-details {
    flex: 1;
    background: #f9f5f0;
    color: #666;
}

.view-details:hover {
    background: #d2691e;
    color: #fff;
}

.preorder-btn {
    flex: 1;
    background: linear-gradient(135deg, #7ec1d6, #d2691e);
    color: #fff;
    padding: 12px !important;
}

.preorder-btn:hover {
    background: linear-gradient(135deg, #d2691e, #7ec1d6);
}

/* Load More Button */
.load-more {
    text-align: center;
    margin-top: 40px;
}

.load-more-btn {
    background: transparent;
    color: #d2691e;
    border: 2px solid #d2691e;
    padding: 15px 40px;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background: #d2691e;
    color: #fff;
}

/* Testimonials */
.book-testimonials {
    padding: 80px 0;
    background: linear-gradient(135deg, #f9f5f0, #fff);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.testimonial-rating {
    margin-bottom: 15px;
}

.testimonial-rating i {
    color: #f4c27a;
    font-size: 16px;
}

.testimonial-text {
    color: #444;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a0f0a;
    margin-bottom: 3px;
}

.testimonial-author span {
    font-size: 13px;
    color: #666;
}

/* Newsletter */
.book-newsletter {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a0f0a, #2d1b12);
}

.newsletter-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
    padding: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(244,194,122,0.3);
}

.newsletter-content h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
}

.newsletter-content p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    max-width: 500px;
}

.newsletter-form input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 40px;
    font-size: 16px;
}

.newsletter-form button {
    background: linear-gradient(135deg, #f4c27a, #d2691e);
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(210,105,30,0.3);
}

.newsletter-decoration {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.newsletter-decoration i {
    font-size: 40px;
    color: #f4c27a;
    animation: float 3s ease-in-out infinite;
}

.newsletter-decoration i:nth-child(2) {
    animation-delay: 0.5s;
    color: #7ec1d6;
}

.newsletter-decoration i:nth-child(3) {
    animation-delay: 1s;
    color: #d2691e;
}

/* Animations */
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes bookFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes badgePulse {
    0%, 100% { box-shadow: 0 5px 15px rgba(210,105,30,0.3); }
    50% { box-shadow: 0 5px 25px rgba(210,105,30,0.6); }
}

/* Responsive */
@media screen and (max-width: 992px) {
    .featured-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .featured-meta {
        justify-content: center;
    }
    
    .featured-buttons {
        justify-content: center;
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .newsletter-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .newsletter-form {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .page-title {
        font-size: 36px;
    }
    
    .filter-bar {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-tabs {
        justify-content: center;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .featured-title {
        font-size: 32px;
    }
    
    .featured-subtitle {
        font-size: 20px;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .page-title {
        font-size: 28px;
    }
    
    .page-subtitle {
        font-size: 16px;
    }
    
    .featured-title {
        font-size: 28px;
    }
    
    .featured-price {
        flex-direction: column;
    }
    
    .featured-buttons {
        flex-direction: column;
    }
    
    .btn-primary.book-now,
    .btn-secondary.preview {
        width: 100%;
        justify-content: center;
    }
    
    .books-grid {
        grid-template-columns: 1fr;
    }
}
/* books page end */
/*buy books start */
.page-header-banner {
    width: 100%;
    height: 300px;
    background: url('assets/images/BookGoogleForm/header.png') no-repeat center center/cover;
}

/*buy books end */
