/* ===== Ojas Astro – WooCommerce Cart Redesign ===== */
:root {
    --clr-primary: #B8860B;
    --clr-primary-dark: #8B6508;
    --clr-saffron: #FF9933;
    --clr-cream: #FFF9F0;
    --clr-dark: #1A1A2E;
    --clr-text: #444444;
    --font-heading: 'Cinzel', serif;
    --font-body: 'Poppins', sans-serif;
}

/* কন্টেইনার সেন্টার ও ব্যাকগ্রাউন্ড কসমিক */
.woocommerce-cart .site-main {
    background: unset;
    padding: 40px 0;
}
/* পুরো কার্ট ব্লকের মোড়ক */
.wc-block-cart {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(8px);
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.6);
}

/* টেবিল হেডার */
.wc-block-cart-items__header {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--clr-primary);
    border-bottom: 2px solid var(--clr-primary);
}

/* প্রতিটি প্রোডাক্ট সারি – গ্লাস কার্ড স্টাইল */
.wc-block-cart-items__row {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    margin: 15px 0;
    transition: all 0.3s ease;
}
.wc-block-cart-items__row:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.9);
}

/* প্রোডাক্ট নাম */
.wc-block-components-product-name {
    font-family: var(--font-heading);
    color: var(--clr-dark);
    font-weight: 600;
    text-decoration: none;
}
.wc-block-components-product-name:hover {
    color: var(--clr-primary);
}

/* দামের স্টাইল */
.price del {
    color: #999;
    font-size: 0.85em;
}
.price ins {
    text-decoration: none;
    font-weight: 700;
    color: var(--clr-primary);
    font-size: 1.1em;
}

/* কোয়ান্টিটি সিলেক্টর */
.wc-block-components-quantity-selector {
    border-radius: 40px;
    background: white;
    border: 1px solid #e0d6c8;
}
.wc-block-components-quantity-selector__input {
    font-weight: 600;
}

/* রিমুভ বাটন */
.wc-block-cart-item__remove-link {
    color: #d9534f;
    transition: all 0.2s;
}
.wc-block-cart-item__remove-link:hover {
    color: #c9302c;
    transform: scale(1.1);
}

/* সাইডবার (টোটাল সেকশন) – গ্লাস কার্ড */
.wc-block-components-sidebar {
    background: rgba(255,249,240,0.8);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 20px !important;
    border: 1px solid rgba(184,134,11,0.3);
}

/* কার্ট টোটাল হেডিং */
.wc-block-cart__totals-title {
    font-family: var(--font-heading);
    color: var(--clr-dark);
    font-size: 1.5rem;
    border-left: 4px solid var(--clr-primary);
    padding-left: 15px;
}

/* কুপন টগল বাটন */
.wc-block-components-panel__button {
    color: var(--clr-primary);
    font-weight: 600;
}
.wc-block-components-panel__button:hover {
    color: var(--clr-primary-dark);
}

/* চেকআউট বাটন */
.wc-block-cart__submit-button {
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-primary-dark)) !important;
    border: none !important;
    border-radius: 40px !important;
    padding: 12px 30px !important;
    font-family: var(--font-body);
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.wc-block-cart__submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(184,134,11,0.4);
    background: linear-gradient(135deg, var(--clr-primary-dark), #6b4c0a) !important;
	color:#fff !important;
}

/* সেল ব্যাজ (Save XXX) */
.wc-block-components-sale-badge {
    background-color: var(--clr-saffron);
    color: #1a1a2e;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.7rem;
    padding: 4px 10px;
}

/* মোবাইল রেস্পন্সিভ */
@media (max-width: 768px) {
    .wc-block-cart {
        padding: 15px;
    }
    .wc-block-cart-items__row {
        flex-direction: column;
    }
}


.alignwide {
    margin-inline: 0 !important;
}


.wc-block-components-sidebar-layout.wc-block-cart {
    padding-top: 50px !important;
}





/* ============================================
   OJAS ASTRO - WOOCOMMERCE CHECKOUT PAGE
   গ্লাসমরফিজম, 3D টিল্ট, কসমিক ভাইব
============================================ */

/* পুরো চেকআউট পেজের ব্যাকগ্রাউন্ড */
.woocommerce-checkout .site-main {
    background: unset;
    position: relative;
    overflow-x: clip;
}

