/************************************* newsletter-modal css start *************************************/
/*====================================
    newsletter-modal css
====================================*/
.newsletter-modal .newsletter-info .newsletter-content .newsletter-form .news-wrap input {
    border-radius: var(--border-radius) 0px 0px var(--border-radius);
}

.newsletter-modal .newsletter-info .newsletter-content .newsletter-form .news-wrap button {
    border-radius: 0px var(--border-radius) var(--border-radius) 0px;
}

/************************************* newsletter-modal css end *************************************/

/************************************* home-slider css start *************************************/
/*====================================
    home-slider swiper css
====================================*/
.slider-content .home-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 100%;
}

/*====================================
    slider-image css
====================================*/
.slider-content .home-slider .slider-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, #000000 8.33%, transparent);
    opacity: 0.4;
}

/*====================================
    slider-video css
====================================*/
.slider-content .home-slider .slider-image video {
    display: none;
    object-fit: cover;
    object-position: center;
}

/*====================================
    slider-text-info css
====================================*/
.slider-content .home-slider .slider-text-info .slider-sub-title span {
    border-bottom: 2px solid var(--primary-font-color);
}

.slider-content .home-slider .slider-text-info h2 {
    line-height: 1.04;
}

@media (min-width: 1600px) {
    .slider-content .home-slider .slider-text-info .slider-sub-title {
        margin-bottom: 25px;
    }

    .slider-content .home-slider .slider-text-info h2 {
        font-size: 120px;
    }
}

/*====================================
    slider-video-info css
====================================*/
.slider-content .home-slider .slider-video-info .slider-video-img img {
    object-fit: cover;
    object-position: center;
}

.slider-content .home-slider .slider-video-info .slider-button {
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}

.slider-content .home-slider .slider-video-info .slider-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px dashed var(--extra-font-color);
    opacity: 0.5;
}

.slider-content .home-slider .slider-video-info .slider-button a {
    transform: rotate(-180deg);
}

.slider-content .home-slider .slider-video-info .slider-button .slider-video-gif {
    left: -12px;
    transform: rotate(90deg);
    animation: scissors-bottom 4s linear infinite;
}

/* scissors-bottom keyframes css */
@-webkit-keyframes scissors-bottom {
    0% {
        bottom: 0;
    }

    100% {
        bottom: 100%;
    }
}

@keyframes scissors-bottom {
    0% {
        bottom: 0;
    }

    100% {
        bottom: 100%;
    }
}

/*====================================
    slider-content transition css
====================================*/
.slider-content .home-slider.swiper .swiper-slide .slider-text-info .slider-sub-title,
.slider-content .home-slider.swiper .swiper-slide .slider-text-info .slider-title-btn h2,
.slider-content .home-slider.swiper .swiper-slide .slider-text-info .slider-title-btn .slider-btn {
    opacity: 0;
}

.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-text-info .slider-sub-title,
.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-text-info .slider-title-btn h2,
.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-text-info .slider-title-btn .slider-btn {
    opacity: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-text-info .slider-sub-title,
.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-text-info .slider-title-btn h2,
.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-text-info .slider-title-btn .slider-btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-text-info .slider-sub-title {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-text-info .slider-title-btn h2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.slider-content .home-slider.swiper .swiper-slide.swiper-slide-active .slider-text-info .slider-title-btn .slider-btn {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

/*====================================
    slider-navigation css
====================================*/
.slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button {
    color: var(--heading-font-color);
    font-size: 20px;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    width: 40px;
    height: 40px;
    z-index: 1;
    background-color: var(--extra-font-color);
    border-radius: 50%;
    -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button.swiper-prev {
    left: 5px;
}

.slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button.swiper-next {
    right: 5px;
}

.slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button:hover {
    color: var(--extra-font-color);
    background-color: var(--primary-font-color);
}

@media (min-width: 1400px) {
    .slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button.swiper-prev {
        left: 15px;
    }

    .slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button.swiper-next {
        right: 15px;
    }
}

@media (min-width: 1600px) {
    .slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button {
        width: 56px;
        height: 56px;
    }

    .slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button.swiper-prev {
        left: 100px;
    }

    .slider-content .home-slider.swiper .swiper-buttons .swiper-buttons-wrap button.swiper-next {
        right: 100px;
    }
}

/*====================================
    slider-dot css
====================================*/
.slider-content .home-slider.swiper .swiper-dots {
    bottom: 15px;
}

.slider-content .home-slider.swiper .swiper-dots .swiper-pagination {
    width: unset;
    position: unset;
    margin: -5px 0px 0px -5px;
}

.slider-content .home-slider.swiper .swiper-dots .swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 5px 0px 0px 5px;
    opacity: 1;
    border: 1px solid var(--extra-font-color);
}

.slider-content .home-slider.swiper .swiper-dots .swiper-pagination span.swiper-pagination-bullet:hover,
.slider-content .home-slider.swiper .swiper-dots .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--extra-font-color);
    border-color: var(--extra-font-color);
}

@media (min-width: 576px) {
    .slider-content .home-slider.swiper .swiper-dots {
        bottom: 30px;
    }
}

/************************************* home-slider css end *************************************/

/************************************* home-about css start *************************************/
/*====================================
    home-about css
====================================*/
.home-about span.home-abount-icon img {
    animation: MoveUpDown 5s linear infinite;
}

/* MoveUpDown keyframes css */
@-webkit-keyframes MoveUpDown {

    0%,
    100% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(15px);
    }
}

@keyframes MoveUpDown {

    0%,
    100% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(15px);
    }
}

/************************************* home-about css end *************************************/

/************************************* category-slider css start *************************************/
/*====================================
    category-slider swiper css
====================================*/
.category-slider .cat-slider {
    margin-top: -25px;
}

.category-slider .cat-slider .swiper-slide {
    padding-top: 25px;
    padding-bottom: 25px;
}

.category-slider .cat-slider .swiper-slide .cat-inner-slider .swiper-slide {
    padding: 0px;
}

.category-slider .cat-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 100%;
}

@media (min-width: 576px) {
    .category-slider {
        overflow-x: hidden;
    }

    .category-slider .cat-slider {
        margin-left: calc(-50% - 15px);
        margin-right: calc(-50% - 15px);
    }

    .category-slider .cat-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .category-slider .cat-slider {
        margin-left: calc(-33.33% - 10px);
        margin-right: calc(-33.33% - 10px);
    }

    .category-slider .cat-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .category-slider .cat-slider {
        margin-left: calc(-25% - 7.5px);
        margin-right: calc(-25% - 7.5px);
    }

    .category-slider .cat-slider .swiper-slide {
        padding-bottom: 0px;
    }

    .category-slider .cat-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 16.66%;
    }
}

/*====================================
    category-slider cat-content css
====================================*/


.cat-content .gem-stone-cont {
    color: #d4af37;
}

.category-slider .cat-slider .cat-block a.cat-img .cat-content {
    transform: translateY(-10px);
}

.category-slider .cat-slider .cat-block span.cat-btn-mobile {
    transform: translateY(calc(100% - 25px));
}

.category-slider .cat-slider .cat-block span.cat-btn-mobile a,
.category-slider .cat-slider .cat-block span.cat-btn a {
    height: 50px;
}

@media (min-width: 576px) {
    .category-slider .cat-slider .cat-block a.cat-img .cat-content {
        transform: translateY(-20px);
    }
}

@media (min-width: 1200px) {
    .category-slider .cat-slider .cat-block:hover {
        transform: translateY(-25px);
    }

    .category-slider .cat-slider .cat-block a.cat-img .cat-content {
        transform: translateY(0px);
    }

    .category-slider .cat-slider .cat-block:hover a.cat-img .cat-content {
        transform: translateY(-20px);
    }

    .category-slider .cat-slider .cat-block span.cat-btn {
        transform: translateY(100%);
    }

    .category-slider .cat-slider .cat-block:hover span.cat-btn {
        transform: translateY(calc(100% - 25px));
    }

    .category-slider .cat-slider .cat-block,
    .category-slider .cat-slider .cat-block a.cat-img .cat-content,
    .category-slider .cat-slider .cat-block span.cat-btn {
        -webkit-transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
    }
}

/*====================================
    category-slider cat-text-block css
====================================*/
.category-slider .cat-slider .cat-text-block {
    position: relative;
    z-index: 1;
}

.category-slider .cat-slider .cat-text-block::before,
.category-slider .cat-slider .cat-text-block::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid var(--extra-font-color);
    opacity: 0.1;
}

.category-slider .cat-slider .cat-text-block::before {
    top: 30px;
    right: 45px;
    bottom: 30px;
    left: 30px;
}

