/* ============================================
   TABLE OF CONTENTS
   ============================================
   1. Top Bar Styles
   2. Header Styles
   3. Mega Menu Styles
   4. Section Headings
   5. Gems Category Section
   6. Collection Item Circle
   7. Certificate Section
   8. New Arrival Banner
   9. Gem Recommendation
   10. Blog & Signature Collections
   11. Footer Styles
   12. Responsive Styles
   ============================================ */

/* ============================================
   1. TOP BAR STYLES
   ============================================ */
.tf-top-bar.line {
    background: #e57661;
}

.tf-top-bar_wrap {
    padding: 5px 0px;
}

.tf-top-bar_wrap .top-bar-text,
.dropdown.bootstrap-select.image-select.style-default
    > button
    .filter-option-inner-inner,
.dropdown.bootstrap-select.image-select.style-default > button::after {
    color: #fff;
}

/* ============================================
   2. HEADER STYLES
   ============================================ */
.header-default .wrapper-header {
    min-height: 60px;
}

/* ============================================
   3. MEGA MENU STYLES
   ============================================ */
.box-nav-ul .menu-item {
    padding: 20px 5px;
}

.box-nav-ul .mega-menu {
    padding-top: 20px;
    border-top: 2px solid #e57661;
    border-bottom: 2px solid #e57661;
    background-color: #f8f5f5;
}

.box-nav-ul .menu-heading {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 10px;
}

.box-nav-ul .menu-list li:not(:last-child) {
    margin-bottom: 6px;
}

.box-nav-ul .menu-list .menu-link-text {
    font-size: 12px;
    font-weight: 500;
    color: #121212;
}

#header .box-nav-ul li:hover .item-link::before {
    width: 0;
}

#header .box-nav-ul .item-link .icon {
    font-size: 5px;
}

.box-nav-ul .menu-item:hover a.item-link {
    color: #e57661;
}

.box-nav-ul .menu-item a.item-link img {
    width: 17px;
}

#header .box-nav-ul .item-link {
    font-weight: 600;
    line-height: 1;
}

/* ============================================
   4. SECTION HEADINGS
   ============================================ */
.flat-title .title {
    font-size: 35px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
}

.flat-title .title .highlight {
    color: #e57661;
}

.title,
.BestSelling-main-title {
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    line-height: 1.5;
}

.flat-title {
    margin-bottom: 40px;
}

/* ============================================
   5. GEMS CATEGORY SECTION
   ============================================ */
#gemsCatSection {
    background-color: #f1f1f1;
}

#gemsCatSection .gemsCatHeading {
    font-size: 35px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
}

#gemsCatSection .gemsCatHeading .highlight {
    color: #e57661;
}

#gemsCatSection .gemsCatSubHeading {
    font-size: 15px;
    color: #121212;
    margin: 0 auto;
    font-weight: 500;
    max-width: 500px;
    line-height: 1.3;
}

#gemsCatSection .gemsCatCard {
    background: #ffffff;
    padding: 25px 15px;
    border-radius: 10px;
    height: 100%;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

#gemsCatSection .gemsCatCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

#gemsCatSection .gemsCatCard img {
    max-width: 150px;
    margin-bottom: 5px;
}

#gemsCatSection .gemsCatCard h5 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1;
}

#gemsCatSection .gemsCatCard h5 span {
    color: #e57661;
    font-size: 18px;
}

#gemsCatSection .gemsCatCard p {
    font-size: 13px;
    color: #121212;
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
}

/* ============================================
   6. COLLECTION ITEM CIRCLE
   ============================================ */
.collection-item-circle .collection-content {
    margin-top: 25px;
}

.collection-item-circle .collection-content .title {
    font-size: 15px;
    line-height: 1.3;
}

.collection-item-circle .collection-content .count {
    color: #121212;
}

.collection-section {
    margin-top: 30px;
}

/* ============================================
   7. TRENDING PRODUCTS SECTION
   ============================================ */
.trending-prod {
    background: #ffffff;
}

.trending-prod .flat-title {
    text-align: center;
    margin-bottom: 40px;
}

.trending-prod .flat-title .title {
    font-size: 35px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #000;
}