/* মূল কন্টেইনার – গ্লাস এফেক্ট */
.wc-block-checkout {
    max-width: 1300px;
    margin: 2rem auto;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(12px);
    border-radius: 32px;
    padding: 2rem;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

/* ফর্ম সেকশন (বাম পাশ) */
.wc-block-checkout__main {
    background: transparent;
}

/* প্রতিটি ফিল্ডসেট – গ্লাস কার্ড */
.wc-block-components-checkout-step {
    background: rgba(255, 248, 235, 0.6);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    padding: 0.5rem 1rem 1.5rem 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(184, 134, 11, 0.25);
    transition: all 0.3s ease;
}

.wc-block-components-checkout-step:hover {
    border-color: rgba(184, 134, 11, 0.6);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* হেডিং স্টাইল */
.wc-block-components-checkout-step__title,
.wc-block-components-title {
    font-family: 'Cinzel', serif;
    color: #1A1A2E;
    font-weight: 600;
    font-size: 1.2rem;
    border-left: 4px solid #B8860B;
    padding-left: 12px;
    margin-bottom: 1rem;
}

/* ইনপুট ফিল্ড – গ্লাস স্টাইল */
.wc-block-components-text-input input,
.wc-block-components-text-input textarea,
.wc-block-components-country-input select,
.wc-block-components-state-input select {
    background: rgba(255, 255, 255, 0.85) !important;
    border: 1px solid rgba(184, 134, 11, 0.3) !important;
    border-radius: 16px !important;
    padding: 12px 16px !important;
    font-family: 'Poppins', sans-serif;
    transition: all 0.2s;
}

.wc-block-components-text-input input:focus,
.wc-block-components-country-input select:focus {
    border-color: #B8860B !important;
    box-shadow: 0 0 0 2px rgba(184, 134, 11, 0.2) !important;
    outline: none;
}

/* লেবেল স্টাইল */
.wc-block-components-text-input label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #5a3e1b;
}

/* রেডিও বাটন (শিপিং মেথড, পেমেন্ট) */
.wc-block-components-radio-control__option {
    background: rgba(255, 245, 235, 0.7);
    border-radius: 20px;
    margin: 8px 0;
    padding: 12px 16px;
    border: 1px solid transparent;
    transition: all 0.2s;
}

.wc-block-components-radio-control__option-checked {
    background: rgba(184, 134, 11, 0.1);
    border-color: #B8860B;
}

.wc-block-components-radio-control__label {
    font-weight: 600;
    color: #2c2c3a;
}

/* সাইডবার (অর্ডার সামারি) – আরো শক্ত গ্লাস */
.wc-block-checkout__sidebar {
    background: rgba(255, 249, 240, 0.75);
    backdrop-filter: blur(16px);
    border-radius: 28px;
    padding: 1.2rem;
    border: 1px solid rgba(184, 134, 11, 0.4);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

/* অর্ডার সামারি টাইটেল */
.wc-block-components-checkout-order-summary__title-text {
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
    color: #1A1A2E;
}

/* প্রোডাক্ট আইটেম স্টাইল */
.wc-block-components-order-summary-item {
    border-bottom: 1px solid rgba(184, 134, 11, 0.2);
    padding: 12px 0;
}

.wc-block-components-product-name {
    font-weight: 600;
    color: #2c2c3a;
}

/* টোটাল ফুটার */
.wc-block-components-totals-footer-item {
    border-top: 2px solid #B8860B;
    margin-top: 12px;
    padding-top: 12px;
}

/* প্লেস অর্ডার বাটন – স্পেশাল গ্রেডিয়েন্ট */
.wc-block-components-checkout-place-order-button {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 99999 !important;

    width: 100% !important;

    padding: 18px 20px !important;

    border: none !important;
    border-radius: 0 !important;

    color: #fff !important;
    font-weight: 600;
    font-size: 16px;

    background: linear-gradient(
        135deg,
        #3b82f6,
        #60a5fa,
        #93c5fd
    ) !important;

    background-size: 200% 200%;
    animation: gradient-flow-1 6s ease infinite;

    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);

    overflow: hidden;
}

/* Shine effect */
.wc-block-components-checkout-place-order-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    animation: glitter-shine-1 3s infinite;
}

/* text styling */
.wc-block-components-checkout-place-order-button__text {
    color: #fff !important;
}

/* animations */
@keyframes gradient-flow-1 {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes glitter-shine-1 {
    100% { left: 200%; }
}

.wc-block-components-checkout-place-order-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(184, 134, 11, 0.3);
    background: linear-gradient(135deg, #9c6f0a, #6b4c0a) !important;
}

/* রিটার্ন টু কার্ট বাটন */
.wc-block-components-checkout-return-to-cart-button {
    color: #B8860B;
    font-weight: 500;
    text-decoration: none;
}

/* কুপন প্যানেল স্টাইল */
.wc-block-components-panel__button {
    color: #B8860B;
    font-weight: 600;
}

/* তারকা ব্যাকগ্রাউন্ডের জন্য */
.site-main {
    position: relative;
}

/* ===== রেসপনসিভ ===== */
@media (max-width: 768px) {
    .wc-block-checkout {
        padding: 1rem;
        margin: 1rem;
    }
    .wc-block-components-checkout-step {
        padding: 0.5rem;
    }
}




.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    max-width: 48px;
    width: 48px;
    border-radius: 10px;
}















/* ============================================
   OJAS ASTRO - WOOCOMMERCE MY ACCOUNT PAGE
   গ্লাসমরফিজম, সাইডবার নেভিগেশন, কসমিক ভাইব
============================================ */

/* পুরো পেজের ব্যাকগ্রাউন্ড */
.woocommerce-account .site-main {
    background: unset;
    position: relative;
    overflow-x: clip;
    padding: 2rem 0;
}