.category-slider .cat-slider .cat-text-block::after {
    top: 60px;
    right: 0px;
    bottom: 0px;
    left: 60px;
}

/*====================================
    cat-inner-wrap swiper css
====================================*/
.category-slider .cat-slider .cat-inner-wrap .cat-inner-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 100%;
}

/*====================================
    slider-arrow css
====================================*/
.category-slider .cat-inner-wrap {
    position: relative;
}

.category-slider .cat-inner-wrap .swiper-buttons {
    display: none;
    margin: 0px;
    line-height: 0;
}

.category-slider .cat-inner-wrap .swiper-buttons .swiper-buttons-wrap {
    display: block;
}

/* slider-arrow button css */
.category-slider .cat-inner-wrap .swiper-buttons button {
    color: var(--extra-font-color);
    font-size: 16px;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    width: 32px;
    height: 32px;
    background-color: var(--secondary-font-color);
    z-index: 1;
    border: 1px solid var(--secondary-font-color);
    border-radius: 100%;
    box-shadow: rgba(var(--box-shadow-outer), var(--box-shadow-outer-opacity));
    -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}

.category-slider .cat-inner-wrap .swiper-buttons button:hover {
    color: var(--extra-font-color);
    background-color: var(--primary-font-color);
    border-color: var(--primary-font-color);
}

.category-slider .cat-inner-wrap .swiper-buttons button.swiper-prev {
    left: 15px;
}

.category-slider .cat-inner-wrap .swiper-buttons button.swiper-next {
    right: 15px;
}

/*====================================
    swiper slider-dots css
====================================*/
.category-slider .cat-inner-wrap .swiper-dots {
    display: block;
    line-height: 0;
}

/* swiper slider-dots button css */
.category-slider .cat-inner-wrap .swiper-dots .swiper-pagination {
    width: unset;
    position: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px 0px 0px -5px;
}

.category-slider .cat-inner-wrap .swiper-dots .swiper-pagination span {
    width: 10px;
    height: 10px;
    background-color: var(--extra-font-color);
    margin: 5px 0px 0px 5px;
    opacity: 0.5;
    border: none;
}

.category-slider .cat-inner-wrap .swiper-dots .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--extra-font-color);
}

/*====================================
    category swiper-scrollbar css
====================================*/
.category-slider .swiper-scroll .swiper-scrollbar {
    position: unset;
    width: auto;
    height: 2px;
    cursor: pointer;
}

.category-slider .swiper-scroll .swiper-scrollbar-drag {
    background-color: var(--primary-font-color);
    border-radius: var(--border-radius);
}

/************************************* category-slider css end *************************************/

/************************************* brand-logo css start *************************************/
/*====================================
    brand-logo swiper css
====================================*/
.brand-logo .brand-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 50%;
}

@media (min-width: 576px) {
    .brand-logo .brand-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    .brand-logo .brand-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .brand-logo .brand-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 20%;
    }
}

/*====================================
    brand-content css
====================================*/
.brand-logo .brand-slider .brand-content a span img {
    -webkit-filter: opacity(0.3) grayscale(1);
    filter: opacity(0.3) grayscale(1);
    -webkit-transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;
}

.brand-logo .brand-slider .brand-content:hover a span img {
    -webkit-filter: opacity(1) grayscale(0);
    filter: opacity(1) grayscale(0);
}

@media (min-width: 768px) {
    .brand-logo .brand-slider .brand-content a span {
        width: 144px;
    }
}

@media (min-width: 992px) {
    .brand-logo .brand-slider .brand-content a span {
        width: 160px;
    }
}

@media (min-width: 1200px) {
    .brand-logo .brand-slider .brand-content a span {
        width: 176px;
    }
}

/************************************* brand-logo css end *************************************/

/************************************* service css start *************************************/
/*====================================
    service-content css
====================================*/
.service-area .service-content {
    position: relative;
    z-index: 1;
}

.service-area .service-content::before,
.service-area .service-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

