.expert-cta-section {
    position: relative;
    padding: 40px 0 15px;
    background: linear-gradient(135deg, rgba(244, 107, 85, 0.05) 0%, rgba(137, 84, 162, 0.05) 50%, rgba(103, 189, 229, 0.05) 100%);
    overflow: hidden;
    margin: 20px 0;
}

.expert-cta-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 50%;
    background: linear-gradient(271deg, rgba(244, 107, 85, 0.2) 0%, rgba(137, 84, 162, 0.3) 49%, rgb(71 0 151) 100%);
    border-radius: 181px 0 0 0;
    z-index: 0;
}

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

.expert-cta-wrapper {
    display: flex;
    align-items: flex-end;
    background: transparent;
}

.expert-image {
    flex: 0 0 200px;
    margin-right: 40px;
    margin-bottom: -17px;
}

.expert-image img {
    width: 100%;
    height: auto;
    display: block;
}

.expert-cta-content {
    flex: 1;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.cta-header {
    background: linear-gradient(99deg, rgba(244, 107, 85, 0.1) 0%, rgba(137, 84, 162, 0.1) 52%, rgb(84 19 159) 100%);
    padding: 20px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cta-header p {
    color: #555;
    font-size: 22px;
    margin-bottom: 5px;
    font-family: 'Playfair Display', serif;
}

.cta-header h5 {
    color: #222;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.cta-body {
    padding: 30px;
}

.benefits-list {
    display: flex;
    margin-bottom: 30px;
}

.benefits-list li {
    display: flex;
    align-items: center;
    margin-right: 30px;
    position: relative;
}

.benefit-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.benefit-icon.personal {
    background-image: url('https://mauhurtikagems.com/assets/images/expert-cta-images/personalization-icon.svg');
}

.benefit-icon.discount {
    background-image: url('https://mauhurtikagems.com/assets/images/expert-cta-images/gift-icon.svg');
}

.benefit-icon.guarantee {
    background-image: url('https://mauhurtikagems.com/assets/images/expert-cta-images/star-icon.svg');
}

.benefits-list p {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

.benefits-list strong {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 15px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
}

.whatsapp-btn,
.call-btn {
    flex: 1;
    padding: 12px;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-btn {
    background: white;
    color: #000;
    border: 1px solid #000;
}

.whatsapp-btn:hover {
    background: #25D366;
    color: white;
    border-color: #25D366;
}

.call-btn {
    background: #000;
    color: white;
}

.call-btn:hover {
    background: #470097;
    color: white;
}

.whatsapp-icon,
.phone-icon {
    margin-right: 8px;
}

.whatsapp-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('https://mauhurtikagems.com/assets/images/expert-cta-images/whatsapp-icon.webp') no-repeat center;
    background-size: contain;
}

/* Responsive styles */
@media (max-width: 991px) {
    .expert-cta-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .expert-image {
        margin-right: 0;
        margin-bottom: 20px;
        flex: 0 0 auto;
        max-width: 180px;
    }

    .benefits-list {
        flex-direction: column;
    }

    .benefits-list li {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .expert-cta-section::before {
        width: 80%;
    }

    .cta-header p {
        font-size: 18px;
    }

    .cta-header h5 {
        font-size: 22px;
    }

    .cta-body {
        padding: 20px 15px;
    }
}










































.personalized-report-cta {
    position: relative;
    padding: 0px 0 30px;
    margin: 20px 0;
    overflow: hidden;
}

.personalized-report-cta:before {
    content: '';

    border-radius: 181px 0px 0px 0px;
    height: 50%;
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 95%;
    right: 0px;
    z-index: 0;
}



.report-cta-wrap {
    position: relative;
}

.report-cta-in {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
}

.report-cta-head {
    background: transparent linear-gradient(99deg, rgb(244 107 85 / 15%) 0%, rgb(137 84 162 / 15%) 52%, rgb(103 189 229 / 15%) 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px 6px 0px 0px;
    padding: 22px 30px;
}

.report-cta-head p {
    color: #333333;
    /* font-family: 'Bodoni Std Book'; */
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 5px;
}

.report-cta-head h5 {
    color: #000;
    font-size: 28px;
    line-height: 45px;
    margin: 0;
}

.report-cta-inner {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.report-form {
    flex: 1;
    min-width: 300px;
    margin-right: 30px;
}

.form-group {
    margin-bottom: 20px;
}


.form-group input:focus {
    border-color: #8954A2;
    outline: none;
    box-shadow: 0 0 0 2px rgba(137, 84, 162, 0.2);
}

.form-submit-btn {
    margin-top: 25px;
}

.submit-report-btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 14px 20px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.submit-report-btn:hover {
    background: #470097;
}

.report-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('https://mauhurtikagems.com/assets/images/report-icon.png') no-repeat center;
    background-size: contain;
    margin-right: 10px;
}

/* Gemstone Image Section */
.gemstone-image-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 250px;
}

.rotating-gemstone {
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
    animation: rotate-anticlockwise 60s infinite linear;
}

@keyframes rotate-anticlockwise {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

/* Vertical Benefits */
.vertical-benefits {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.benefit-item {
    display: flex;
    align-items: center;
}

.benefit-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    flex-shrink: 0;
}



.benefit-item p {
    color: #636363;
    font-size: 14px;
    margin: 0;
}

.benefit-item strong {
    display: block;
    color: #333;
}

@media (max-width: 767px) {
    .personalized-report-cta:before {
        content: none;
    }

    .report-cta-head p {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 6px;
        text-align: center;
    }

    .report-cta-head h5 {
        font-size: 22px;
        line-height: normal;
        text-align: center;
    }

    .report-cta-inner {
        padding: 20px 15px;
        flex-direction: column;
    }

    .report-form {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .gemstone-image-section {
        width: 100%;
        margin-top: 20px;
    }

    .rotating-gemstone {
        width: 300px;
        height: 300px;
        margin-bottom: 20px;
    }

    .vertical-benefits {
        width: 100%;
        align-items: center;
        gap: 15px;
    }
}





























.benefits-horizontal ul {
    list-style: none;
    /* Remove default bullets */
    padding: 0;
    margin: 0;
    display: flex;
    /* Horizontal layout */
    gap: 20px;
    /* Spacing between items */
    flex-wrap: wrap;
    /* Wrap on small screens */
}

.benefits-horizontal li {
    display: flex;
    align-items: center;
    /* Vertically center checkmark + text */
    white-space: nowrap;
    /* Prevent line breaks */
    color: #333;
    font-family: Arial, sans-serif;
}

/* Optional: Add a green checkmark */
.benefits-horizontal li::before {
    content: "ÃƒÂ¢Ã…â€œÃ¢â‚¬Å“";
    color: green;
    margin-right: 5px;
    font-weight: bold;
}































.rudraksha-showcase {
    background: linear-gradient(135deg, #f9f5f0 0%, #47009705 100%);
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.rudraksha-showcase::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 80%, rgba(71, 0, 151, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(217, 119, 6, 0.1) 0%, transparent 50%);
    z-index: 0;
}

.rudraksha-showcase::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, rgba(71, 0, 151, 0.05), rgba(217, 119, 6, 0.05));
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translate(-50%, -50%) translateY(0px);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-20px);
    }
}

.rudraksha-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #3a2e1f;
    position: relative;
    display: inline-block;
}

.rudraksha-title .highlight {
    color: #470097;
    position: relative;
}

.rudraksha-title .highlight::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgb(99 99 99 / 20%);
    z-index: -1;
}

.rudraksha-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    color: #6b5643;
    letter-spacing: 1px;
}

.divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #d97706, #f59e0b);
    margin-bottom: 2rem;
}

.rudraksha-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    justify-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .rudraksha-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .rudraksha-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        /* max-width: 800px; */
        margin: 0 auto;
    }

    .rudraksha-item {
        flex: 0 0 calc(20% - 16px);
        /* 5 items per row */
        max-width: 120px;
    }

    /* For the second row, we'll center 4 items */
    .rudraksha-item:nth-child(n+6) {
        flex: 0 0 calc(25% - 15px);
        /* 4 items per row for second row */
        max-width: 120px;
    }
}

@media (min-width: 992px) {
    .rudraksha-grid {
        gap: 25px;
        /* max-width: 900px; */
    }

    .rudraksha-item {
        flex: 0 0 calc(20% - 20px);
        max-width: 130px;
    }

    .rudraksha-item:nth-child(n+6) {
        flex: 0 0 calc(25% - 18.75px);
        max-width: 150px;
    }
}

/* Mobile-specific improvements */
@media (max-width: 575px) {
    .rudraksha-showcase {
        padding: 40px 0;
    }

    .rudraksha-title {
        font-size: 2rem;
    }

    .rudraksha-subtitle {
        font-size: 1rem;
    }

    .rudraksha-item {
        padding: 8px;
    }

    .rudraksha-img-container {
        width: 70px;
        height: 70px;
    }

    .rudraksha-name {
        font-size: 0.7rem;
    }
}