.trending-prod .flat-title .title .highlight {
    color: #e57661;
}

.trending-prod .flat-title .sub-title {
    font-size: 15px;
    color: #121212;
    margin: 0 auto;
    font-weight: 500;
    max-width: 500px;
    line-height: 1.3;
}

.trending-prod .san-size {
    height: 240px;
    width: 100%;
}

.trending-prod .card-product-wrapper {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 10px;
}

.trending-prod .product-img {
    display: block;
    width: 100%;
    height: 100%;
}

.trending-prod .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trending-prod .product-img .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.trending-prod .card-product-wrapper:hover .img-hover {
    opacity: 1;
}

.trending-prod .card-product-wrapper:hover .list-product-btn {
    opacity: 1;
}

.trending-prod .list-product-btn .box-icon:hover {
    background: #e57661;
    color: #fff;
    transform: translateY(-3px);
}
.trending-prod .on-sale-wrap {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}

.trending-prod .on-sale-item {
    background: #e57661;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.trending-prod .card-product-info {
    padding: 15px 0 0;
}

.trending-prod .card-product-info .title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.trending-prod .card-product-info .title:hover {
    color: #e57661;
}

.trending-prod .card-product-info .price {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.trending-prod .card-product-info .price .old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
}

.trending-prod .card-product-info .price .new-price {
    color: #e57661;
}

.trending-prod .nav-sw {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.trending-prod .nav-sw:hover {
    background: #e57661;
    border-color: #e57661;
    color: #fff;
}

.trending-prod .nav-sw .icon {
    font-size: 14px;
}

.trending-prod .sw-dots.style-2 {
    margin-top: 30px;
}

.trending-prod .sw-dots.style-2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.trending-prod .sw-dots.style-2 .swiper-pagination-bullet-active {
    background: #e57661;
}

@media (max-width: 767px) {
    .trending-prod .flat-title .title {
        font-size: 24px;
    }

    .trending-prod .flat-title .sub-title {
        font-size: 13px;
        max-width: 100%;
    }

    .trending-prod .san-size {
        height: 180px;
    }

    .trending-prod .list-product-btn .box-icon {
        width: 30px;
        height: 30px;
    }

    .trending-prod .list-product-btn .box-icon .icon {
        font-size: 13px;
    }

    .trending-prod .on-sale-item {
        font-size: 10px;
        padding: 3px 10px;
    }

    .trending-prod .card-product-info .title {
        font-size: 13px;
    }

    .trending-prod .card-product-info .price {
        font-size: 14px;
    }
}

/* ============================================
   8. OFFER SECTION
   ============================================ */
.offer-section {
    background: #e57661;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.offer-section::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(212, 175, 55, 0.08) 0%,
        transparent 70%
    );
    pointer-events: none;
}

.offer-wrapper {
    padding: 0;
}

.offer-section .row {
    margin: 0;
}

.offer-section .col-lg-6,
.offer-section .col-md-12 {
    padding: 0;
}

.offer-content {
    padding: 40px 50px;
}

.offer-badge {
    display: inline-block;
    background: rgb(255 255 255 / 15%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 15px;
    border: 1px solid rgb(255 255 255 / 30%);
}

.offer-title {
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

.offer-title .highlight {
    color: #ffd700;
    text-decoration: underline;
}

.offer-subtitle {
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.5;
    max-width: 90%;
}

.offer-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 28px;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.offer-btn:hover {
    background: #000000;
    color: #fff;
    transform: translateX(5px);
}

.offer-btn .icon {
    transition: transform 0.3s ease;
}

.offer-btn:hover .icon {
    transform: translateX(5px);
}

.offer-media-wrapper {
    width: 100%;
    height: 100%;
}

.offer-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 992px) {
    .offer-content {
        padding: 30px 20px;
        text-align: center;
    }

    .offer-title {
        font-size: 30px;
    }

    .offer-media-wrapper {
        height: 305px;
    }
}

@media (max-width: 768px) {
    .offer-title {
        font-size: 24px;
    }

    .offer-subtitle {
        font-size: 14px;
        max-width: 100%;
    }

    .offer-btn {
        padding: 10px 22px;
        font-size: 14px;
    }

    .offer-media-wrapper {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .offer-wrapper {
        padding: 20px 0 40px !important;
    }

    .offer-media-wrapper {
        display: none;
    }
}

/* ============================================
   9. VIDEO HIGHLIGHTS SECTION
   ============================================ */
.vh-section {
    background: #f1f1f1;
    padding: 60px 0;
    width: 100%;
    box-sizing: border-box;
}

.vh-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.vh-header {
    text-align: center;
    margin-bottom: 40px;
}

.vh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #e57661;
    font-weight: 500;
    margin-bottom: 10px;
}

.vh-eyebrow::before,
.vh-eyebrow::after {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: #e57661;
}

.vh-title {
    font-size: 35px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin: 0;
    letter-spacing: -0.01em;
}

.vh-title .highlight {
    color: #e57661;
}

.vh-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.vh-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.vh-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(229, 118, 97, 0.18);
}