.service-area .service-content::before {
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    border: 1px solid rgba(var(--border-color), var(--border-opacity));
    border-radius: var(--border-radius);
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.service-area .service-content:hover::before {
    opacity: 1;
    visibility: visible;
}

.service-area .service-content::after {
    height: 4px;
    background-color: var(--primary-font-color);
    transform: scaleX(0);
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.service-area .service-content:hover::after {
    transform: scaleX(-1);
}

/************************************* service css end *************************************/

/************************************* testimonial-deal css start *************************************/
/*====================================
    testimonial slider-swiper css
====================================*/
.testimonial .testi-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 100%;
}

/************************************* testimonial-deal css end *************************************/








.aks-hero {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.hero-slider {
    height: 100%;
    position: relative;
}

.hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    padding: 20px;
}

/* Background Images */
.hero-slide:nth-child(1) {
    background-image: url('../image/banner-1.png');
}

.hero-slide:nth-child(2) {
    background-image: url('../image/banner-1.png');
}

.hero-slide:nth-child(3) {
    background-image: url('../image/banner-1.png');
}

.hero-slide.active {
    opacity: 1;
    z-index: 1;
}

.hero-content {
    max-width: 800px;
    color: #fff;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.hero-buttons a {
    display: inline-block;
    margin: 8px;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-primary {
    background: #b41728;
    color: #fff;
    border: 2px solid #b41728;
}

.btn-primary:hover {
    background: #fff;
    color: #b41728;
    border: 2px solid #b41728;
}

.btn-secondary {
    border: 2px solid #fff;
    color: #b41728;
}

.btn-secondary:hover {
    background: #fff;
    color: #000;
}

/* Mobile Responsive */
@media(max-width: 768px) {
    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 15px;
    }
}


.find-gemstone-section {
    padding: 80px 0px;
    background: url(../image/find-bg-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    /* text-align: center; */
}

.section-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.section-title p {
    margin-bottom: 40px;
    color: #555;
}

.gemstone-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.selection-area label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.selection-area select {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.btn-primary {
    background: #b41728;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #b41728;
}

.btn-secondary {
    border: 2px solid #ffffff;
    padding: 10px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.result-area {
    margin-top: 30px;
    display: none;
}

.result-area h3 {
    margin-bottom: 10px;
    color: #222;
}

section.category-product.section-ptb {
    background: #fff;
}

.single-product .single-product-wrap .product-content .pro-content {
    background: #fdefe9;
}

.temple-section {
    background: url('../image/temple-bg.jpg') center/cover no-repeat;
    padding: 100px 0px;
    position: relative;
    background-attachment: fixed;
    color: #fff;
}

/* .temple-overlay {
    background: rgba(0, 0, 0, 0.7);
    padding: 60px 20px;
} */

.temple-content {
    text-align: center;
    /* max-width: 1000px; */
    margin: auto;
}


/* .planet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
} */

.planet-card {
    background: rgb(255 255 255 / 100%);
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(6px);
    transition: 0.3s;
}

.planet-card:hover {
    background: rgb(180 23 40 / 25%);
    transform: translateY(-5px);
}

.planet-card h4 {
    margin-bottom: 8px;
    font-size: 20px;
    color: #b41728;
}

.planet-card p {
    margin-bottom: 8px;
    font-size: 16px;
    color: #1c1c1c;
}

.btn-temple {
    background: #b41728;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-temple:hover {
    background: #fff;
    color: #b41728;
}

/* Responsive */
@media(max-width:768px) {
    .temple-content h2 {
        font-size: 26px;
    }
}

.planet-icon {
    font-size: 50px;
    margin-bottom: 20px;
}


.consultation-section {
    padding: 80px 0px;
    background: url(../image/astrology-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

.section-title h2 {
    font-size: 34px;
    margin-bottom: 10px;
}

.section-title p {
    margin-bottom: 40px;
    color: #555;
}

.consult-form {
    max-width: 900px;
    margin: auto;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-row input,
.form-row select {
    flex: 1;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.form-btn button {
    background: #b41728;
    color: #fff;
    padding: 14px 40px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.form-btn button:hover {
    background: #000;
    color: #fff;
}

@media(max-width:768px) {
    .form-row {
        flex-direction: column;
    }
}

.dob-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.section-label {
    font-size: 13px;
    color: #555;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}


.certificate-section {
    padding: 70px 20px;
    background: #ffffff;
    text-align: center;
}

.certificate-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.certificate-content p {
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
    color: #555;
}

.certificate-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.cert-box {
    padding: 25px;
    border-radius: 10px;
    background: #f8f8f8;
    transition: 0.3s;
    border: 1px solid #b41728;
}

.cert-box i {
    font-size: 32px;
    color: #b41728;
    margin-bottom: 10px;
}

.cert-box:hover {
    background: #b41728;
    color: #fff;
}

.cert-box:hover i {
    color: #fff;
}

.cert-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}



.cert-box:hover h4 {
    color: #fff;
}


.faq-section {
    padding: 80px 20px;
    background: #fdefe9;
}

.faq-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.faq-section h2 {
    font-size: 34px;
    margin-bottom: 10px;
}

.faq-container {
    max-width: 800px;
    margin: auto;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.faq-question {
    width: 100%;
    padding: 18px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question span {
    font-size: 20px;
    transition: 0.3s;
}

.faq-answer {
    display: none;
    padding: 0 18px 18px 18px;
    color: #555;
    font-size: 15px;
}



.chatbot-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.chatbot-icon {
    width: 60px;
    height: 60px;
    /*background: #b41728;*/
    color: #000;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.chatbot-box {
    width: 260px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 80px;
    right: 0;
    display: none;
    overflow: hidden;
}

.chatbot-header {
    background: #000;
    color: #fff;
    padding: 12px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chatbot-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chatbot-body button {
    padding: 10px;
    border: none;
    background: #f8f5ef;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

.chatbot-body button:hover {
    background: #b41728;
    color: #fff;
}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    z-index: 9999;
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}



@media only screen and (min-width: 1200px) {
    .width-xl-100 {
        width: 100px;
    }
}






.card {
    background: #ffffff;
    border: 1px solid rgba(180, 23, 40, 0.15);
    border-radius: 20px;
    padding: 2rem 2rem 1.8rem;
    width: 100%;
    /* max-width: 480px; */
    box-shadow: 0 8px 40px rgba(180, 23, 40, 0.08), 0 2px 8px rgba(0, 0, 0, 0.06);
}

.card-title {
    font-size: 1.7rem;
    font-weight: 600;
    color: #b41728;
    letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
    text-align: center;
}

.fields-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1.2rem;
}

.field label {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b41728;
    margin-bottom: 0.35rem;
    font-weight: 500;
}

select {
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    color: #111111;
    padding: 0.65rem 2rem 0.65rem 0.85rem;
    font-size: 0.88rem;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23b41728' opacity='0.7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

select:focus {
    border-color: #b41728;
    box-shadow: 0 0 0 3px rgba(180, 23, 40, 0.1);
}

select option {
    background: #fff;
    color: #111;
}

.find-gemstone-section button {
    width: 100%;
}







/* ==========================================
   TEMPLE SECTION — ALL CSS
   ========================================== */

/* .temple-section {
    position: relative;
    padding: 70px 0;
    background: #fdf6f0;
    overflow: hidden;
} */

.temple-section .temple-overlay {
    position: relative;
    z-index: 1;
}

/* --- Section Title --- */
.temple-section .section-title {
    margin-bottom: 44px;
}

.temple-section .temple-section-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.section-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #681016;
    margin-bottom: 12px;
    line-height: 1.3;
}

.temple-section .section-title p {
    font-size: 1rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* --- Grid & Slider --- */
.temple-section .temple-section-planet-grid {
    position: relative;
}

.temple-section .temple-slider {
    padding-bottom: 40px;
}

/* --- Card --- */
.temple-section .temple-section-card {
    display: flex;
    align-items: center;
    background: #8b0000;
    background: linear-gradient(135deg, #7a0e1e 0%, #b41728 100%);
    border-radius: 50px 16px 16px 50px;
    overflow: visible;
    position: relative;
    min-height: 150px;
    padding: 16px 16px 16px 100px;
    box-shadow: 0 8px 28px rgba(180, 23, 40, 0.22);
    border: 2px solid rgba(212, 175, 100, 0.35);
    margin: 15px 15px 15px 15px;
}

/* Gold outer ring + circle image */
.temple-section .temple-section-card-img {
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #d4af37;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18), 0 4px 16px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    background: #fff;
    flex-shrink: 0;
    z-index: 2;
}

.temple-section .temple-section-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

/* Card text body */
.temple-section .temple-section-card-body {
    flex: 1;
    text-align: left;
    padding-left: 60px;
}

.temple-section .temple-section-card-body h4 {
    font-size: 1.12rem;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
    line-height: 1.3;
}

.temple-section .temple-section-card-body p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    line-height: 1.55;
}

/* --- Swiper Dots --- */
.temple-section .swiper-dots {
    text-align: center;
    margin-top: 6px;
}

.temple-section .swiper-pagination-temple {
    position: relative;
    bottom: auto;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.temple-section .swiper-pagination-temple .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #ccc;
    opacity: 1;
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s;
}

.temple-section .swiper-pagination-temple .swiper-pagination-bullet-active {
    background: #b41728;
    transform: scale(1.3);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .temple-section {
        padding: 50px 0;
    }

    .temple-section .section-heading {
        font-size: 1.45rem;
    }

    .temple-section .temple-section-card {
        padding: 16px 16px 16px 96px;
        min-height: 115px;
    }

    .temple-section .temple-section-card-img {
        width: 120px;
        height: 120px;
        left: -14px;
    }

    .temple-section .temple-section-card-body h4 {
        font-size: 1rem;
    }

    .temple-section .temple-section-card-body p {
        font-size: 0.82rem;
    }
}

@media (max-width: 480px) {
    .temple-section .temple-section-card {
        padding: 14px 12px 14px 88px;
    }

    .temple-section .temple-section-card-img {
        width: 100px;
        height: 100px;
        left: -10px;
    }
}



/* ==========================================
   CONSULT FORM — ALL CSS
   ========================================== */

/* #consultForm.consult-form {
    background: #ffffff;
    border: 1px solid rgba(180, 23, 40, 0.15);
    border-radius: 10px;
    padding: 2rem 2rem 1.8rem;
    box-shadow: 0 8px 40px rgba(180, 23, 40, 0.08), 0 2px 8px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
} */

/* --- Rows --- */
#consultForm.consult-form .consult-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.2rem;
    margin-bottom: 1rem;
}

/* --- Field --- */
#consultForm.consult-form .consult-form-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

#consultForm.consult-form .consult-form-field label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b41728;
}

/* --- Inputs & Select --- */
#consultForm.consult-form input,
#consultForm.consult-form select {
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: #111111;
    padding: 0.65rem 0.9rem;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    -webkit-appearance: none;
}

#consultForm.consult-form input::placeholder {
    color: rgba(0, 0, 0, 0.35);
    font-size: 0.85rem;
}

#consultForm.consult-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23b41728' opacity='0.7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
    padding-right: 2.2rem;
    cursor: pointer;
}

#consultForm.consult-form select option {
    background: #fff;
    color: #111;
}

/* date & time input icon color fix */
#consultForm.consult-form input[type="date"],
#consultForm.consult-form input[type="time"] {
    color: #111111;
    cursor: pointer;
}

#consultForm.consult-form input[type="date"]::-webkit-calendar-picker-indicator,
#consultForm.consult-form input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.6;
    filter: invert(13%) sepia(90%) saturate(700%) hue-rotate(330deg);
}

/* Focus states */
#consultForm.consult-form input:focus,
#consultForm.consult-form select:focus {
    border-color: #b41728;
    box-shadow: 0 0 0 3px rgba(180, 23, 40, 0.1);
}

/* --- Divider --- */
#consultForm.consult-form .consult-form-divider {
    height: 1px;
    background: rgba(180, 23, 40, 0.1);
    margin: 1.2rem 0;
}

/* --- Button --- */
#consultForm.consult-form .consult-form-btn {
    margin-top: 1.4rem;
}

#consultForm.consult-form .consult-form-btn button {
    width: 100%;
    background: #b41728;
    border: none;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.9rem 1.5rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(180, 23, 40, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
}

#consultForm.consult-form .consult-form-btn button:hover {
    background: #9a1422;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(180, 23, 40, 0.36);
}

#consultForm.consult-form .consult-form-btn button:active {
    transform: translateY(0);
    box-shadow: none;
}

/* --- Responsive --- */
@media (max-width: 600px) {
    #consultForm.consult-form {
        padding: 1.5rem 1.2rem;
    }

    #consultForm.consult-form .consult-form-row {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }
}


.astrology-box {
    background: #ffffff;
    border: 1px solid rgba(180, 23, 40, 0.15);
    border-radius: 20px;
    padding: 2rem 2rem 1.8rem;
    width: 100%;
    box-shadow: 0 8px 40px rgba(180, 23, 40, 0.08), 0 2px 8px rgba(0, 0, 0, 0.06);
}



/* ==========================================
   GIFT BANNER CARDS — ALL CSS
   Scoped to .card-wrapper-section
   ========================================== */