/* মেইন কন্টেইনার – গ্লাস বক্স */
.woocommerce-account .woocommerce {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    border-radius: 32px;
    padding: 2rem;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

/* সাইডবার নেভিগেশন – গ্লাস কার্ড */
.woocommerce-MyAccount-navigation {
    flex: 1 1 250px;
    background: rgba(255, 248, 235, 0.7);
    backdrop-filter: blur(8px);
    border-radius: 28px;
    padding: 1rem;
    border: 1px solid rgba(184, 134, 11, 0.3);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin: 8px 0;
    border-radius: 40px;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 10px 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #2c2c3a;
    text-decoration: none;
    border-radius: 40px;
    transition: all 0.2s;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    background: rgba(184, 134, 11, 0.15);
    color: #B8860B;
    transform: translateX(5px);
}

/* কন্টেন্ট এলাকা – গ্লাস কার্ড */
.woocommerce-MyAccount-content {
    flex: 3 1 500px;
    background: rgba(255, 249, 240, 0.6);
    backdrop-filter: blur(8px);
    border-radius: 28px;
    padding: 1.5rem;
    border: 1px solid rgba(184, 134, 11, 0.25);
}

/* অভিবাদন টেক্সট */
.woocommerce-MyAccount-content p strong {
    color: #B8860B;
}

.woocommerce-MyAccount-content a {
    color: #B8860B;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

/* অর্ডার টেবিল স্টাইল (orders পেজ) */
.woocommerce-account table.shop_table {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    border: 1px solid rgba(184, 134, 11, 0.2);
    width: 100%;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
    padding: 12px;
    border-bottom: 1px solid rgba(184, 134, 11, 0.1);
}

/* অ্যাড্রেসেস পেজের কার্ড */
.woocommerce-Address {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(184, 134, 11, 0.2);
}

.woocommerce-Address-title h3 {
    font-family: 'Cinzel', serif;
    color: #1A1A2E;
}

/* এডিট অ্যাকাউন্ট ফর্ম (এডিট-অ্যাকাউন্ট ও এডিট-অ্যাড্রেস) */
.woocommerce-EditAccountForm fieldset,
.edit-address .woocommerce-Address-form {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    padding: 1.5rem;
    border: 1px solid rgba(184, 134, 11, 0.2);
}

.woocommerce-EditAccountForm input,
.edit-address input,
.edit-address select {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    border: 1px solid #e0d6c8;
    padding: 10px 15px;
}

/* বাটন স্টাইল */
.woocommerce-Button,
button[name="save_address"],
button[name="save_account_details"] {
    background: linear-gradient(135deg, #B8860B, #8B6508) !important;
    border: none;
    border-radius: 40px;
    padding: 8px 24px;
    color: white;
    font-weight: 600;
    transition: all 0.3s;
}

.woocommerce-Button:hover,
button[name="save_address"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(184, 134, 11, 0.4);
}

/* লগইন ফর্ম (লগআউট অবস্থায়) */
.woocommerce-form-login {
    max-width: 500px;
    margin: 0 auto;
    background: rgba(255, 249, 240, 0.7);
    backdrop-filter: blur(12px);
    border-radius: 32px;
    padding: 2rem;
    border: 1px solid rgba(184, 134, 11, 0.3);
}

.woocommerce-form-login .form-row label {
    font-weight: 600;
    color: #2c2c3a;
}

.woocommerce-form-login .button {
    background: #B8860B;
    border-radius: 40px;
    padding: 10px 24px;
    font-weight: 600;
}

/* রেসপনসিভ */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
        padding: 1rem;
    }
    .woocommerce-MyAccount-navigation li a {
        text-align: center;
    }
}






/* ============================================
   OJAS ASTRO - SHOP PAGE (FULLY FIXED GRID)
   সমান কার্ড, কোনো স্ট্রেচিং নেই, রেসপনসিভ
============================================ */

/* পুরো পেজের ব্যাকগ্রাউন্ড */
.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main {
    background: unset;
    position: relative;
    padding: 2rem 0;
}

/* গ্রিড কন্টেইনার – সব সমান সাইজের */
ul.products {
    display: unset;
    grid-template-columns: repeat(4, 1fr);  /* ডেস্কটপে ৪টি কলাম */
    gap: 30px;
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

/* প্রতিটি কার্ডের স্টাইল */
ul.products li.product {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(16px);
    border-radius: 32px;
    padding: 1.2rem 1.2rem 1.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    border: 1px solid rgba(184, 134, 11, 0.2);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
    width: auto;           /* গ্রিডের কলাম প্রস্থ অনুসরণ করবে */
    max-width: 100%;
}

/* হোভার ইফেক্ট */
ul.products li.product:hover {
    transform: translateY(-12px) scale(1.02);
    background: rgba(255, 255, 255, 0.85);
    border-color: #B8860B;
    box-shadow: 0 30px 45px -12px rgba(184, 134, 11, 0.3);
}

/* শাইন ওভারলে */
ul.products li.product::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
    pointer-events: none;
}
ul.products li.product:hover::before {
    left: 100%;
}

/* ইমেজ */
ul.products li.product img {
    border-radius: 28px;
    margin-bottom: 1rem;
    transition: all 0.4s;
    box-shadow: 0 8px 18px rgba(0,0,0,0.05);
    width: 100%;
    height: auto;
    object-fit: cover;
}
ul.products li.product:hover img {
    transform: scale(1.05);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* টাইটেল */
ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1A1A2E;
    margin: 12px 0 8px;
}

/* দাম */
ul.products li.product .price {
    font-weight: 800;
    color: #B8860B;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: baseline;
    margin: 10px 0;
}
ul.products li.product .price del {
    color: #999;
    font-size: 0.9rem;
}
ul.products li.product .price ins {
    text-decoration: none;
    background: none;
}

/* সেল ব্যাজ */
ul.products li.product .onsale {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, #E85A2D, #B3471A);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 40px;
    z-index: 5;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* অ্যাড টু কার্ট বাটন */
ul.products li.product .button {
    background: linear-gradient(135deg, #B8860B, #8B6508);
    color: white;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
    transition: all 0.3s;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
ul.products li.product .button:hover {
    background: linear-gradient(135deg, #a07508, #6b4c0a);
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(184, 134, 11, 0.4);
}

/* রেজাল্ট কাউন্ট ও অর্ডারিং */
.woocommerce-result-count,
.woocommerce-ordering {
    background: rgba(255, 248, 235, 0.8);
    backdrop-filter: blur(8px);
    border-radius: 40px;
    padding: 6px 18px;
    display: inline-block;
    margin-bottom: 25px;
}

/* ========== রেসপনসিভ ========== */
@media (max-width: 1200px) {
    ul.products {
        grid-template-columns: repeat(3, 1fr);  /* ৩টি কলাম */
        gap: 25px;
    }
}
@media (max-width: 768px) {
    ul.products {
        grid-template-columns: repeat(2, 1fr);  /* ২টি কলাম */
        gap: 20px;
    }
    ul.products li.product .woocommerce-loop-product__title {
        font-size: 0.9rem;
    }
    ul.products li.product .price {
        font-size: 1rem;
    }
}
@media (max-width: 540px) {
    ul.products {
        grid-template-columns: 1fr;  /* ১টি কলাম */
        gap: 20px;
    }
}

/* তারকা পার্টিকেল (আগের মত) */
.ojas-star-shop {
    position: absolute;
    background: #FFD700;
    border-radius: 50%;
    opacity: 0;
    animation: twinkle 3s infinite;
    pointer-events: none;
    z-index: 0;
}
@keyframes twinkle {
    0%, 100% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 0.8; transform: scale(1); }
}

/* স্ক্রল রিভিল এফেক্ট */
.ojas-shop-scroll-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.ojas-shop-revealed {
    opacity: 1;
    transform: translateY(0);
}










/* ============================================
   OJAS ASTRO - BLOG ARCHIVE PAGE (GLASS + GOLDEN)
   শুধু blogs / blog archive পেজের জন্য
============================================ */

/* ব্লগ আর্কাইভ পেজ শনাক্তকরণ */
body.blog .site-main,
body.archive .site-main,
body.post-type-archive-post .site-main {
    background: unset;
    position: relative;
    padding: 2rem 0;
	margin-bottom:80px ;
}

/* মূল কন্টেইনার – সেন্টার ও গ্লাস ব্যাকড্রপ */
body.blog .page-content,
body.archive .page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

/* প্রতিটি পোস্ট কার্ড – গ্লাসমরফিক */
body.blog .post,
body.archive .post {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(16px);
    border-radius: 32px;
    padding: 1.2rem;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    border: 1px solid rgba(184, 134, 11, 0.2);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 800px;
}

/* হোভার ইফেক্ট – উপরে উঠা + গ্লো */
body.blog .post:hover,
body.archive .post:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.85);
    border-color: #B8860B;
    box-shadow: 0 30px 45px -12px rgba(184, 134, 11, 0.3);
}

/* শাইন ওভারলে (হোভারে চকচকে) */
body.blog .post::before,
body.archive .post::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
    pointer-events: none;
}
body.blog .post:hover::before,
body.archive .post:hover::before {
    left: 100%;
}

/* ফিচার্ড ইমেজ */
body.blog .post img,
body.archive .post img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 1rem;
    transition: transform 0.5s ease, box-shadow 0.3s;
    box-shadow: 0 8px 18px rgba(0,0,0,0.05);
}
body.blog .post:hover img,
body.archive .post:hover img {
    transform: scale(1.03);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* টাইটেল */
body.blog .entry-title,
body.archive .entry-title {
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0.5rem 0;
    line-height: 1.3;
}
body.blog .entry-title a,
body.archive .entry-title a {
    color: #1A1A2E;
    text-decoration: none;
    transition: color 0.3s;
}
body.blog .entry-title a:hover,
body.archive .entry-title a:hover {
    color: #B8860B;
    text-decoration: underline;
}

/* এক্সার্প্ট (প্যারাগ্রাফ) */
body.blog .post p,
body.archive .post p {
    color: #444;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0.8rem 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* রেসপনসিভ: মোবাইলে ১ কলাম */
@media (max-width: 768px) {
    body.blog .page-content,
    body.archive .page-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    body.blog .post img,
    body.archive .post img {
        height: 180px;
    }
    body.blog .entry-title,
    body.archive .entry-title {
        font-size: 1.1rem;
    }
}

/* তারকা পার্টিকেল (ব্যাকগ্রাউন্ডে) */
body.blog .site-main::before,
body.archive .site-main::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.ojas-blog-star {
    position: absolute;
    background: #FFD700;
    border-radius: 50%;
    opacity: 0;
    animation: twinkle 3s infinite;
    pointer-events: none;
    z-index: 0;
}
@keyframes twinkle {
    0%, 100% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 0.8; transform: scale(1); }
}

/* স্ক্রল রিভিল অ্যানিমেশন */
.ojas-blog-scroll-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.ojas-blog-revealed {
    opacity: 1;
    transform: translateY(0);
}





/* ============================================
   OJAS ASTRO - SINGLE BLOG POST PAGE
   গ্লাসমরফিক কন্টেন্ট, মন্তব্যের ফর্ম স্টাইল
============================================ */

/* সিঙ্গেল পোস্ট পেজ শনাক্তকরণ */
body.single-post .site-main {
    background: unset;
    position: relative;
    padding: 2rem 20px;
	margin-bottom:80px ;
}

/* মূল কন্টেন্ট কন্টেইনার */
body.single-post .site-main {
    max-width: 900px;
    margin: 0 auto;
}

/* পেজ হেডার + কন্টেন্টের জন্য গ্লাস কার্ড */
body.single-post .page-header,
body.single-post .page-content,
body.single-post .comments-area {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    border-radius: 32px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(184, 134, 11, 0.25);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* হোভারে কার্ডের ইফেক্ট (ঐচ্ছিক) */
body.single-post .page-content:hover {
    border-color: #B8860B;
    box-shadow: 0 25px 40px -12px rgba(184, 134, 11, 0.2);
}

/* টাইটেল স্টাইল */
body.single-post .entry-title {
    font-family: 'Cinzel', serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1A1A2E;
    margin: 0;
    line-height: 1.2;
    border-left: 5px solid #B8860B;
    padding-left: 20px;
}

/* কন্টেন্টের সব টেক্সট */
body.single-post .page-content {
    font-family: 'Poppins', sans-serif;
    color: #2c2c3a;
    line-height: 1.8;
    font-size: 1rem;
}

/* হেডিং (h2, h3) */
body.single-post .page-content h2,
body.single-post .page-content h3 {
    font-family: 'Cinzel', serif;
    color: #1A1A2E;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
body.single-post .page-content h2 {
    font-size: 1.6rem;
    border-left: 3px solid #B8860B;
    padding-left: 15px;
}
body.single-post .page-content h3 {
    font-size: 1.3rem;
}

/* ইমেজ */
body.single-post .page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 1rem 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
body.single-post .page-content img:hover {
    transform: scale(1.01);
}

/* লিস্ট স্টাইল */
body.single-post .page-content ul,
body.single-post .page-content ol {
    padding-left: 1.5rem;
    margin: 1rem 0;
}
body.single-post .page-content li {
    margin: 0.4rem 0;
}

/* কমেন্টস এলাকা */
body.single-post .comments-area {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
}

/* কমেন্ট ফর্ম */
body.single-post .comment-respond {
    background: rgba(255, 248, 235, 0.5);
    border-radius: 24px;
    padding: 1.5rem;
}
body.single-post .comment-reply-title {
    font-family: 'Cinzel', serif;
    color: #1A1A2E;
    font-size: 1.4rem;
}
body.single-post .comment-form input,
body.single-post .comment-form textarea {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(184, 134, 11, 0.3);
    border-radius: 16px;
    padding: 10px 15px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
body.single-post .comment-form input:focus,
body.single-post .comment-form textarea:focus {
    border-color: #B8860B;
    outline: none;
    box-shadow: 0 0 0 2px rgba(184, 134, 11, 0.2);
}
body.single-post .submit {
    background: linear-gradient(135deg, #B8860B, #8B6508);
    color: white;
    border: none;
    border-radius: 40px;
    padding: 10px 28px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}
body.single-post .submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(184, 134, 11, 0.4);
}

/* রেসপনসিভ */
@media (max-width: 768px) {
    body.single-post .entry-title {
        font-size: 1.6rem;
        padding-left: 15px;
    }
    body.single-post .page-header,
    body.single-post .page-content,
    body.single-post .comments-area {
        padding: 1rem;
    }
    body.single-post .page-content h2 {
        font-size: 1.3rem;
    }
}

/* তারকা পার্টিকেল (ঐচ্ছিক) */
.ojas-single-star {
    position: absolute;
    background: #FFD700;
    border-radius: 50%;
    opacity: 0;
    animation: twinkle 3s infinite;
    pointer-events: none;
    z-index: 0;
}
@keyframes twinkle {
    0%, 100% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 0.8; transform: scale(1); }
}

/* স্ক্রল রিভিল অ্যানিমেশন */
.ojas-single-scroll-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.ojas-single-revealed {
    opacity: 1;
    transform: translateY(0);
}























/* ============================================
   OJAS ASTRO – TUTOR LMS COURSE ARCHIVE (GLASS DESIGN)
   গ্লাসমরফিজম কার্ড, প্রিমিয়াম হোভার, রেসপনসিভ
============================================ */

/* পুরো পেজের ব্যাকগ্রাউন্ড */
.tutor-courses-wrap {
    background: unset;
    position: relative;
    padding: 2rem 0 3rem;
}

/* কন্টেইনারের ভেতরের স্পেসিং */
.tutor-courses-wrap .tutor-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ফিল্টার সিলেক্ট বক্স */
.tutor-courses-wrap .tutor-form-select {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(184, 134, 11, 0.3);
    border-radius: 40px;
    padding: 8px 18px;
    font-family: 'Poppins', sans-serif;
    color: #1A1A2E;
}
.tutor-courses-wrap .tutor-form-select .tutor-form-select-label {
    color: #1A1A2E;
}
.tutor-courses-wrap .tutor-form-select-dropdown {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    border: 1px solid rgba(184, 134, 11, 0.2);
}
.tutor-courses-wrap .tutor-form-select-option.is-active {
    background: rgba(184, 134, 11, 0.1);
    color: #B8860B;
}

/* কোর্স গ্রিড – টিউটরের ডিফল্ট গ্রিড সিস্টেম ব্যবহার করবে, শুধু গ্যাপ ঠিক করা */
.tutor-courses-wrap .tutor-grid {
    gap: 30px;
}

/* ========== কোর্স কার্ড গ্লাস ডিজাইন ========== */
.tutor-courses-wrap .tutor-course-card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(16px);
    border-radius: 32px;
    border: 1px solid rgba(184, 134, 11, 0.2);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    transform-style: preserve-3d;
    perspective: 800px;
}
.tutor-courses-wrap .tutor-course-card:hover {
    transform: translateY(-8px) scale(1.01);
    background: rgba(255, 255, 255, 0.85);
    border-color: #B8860B;
    box-shadow: 0 30px 45px -12px rgba(184, 134, 11, 0.25);
}
/* শাইন ইফেক্ট */
.tutor-courses-wrap .tutor-course-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
    pointer-events: none;
    z-index: 1;
}
.tutor-courses-wrap .tutor-course-card:hover::before {
    left: 100%;
}

/* থাম্বনেইল ইমেজ */
.tutor-courses-wrap .tutor-course-thumbnail {
    position: relative;
    overflow: hidden;
}
.tutor-courses-wrap .tutor-course-thumbnail img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 28px 28px 0 0;
}
.tutor-courses-wrap .tutor-course-card:hover .tutor-course-thumbnail img {
    transform: scale(1.05);
}