.vh-reel-wrap {
    position: relative;
    padding-top: 177%;
    background: #1a1a1a;
    flex-shrink: 0;
}

.vh-reel-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.vh-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
    pointer-events: none;
}

.vh-footer {
    background: #fff;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.5px solid #eee;
}

.vh-label {
    font-size: 13px;
    font-weight: 500;
    color: #111;
    margin: 0;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.vh-shop-btn {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background: #e57661;
    padding: 6px 14px;
    border-radius: 2px;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
}

.vh-shop-btn:hover {
    background: #c95f44;
}

.vh-ig-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 28px;
    color: #aaa;
    font-size: 12px;
}

.vh-ig-tag i {
    font-size: 15px;
    color: #e57661;
}

@media (max-width: 900px) {
    .vh-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vh-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .vh-section {
        padding: 40px 0;
    }

    .vh-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .vh-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .vh-title {
        font-size: 22px;
    }

    .vh-header {
        margin-bottom: 25px;
    }

    .vh-footer {
        padding: 10px 12px;
    }

    .vh-label {
        font-size: 11px;
    }

    .vh-shop-btn {
        font-size: 9px;
        padding: 4px 10px;
    }
}

/* ============================================
   10. SIGNATURE COLLECTIONS SECTION
   ============================================ */
.new-arrivals {
    background: #ffffff;
}

.new-arrivals .container-fluid {
    max-width: 1400px;
}

.new-arrivals .arrival-card {
    position: relative;
    overflow: visible;
}

.new-arrivals .top-area {
    display: block;
    position: relative;
    z-index: 1;
}

.new-arrivals .top-area img {
    width: 100%;
    border-radius: 6px;
}

.new-arrivals .thumbs {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: -45px;
}