.card-wrapper-section .cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff5ee;
    border-radius: 16px;
    overflow: hidden;
    padding: 24px 28px 24px 0;
    gap: 24px;
    box-shadow: 0 4px 24px rgba(180, 23, 40, 0.07);
    border: 1px solid rgba(180, 23, 40, 0.08);
    min-height: 220px;
    position: relative;
}

/* Sparkle star background effect */
.card-wrapper-section .cards::ybefore {
    content: '✦';
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 1rem;
    color: rgba(180, 23, 40, 0.15);
    pointer-events: none;
}

.card-wrapper-section .cards::after {
    content: '✦';
    position: absolute;
    bottom: 18px;
    left: 22px;
    font-size: 0.6rem;
    color: rgba(212, 175, 55, 0.3);
    pointer-events: none;
}

/* --- Image Section --- */
.card-wrapper-section .card-image-section {
    flex-shrink: 0;
    width: 150px;
    min-width: 150px;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    margin-left: 20px;
    opacity: 1 !important;
    /* override inline style="opacity:0" */
}

.card-wrapper-section .card-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

/* --- Body Section --- */
.card-wrapper-section .card-body-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    padding-right: 8px;
}

/* --- Content --- */
.card-wrapper-section .card-content-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-wrapper-section .card-content-section .title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #7a1a2e;
    line-height: 1.4;
    margin: 0;
}

.card-wrapper-section .card-content-section .card-text {
    font-size: 0.92rem;
    color: #444444;
    line-height: 1.7;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- Button Section --- */
.card-wrapper-section .button-section {
    margin-top: 6px;
}

.card-wrapper-section .button-section a {
    display: inline-block;
    background: #e8a0b0;
    color: #7a1a2e;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    letter-spacing: 0.02em;
}

.card-wrapper-section .button-section a::after {
    content: ' →';
}

.card-wrapper-section .button-section a:hover {
    background: #d4849a;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(180, 23, 40, 0.18);
    color: #5a0e1e;
}

.card-wrapper-section .button-section a:active {
    transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .card-wrapper-section .cards {
        flex-direction: column;
        padding: 20px;
        gap: 16px;
    }

    .card-wrapper-section .card-image-section {
        width: 100%;
        min-width: unset;
        height: 200px;
        margin-left: 0;
    }

    .card-wrapper-section .card-content-section .title {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .card-wrapper-section .card-image-section {
        height: 170px;
    }

    .card-wrapper-section .card-content-section .title {
        font-size: 1rem;
    }

    .card-wrapper-section .card-content-section .card-text {
        font-size: 0.85rem;
    }
}


/* ==========================================
   GOOGLE REVIEWS SECTION — ALL CSS
   Scoped to .greviews-section
   ========================================== */

.greviews-section {
    padding: 70px 0 60px;
}

/* --- Header --- */
.greviews-section .greviews-header {
    margin-bottom: 44px;
}

.greviews-section .greviews-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
}

.greviews-section .greviews-underline {
    width: 48px;
    height: 3px;
    background: #111111;
    margin: 0 auto;
    border-radius: 2px;
}

/* --- Slider --- */
.greviews-section .greviews-slider {
    padding-bottom: 44px !important;
}

/* --- Card --- */
.greviews-section .greview-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    box-sizing: border-box;
    transition: box-shadow 0.25s, transform 0.25s;
    min-height: 300px;
}

.greviews-section .greview-card:hover {
    box-shadow: 0 8px 32px rgba(180, 23, 40, 0.1);
    transform: translateY(-3px);
}

/* Stars */
.greviews-section .greview-stars {
    color: #f5b800;
    font-size: 1.25rem;
    letter-spacing: 2px;
    line-height: 1;
}

/* Review text */
.greviews-section .greview-text-wrap {
    flex: 1;
}

.greviews-section .greview-text {
    font-size: 0.92rem;
    color: #333333;
    line-height: 1.75;
    margin: 0;
}

/* Footer */
.greviews-section .greview-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid #f0f0f0;
    margin-top: auto;
}

/* Author */
.greviews-section .greview-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.greviews-section .greview-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #b41728;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.greviews-section .greview-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.3;
}

/* Google badge */
.greviews-section .greview-google {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
}

.greviews-section .greview-google span {
    font-size: 0.75rem;
    color: #666666;
    line-height: 1.4;
    text-align: right;
}

/* --- Pagination --- */
.greviews-section .greviews-pagination {
    text-align: center;
    margin-top: 4px;
}

.greviews-section .swiper-pagination-greviews {
    position: relative;
    bottom: auto;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.greviews-section .swiper-pagination-greviews .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #cccccc;
    opacity: 1;
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s;
}

.greviews-section .swiper-pagination-greviews .swiper-pagination-bullet-active {
    background: #b41728;
    transform: scale(1.3);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .greviews-section {
        padding: 50px 0 44px;
    }

    .greviews-section .greviews-title {
        font-size: 1.7rem;
    }

    .greviews-section .greview-card {
        min-height: unset;
    }
}

@media (max-width: 480px) {
    .greviews-section .greviews-title {
        font-size: 1.4rem;
    }

    .greviews-section .greview-text {
        font-size: 0.87rem;
    }
}


/* ==========================================
   FOLLOW US SECTION — ALL CSS
   Scoped to .followus-section
   ========================================== */

.followus-section {
    position: relative;
    overflow: hidden;
}

.followus-section .followus-bg {
    background-image: url('../image/follow-us-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
}

/* Dark overlay for contrast */
/* .followus-section .followus-bg::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(140, 0, 0, 0.08) 100%);
        z-index: 0;
        pointer-events: none;
    } */

/* --- Inner row --- */
.followus-section .followus-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    width: 100%;
    padding: 30px 0 0 0;
}

/* --- Left Side --- */
.followus-section .followus-left {
    display: flex;
    align-items: center;
    gap: 0;
}

.followus-section .followus-character {
    width: 105px;
    flex-shrink: 0;
    margin-bottom: -18px;
    margin-top: -18px;
    align-self: flex-end;
}

.followus-section .followus-character img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.followus-section .followus-text {
    padding-left: 10px;
}

.followus-section .followus-title {
    font-size: 2rem;
    font-weight: 900;
    color: #f5deb3;
    letter-spacing: 0.06em;
    line-height: 1.1;
    margin: 0 0 4px;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.4);
}

.followus-section .followus-sub {
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(255, 235, 200, 0.9);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* --- Right Side: Icons --- */
.followus-section .followus-right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.followus-section .followus-icon-link {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    padding: 8px 12px 8px 12px;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition: background 0.22s, transform 0.18s, border-color 0.22s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.followus-section .followus-icon-link:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.6);
}

.followus-section .followus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
}

.followus-section .followus-label {
    color: #ffffff;
    white-space: nowrap;
}

/* Per-platform colours */
.followus-section .followus-icon-link.facebook .followus-icon {
    background: #1877f2;
    color: #fff;
}

.followus-section .followus-icon-link.facebook:hover {
    background: rgba(24, 119, 242, 0.25);
}

.followus-section .followus-icon-link.instagram .followus-icon {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    color: #fff;
}

.followus-section .followus-icon-link.instagram:hover {
    background: rgba(214, 36, 159, 0.2);
}

.followus-section .followus-icon-link.youtube .followus-icon {
    background: #ff0000;
    color: #fff;
}

.followus-section .followus-icon-link.youtube:hover {
    background: rgba(255, 0, 0, 0.2);
}

.followus-section .followus-icon-link.whatsapp .followus-icon {
    background: #25d366;
    color: #fff;
}

.followus-section .followus-icon-link.whatsapp:hover {
    background: rgba(37, 211, 102, 0.2);
}

.notification-marquee-row {
    display: flex;
    gap: 30px;
}

/* 
.notification-marquee-row div::before {
    content: "★";
    color: #d4af37;
    margin-right: 8px;
    font-size: 14px;
} */

/* --- Responsive --- */
@media (max-width: 768px) {
    .followus-section .followus-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 0 20px;
        gap: 16px;
    }

    .followus-section .followus-left {
        flex-direction: column;
        align-items: center;
    }

    .followus-section .followus-character {
        width: 80px;
        margin: 0;
    }

    .followus-section .followus-text {
        padding-left: 0;
        text-align: center;
    }

    .followus-section .followus-title {
        font-size: 1.6rem;
    }

    .followus-section .followus-right {
        justify-content: center;
        gap: 10px;
    }

    .followus-section .followus-icon-link {
        padding: 7px 14px 7px 10px;
        font-size: 0.78rem;
    }

    .followus-section .followus-icon {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 420px) {
    .followus-section .followus-right {
        gap: 8px;
    }

    .followus-section .followus-icon-link .followus-label {
        display: none;
    }

    .followus-section .followus-icon-link {
        padding: 8px;
        border-radius: 10%;
    }
}