/* কার্ড বডি */
.tutor-courses-wrap .tutor-card-body {
    padding: 20px 20px 12px;
}

/* কোর্স টাইটেল */
.tutor-courses-wrap .tutor-course-name {
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 8px 0 12px;
    line-height: 1.3;
}
.tutor-courses-wrap .tutor-course-name a {
    color: #1A1A2E;
    text-decoration: none;
    transition: color 0.3s;
}
.tutor-courses-wrap .tutor-course-name a:hover {
    color: #B8860B;
}

/* মেটা (ইনস্ট্রাক্টর) */
.tutor-courses-wrap .tutor-meta {
    font-size: 0.8rem;
    color: #5a4a3a;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
	display:none;
}
.tutor-courses-wrap .tutor-meta a {
    color: #B8860B;
    text-decoration: none;
}
.tutor-courses-wrap .tutor-avatar-text {
    background-color: #B8860B;
    color: white;
    font-weight: bold;
}

/* কার্ড ফুটার (প্রাইস + বাটন) */
.tutor-courses-wrap .tutor-card-footer {
    background: transparent;
    border-top: 1px solid rgba(184, 134, 11, 0.15);
    padding: 15px 20px 20px;
}
.tutor-courses-wrap .list-item-price .price {
    font-size: 1.2rem;
    font-weight: 800;
    color: #B8860B;
}
.tutor-courses-wrap .list-item-price .price del {
    color: #999;
    font-size: 0.85rem;
    margin-right: 6px;
}
.tutor-courses-wrap .list-item-price .price ins {
    text-decoration: none;
}