.new-arrivals .thumbs a {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.new-arrivals .thumbs a:hover {
    transform: translateY(-3px);
}

.new-arrivals .thumbs img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.new-arrivals .thumbs img.big-thumb {
    width: 120px;
    height: 120px;
}

.new-arrivals .signature-collections-sec {
    margin-bottom: 3rem;
}

.new-arrivals .title {
    font-size: 35px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
}

.new-arrivals .title .highlight {
    color: #e57661;
}

.new-arrivals .underline {
    width: 60px;
    height: 2px;
    background: #e57661;
    margin: 8px auto;
}

@media (max-width: 992px) {
    .new-arrivals .thumbs img {
        width: 80px;
        height: 80px;
    }

    .new-arrivals .thumbs img.big-thumb {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 768px) {
    .new-arrivals .thumbs {
        margin-top: -35px;
        gap: 10px;
    }

    .new-arrivals .thumbs img {
        width: 55px;
        height: 55px;
    }

    .new-arrivals .thumbs img.big-thumb {
        width: 55px;
        height: 55px;
    }

    .new-arrivals .title {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .new-arrivals .signature-collections-sec {
        margin-bottom: 2rem;
    }

    .new-arrivals .title {
        font-size: 20px;
    }
}

/* ============================================
   11. BEST SELLING SECTION
   ============================================ */
.BestSelling-products-section {
    background: #f1f1f1;
}

.BestSelling-products-section .BestSelling-main-title {
    font-size: 35px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
}

.BestSelling-products-section .BestSelling-main-title .highlight {
    color: #e57661;
}

.BestSelling-products-section .BestSelling-tabs-navigation .nav-item {
    margin: 0 15px;
}

.BestSelling-products-section .BestSelling-tab-link {
    color: #777;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 0;
    margin: 0 10px;
    transition: all 0.3s ease;
    background: none;
    border: none;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.BestSelling-products-section .BestSelling-tab-link:hover {
    color: #333;
}

.BestSelling-products-section .BestSelling-tab-link.active {
    color: #e57661;
    border-bottom: 2px solid #e57661;
}

.BestSelling-products-section .BestSelling-tab-content {
    display: none;
    animation: BestSelling-fadeIn 0.3s ease;
}

.BestSelling-products-section .BestSelling-tab-content.active {
    display: block;
}

@keyframes BestSelling-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.BestSelling-products-section .BestSelling-product-card {
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 2px;
    text-align: center;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    border: 4px double #a3a3a3;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.BestSelling-products-section .BestSelling-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #e57661;
}

.BestSelling-products-section .BestSelling-image-wrapper {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BestSelling-products-section .BestSelling-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.BestSelling-products-section
    .BestSelling-product-card:hover
    .BestSelling-product-image {
    transform: scale(1.05);
}

.BestSelling-products-section .BestSelling-product-name {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BestSelling-products-section .BestSelling-product-specs {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px dashed #a3a3a3;
}

.BestSelling-products-section .BestSelling-spec-item {
    display: block;
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1;
}

.BestSelling-products-section
    .BestSelling-product-specs
    .BestSelling-spec-item:first-child {
    margin-bottom: 5px;
}

.BestSelling-products-section .BestSelling-view-all-btn {
    font-size: 13px;
    line-height: 9px;
    border-radius: 0;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    padding: 16px 50px;
    border: 1px solid #a3a3a3;
    min-width: 206px;
    margin: 0 3px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    background: transparent;
}

.BestSelling-products-section .BestSelling-view-all-btn:hover {
    background: #e57661;
    border-color: #e57661;
    color: #fff;
}

@media (max-width: 992px) {
    .BestSelling-products-section .BestSelling-main-title {
        font-size: 28px;
    }

    .BestSelling-products-section .BestSelling-tabs-navigation .nav-item {
        margin: 0 10px;
    }

    .BestSelling-products-section .BestSelling-tab-link {
        font-size: 13px;
        margin: 0 8px;
    }

    .BestSelling-products-section .BestSelling-image-wrapper {
        height: 140px;
    }

    .BestSelling-products-section .BestSelling-product-name {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .BestSelling-products-section .BestSelling-main-title {
        font-size: 24px;
    }

    .BestSelling-products-section .BestSelling-tabs-navigation .nav-item {
        margin: 0 5px;
    }

    .BestSelling-products-section .BestSelling-tab-link {
        font-size: 12px;
        margin: 0 5px;
        padding: 6px 0;
    }

    .BestSelling-products-section .BestSelling-image-wrapper {
        height: 130px;
    }

    .BestSelling-products-section .BestSelling-product-card {
        padding: 15px 12px;
    }

    .BestSelling-products-section .BestSelling-product-name {
        font-size: 12px;
    }

    .BestSelling-products-section .BestSelling-view-all-btn {
        padding: 14px 30px;
        font-size: 13px;
        min-width: auto;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .BestSelling-products-section .BestSelling-main-title {
        font-size: 20px;
    }

    .BestSelling-products-section .BestSelling-tab-link {
        font-size: 11px;
        margin: 0 3px;
        padding: 4px 0;
    }

    .BestSelling-products-section .BestSelling-image-wrapper {
        height: 120px;
    }

    .BestSelling-products-section .BestSelling-product-name {
        font-size: 11px;
    }

    .BestSelling-products-section .BestSelling-spec-item {
        font-size: 11px;
    }
}

/* ============================================
   12. CERTIFICATION SECTION
   ============================================ */
.cert-section {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.cert-section .cert-fluid {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.cert-section .cert-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cert-section .cert-img-col {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding-right: 24px;
}

.cert-section .cert-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.cert-section .cert-img-wrapper img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.cert-section .cert-img-wrapper:hover img {
    transform: scale(1.03);
}

.cert-section .cert-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #e57661;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #ffffff;
    text-transform: uppercase;
}

.cert-section .cert-content-col {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
}

.cert-section .cert-eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 12px;
    font-weight: 500;
}

.cert-section .cert-title {
    font-size: 35px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.cert-section .cert-title .highlight {
    color: #e57661;
}

.cert-section .cert-divider {
    width: 40px;
    height: 2px;
    background: #e57661;
    margin-bottom: 28px;
}

.cert-section .cert-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 380px;
}

.cert-section .cert-logos {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 32px;
    border: 0.5px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
}

.cert-section .cert-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-right: 0.5px solid #ddd;
    transition: background 0.2s;
    cursor: pointer;
}

.cert-section .cert-logo-item:last-child {
    border-right: none;
}

.cert-section .cert-logo-item:hover {
    background: #fff;
}

.cert-section .cert-logo-item img {
    height: 32px;
    width: auto;
    object-fit: contain;
    display: block;
    filter: grayscale(20%);
    transition:
        filter 0.2s,
        transform 0.2s;
}

.cert-section .cert-logo-item:hover img {
    filter: grayscale(0%);
    transform: translateY(-1px);
}

.cert-section .cert-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cert-section .cert-btn-primary {
    background: #e57661;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-block;
}

.cert-section .cert-btn-primary:hover {
    background: #333;
}

.cert-section .cert-btn-outline {
    background: transparent;
    color: #111;
    border: 0.5px solid #aaa;
    padding: 12px 28px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

.cert-section .cert-btn-outline:hover {
    border-color: #111;
    background: #f0f0f0;
}

.cert-section .cert-trust-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.cert-section .cert-trust-row i {
    font-size: 14px;
    color: #888;
}

.cert-section .cert-trust-text {
    font-size: 12px;
    color: #999;
}

@media (max-width: 992px) {
    .cert-section .cert-title {
        font-size: 28px;
    }

    .cert-section .cert-img-wrapper img {
        height: 300px;
    }

    .cert-section .cert-content-col {
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .cert-section .cert-fluid {
        padding: 0 15px;
    }

    .cert-section .cert-img-col,
    .cert-section .cert-content-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .cert-section .cert-content-col {
        padding-top: 28px;
        padding-left: 0;
    }

    .cert-section .cert-img-wrapper img {
        height: 240px;
    }

    .cert-section .cert-title {
        font-size: 24px;
    }

    .cert-section .cert-logos {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .cert-section .cert-logo-item {
        padding: 10px 15px;
        border-bottom: 0.5px solid #ddd;
    }

    .cert-section .cert-logo-item:last-child {
        border-bottom: none;
    }

    .cert-section .cert-desc {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .cert-section .cert-fluid {
        padding: 0 12px;
    }

    .cert-section .cert-title {
        font-size: 20px;
    }

    .cert-section .cert-img-wrapper img {
        height: 180px;
    }

    .cert-section .cert-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cert-section .cert-btn-primary,
    .cert-section .cert-btn-outline {
        text-align: center;
        width: 100%;
    }

    .cert-section .cert-desc {
        max-width: 100%;
    }

    .cert-section .cert-logos {
        flex-wrap: wrap;
        width: 100%;
    }

    .cert-section .cert-logo-item {
        flex: 0 0 50%;
        border-right: none;
        border-bottom: 0.5px solid #ddd;
        padding: 8px 12px;
    }

    .cert-section .cert-logo-item:nth-child(odd) {
        border-right: 0.5px solid #ddd;
    }

    .cert-section .cert-logo-item:last-child {
        border-bottom: none;
    }

    .cert-section .cert-logo-item img {
        height: 25px;
    }

    .cert-section .cert-trust-row {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .cert-section .cert-trust-text {
        font-size: 11px;
    }
}

/* ============================================
   13. CONSULTATION SECTION
   ============================================ */
#consult {
    width: 100%;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    background: #f1f1f1;
    border-radius: 0;
    padding: 0;
}

#consult .consult-container {
    display: flex;
    flex-wrap: wrap;
    min-height: 450px;
    border-radius: 0;
    overflow: hidden;
    background: #f1f1f1;
}

#consult .consult-left {
    flex: 1;
    min-width: 260px;
}

#consult .consult-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#consult .consult-right {
    flex: 1;
    background: #f1f1f1;
    color: #222;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#consult .consult-right h2 {
    font-size: 35px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin-bottom: 20px;
}

#consult .consult-right h2 .highlight {
    color: #e57661;
}

#consult .consult-right p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #444;
}

#consult .consult-right h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
}

#consult .consult-btn {
    display: inline-block;
    background: #e57661;
    color: #fff;
    padding: 14px 35px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 4px;
    width: fit-content;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

#consult .consult-btn:hover {
    background: #c95f44;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(229, 118, 97, 0.3);
}

@media (max-width: 992px) {
    #consult .consult-right {
        padding: 40px 30px;
    }

    #consult .consult-right h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    #consult .consult-container {
        flex-direction: column;
        border-radius: 0;
        background: #f1f1f1;
    }

    #consult .consult-left {
        width: 100%;
    }

    #consult .consult-left img {
        height: 280px;
        border-radius: 0;
    }

    #consult .consult-right {
        width: 100%;
        padding: 30px 24px;
        text-align: center;
        align-items: center;
        background: #ffffff;
    }

    #consult .consult-right h2 {
        font-size: 26px;
    }

    #consult .consult-right p {
        font-size: 15px;
    }

    #consult .consult-right h4 {
        font-size: 16px;
    }

    #consult .consult-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    #consult .consult-right {
        padding: 28px 20px;
    }

    #consult .consult-right h2 {
        font-size: 22px;
    }

    #consult .consult-right p {
        font-size: 14.5px;
    }

    #consult .consult-right h4 {
        font-size: 15px;
    }

    #consult .consult-btn {
        font-size: 12px;
        padding: 12px 20px;
        width: 100%;
    }

    #consult .consult-left img {
        height: 220px;
    }
}