.followus-header {
    text-align: left;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.followus-header h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 6px;
    font-weight: 600;
}

.followus-header p {
    color: #f1f1f1;
    font-size: 15px;
}

/* bigger buttons */
.followus-icon-link {
    padding: 14px 20px;
    gap: 14px;
}

.followus-icon {
    width: 42px;
    height: 42px;
}

.followus-info {
    display: flex;
    flex-direction: column;
}

.followus-label {
    font-size: 15px;
    font-weight: 600;
}

.followus-count {
    font-size: 13px;
    opacity: 0.8;
}

.service-icon {
    background: url(../image/why-choose-bg-shape.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    animation: rotation infinite linear 16s;
}

.service-icon img {
    width: 85px;
    height: 85px;
}

/* @keyframes rotation {
    100% {
        transform: rotate(360deg);
    }
} */

.footer-theme-logo {
    text-align: center;
}

@media only screen and (min-width: 1199px) {
    .footer-area .footer-list .ft-list {
        width: 18%;
    }

    .footer-area .footer-list .ft-list-center {
        width: 28%;
    }
}


.google-rating-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 12px 25px;
    background: var(--extra-bgcolor);
    border-radius: var(--border-radius);
    box-shadow: 0 8px 20px rgba(var(--box-shadow-outer), var(--box-shadow-outer-opacity));
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.rating-left {
    text-align: center;
}

.rating-score {
    font-size: 28px;
    font-weight: 600;
    color: var(--heading-font-color);
    display: block;
}

.rating-stars {
    color: var(--product-review-color);
    font-size: 16px;
    letter-spacing: 2px;
}

.rating-divider {
    width: 1px;
    height: 35px;
    background: rgba(var(--border-color), var(--border-opacity));
}

.rating-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rating-count {
    font-size: 15px;
    font-weight: 500;
    color: var(--body-font-color);
}

.rating-google {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    color: var(--secondary-font-color);
    text-decoration: none;
}

.rating-google span {
    font-size: 14px;
}

.header-top-first.position-relative.extra-bg {
    z-index: 2;
}

.follow-us-user-image {
    position: absolute;
    right: 100px;
    bottom: 0;
    z-index: 0;
}

@media only screen and (max-width: 576px) {
    .follow-us-user-image {
        opacity: 0.5;
        left: 50px;
        right: 50px;
    }
}

.shop-sidebar .shop-cat {
    background-color: #ffffff;
}

.shop-sidebar .shop-cat a {
    padding: 10px 20px;
    color: #293448;
    font-weight: 500;
    transition: none;
}

.shop-sidebar .shop-cat a.active {
    background: var(--primary-font-color);
    color: #fff5ee;
}

.shop-sidebar .shop-cat a:hover {
    background: var(--primary-font-color);
    color: #fff5ee;
}

.shop-content .p-xl-sticky {
    top: 70px !important;
}

.shop-page .single-product .single-product-wrap .product-content .pro-content {
    background-color: var(--extra-bgcolor);
}

.menu-dropdown a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/* ===================================================
   GEMSTONE RECOMMENDATION — uses existing AKS CSS vars
   =================================================== */

/* Section heading override for primary color */
.gemstone-recommedation-section .section-heading {
    color: var(--primary-font-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 26px;
}

@media (min-width: 1200px) {
    .gemstone-recommedation-section .section-heading {
        font-size: 34px;
    }
}

/* ── LEFT PANEL ── */
.gem-table-wrap {
    background-color: var(--extra-bgcolor);
    border: 1px solid rgba(var(--border-color), var(--border-opacity));
    border-radius: var(--border-radius);
    overflow: hidden;
    height: 100%;
}

.gem-table-heading {
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: var(--heading-font-weight);
    color: var(--heading-font-color);
    padding: 16px 20px;
    border-bottom: 1px solid rgba(var(--border-color), var(--border-opacity));
    background-color: var(--body-bgcolor);
    text-align: center;
}

.gem-table-responsive {
    overflow-x: auto;
}

.gem-table {
    width: 100%;
    border-collapse: collapse;
}

.gem-table thead tr th {
    background-color: var(--body-bgcolor);
    color: var(--heading-font-color);
    font-weight: var(--heading-font-weight);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(var(--border-color), var(--border-opacity));
    text-align: center;
}

.gem-table tbody tr {
    border-bottom: 1px solid rgba(var(--border-color), var(--border-opacity));
    transition: background-color 0.25s;
}

.gem-table tbody tr:last-child {
    border-bottom: none;
}

.gem-table tbody tr:hover {
    background-color: rgba(180, 23, 40, 0.04);
}

.gem-table tbody tr td {
    padding: 11px 20px;
    font-size: 14px;
    color: var(--heading-font-color);
    vertical-align: middle;
}

.gem-table tbody tr td:first-child {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gem-dot {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(var(--border-color), 0.2);
}

.gem-name {
    font-weight: var(--heading-font-weight);
    color: var(--primary-font-color);
    font-size: 14px;
}

.gem-hindi {
    font-weight: 500;
    color: var(--body-font-color);
    font-size: 12px;
}

.gem-planet {
    text-align: center;
    font-size: 14px;
    color: var(--body-font-color);
}

.gem-planet .gem-hindi {
    display: block;
    font-size: 11px;
}

/* ── RIGHT PANEL ── */
.gem-form-wrap {
    background-color: var(--extra-bgcolor);
    border: 1px solid rgba(var(--border-color), var(--border-opacity));
    border-radius: var(--border-radius);
    padding: 28px 28px 32px;
    height: 100%;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    width: 100%;
}

.gem-form-heading {
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: var(--heading-font-weight);
    color: var(--heading-font-color);
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(var(--border-color), var(--border-opacity));
}

/* Form rows */
.gem-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 14px;
}

.gem-form-field {
    flex: 1 1 calc(50% - 7px);
    min-width: 140px;
    position: relative;
}

.gem-form-field-full {
    flex: 1 1 100%;
}

.gem-form-field input,
.gem-form-field select {
    width: 100%;
    height: 46px;
    padding: 10px 14px;
    font-size: 14px;
    color: var(--body-font-color);
    background-color: var(--body-bgcolor);
    border: 1px solid rgb(180 23 40 / 50%);
    border-radius: var(--border-radius);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.gem-form-field input:focus,
.gem-form-field select:focus {
    outline: none;
    border-color: var(--primary-font-color);
}

.gem-form-field input::placeholder {
    color: var(--body-font-color);
    opacity: 0.7;
}

/* Input label above field */
.gem-input-label {
    display: block;
    font-size: 12px;
    font-weight: var(--heading-font-weight);
    color: var(--body-font-color);
    margin-bottom: 5px;
}

/* Mobile field */
.gem-mobile-wrap {
    display: flex;
    align-items: center;
    border: 1px solid rgb(180 23 40 / 50%);
    border-radius: var(--border-radius);
    background-color: var(--body-bgcolor);
    height: 46px;
    overflow: hidden;
    transition: border-color 0.3s;
}

.gem-mobile-wrap:focus-within {
    border-color: var(--primary-font-color);
}

.gem-flag-code {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: var(--heading-font-weight);
    color: var(--heading-font-color);
    border-right: 1px solid rgba(var(--border-color), var(--border-opacity));
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
}

.gem-flag-arrow {
    font-size: 10px;
    color: var(--body-font-color);
}

.gem-mobile-input {
    flex: 1;
    border: none !important;
    height: 44px !important;
    background: transparent !important;
    padding: 0 12px !important;
    font-size: 14px;
}

/* Gender */
.gem-gender-field {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 4px;
}

.gem-gender-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: var(--body-font-color);
    font-weight: var(--body-font-weight);
    user-select: none;
}

.gem-gender-label input[type="radio"] {
    display: none;
}

.gem-radio-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(var(--border-color), 0.4);
    background-color: var(--extra-bgcolor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color 0.25s;
    position: relative;
}

.gem-gender-label input[type="radio"]:checked~.gem-radio-dot {
    border-color: var(--primary-font-color);
}

.gem-gender-label input[type="radio"]:checked~.gem-radio-dot::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-font-color);
    position: absolute;
}

/* Weight field with ? icon */
.gem-weight-field {
    position: relative;
}

.gem-weight-field input {
    padding-right: 36px !important;
}

.gem-weight-help {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid var(--primary-font-color);
    color: var(--primary-font-color);
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: help;
    line-height: 1;
}