/* অ্যাড টু কার্ট বাটন – ওজস্বী স্টাইল */
.tutor-courses-wrap .add_to_cart_button {
    background: linear-gradient(135deg, #B8860B, #8B6508) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 10px 18px !important;
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.2);
}
.tutor-courses-wrap .add_to_cart_button:hover {
    background: linear-gradient(135deg, #9c6f0a, #6b4c0a) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(184, 134, 11, 0.3);
}
/* আউটলাইন ভার্সন (যদি থাকে) */
.tutor-courses-wrap .tutor-btn-outline-primary {
    border: 1px solid #B8860B !important;
    background: transparent !important;
    color: #B8860B !important;
}
.tutor-courses-wrap .tutor-btn-outline-primary:hover {
    background: #B8860B !important;
    color: white !important;
}

/* পেজিনেশন (যদি থাকে) */
.tutor-courses-wrap .tutor-pagination {
    margin-top: 40px;
    justify-content: center;
}
.tutor-courses-wrap .tutor-pagination .page-numbers {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    border-radius: 40px;
    padding: 8px 14px;
    margin: 0 4px;
    color: #1A1A2E;
    font-weight: 500;
    border: 1px solid rgba(184, 134, 11, 0.2);
}
.tutor-courses-wrap .tutor-pagination .page-numbers.current {
    background: #B8860B;
    color: white;
    border-color: #B8860B;
}
.tutor-courses-wrap .tutor-pagination .page-numbers:hover {
    background: #B8860B;
    color: white;
}

/* ========== রেসপনসিভ ========== */
@media (max-width: 992px) {
    .tutor-courses-wrap .tutor-grid {
        gap: 25px;
    }
}
@media (max-width: 768px) {
    .tutor-courses-wrap {
        padding: 1rem 0 2rem;
    }
    .tutor-courses-wrap .tutor-grid {
        gap: 20px;
    }
    .tutor-courses-wrap .tutor-card-body {
        padding: 15px;
    }
    .tutor-courses-wrap .tutor-card-footer {
        padding: 12px 15px 18px;
    }
    .tutor-courses-wrap .add_to_cart_button {
        padding: 8px 14px !important;
        font-size: 0.7rem !important;
    }
}
@media (max-width: 540px) {
    .tutor-courses-wrap .tutor-grid {
        gap: 15px;
    }
}

/* তারকা পার্টিকেল ব্যাকগ্রাউন্ড (ঐচ্ছিক – যদি আগে থেকে না থাকে) */
.tutor-courses-wrap {
    position: relative;
}
.tutor-courses-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.ojas-tutor-star {
    position: absolute;
    background: #FFD700;
    border-radius: 50%;
    opacity: 0;
    animation: twinkle 3s infinite;
    pointer-events: none;
    z-index: 0;
}
@keyframes twinkle {
    0%, 100% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 0.7; transform: scale(1); }
}