/* Touch device improvements */
@media (hover: none) and (pointer: coarse) {
    .rudraksha-item:hover {
        transform: none;
        background: rgba(255, 255, 255, 0.7);
    }

    .rudraksha-item:active {
        transform: scale(0.95);
        background: rgba(255, 255, 255, 0.9);
    }
}

.rudraksha-item {
    transition: all 0.3s ease;
}

.rudraksha-link {
    text-decoration: none;
    display: block;
}

.rudraksha-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 3px solid #fff;
}

.rudraksha-image {
    transition: all 0.5s ease;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

@media (min-width: 576px) {
    .rudraksha-img-container {
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 768px) {
    .rudraksha-img-container {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 992px) {
    .rudraksha-img-container {
        width: 110px;
        height: 110px;
    }
}

.rudraksha-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(211 151 81 / 0%) 0%, rgba(58, 46, 31, 0.1) 100%);
    transition: all 0.3s ease;
}

.rudraksha-name {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: #3a2e1f;
    text-align: center;
    margin-top: 0.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

@media (min-width: 576px) {
    .rudraksha-name {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .rudraksha-name {
        font-size: 0.85rem;
    }
}

.rudraksha-item {
    position: relative;
    /* padding: 10px; */
    border-radius: 15px;
    /* background: rgba(255, 255, 255, 0.7); */
    backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.rudraksha-item:hover {
    /* transform: translateY(5px) scale(1); */
    /* background: rgba(255, 255, 255, 0.95); */
    box-shadow: 0 15px 35px rgba(71, 0, 151, 0.2);
}

.rudraksha-item:hover .rudraksha-img-container {
    box-shadow: 0 2px 12px rgba(71, 0, 151, 0.3);
    transform: scale(.9);
    border-color: #e1c7ff;
}

.rudraksha-item:hover .rudraksha-image {
    transform: scale(1.1);
}

.rudraksha-item:hover .rudraksha-overlay {
    /* background: linear-gradient(135deg, rgba(71, 0, 151, 0.1) 0%, rgba(217, 119, 6, 0.1) 100%); */
}

.rudraksha-item:hover .rudraksha-name {
    color: #470097;
    transform: scale(1.05);
}

/* Add a subtle pulse animation */
.rudraksha-item::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    /* background: linear-gradient(45deg, #470097, #d97706, #470097); */
    border-radius: 17px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.rudraksha-item:hover::before {
    opacity: 1;
    animation: pulse-border 2s infinite;
}

@keyframes pulse-border {

    0%,
    100% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }
}

/* Featured Rudraksha Image Styles - Updated */
.rudraksha-featured-image {
    position: relative;
    padding: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    1);
    */ border-radius: 10px;
    margin: 10px 0;
}

.rudraksha-featured-image img {
    border-radius: 15px;
    /* box-shadow: 0 8px 25px rgba(71, 0, 151, 0.15); */
    /* transition: all 0.3s ease; */
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: 800px;
    object-fit: cover;
}

.rudraksha-featured-image img:hover {
    /* transform: scale(1.02); */
    /* box-shadow: 0 12px 35px rgba(71, 0, 151, 0.25); */
}

/* Ensure the column is visible on desktop */
@media (min-width: 768px) {
    .rudraksha-featured-image {
        display: block !important;
    }
}

/* Mobile: Hide featured image */
@media (max-width: 767.98px) {
    .rudraksha-featured-image {
        display: none !important;
    }
}



width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
border: 3px solid #f8f9fa;
}

.author-info {
    flex: 1;
}

.author-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    margin-bottom: 5px;
}

.verified-badge {
    font-size: 0.85rem;
    color: #28a745;
    font-weight: 500;
    margin-bottom: 3px;
}

.review-date {
    font-size: 0.8rem;
    color: #888;
}

/* Swiper Navigation */
left: -25px;
}

.tp-swiper-arrow-next {
    right: -25px;
}

/* Pagination Dots */