/* Featured Engagement Rings Section */
.featured-rings {
    background-color:#fefaf5;
    padding: 60px 0;
}

.featured-rings .block-title {
    margin-bottom: 40px;
}

.featured-rings .title {
    font-size: 32px;
    font-weight: 500;
    color: #333 !important;
    margin-bottom: 15px;
}

.featured-rings .subtitle {
    font-size: 16px;
    color: #333 !important;
    max-width: 600px;
    margin: 0 auto;
}

/* Unified Slick Slider Styles */
.featured-rings-slider {
    width: 100%;
    max-width: 1200px; /* Set maximum width to control slide display */
    margin: 0 auto;
    padding-bottom: 40px;
}

.featured-ring-item {
    text-align: left;
    padding: 0 10px;
}

.ring-image {
    margin-bottom: 15px;
    background-color: #f9f9f9;
    overflow: hidden;
}

.ring-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.ring-link:hover .ring-image img {
    transform: scale(1.05);
}

.ring-name {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    display: flex;
    align-items: center;
}

.arrow {
    margin-left: 5px;
}

.slick-dots {
    bottom: 0;
    text-align: center;
}

.slick-dots li button:before {
    font-size: 8px;
    color: #ccc;
}

.slick-dots li.slick-active button:before {
    color: #333;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .featured-rings .title {
        font-size: 24px;
    }
    
    .featured-rings .subtitle {
        font-size: 14px;
    }

    .featured-rings-slider {
        max-width: 100%; /* Full width on mobile */
    }

}

@media (min-width: 768px) {
    .featured-ring-item {
        text-align: left;
    }
}