.tutor-course-ratings.tutor-mb-8 {
    display: none;
}








/* ============================================
   OJAS ASTRO – TUTOR LMS SINGLE COURSE PAGE
   গ্লাসমরফিজম, গোল্ডেন থিম, প্রিমিয়াম লুক
============================================ */

/* পুরো পেজের ব্যাকগ্রাউন্ড */
.tutor-course-details-page {
    background: unset;
    position: relative;
    padding: 2rem 0 3rem;
}

/* প্রধান কন্টেইনার */
.tutor-course-details-page .tutor-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========== হেডার সেকশন ========== */
.tutor-course-details-header {
    margin-bottom: 2rem;
}
.tutor-course-details-title {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1A1A2E;
    border-left: 5px solid #B8860B;
    padding-left: 18px;
}
.tutor-course-details-ratings .tutor-ratings-stars {
    color: #FF9933;
    font-size: 1.2rem;
}
.tutor-course-details-info {
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(4px);
    border-radius: 40px;
    padding: 6px 18px;
    display: inline-block;
    font-size: 0.85rem;
}
.tutor-course-share-btn {
    background: rgba(255,255,255,0.6);
    border-radius: 40px;
    padding: 6px 18px;
    color: #B8860B;
    transition: 0.3s;
}
.tutor-course-share-btn:hover {
    background: #B8860B;
    color: white;
}

/* ========== থাম্বনেইল ইমেজ ========== */
.tutor-course-thumbnail {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 15px 30px -10px rgba(0,0,0,0.15);
    margin-bottom: 30px;
}
.tutor-course-thumbnail img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.4s;
}
.tutor-course-thumbnail:hover img {
    transform: scale(1.02);
}

/* ========== ট্যাব নেভিগেশন ========== */
.tutor-nav {
    border-bottom: 1px solid rgba(184,134,11,0.3);
    gap: 0;
}
.tutor-nav-item .tutor-nav-link {
    padding: 12px 24px;
    font-weight: 600;
    color: #5a4a3a;
    border-radius: 40px 40px 0 0;
    transition: 0.3s;
}
.tutor-nav-item .tutor-nav-link.is-active,
.tutor-nav-item .tutor-nav-link:hover {
    color: #B8860B;
    background: rgba(184,134,11,0.08);
}
.tutor-nav-item .tutor-nav-link.is-active::after {
    display: none; /* টিউটরের ডিফল্ট আন্ডারলাইন বন্ধ */
}

/* ট্যাব কন্টেন্ট */
.tutor-tab-item {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
    border-radius: 28px;
    padding: 25px;
    border: 1px solid rgba(184,134,11,0.2);
    margin-top: 25px;
}
/* About Course টেক্সট */
.tutor-course-details-content {
    color: #444;
    line-height: 1.7;
}
.tutor-course-details-content h2 {
    font-family: 'Cinzel', serif;
    color: #1A1A2E;
    font-size: 1.5rem;
}
.tutor-btn-show-more {
    color: #B8860B;
    font-weight: 600;
    margin-top: 20px;
}
.tutor-btn-show-more:hover {
    color: #8B6508;
}

/* ========== কোর্স কন্টেন্ট (অ্যাকর্ডিয়ন) ========== */
.tutor-accordion-item {
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    margin-bottom: 15px;
    border: 1px solid rgba(184,134,11,0.2);
    overflow: hidden;
}
.tutor-accordion-item-header {
    background: rgba(255,249,240,0.8);
    padding: 18px 25px;
    font-weight: 700;
    color: #1A1A2E;
    cursor: pointer;
    font-family: 'Cinzel', serif;
}
.tutor-accordion-item-header.is-active {
    background: rgba(184,134,11,0.1);
    color: #B8860B;
}
.tutor-accordion-item-body-content {
    padding: 20px 25px;
}
.tutor-course-content-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(184,134,11,0.1);
}
.tutor-course-content-list-item-icon {
    color: #E85A2D;
    margin-right: 12px;
}
.tutor-course-content-list-item-title {
    font-size: 0.95rem;
    font-weight: 500;
    color: #1A1A2E;
}
.tutor-course-content-list-item-duration {
    background: rgba(184,134,11,0.1);
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 0.75rem;
    color: #B8860B;
}
.tutor-icon-lock-line {
    color: #B8860B;
}