/* Time row */
.gem-time-row {
    display: flex;
    gap: 10px;
}

.gem-time-row select {
    flex: 1;
}

/* Submit button */
.gem-form-submit {
    margin-top: 20px;
}

.gem-form-submit .btn-style {
    width: 100%;
    font-size: 14px;
    letter-spacing: 2px;
    height: 50px;
}

/* Responsive */
@media (max-width: 575px) {
    .gem-form-field {
        flex: 1 1 100%;
    }

    .gem-form-wrap {
        padding: 20px 16px 24px;
    }

    .gem-gender-field {
        padding: 10px 0;
    }
}

/* DOB & Time row */
.gem-dob-row {
    display: flex;
    gap: 10px;
}

.gem-dob-select {
    flex: 1;
    height: 46px;
    padding: 10px 14px;
    font-size: 14px;
    color: var(--body-font-color);
    background-color: var(--body-bgcolor);
    border: 1px solid 1px solid rgb(180 23 40 / 50%);
    border-radius: var(--border-radius);
    font-family: var(--body-font-family);
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.gem-dob-select:focus {
    outline: none;
    border-color: var(--primary-font-color);
}

.gem-dob-label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: var(--heading-font-weight);
    color: var(--body-font-color);
}

.gem-required {
    color: var(--primary-font-color);
    font-size: 14px;
}

/* Budget field with ? icon */
.gem-budget-field {
    position: relative;
}

.gem-budget-field select {
    padding-right: 36px !important;
}

/* Section title update */
.gem-form-heading-wrap {
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(var(--border-color), var(--border-opacity));
}

.gem-form-tool-title {
    font-family: var(--heading-font-family);
    font-size: 22px;
    font-weight: var(--heading-font-weight);
    color: var(--heading-font-color);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.gem-form-tool-desc {
    font-size: 13px;
    color: var(--body-font-color);
    text-align: center;
}





/* ============================================================
   WHY CERTIFIED GEMSTONES SECTION — AKS Jewellery
   Uses existing CSS variables from style.css / theme.css
   Add this to: assets/css/style.css  (or a new why-certified.css)
   ============================================================ */

/* ── Section wrapper ── */
.why-certified-section {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #ffffff;
    border-top: 1px solid rgba(var(--border-color), var(--border-opacity));
}

@media (min-width: 1200px) {
    .why-certified-section {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

/* Section sub-text */
.why-certified-section .section-capture p {
    color: var(--body-font-color);
    font-size: 15px;
    margin-top: 10px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* ── Cards Grid ── */
.wc-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .wc-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .wc-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

/* ── Single Card ── */
.wc-card {
    background-color: #ffffff;
    border: 1px solid rgba(var(--border-color), var(--border-opacity));
    border-radius: var(--border-radius);
    padding: 28px 24px 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.wc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0%;
    background-color: var(--primary-font-color);
    transition: height 0.35s ease;
    border-radius: 0 0 2px 0;
}

.wc-card:hover {
    box-shadow: 0 6px 28px rgba(180, 23, 40, 0.08);
    border-color: rgba(180, 23, 40, 0.25);
    transform: translateY(-3px);
}

.wc-card:hover::before {
    height: 100%;
}

/* ── Icon ── */
.wc-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: var(--border-radius);
    background-color: var(--body-bgcolor);
    border: 1px solid rgba(var(--border-color), var(--border-opacity));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.wc-card:hover .wc-icon-wrap {
    background-color: rgba(180, 23, 40, 0.07);
    border-color: rgba(180, 23, 40, 0.2);
}

.wc-icon-wrap svg {
    width: 22px;
    height: 22px;
    color: var(--primary-font-color);
    stroke: var(--primary-font-color);
    transition: transform 0.3s ease;
}

.wc-card:hover .wc-icon-wrap svg {
    transform: scale(1.12);
}

/* ── Card Text ── */
.wc-title {
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: var(--heading-font-weight);
    color: var(--heading-font-color);
    margin-bottom: 10px;
    line-height: 1.3;
}

.wc-text {
    font-size: 14px;
    color: var(--body-font-color);
    line-height: 1.75;
    margin: 0;
    flex: 1;
}

/* ── CTA Strip ── */
.wc-cta-strip {
    background: linear-gradient(91.95deg, #b8292f -10%, #7c1a1f -9.98%, #b8292f 59.49%, #73171c 139.43%, #b8292f 139.44%);
    border-radius: var(--border-radius);
    padding: 22px 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.wc-cta-text {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    flex: 1;
    min-width: 200px;
}

.wc-cta-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wc-cta-icon svg {
    width: 18px;
    height: 18px;
    stroke: #ffffff;
    color: #ffffff;
}

.wc-cta-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.wc-btn {
    min-width: 110px;
    height: 44px;
    font-size: 13px;
    padding: 8px 22px;
    border-radius: var(--border-radius);
}

/* Override quaternary button on dark bg */
.wc-cta-strip .quaternary-btn {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.6);
    background-color: transparent;
}

.wc-cta-strip .quaternary-btn:hover {
    color: var(--primary-font-color);
    background-color: #ffffff;
    border-color: #ffffff;
}

/* Override secondary button on dark bg */
.wc-cta-strip .secondary-btn {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.wc-cta-strip .secondary-btn:hover {
    background: #ffffff;
    color: var(--primary-font-color);
    border-color: #ffffff;
}

/* ── Responsive ── */
@media (max-width: 575px) {
    .wc-card {
        padding: 22px 18px 20px;
    }

    .wc-cta-strip {
        padding: 18px 18px;
        flex-direction: column;
        align-items: flex-start;
    }

    .wc-cta-buttons {
        width: 100%;
    }

    .wc-btn {
        flex: 1;
        min-width: 0;
    }
}






/* ============================================================
           TEMPLES BY RASI PAGE — AKS Jewellery
           Matches existing CSS variables & design system
        ============================================================ */

/* ── Hero Banner ── */
.temple-rasi-hero {
    background: url('assets/image/temple-bg.jpg') center/cover no-repeat;
    position: relative;
    padding: 70px 0 60px;
    text-align: center;
}

.temple-rasi-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 8, 0, 0.72) 0%, rgba(100, 15, 22, 0.6) 100%);
}

.temple-rasi-hero .container {
    position: relative;
    z-index: 1;
}

.temple-rasi-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 175, 55, 0.18);
    border: 1px solid rgba(212, 175, 55, 0.45);
    color: #d4af37;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.temple-rasi-hero h1 {
    font-family: 'Philosopher', serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px;
}

.temple-rasi-hero h1 span {
    color: #d4af37;
}

.temple-rasi-hero p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
    max-width: 580px;
    margin: 0 auto 28px;
    line-height: 1.75;
}

.hero-stats {
    display: inline-flex;
    gap: 0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    overflow: hidden;
}

.hero-stat {
    padding: 14px 28px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stat:last-child {
    border-right: none;
}

.hero-stat-num {
    display: block;
    font-family: 'Philosopher', serif;
    font-size: 22px;
    font-weight: 700;
    color: #d4af37;
    line-height: 1;
}

.hero-stat-label {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .temple-rasi-hero h1 {
        font-size: 28px;
    }

    .hero-stats {
        flex-direction: column;
        width: 100%;
        max-width: 260px;
    }

    .hero-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .hero-stat:last-child {
        border-bottom: none;
    }
}

/* ── Intro Strip ── */
.rasi-intro-strip {
    background: #ffffff;
    border-bottom: 1px solid rgba(128, 128, 128, 0.12);
    padding: 20px 0;
}

.rasi-intro-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.rasi-intro-icon {
    width: 44px;
    height: 44px;
    background: rgba(180, 23, 40, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rasi-intro-icon svg {
    width: 20px;
    height: 20px;
    stroke: #b41728;
}

.rasi-intro-text {
    font-size: 14px;
    color: #808080;
    line-height: 1.6;
    flex: 1;
}

.rasi-intro-text strong {
    color: #333333;
}

/* ── Filter Tabs ── */
.rasi-filter-section {
    background: #ffffff;
    padding: 30px 0 0;
    border-bottom: 2px solid rgba(128, 128, 128, 0.1);
}

.rasi-filter-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b41728;
    margin-bottom: 14px;
    display: block;
}

.rasi-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 0;
}

.rasi-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border: 1.5px solid rgba(128, 128, 128, 0.18);
    border-radius: 30px;
    background: transparent;
    cursor: pointer;
    font-family: 'Google Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #808080;
    transition: all 0.25s;
    text-decoration: none;
    white-space: nowrap;
}

.rasi-tab .tab-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.rasi-tab:hover,
.rasi-tab.active {
    background: #b41728;
    border-color: #b41728;
    color: #ffffff;
}

