.dropdown-item.active,
.dropdown-item:active {
    background-color: #000000;
    color: #fff;
}

.hero-section {
    padding: 180px 0 100px;
    position: relative;
    overflow: hidden;
}

/* Video wrapper ensures overlay only affects the video */
.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.hero-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark overlay over video only */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.219);
    /* adjust darkness here */
    z-index: 1;
}


/* Keep everything else above the video */
.hero-shape,
.hero-title,
.hero-subtitle,
.hero-buttons,
.hero-stats,
.hero-image {
    position: relative;
    z-index: 2;
}


.rounded-3 {
    background-color: #000;
}

.brand-section {
    background: linear-gradient(145deg, #000, #dc6e21);
    ;
}

.brand-section h2,
h4 {
    color: #dc6e21 !important;
    letter-spacing: 1px;
}

.brand-section p {
    line-height: 1.7;
}

@media (max-width: 767px) {
    .brand-section h2 {
        font-size: 1.8rem;
    }
}

.about-hero {
    min-height: 70vh;
    background: linear-gradient(135deg, #000000 0%, #0a0a0a 40%, #dc6e21 100%),
        url('assets/img/about-hero.webp') center/cover no-repeat;
    position: relative;
}

.about-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 20%);
    z-index: 1;
}

.about-hero .highlight {
    color: #ff7b00;
}

.Shadow1 {
    box-shadow: 0 4px 50px #ff7b00;
}

/* ===== STORY SECTION ===== */
.about-story {
    background: radial-gradient(circle at 30% 50%, rgba(255, 123, 0, 0.1), #000);
}

/* ===== MISSION SECTION ===== */
.mission-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1b1b1b 70%, #dc6e21 100%);
}

.value-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 123, 0, 0.3);
}

/* ===== STATS SECTION ===== */
.stats-section {
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stats-section h2 {
    color: #ff7b00;
}

/* ===== TEAM SECTION ===== */
.team-section {
    background: radial-gradient(circle at 70% 50%, rgba(255, 123, 0, 0.1), #000);
}

.team-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.4s;
}

.team-card img {
    border-radius: 20px;
    height: 200px;
    width: auto;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 123, 0, 0.3);
}

@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 2.2rem;
    }
}

.showcase-container {
    max-width: 1400px;
    margin: 0 auto;
}

.showcase-header {
    text-align: center;
    margin-bottom: 60px;
}

.showcase-header h1 {
    font-size: 3.5rem;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 0 4px 20px rgba(220, 110, 33, 0.3);
}

.showcase-header p {
    font-size: 1.1rem;
    color: #b0b0b0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.accent-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #dc6e21 0%, #ff8c42 100%);
    margin: 20px auto 30px;
    border-radius: 2px;
}

.books-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px;
    padding: 40px 20px;
}

@media (max-width: 1024px) {
    .books-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .books-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .showcase-header h1 {
        font-size: 2.5rem;
    }
}

.book-item {
    perspective: 1000px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Diamond Frame */
.diamond-frame {
    width: 280px;
    height: 280px;
    background: linear-gradient(135deg, rgba(220, 110, 33, 0.2) 0%, rgba(220, 110, 33, 0.05) 100%);
    transform: rotate(45deg);
    position: relative;
    border: 3px solid #dc6e21;
    box-shadow:
        0 0 20px rgba(220, 110, 33, 0.6),
        0 0 40px rgba(220, 110, 33, 0.3),
        inset 0 0 20px rgba(220, 110, 33, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.book-item:hover .diamond-frame {
    box-shadow:
        0 0 30px rgba(220, 110, 33, 0.8),
        0 0 60px rgba(220, 110, 33, 0.5),
        inset 0 0 30px rgba(220, 110, 33, 0.2),
        0 20px 40px rgba(0, 0, 0, 0.5);
    transform: rotate(45deg) scale(1.05);
}

.book-cover {
    width: 200px;
    height: 290px;
    background-size: cover;
    background-position: center;
    transform: rotate(-45deg);
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border: 3px solid #dc6e21;
    box-shadow:
        0 0 20px rgba(220, 110, 33, 0.6),
        0 0 40px rgba(220, 110, 33, 0.3),
        inset 0 0 20px rgba(220, 110, 33, 0.1);

}

.book-item:hover .book-cover {
    transform: rotate(-45deg) translateY(-20px) scale(1.08);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.9),
        0 10px 25px rgba(220, 110, 33, 0.5);
}


/* Book Overlay */
.book-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.95) 60%);
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 3;
    text-align: center;
    color: white;
}

.book-item:hover .book-overlay {
    transform: translateY(0);
}

.book-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.book-author {
    font-size: 0.9rem;
    color: #dc6e21;
    margin-bottom: 12px;
    font-weight: 500;
}

.learn-more-btn {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #dc6e21 0%, #ff8c42 100%);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(220, 110, 33, 0.4);
}

.learn-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 110, 33, 0.6);
    background: linear-gradient(135deg, #ff8c42 0%, #dc6e21 100%);
    color: #fff;
}

/* Decorative background elements */
.background-glow {
    position: fixed;
    pointer-events: none;
    z-index: 0;
}

.glow-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(220, 110, 33, 0.1) 0%, transparent 70%);
    top: 10%;
    left: 5%;
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.glow-2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(220, 110, 33, 0.08) 0%, transparent 70%);
    bottom: 10%;
    right: 5%;
    border-radius: 50%;
    animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(30px);
    }
}