/* Category Section */
/* Category Section */
.category-section {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.category-wrapper {
    display: flex;
    width: 100%;
}

.category-image {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 1;
}

.category-image img {
    width: 100%;
    height: 600px;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.category-image .active-image {
    opacity: 1;
}

.category-content {
    background-color: var(--theme-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    flex: 1;
}

.title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    color: white;
}

.category-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.category-item {
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
    transition: color 0.3s ease;
    color:white;
}
.category-item a{
    color: white;
}

.category-item a:hover,
.category-item.active a{
    color: #ffd700 !important;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .category-image,
    .category-content {
        text-align: center;
    }

    .category-content {
        background-color: var(--theme-color);
        color: #fff;
        padding: 20px 0;
    }

    .title {
        font-size: 24px;
    }

    .category-item {
        font-size: 14px;
    }

    .category-wrapper {
        flex-direction: column;
    }

    .category-image,
    .category-content {
        width: 100%;
    }
}


/* Shop By Category */
.full-width.svelte-16qz1ec.svelte-16qz1ec {
    background-image: url(../../media/banner/bg-img-2.jpg) !important;
}
.no-x-pad {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.limit-width.svelte-16qz1ec.svelte-16qz1ec {
    padding: 40px 0px;
}
.limit-width {
    max-width: 1440px !important;
    margin: 0 auto;
    width: 100%;
}
.header.svelte-16qz1ec.svelte-16qz1ec {
    text-align: center;
    margin-bottom: 40px;
}
.header.svelte-16qz1ec > p.svelte-16qz1ec {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
a.fancy, button.fancy {
    text-decoration: none;
    background-image: linear-gradient(var(--fancy-underline, var(--col-back-border-inactive)), var(--fancy-underline, var(--col-back-border-inactive)));
    background-image: linear-gradient(transparent, transparent), linear-gradient(var(--fancy-underline, var(--col-back-border-inactive)), var(--fancy-underline, var(--col-back-border-inactive))), linear-gradient(var(--fancy-underline, var(--theme-color)), var(--fancy-underline, var(--theme-color)));
    background-size: 20px var(--fancy-underline-width, 2px), 100% var(--fancy-underline-width, 2px), 0 var(--fancy-underline-width, 2px);
    background-position: -20px 100%, 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .25s 
linear, background-position .25s 
linear;
}
.root.svelte-1ipqzpw.svelte-1ipqzpw {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.snap-scroll.svelte-1ipqzpw.svelte-1ipqzpw {
    scroll-snap-type: x mandatory;
}
.scroll.svelte-1ipqzpw.svelte-1ipqzpw {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    overflow-x: auto;
}
.scroll-content.svelte-1ipqzpw.svelte-1ipqzpw {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 7px;
    justify-content: flex-start;
    flex: 1 1 0%;
    gap: 3px;
}
.image-text-item.svelte-16qz1ec.svelte-16qz1ec
Specificity: (0,3,0)
 {
    align-items: flex-start;
}
a.image-text-item {
    text-decoration: none;
}
.image-text-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    align-items: center;
    padding-bottom: 13px;
    scroll-snap-align: center;
}
.image-text-item.svelte-16qz1ec > img.svelte-16qz1ec {
    min-height: 500px;
    max-height: 500px;
}
a.image-text-item>img {
    margin-top: 20px;
    transform: scale(1);
    transition: transform .2s;
}
.image-text-item>img {
    width: 100%;
    min-height: 400px !important;
    max-height: 400px !important;
    object-fit: cover;
}
.name-arrow {
    display: flex;
    font-family: var(--font-heading-functional);
    text-transform: uppercase;
    align-items: center;
    gap: 10px;
    text-align: left;
    width: 100%;
}

.image-text-item>*+* {
    margin-top: 13px;
}



/* Gemstone Guidance Section */
.gemstone-section {
    background-color:var(--theme-color); /* Dark green background as per screenshot */
    color: #fff;
    width: 100%;
    overflow: hidden;
    height:600px;
}

.gemstone-wrapper {
    display: flex;
    width: 100%;
    height:100%;
}

.gemstone-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.gemstone-content h2 {
    font-size: 40px;
    font-weight: 700;
    color:white;
}

.gemstone-list {
    list-style: none;
    padding: 0;
}

.gemstone-list li {
    font-size: 16px;
    padding: 4px 0;
}

.gemstone-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gemstone-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; /* Remove any default spacing */
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .gemstone-wrapper {
        flex-direction: column;
    }

    .gemstone-content,
    .gemstone-image {
        width: 100%;
    }

    .gemstone-content h2 {
        font-size: 24px;
    }

    .gemstone-list li {
        font-size: 14px;
    }
    .text-container.svelte-m8rot h2.svelte-m8rot.svelte-m8rot
    {
        color: #fff;
        margin-bottom: 1rem;
        font-size: 24px !important;
    }
    .category-image img {
    width: 100%;
    height: 300px !important;
    }
}


.banner.svelte-1opaww3.svelte-1opaww3 {
    font-size: 100%;
    background-color: var(--theme-color);
    padding: 20px 30px 30px;
    text-align: center;
    color: #fff;
}
.banner.svelte-1opaww3.svelte-1opaww3 .limit-width {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}
.collections.svelte-1opaww3
{
    color:white;
    font-size:30px;
    font-weight:700;
}
.banner.svelte-1opaww3 h2.svelte-1opaww3 {
    margin: 0;
}
.banner.svelte-1opaww3 .see-whats-new.svelte-1opaww3 {
    font-size: 115%;
    margin: 0;
    max-width: 10%;
}

/* FAQ Section */
.faq-section {
    background-color: #d5d8dc;
    width: 100%;
    overflow: visible; /* Changed to visible to prevent clipping */
    background-image: url(../../media/banner/bg-img-2.jpg) !important;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; /* Added padding for better spacing */
}

.faq-title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.faq-item {
    margin-bottom: 10px; /* Added margin for separation */
}

.faq-question {
    width: 100%;
    padding: 15px 20px; /* Increased padding for better button appearance */
    background-color: #fff;
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #2f4f2f;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px; /* Added for smoother button appearance */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover,
.faq-question:not(.collapsed) {
    background-color: #f1f1f1;
}

.faq-answer {
    padding: 15px 20px; /* Adjusted padding to ensure content is fully visible */
    background-color: #fff;
    /* display: flex; */
    /* align-items: flex-start; */
    /* gap: 10px; */
    min-height: auto; /* Ensure no artificial height restriction */
}

.faq-answer p {
    font-size: 16px;
    color: #666;
    line-height: 1.6; /* Increased line height for readability */
    margin: 0;
    width: 100%; /* Ensure full width for text */
}

.icon {
    font-size: 18px;
    flex-shrink: 0; /* Prevent icon from shrinking */
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .faq-title {
        font-size: 28px;
    }

    .faq-question {
        font-size: 16px;
        padding: 12px 15px;
    }

    .faq-answer {
        padding: 12px 15px;
    }

    .faq-answer p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .faq-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .faq-question {
        font-size: 14px;
        padding: 10px 12px;
    }

    .faq-answer {
        padding: 10px 12px;
    }

    .faq-answer p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .faq-title {
        font-size: 20px;
    }

    .faq-question {
        font-size: 13px;
        padding: 8px 10px;
    }

    .faq-answer {
        padding: 8px 10px;
    }

    .faq-answer p {
        font-size: 12px;
    }
}
.accordion-header{
    margin-top:0px;
}




.cullen-testimonials-section {
    padding: 80px 20px;
    background-image: url(../../media/banner/bg-img-2.jpg) !important;
}

.cullen-section-title {
    text-align: center;
    margin-bottom: 60px;
}

.cullen-section-title h2 {
    font-size: 48px;
    font-weight: 300;
    color: #1a1a1a;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.cullen-section-title p {
    font-size: 16px;
    color: #666;
    letter-spacing: 0.5px;
}

.cullen-slider-wrapper {
    margin-bottom: 40px;
}

.cullen-testimonial-card {
    background: white;
    border-radius: 8px;
    padding: 40px;
    min-height: 400px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}

.cullen-testimonial-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.cullen-review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.cullen-review-platform {
    height: 24px;
    display: flex;
    align-items: center;
}

.cullen-trustpilot-logo {
    font-weight: bold;
    color: #00b582;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cullen-trustpilot-logo::before {
    content: "★";
    color: #00b582;
    font-size: 16px;
}

.cullen-google-logo {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(135deg, #4285F4 0%, #34A853 25%, #FBBC04 50%, #EA4335 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2px;
}

.cullen-client-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cullen-client-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    flex-shrink: 0;
}

.cullen-avatar-1 {
    background: #17a4a4;
}

.cullen-avatar-2 {
    background: #5b5b9d;
}

.cullen-avatar-3 {
    background: #6b4423;
}

.cullen-client-details h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 3px 0;
}

.cullen-client-details .cullen-date {
    font-size: 12px;
    color: #999;
}

.cullen-stars {
    color: #ffc107;
    font-size: 12px;
    margin-right: 8px;
    letter-spacing: 2px;
}

.cullen-testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
    flex-grow: 1;
}

.cullen-read-more {
    font-size: 13px;
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}

.cullen-read-more:hover {
    color: #008f60;
}

/* Slick Slider Custom Styles */
.cullen-mySlider .slick-slide {
    padding: 0 15px;
}

.cullen-mySlider .slick-prev,
.cullen-mySlider .slick-next {
    width: 45px;
    height: 45px;
    background: #c4c3c3;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s ease;
}

.cullen-mySlider .slick-prev:hover,
.cullen-mySlider .slick-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.cullen-mySlider .slick-prev::before,
.cullen-mySlider .slick-next::before {
    color: white;
    font-size: 24px;
}

.cullen-mySlider .slick-prev {
    left: 20px;
}

.cullen-mySlider .slick-next {
    right: 20px;
}

.cullen-mySlider .slick-dots {
    bottom: -50px;
    margin: 30px;
}

.cullen-mySlider .slick-dots li {
    margin: 0 8px;
}

.cullen-mySlider .slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    font-size: 0;
    transition: all 0.3s ease;
}

.cullen-mySlider .slick-dots li.slick-active button:before {
    width: 30px;
    height: 12px;
    border-radius: 6px;
    background: white;
}

/* Responsive */
@media (max-width: 768px) {
    .cullen-testimonials-section {
        padding: 50px 15px;
    }

    .cullen-section-title h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .cullen-section-title p {
        font-size: 14px;
    }

    .cullen-testimonial-card {
        padding: 25px;
        margin: 0 10px;
    }

    .cullen-testimonial-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .cullen-mySlider .slick-prev,
    .cullen-mySlider .slick-next {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .cullen-testimonials-section {
        padding: 40px 12px;
    }

    .cullen-section-title {
        margin-bottom: 40px;
    }

    .cullen-section-title h2 {
        font-size: 24px;
    }

    .cullen-section-title p {
        font-size: 13px;
    }

    .cullen-testimonial-card {
        padding: 20px;
        margin: 0 8px;
        min-height: 380px;
    }

    .cullen-client-avatar {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .cullen-client-details h3 {
        font-size: 14px;
    }

    .cullen-testimonial-text {
        font-size: 13px;
    }

    .cullen-mySlider .slick-dots {
        bottom: -40px;
    }
}