/* ============================================
   14. BLOG & SIGNATURE COLLECTIONS
   ============================================ */
.blog-sec {
    background: #ffffff;
    padding: 60px 0;
}

.blog-sec .flat-title {
    margin-bottom: 40px;
    text-align: center;
}

.blog-sec .flat-title h5 {
    font-size: 35px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-sec .flat-title h5 .highlight {
    color: #e57661;
}

.signature-collections-sec {
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .blog-sec {
        padding: 40px 0;
    }

    .blog-sec .flat-title h5 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .blog-sec .flat-title h5 {
        font-size: 20px;
    }
}

/* ============================================
   15. FOOTER STYLES
   ============================================ */
.footer .footer-logo {
    margin-bottom: 20px;
}

.footer-body h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-bottom {
    padding: 15px 0 15px;
    border-top: 1px dashed #ccc;
}

button.subscribe-button.tf-btn.btn-sm.btn-fill {
    margin-top: 10px;
}

.footer .footer-newsletter form {
    margin-top: 15px;
    margin-bottom: 20px;
}

/* ============================================
   16. RESPONSIVE STYLES
   ============================================ */
@media (max-width: 767px) {
    .tf-slideshow .wrap-slider {
        height: 150px;
    }

    .flat-title .title {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
        display: block;
    }

    .flat-title {
        display: block;
        text-align: center;
        margin-bottom: 2rem;
    }

    #gemsCatSection .gemsCatHeading {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
        display: block;
    }

    #gemsCatSection .gemsCatSubHeading {
        font-size: 12px;
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .title,
    .BestSelling-main-title {
        font-size: 18px;
    }

    .signature-collections-sec {
        margin-bottom: 2rem;
    }

    .footer .footer-logo {
        margin-bottom: 15px;
    }

    .collection-section .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding-bottom: 10px;
    }

    .collection-section .row::-webkit-scrollbar {
        display: none;
    }

    .collection-section .col-lg-3,
    .collection-section .col-md-3,
    .collection-section .col-sm-6,
    .collection-section .col-12 {
        flex: 0 0 80%;
        max-width: 80%;
        scroll-snap-align: start;
    }
}