.content-wrapper {
    position: relative;
    z-index: 1;
}

@media (max-width: 480px) {
    .showcase-header h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .showcase-header p {
        font-size: 0.95rem;
        padding: 0 15px;
    }

    .books-grid {
        gap: 40px;
        padding: 20px 10px;
    }

    .book-item {
        height: 320px;
    }

    .diamond-frame {
        width: 220px;
        height: 220px;
        border-width: 2px;
    }

    .book-cover {
        width: 155px;
        height: 225px;
    }

    .book-item:hover .book-cover {
        transform: rotate(-45deg) translateY(-15px) scale(1.05);
    }

    .book-title {
        font-size: 1rem;
    }

    .book-author {
        font-size: 0.85rem;
    }

    .learn-more-btn {
        padding: 6px 16px;
        font-size: 0.8rem;
    }
}

.highlight {
    color: #dc6e21;
}

.contact-hero {
    min-height: 40vh;
    background: linear-gradient(135deg, #000000 0%, #0a0a0a 30%, #dc6e21 100%),
        url('assets/img/contact-bg.webp') center/cover no-repeat;
    position: relative;
}

.contact-hero h1 {
    color: #fff;
}

h3,
h2 {
    color: white;
}

.contact-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.178);
    z-index: 1;
}

.contact-hero .highlight {
    color: #ff7b00;
}



.mt-3 {
    color: #fff;
}

.mi {
    color: #fff;
}


.best-seller-badge {
    display: inline-block;
    margin-bottom: 15px;
    background: #dc6e21;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}


.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    font-weight: 600;
    color: #333;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    transition: 0.3s;
}

.nav-tabs .nav-link.active {
    background: #dc6e21;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pricing-card {
    background: #1a1a1a;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid #dc6e21;
    height: 700px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #dc6e21 transparent;
}

.pricing-card h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #dc6e21;
}

.pricing-card h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

.pricing-card ul {
    padding: 0;
    margin: 0 0 20px;
}

.pricing-card ul li {
    list-style: none;
    margin: 10px 0;
    font-size: 15px;
    color: #fff;
}

.pricing-card ul li i {
    color: #dc6e21;
    margin-right: 8px;
}

.pricing-card .btn {
    background-color: #dc6e21;
    border-radius: 30px;
    padding: 10px 24px;
    font-weight: 600;
}

.pricing-section {
    background: linear-gradient(135deg, #000000 0%, #0a0a0a 30%, #dc6e21 100%);
}

.pricing-card::-webkit-scrollbar {
    width: 8px;
}

.pricing-card::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.pricing-card::-webkit-scrollbar-thumb {
    background-color: #dc6e21;
    border-radius: 10px;
    border: 2px solid #1a1a1a;
}

.pricing-card::-webkit-scrollbar-thumb:hover {
    background-color: #ff8f3c;
    border: 2px solid #1a1a1a;
}

/* ====== CONTACT SECTION ====== */
.contact-section {
    background: Linear-gradient(135deg, #000000 0%, #0a0a0a 30%, #dc6e21 100%);
}

.contact-form-box {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: all 0.4s ease;
}

.contact-form-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* ====== INPUT STYLES ====== */
.form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #ff7b00;
    box-shadow: none;
    color: #fff;
}

/* ====== BUTTON ====== */
.btn-primary {
    background: linear-gradient(90deg, #ff7b00, #dc6e21);
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(255, 123, 0, 0.6);
}

/* ====== CONTACT INFO ====== */
.contact-info p {
    font-size: 0.95rem;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.8);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
    .contact-hero h1 {
        font-size: 2.2rem;
    }

    .contact-form-box {
        padding: 2rem;
    }
}


/* marque css start  */
.marquee {
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee__inner {
    display: flex;
    width: max-content;
}

.marquee__group {
    display: flex;
    align-items: center;
}

.marquee__group span {
    margin: 0 0.7rem;
}

/* .marqueeimg {
    width: 100px;
} */


/* FIRST LINE: Moves left */
.marquee-left .marquee__inner {
    animation: marqueeLeft 40s linear infinite;
}

/* SECOND LINE: Moves right */
.marquee-right .marquee__inner {
    animation: marqueeRight 30s linear infinite;
}

/* Left direction */
@keyframes marqueeLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Right direction */
@keyframes marqueeRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}


/* marque css end  */

/* scroll bar css start  */

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #dc6e21;
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 20px;
    border: 1px solid #dc6e21;
}

/* scroll bar css end  */

.card-custom {
    background: linear-gradient(145deg, rgba(20, 20, 20, 0.95), rgba(0, 0, 0, 0.8));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
    position: relative;
    height: 420px;
}

.card-custom::before {
    pointer-events: none;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(220, 110, 33, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card-custom:hover::before {
    opacity: 1;
}


/* marque css start  */
.marquee1 {
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee__inner1 {
    display: flex;
    width: max-content;
}

.marquee__group1 {
    display: flex;
    align-items: center;
}

.marquee__group1 span {
    margin: 0 1.5rem;
}

.marqueeimg1 {
    filter: invert();
}


/* FIRST LINE: Moves left */
.marquee-left1 .marquee__inner1 {
    animation: marqueeLeft 30s linear infinite;
}


/* Left direction */
@keyframes marqueeLeft1 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


/* marque css end  */

/* loader css start  */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-logo {
    width: 350px;
    height: auto;
    margin-bottom: 20px;
    animation: flash 6s ease-in-out infinite normal;
}

/* loader css end  */