/* ========== সাইডবার (প্রাইসিং কার্ড) ========== */
.tutor-single-course-sidebar {
    position: sticky;
    top: 100px;
}
.tutor-sidebar-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(16px);
    border-radius: 32px;
    border: 1px solid rgba(184,134,11,0.3);
    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.1);
    overflow: hidden;
}
.tutor-card-body {
    padding: 25px;
}
.tutor-course-sidebar-card-pricing .tutor-fs-4 {
    font-size: 2rem;
    font-weight: 800;
    color: #B8860B;
}
.tutor-add-to-cart-button {
    background: linear-gradient(135deg, #B8860B, #8B6508) !important;
    border: none;
    border-radius: 50px;
    padding: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(184,134,11,0.3);
	color:#fff;
}
.tutor-add-to-cart-button:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #9c6f0a, #6b4c0a) !important;
    box-shadow: 0 8px 20px rgba(184,134,11,0.4);
}

/* ইনস্ট্রাক্টর সেকশন */
.tutor-course-details-instructors {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    padding: 20px;
    margin-top: 25px;
    border: 1px solid rgba(184,134,11,0.2);
}
.tutor-avatar-text {
    background: #B8860B;
    color: white;
    font-weight: bold;
}

/* ========== মডাল (শেয়ার, লগইন) ========== */
.tutor-modal-content {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    border: 1px solid rgba(184,134,11,0.3);
}
.tutor-modal-close-o {
    color: #B8860B;
}
.tutor-copy-text {
    background: #B8860B !important;
    color: white;
}
.tutor_share {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ========== রেসপনসিভ ========== */
@media (max-width: 992px) {
    .tutor-course-details-title {
        font-size: 1.5rem;
    }
    .tutor-tab-item {
        padding: 18px;
    }
}
@media (max-width: 768px) {
    .tutor-course-details-page {
        padding: 1rem 0 2rem;
    }
    .tutor-course-details-title {
        font-size: 1.3rem;
        padding-left: 12px;
    }
    .tutor-nav-item .tutor-nav-link {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
    .tutor-accordion-item-header {
        padding: 14px 18px;
    }
    .tutor-course-content-list-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .tutor-card-body {
        padding: 18px;
    }
}

.tutor-course-details-ratings {
    display: none;
}





/* ============================================
   OJAS ASTRO – TUTOR LMS COURSE PAGE
   গ্লাসমরফিক সাইডবার, ভিডিও কার্ড, ট্যাব ও বাটন
============================================ */

/* পুরো পেজের ব্যাকগ্রাউন্ড */
body.single-courses .tutor-course-single-content-wrapper,
body.single-lessons .tutor-course-single-content-wrapper {
    background: linear-gradient(135deg, #fdf8f0 0%, #fff5ea 100%);
    position: relative;
    padding: 2rem 1rem;
}

/* মূল কন্টেইনার – টু-কলাম */
.tutor-course-single-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* সাইডবার – গ্লাস কার্ড */
.tutor-course-single-sidebar-wrapper {
    flex: 1 1 360px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    border-radius: 32px;
    padding: 1.5rem;
    border: 1px solid rgba(184, 134, 11, 0.25);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.tutor-course-single-sidebar-wrapper:hover {
    border-color: #B8860B;
    box-shadow: 0 25px 40px -12px rgba(184, 134, 11, 0.2);
}

/* সাইডবার টাইটেল */
.tutor-course-single-sidebar-title {
    margin-bottom: 1.5rem;
    font-family: 'Cinzel', serif;
    border-left: 4px solid #B8860B;
    padding-left: 15px;
}
.tutor-course-single-sidebar-title span {
    color: #1A1A2E;
    font-weight: 700;
}

/* অ্যাকর্ডিয়ন আইটেম (প্রত্যেক টপিক) */
.tutor-accordion-item-header {
    background: rgba(255, 248, 235, 0.6);
    border-radius: 24px;
    margin-bottom: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
}
.tutor-accordion-item-header.is-active,
.tutor-accordion-item-header:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: #B8860B;
}
.tutor-course-topic-title {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    color: #1A1A2E;
}
.tutor-course-topic-summary {
    color: #B8860B;
    font-weight: 600;
}

/* টপিকের ভেতরের লেসন লিস্ট */
.tutor-accordion-item-body {
    padding-left: 20px;
}
.tutor-course-topic-item {
    margin: 8px 0;
    border-radius: 20px;
    transition: all 0.2s;
}
.tutor-course-topic-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: rgba(255,255,255,0.5);
    border-radius: 20px;
    text-decoration: none;
    color: #2c2c3a;
    transition: all 0.2s;
}
.tutor-course-topic-item a:hover {
    background: rgba(184, 134, 11, 0.1);
    transform: translateX(5px);
}
.tutor-course-topic-item.is-active a {
    background: rgba(184, 134, 11, 0.15);
    border-left: 3px solid #B8860B;
}
.tutor-course-topic-item-icon {
    color: #B8860B;
    font-size: 1.2rem;
}
.tutor-course-topic-item-duration {
    font-size: 0.75rem;
    color: #7a6a5a;
}

/* মেইন কন্টেন্ট এলাকা (ভিডিও + ট্যাব) */
#tutor-single-entry-content {
    flex: 3 1 600px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 32px;
    padding: 1rem;
    border: 1px solid rgba(184, 134, 11, 0.2);
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

/* ভিডিও প্লেয়ার র‍্যাপার */
.tutor-video-player-wrapper {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* প্লেয়ার কন্ট্রোলের ওভারলে (ঐচ্ছিক) */
.plyr--video .plyr__control.plyr__control--overlaid {
    background: #B8860B;
}
.plyr--video .plyr__control:hover {
    background: #8B6508;
}

/* ট্যাব নেভিগেশন */
.tutor-course-spotlight-nav {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(184,134,11,0.3);
    margin-bottom: 20px;
}
.tutor-nav-link {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    padding: 10px 0;
    color: #5a4a3a;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}
.tutor-nav-link.is-active {
    color: #B8860B;
    border-bottom: 3px solid #B8860B;
}
.tutor-nav-link:hover {
    color: #B8860B;
}

/* ট্যাব কন্টেন্ট (ওভারভিউ, কমেন্ট) */
.tutor-tab-item {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    padding: 1.5rem;
}
.tutor-lesson-wrapper {
    color: #2c2c3a;
    line-height: 1.7;
}
.tutor-lesson-wrapper h1, 
.tutor-lesson-wrapper h2, 
.tutor-lesson-wrapper h3 {
    font-family: 'Cinzel', serif;
    color: #1A1A2E;
}
.tutor-lesson-wrapper ul, 
.tutor-lesson-wrapper ol {
    padding-left: 1.5rem;
}

/* কমেন্ট ফর্ম */
.tutor-comment-box {
    display: flex;
    gap: 15px;
    background: rgba(255, 248, 235, 0.6);
    border-radius: 28px;
    padding: 1rem;
    margin-bottom: 20px;
}
.comment-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #B8860B;
}
.tutor-comment-textarea textarea {
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(184,134,11,0.3);
    border-radius: 20px;
    padding: 12px;
    width: 100%;
}
.tutor-comment-submit-btn button {
    background: linear-gradient(135deg, #B8860B, #8B6508);
    border: none;
    border-radius: 40px;
    padding: 8px 24px;
    color: white;
    font-weight: 600;
    transition: all 0.3s;
}
.tutor-comment-submit-btn button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(184,134,11,0.3);
}

/* নেক্সট/প্রিভিউ বাটন */
.tutor-course-topic-single-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(184,134,11,0.2);
}
.tutor-btn-secondary {
    background: linear-gradient(135deg, #B8860B, #8B6508);
    border: none;
    border-radius: 40px;
    padding: 10px 24px;
    color: white;
    font-weight: 600;
    transition: all 0.3s;
}
.tutor-btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(184,134,11,0.4);
}
.tutor-btn-secondary:disabled {
    opacity: 0.5;
    transform: none;
}

/* স্ক্রলবার (সাইডবার) */
.tutor-course-single-sidebar-wrapper::-webkit-scrollbar {
    width: 5px;
}
.tutor-course-single-sidebar-wrapper::-webkit-scrollbar-track {
    background: rgba(184,134,11,0.1);
    border-radius: 10px;
}
.tutor-course-single-sidebar-wrapper::-webkit-scrollbar-thumb {
    background: #B8860B;
    border-radius: 10px;
}

/* রেসপনসিভ */
@media (max-width: 992px) {
    .tutor-course-single-content-wrapper {
        flex-direction: column;
    }
    .tutor-course-single-sidebar-wrapper {
        width: 100%;
    }
}






/* ============================================
   OJAS ASTRO – CONSULTATION PAGE STYLES
   (Service description, table lists, headings)
============================================ */

/* পুরো কন্টেন্ট এলাকার ব্যাকগ্রাউন্ড ও প্যাডিং */
.page-content {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px);
    border-radius: 32px;
    border: 1px solid rgba(184, 134, 11, 0.25);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
}

/* সব হেডিং – সিনসেল ফন্ট, গোল্ডেন বর্ডার */
.page-content .wp-block-heading,
.page-content h2,
.page-content h3,
.page-content h4 {
    font-family: 'Cinzel', serif;
    color: #1A1A2E;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 15px;
    border-left: 4px solid #B8860B;
}
.page-content h2.wp-block-heading {
    font-size: 1.8rem;
    background: linear-gradient(90deg, rgba(184,134,11,0.1), transparent);
    padding: 0.5rem 1rem;
    border-radius: 0 40px 40px 0;
    border-left: none;
    border-left: 4px solid #B8860B;
}
.page-content h3.wp-block-heading {
    font-size: 1.4rem;
    margin-top: 1.5rem;
}

/* টেবিল স্টাইল – গ্লাসমরফিক, থিম কালার */
.page-content .wp-block-table {
    margin: 1.5rem 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.page-content table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
}
.page-content th {
    background: linear-gradient(135deg, #B8860B, #8B6508);
    color: white;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    padding: 12px 15px;
    text-align: center;
    border: none;
}
.page-content td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid rgba(184, 134, 11, 0.2);
    color: #2c2c3a;
    font-size: 0.95rem;
}
.page-content tr:last-child td {
    border-bottom: none;
}
.page-content tr:hover td {
    background: rgba(184, 134, 11, 0.05);
}

/* সেপারেটর (hr) – গোল্ডেন ড্যাশড লাইন */
.page-content .wp-block-separator {
    margin: 2rem auto;
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #B8860B, #FF9933, #B8860B, transparent);
    border: none;
}
.page-content hr {
    margin: 2rem auto;
    width: 100px;
    height: 2px;
    background: #B8860B;
    opacity: 0.5;
    border: none;
}

/* লিস্ট স্টাইল (ul, ol) */
.page-content ul,
.page-content ol {
    margin: 1rem 0;
    padding-left: 1.8rem;
}
.page-content li {
    margin: 0.5rem 0;
    color: #2c2c3a;
    font-size: 0.95rem;
    line-height: 1.6;
}
.page-content li strong {
    color: #B8860B;
    font-weight: 700;
}

/* বোল্ড টেক্সট ও বিশেষ জোর */
.page-content strong {
    color: #B8860B;
}
.page-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #2c2c3a;
    margin-bottom: 1rem;
}

/* শেষের দিকের সিটিএ বার্তা */
.page-content p:last-of-type strong {
    font-size: 1.1rem;
    background: rgba(184,134,11,0.1);
    padding: 4px 12px;
    border-radius: 40px;
    display: inline-block;
}

/* রেসপনসিভ */
@media (max-width: 768px) {
    .page-content {
        padding: 1rem;
        margin: 1rem;
    }
    .page-content h2.wp-block-heading {
        font-size: 1.5rem;
    }
    .page-content th,
    .page-content td {
        padding: 8px;
        font-size: 0.85rem;
    }
    .page-content ul,
    .page-content ol {
        padding-left: 1.2rem;
    }
}



