.rasi-tab.active .tab-rasi-name {
    color: #fff;
}

/* ── Main Section ── */
.temples-rasi-section {
    background: #fdefe9;
    padding: 50px 0 70px;
}

@media (min-width: 1200px) {
    .temples-rasi-section {
        padding: 70px 0 90px;
    }
}

/* ── Rasi Block ── */
.rasi-block {
    margin-bottom: 60px;
    scroll-margin-top: 80px;
}

.rasi-block:last-child {
    margin-bottom: 0;
}

/* Rasi Header */
.rasi-block-header {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    border-radius: 16px 16px 0 0;
    padding: 22px 28px;
    border-bottom: 3px solid #b41728;
    position: relative;
    overflow: hidden;
}

.rasi-block-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    background: linear-gradient(90deg, transparent, rgba(180, 23, 40, 0.04));
}

.rasi-symbol-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #b41728, #7c1a1f);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(180, 23, 40, 0.28);
}

.rasi-symbol-circle .rasi-symbol-text {
    font-family: 'Philosopher', serif;
    font-size: 22px;
    font-weight: 700;
    color: #d4af37;
    line-height: 1;
}

.rasi-header-info {
    flex: 1;
}

.rasi-name-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.rasi-name-en {
    font-family: 'Philosopher', serif;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.rasi-name-ta {
    font-size: 17px;
    color: #b41728;
    font-weight: 600;
}

.rasi-meta-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.rasi-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #808080;
    font-weight: 500;
}

.rasi-meta-pill strong {
    color: #333333;
}

.rasi-header-gemstone {
    text-align: right;
    flex-shrink: 0;
}

.gem-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(180, 23, 40, 0.07);
    border: 1px solid rgba(180, 23, 40, 0.18);
    border-radius: 8px;
    padding: 8px 14px;
}

.gem-dot-large {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
}

.gem-badge-name {
    font-size: 13px;
    font-weight: 600;
    color: #b41728;
}

.gem-badge-label {
    font-size: 10px;
    color: #808080;
    display: block;
    margin-top: 1px;
    letter-spacing: 0.5px;
}

@media (max-width: 600px) {
    .rasi-block-header {
        flex-wrap: wrap;
        padding: 18px 18px;
    }

    .rasi-header-gemstone {
        width: 100%;
        text-align: left;
        margin-top: 8px;
    }

    .rasi-name-en {
        font-size: 20px;
    }
}

/* Temple Cards Grid */
.rasi-temples-grid {
    background: #ffffff;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    border: 1px solid rgba(128, 128, 128, 0.1);
    border-top: none;
}

@media (max-width: 991px) {
    .rasi-temples-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .rasi-temples-grid {
        grid-template-columns: 1fr;
    }
}

/* Single Temple Card */
.temple-card {
    border-right: 1px solid rgba(128, 128, 128, 0.1);
    border-bottom: 1px solid rgba(128, 128, 128, 0.1);
    transition: background 0.25s;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.temple-card:last-child,
.temple-card:nth-child(3n) {
    border-right: none;
}

.temple-card:hover {
    background: rgba(180, 23, 40, 0.03);
}

.temple-card-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: linear-gradient(135deg, #f5e6d3, #e8d5b8);
    position: relative;
}

.temple-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.temple-card:hover .temple-card-img img {
    transform: scale(1.06);
}

.temple-card-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.placeholder-icon {
    font-size: 36px;
    opacity: 0.4;
}

.placeholder-text {
    font-size: 11px;
    color: #b41728;
    opacity: 0.5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.temple-card-primary-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #b41728;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
}

.temple-card-body {
    padding: 16px 18px 18px;
}

.temple-card-planet {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #b41728;
    margin-bottom: 5px;
}

.temple-card-name {
    font-family: 'Philosopher', serif;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 4px;
    line-height: 1.3;
}

.temple-card-location {
    font-size: 13px;
    color: #808080;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.temple-card-location svg {
    width: 13px;
    height: 13px;
    stroke: #b41728;
    flex-shrink: 0;
}

.temple-card-divider {
    height: 1px;
    background: rgba(128, 128, 128, 0.1);
    margin-bottom: 10px;
}

.temple-card-desc {
    font-size: 13px;
    color: #808080;
    line-height: 1.65;
    margin-bottom: 12px;
}

.temple-card-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.temple-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
    font-family: 'Google Sans', sans-serif;
}

.temple-action-btn svg {
    width: 13px;
    height: 13px;
}

.btn-direction {
    background: #b41728;
    color: #ffffff;
}

.btn-direction:hover {
    background: #7c1a1f;
    color: #fff;
}

.btn-info {
    background: rgba(180, 23, 40, 0.08);
    color: #b41728;
    border: 1px solid rgba(180, 23, 40, 0.2);
}

.btn-info:hover {
    background: rgba(180, 23, 40, 0.15);
    color: #b41728;
}

/* ── Sticky Rasi Quick Nav ── */
.rasi-quick-nav {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #ffffff;
    border-bottom: 1px solid rgba(128, 128, 128, 0.12);
    padding: 10px 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.rasi-quick-nav-inner {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.rasi-quick-nav-inner::-webkit-scrollbar {
    display: none;
}

.rasi-nav-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    background: #fdefe9;
    border: 1px solid rgba(180, 23, 40, 0.15);
    font-size: 12px;
    font-weight: 600;
    color: #b41728;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.2s;
    flex-shrink: 0;
}

.rasi-nav-chip:hover,
.rasi-nav-chip.active {
    background: #b41728;
    color: #ffffff;
    border-color: #b41728;
}

.rasi-nav-chip .chip-ta {
    font-size: 10px;
    opacity: 0.8;
}

/* ── Info Box ── */
.rasi-info-box {
    background: linear-gradient(135deg, #7c1a1f 0%, #b41728 100%);
    border-radius: 16px;
    padding: 32px 32px;
    color: #fff;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 50px;
}

.rasi-info-box-icon {
    width: 48px;
    height: 48px;
    background: rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.rasi-info-box-icon svg {
    width: 22px;
    height: 22px;
    stroke: #d4af37;
}

.rasi-info-box h3 {
    font-family: 'Philosopher', serif;
    font-size: 20px;
    color: #d4af37;
    margin-bottom: 8px;
}

.rasi-info-box p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 576px) {
    .rasi-info-box {
        flex-direction: column;
        padding: 22px 18px;
    }
}

/* Section separator */
.rasi-section-sep {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 32px;
}

.sep-line {
    flex: 1;
    height: 1px;
    background: rgba(128, 128, 128, 0.15);
}

.sep-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b41728;
}





:root {
    --body-font-color: #808080;
    --body-font-size: 15px;
    --body-bgcolor: #fdefe9;
    --body-font-family: "Google Sans", sans-serif;
    --body-font-weight: 500;
    --heading-font-color: #333333;
    --heading-font-family: "Google Sans", sans-serif;
    --heading-font-weight: 600;
    --section-heading-font-color: #333333;
    --section-heading-font-family: "Philosopher", serif;
    --primary-font-color: #b41728;
    --secondary-font-color: #333333;
    --extra-bgcolor: #ffffff;
    --border-color: rgba(128, 128, 128, 0.15);
    --border-radius: 10px;
    --box-shadow: 0 2px 12px rgba(51, 51, 51, 0.12);
}


/* ── DESKTOP FILTER BAR ── */
.filter-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    background: var(--extra-bgcolor);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 14px 20px;
    position: relative;
    /*margin-bottom: 24px;*/
}

.filter-icon {
    color: var(--primary-font-color);
    font-size: 18px;
    margin-right: 4px;
    cursor: pointer;
}

/* Dropdown pill buttons */
.filter-pill {
    position: relative;
    display: inline-block;
}

.filter-pill-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px;
    border: 1.5px solid var(--border-color);
    border-radius: 6px;
    background: #fff;
    font-family: var(--body-font-family);
    font-size: 11px;
    font-weight: 600;
    color: var(--secondary-font-color);
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    white-space: nowrap;
    user-select: none;
}

.filter-pill-btn:hover,
.filter-pill-btn.active {
    border-color: var(--primary-font-color);
    color: var(--primary-font-color);
}

.filter-pill-btn .arrow {
    font-size: 10px;
    transition: transform 0.2s;
}

.filter-pill-btn.active .arrow {
    transform: rotate(180deg);
}

/* Dropdown panel */
.dropdown-panel {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 230px;
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: 0 8px 32px rgba(51, 51, 51, 0.18);
    z-index: 100;
    padding: 16px;
    animation: fadeDown 0.18s ease;
}

.dropdown-panel.open {
    display: block;
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Range slider area */
.range-label {
    font-family: var(--section-heading-font-family);
    font-size: 15px;
    font-weight: 600;
    color: var(--secondary-font-color);
    margin-bottom: 14px;
}

.range-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.range-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.range-box label {
    font-size: 11px;
    color: #aaa;
    font-weight: 500;
}

.range-box input[type="number"] {
    width: 100%;
    padding: 8px 10px;
    border: 1.5px solid var(--border-color);
    border-radius: 6px;
    font-size: 13px;
    font-family: var(--body-font-family);
    color: var(--secondary-font-color);
    outline: none;
    transition: border-color 0.2s;
}

.range-box input[type="number"]:focus {
    border-color: var(--primary-font-color);
}

.range-sep {
    color: #ccc;
    font-size: 16px;
    margin-top: 18px;
}

/* Dual range slider */
.slider-wrap {
    position: relative;
    height: 6px;
    margin: 20px 0 8px;
}

.slider-track {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #eee;
    border-radius: 3px;
    overflow: visible;
}

.slider-fill {
    position: absolute;
    height: 6px;
    background: var(--primary-font-color);
    border-radius: 3px;
}

.slider-wrap input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: -5px;
    width: 100%;
    height: 16px;
    background: transparent;
    pointer-events: none;
}

.slider-wrap input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2.5px solid var(--primary-font-color);
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 2px 6px rgba(180, 23, 40, 0.25);
    transition: transform 0.15s;
}

.slider-wrap input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}

.slider-wrap input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2.5px solid var(--primary-font-color);
    cursor: pointer;
    pointer-events: all;
}

/* Checkbox list */
.check-list {
    list-style: none;
}

.check-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(128, 128, 128, 0.08);
}

.check-list li:last-child {
    border-bottom: none;
}

.check-list label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 13.5px;
    color: var(--secondary-font-color);
    transition: color 0.15s;
}

.check-list label:hover {
    color: var(--primary-font-color);
}

.check-list input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    flex-shrink: 0;
    position: relative;
}

.check-list input[type="checkbox"]:checked {
    background: var(--primary-font-color);
    border-color: var(--primary-font-color);
}

.check-list input[type="checkbox"]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
}

/* Sort By */
.sort-wrap {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 120px;
}

.sort-wrap label {
    font-size: 13px;
    font-weight: 600;
    color: #999;
    white-space: nowrap;
}

.sort-select {
    padding: 10px 20px 10px 10px;
    border: 1.5px solid var(--border-color);
    border-radius: 6px;
    background: #fff url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E) no-repeat right 15px center;
    -webkit-appearance: none;
    font-family: var(--body-font-family);
    font-size: 12px;
    font-weight: 500;
    color: var(--secondary-font-color);
    cursor: pointer;
    outline: none;
    height: 40px;
}

/* Apply / Clear buttons */
.filter-actions {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.btn-apply {
    flex: 1;
    padding: 10px;
    background: var(--primary-font-color);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: var(--body-font-family);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-apply:hover {
    background: #9a1221;
}

.btn-clear {
    flex: 1;
    padding: 10px;
    background: #fff;
    color: var(--primary-font-color);
    border: 1.5px solid var(--primary-font-color);
    border-radius: 6px;
    font-family: var(--body-font-family);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-clear:hover {
    background: #fff5f6;
}

/* ── ACTIVE TAGS ── */
.active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: #fff0f2;
    border: 1px solid rgba(180, 23, 40, 0.2);
    border-radius: 20px;
    font-size: 12.5px;
    color: var(--primary-font-color);
    font-weight: 500;
}

.filter-tag button {
    background: none;
    border: none;
    color: var(--primary-font-color);
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

/* ── MOBILE BOTTOM SHEET ── */
.mobile-filter-btn {
    display: none;
    position: relative;
    background: var(--primary-font-color);
    color: #fff;
    border: none;
    border-radius: 28px;
    padding: 14px 32px;
    font-family: var(--body-font-family);
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 6px 24px rgba(180, 23, 40, 0.35);
    cursor: pointer;
    gap: 8px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

.overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 300;
}

.overlay.open {
    display: block;
}

.bottom-sheet {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 22px 22px 0 0;
    z-index: 400;
    max-height: 85vh;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 -8px 40px rgba(51, 51, 51, 0.18);
}

.bottom-sheet.open {
    display: flex;
    animation: slideUp 0.28s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.sheet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 14px;
    border-bottom: 1px solid var(--border-color);
    flex-shrink: 0;
}

.sheet-title {
    font-family: var(--section-heading-font-family);
    font-size: 18px;
    color: var(--secondary-font-color);
    font-weight: 600;
}

.sheet-close {
    background: none;
    border: none;
    font-size: 22px;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

/* Two-column tab layout */
.sheet-body {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.sheet-tabs {
    width: 120px;
    flex-shrink: 0;
    background: #fafafa;
    border-right: 1px solid var(--border-color);
    overflow-y: auto;
}

.sheet-tab {
    display: block;
    width: 100%;
    padding: 15px 12px;
    text-align: left;
    background: none;
    border: none;
    border-left: 3px solid transparent;
    font-family: var(--body-font-family);
    font-size: 12.5px;
    font-weight: 500;
    color: #888;
    cursor: pointer;
    transition: all 0.15s;
    line-height: 1.3;
}

.sheet-tab.active {
    border-left-color: var(--primary-font-color);
    color: var(--primary-font-color);
    background: #fff5f6;
    font-weight: 600;
}

.sheet-tab-count {
    display: inline-block;
    background: var(--primary-font-color);
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
    padding: 1px 6px;
    margin-left: 4px;
    vertical-align: middle;
}

.sheet-panels {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

.sheet-panel {
    display: none;
}

.sheet-panel.active {
    display: block;
}

/* Mobile range */
.mobile-range-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.mobile-range-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-range-box label {
    font-size: 11px;
    color: #aaa;
}

.mobile-range-box input[type="text"],
.mobile-range-box input[type="number"] {
    width: 100%;
    padding: 9px 10px;
    border: 1.5px solid var(--border-color);
    border-radius: 6px;
    font-size: 13px;
    font-family: var(--body-font-family);
    color: var(--secondary-font-color);
    outline: none;
}

.mobile-range-box input:focus {
    border-color: var(--primary-font-color);
}

.rupee-prefix {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 2px;
}

/* Mobile checklist */
.mobile-check {
    list-style: none;
}

.mobile-check li {
    border-bottom: 1px solid rgba(128, 128, 128, 0.08);
}

.mobile-check li:last-child {
    border-bottom: none;
}

.mobile-check label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    cursor: pointer;
    font-size: 13.5px;
    color: var(--secondary-font-color);
}

.mobile-check input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    transition: all 0.15s;
}

.mobile-check input[type="checkbox"]:checked {
    background: var(--primary-font-color);
    border-color: var(--primary-font-color);
}

.mobile-check input[type="checkbox"]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
}

/* Sheet footer */
.sheet-footer {
    padding: 14px 16px;
    border-top: 1px solid var(--border-color);
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    background: #fff;
}


/* Demo section title */
.page-title {
    font-family: var(--section-heading-font-family);
    font-size: 28px;
    color: var(--secondary-font-color);
    text-align: center;
    margin-bottom: 6px;
}

.page-sub {
    text-align: center;
    font-size: 14px;
    color: #aaa;
    margin-bottom: 28px;
}

.more-filters-btn {
    padding: 9px 16px;
    border: 1.5px dashed rgba(128, 128, 128, 0.3);
    border-radius: 6px;
    background: none;
    font-family: var(--body-font-family);
    font-size: 13px;
    font-weight: 500;
    color: #999;
    cursor: pointer;
    transition: all 0.2s;
}

.more-filters-btn:hover {
    border-color: var(--primary-font-color);
    color: var(--primary-font-color);
}


/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .filter-bar {
        display: none;
    }

    .mobile-filter-btn {
        display: flex;
    }

    .active-filters {
        display: none;
    }


    .rating-right {
        flex-direction: column;
    }

    .footer-area .footer-list .ft-list:first-child {
        margin: 0px;
        order: 2;
    }

    .col-12.col-xl-9.ft-list-center {
        order: 1;
        margin-bottom: 20px;
    }

    .footer-area .footer-list .ft-list {
        margin-top: 15px;
        order: 2;
    }

    .temple-section .temple-section-card-img {
        width: 120px;
        height: 120px;
        left: -10px;
    }

    .section-title h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    #consultForm.consult-form {
        padding: 1.5rem 0;
    }

    a#top {
        bottom: 100px;
    }
}






