/* =====================================================
   RR DIAMONDS - PREMIUM TOP BAR
===================================================== */

.rr-custom-topbar {
    width: 100%;
    background: #09ade4 !important;
    color: #fff;
    padding: 0;
    border: 0;
}

.rr-custom-topbar .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.rr-topbar-wrapper {
    min-height: 38px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.rr-topbar-left,
.rr-topbar-right {
    display: flex;
    align-items: center;
    gap: 28px;
}

.rr-top-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #fff !important;

    font-size: 15px;
    font-weight: 500;

    white-space: nowrap;
    text-decoration: none !important;
}

.rr-top-item i {
    color: #fff;
    font-size: 17px;
}

.rr-top-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: #fff !important;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none !important;
}

.rr-top-whatsapp i {
    font-size: 15px;
}


/* =====================================================
   HOVER
===================================================== */

.rr-top-item:hover,
.rr-top-whatsapp:hover {
    color: #fff !important;
    opacity: .85;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .rr-topbar-left {
        gap: 15px;
    }

    .rr-topbar-right {
        gap: 15px;
    }

    .rr-top-item {
        font-size: 11px;
    }

    .rr-custom-topbar .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .rr-topbar-wrapper {
        min-height: 34px;
        justify-content: center;
    }

    .rr-topbar-left {
        width: 100%;
        justify-content: center;
        gap: 12px;
    }

    .rr-topbar-right {
        display: none;
    }

    .rr-topbar-left .rr-top-item {
        font-size: 9px;
        gap: 4px;
    }

    .rr-topbar-left .rr-top-item:nth-child(2) {
        display: none;
    }

}
 

 /* =====================================================
   RR DIAMONDS - RESPONSIVE PREMIUM HERO
===================================================== */

.rr-premium-banner {
    width: 100%;
    position: relative;
    overflow: visible;
    background: #fff;
}

.rr-premium-banner .carousel {
    width: 100%;
    position: relative;
}

.rr-premium-banner .carousel-inner {
    width: 100%;
}

.rr-premium-banner .carousel-item {
    position: relative;
    width: 100%;
    overflow: hidden;

    /* IMPORTANT */
    aspect-ratio: 1920 / 700;
}


/* =====================================================
   BANNER IMAGE
===================================================== */

.rr-banner-bg {
    position: absolute;

    inset: 0;

    width: 100% !important;
    height: 100% !important;

    display: block !important;

    object-fit: cover !important;
    object-position: center center;

    margin: 0 !important;
    padding: 0 !important;
}


/* =====================================================
   CONTENT
===================================================== */

.rr-banner-content {
    position: absolute;

    top: 50%;
    left: 9%;

    transform: translateY(-50%);

    width: 42%;

    z-index: 5;
}

.rr-banner-small-title {
    color: #b8860b;

    font-family: "Brush Script MT", cursive;

    font-size: clamp(20px, 2vw, 30px);

    font-style: italic;

    margin-bottom: 8px;
}

.rr-banner-content h1 {
    color: #071d3a;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(38px, 4.2vw, 62px);

    line-height: 1.03;

    font-weight: 500;

    margin: 0 0 18px;

    letter-spacing: -1px;
}

.rr-banner-content p {
    color: #172337;

    font-size: clamp(13px, 1.2vw, 17px);

    line-height: 1.6;

    margin: 0 0 25px;
}


/* =====================================================
   WHATSAPP BUTTON
===================================================== */

.rr-whatsapp-btn {
    display: inline-flex;

    align-items: center;
    gap: 10px;

    background: #09ade4;

    color: #fff !important;

    padding: 13px 23px;

    border-radius: 6px;

    font-size: 15px;

    font-weight: 600;

    text-decoration: none !important;

    box-shadow: 0 8px 22px rgba(9,173,228,.25);

    transition: all .3s ease;
}

.rr-whatsapp-btn i {
    font-size: 21px;
}

.rr-whatsapp-btn span {
    font-size: 20px;
    line-height: 1;
}

.rr-whatsapp-btn:hover {
    background: #078fc0;
    transform: translateY(-2px);
}


/* =====================================================
   ARROWS
===================================================== */

.rr-banner-arrow {
    width: 48px;
    height: 48px;

    top: 50%;

    transform: translateY(-50%);

    opacity: 1;

    z-index: 8;
}

.rr-banner-arrow.carousel-control-prev {
    left: 15px;
}

.rr-banner-arrow.carousel-control-next {
    right: 15px;
}

.rr-arrow {
    width: 42px;
    height: 42px;

    border-radius: 50%;

    background: rgba(255,255,255,.92);

    color: #071d3a;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 34px;
    line-height: 1;

    box-shadow: 0 4px 18px rgba(0,0,0,.12);
}


/* =====================================================
   SLIDER DOTS
===================================================== */

.rr-banner-dots {
    bottom: 65px;

    z-index: 10;
}

.rr-banner-dots li {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    margin: 0 4px;

    background: #fff;

    opacity: .8;
}

.rr-banner-dots li.active {
    background: #09ade4;

    opacity: 1;
}


/* =====================================================
   TRUST BOX - DESKTOP
===================================================== */

.rr-trust-box {
    position: absolute;

    z-index: 20;

    left: 4%;
    right: 4%;

    bottom: -48px;

    min-height: 95px;

    background: rgba(255,255,255,.97);

    border-radius: 14px;

    display: flex;

    align-items: center;

    justify-content: space-around;

    padding: 15px 20px;

    box-shadow: 0 10px 35px rgba(0,0,0,.12);

    border: 1px solid rgba(9,173,228,.08);
}

.rr-trust-item {
    flex: 1;

    min-height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 0 18px;

    border-right: 1px solid #e4edf2;
}

.rr-trust-item:last-child {
    border-right: none;
}

.rr-trust-icon {
    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #09ade4;

    font-size: 27px;

    flex-shrink: 0;
}

.rr-trust-item strong,
.rr-trust-item span {
    display: block;
}

.rr-trust-item strong {
    color: #111;

    font-size: 13px;

    font-weight: 700;

    line-height: 1.35;
}

.rr-trust-item span {
    color: #555;

    font-size: 12px;

    line-height: 1.35;
}


/* =====================================================
   LARGE LAPTOP
===================================================== */

@media (max-width: 1199px) {

    .rr-banner-content {
        left: 7%;
        width: 45%;
    }

    .rr-trust-box {
        left: 3%;
        right: 3%;
    }

    .rr-trust-item {
        padding: 0 10px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .rr-premium-banner .carousel-item {

        /* Tablet height ratio */
        aspect-ratio: 16 / 7;
    }

    .rr-banner-content {

        left: 6%;

        width: 48%;
    }

    .rr-banner-content h1 {
        font-size: clamp(32px, 5vw, 46px);
    }

    .rr-banner-content p {
        font-size: 13px;
    }

    .rr-banner-small-title {
        font-size: 21px;
    }

    .rr-whatsapp-btn {
        padding: 10px 17px;
        font-size: 13px;
    }


    /* TRUST BOX */

    .rr-trust-box {

        position: relative;

        left: auto;
        right: auto;
        bottom: auto;

        margin: 0 3%;

        min-height: auto;

        display: grid;

        grid-template-columns: repeat(3, 1fr);
    }

    .rr-trust-item {

        padding: 12px;

        border-bottom: 1px solid #e4edf2;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .rr-premium-banner .carousel-item {

        /*
         * Mobile fixed responsive ratio
         * Same height on every mobile width proportionally
         */
        aspect-ratio: 4 / 3;
    }


    .rr-banner-bg {

        width: 100% !important;

        height: 100% !important;

        object-fit: cover !important;

        object-position: center center;
    }


    /* CONTENT */

    .rr-banner-content {

        left: 6%;

        top: 50%;

        width: 55%;
    }

    .rr-banner-small-title {

        font-size: 16px;

        margin-bottom: 5px;
    }

    .rr-banner-content h1 {

        font-size: clamp(25px, 7vw, 34px);

        line-height: 1.05;

        letter-spacing: -.5px;

        margin-bottom: 10px;
    }

    .rr-banner-content p {

        font-size: 10px;

        line-height: 1.4;

        margin-bottom: 14px;
    }


    /* WHATSAPP */

    .rr-whatsapp-btn {

        padding: 8px 11px;

        font-size: 10px;

        gap: 5px;
    }

    .rr-whatsapp-btn i {
        font-size: 15px;
    }

    .rr-whatsapp-btn span {
        font-size: 14px;
    }


    /* ARROWS */

    .rr-banner-arrow {

        width: 30px;
        height: 30px;
    }

    .rr-banner-arrow.carousel-control-prev {
        left: 3px;
    }

    .rr-banner-arrow.carousel-control-next {
        right: 3px;
    }

    .rr-arrow {

        width: 28px;
        height: 28px;

        font-size: 24px;
    }


    /* DOTS */

    .rr-banner-dots {

        bottom: 8px;
    }

    .rr-banner-dots li {

        width: 6px;
        height: 6px;

        margin: 0 3px;
    }


    /* TRUST BOX */

    .rr-trust-box {

        margin: 10px 12px 0;

        grid-template-columns: repeat(2, 1fr);

        border-radius: 10px;

        padding: 5px;
    }

    .rr-trust-item {

        justify-content: flex-start;

        padding: 10px 8px;

        gap: 7px;
    }

    .rr-trust-item:nth-child(2),
    .rr-trust-item:nth-child(4) {

        border-right: none;
    }

    .rr-trust-icon {

        width: 28px;
        height: 28px;

        font-size: 20px;
    }

    .rr-trust-item strong {
        font-size: 10px;
    }

    .rr-trust-item span {
        font-size: 9px;
    }

}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 400px) {

    .rr-premium-banner .carousel-item {
        aspect-ratio: 4 / 3;
    }

    .rr-banner-content {
        left: 5%;
        width: 58%;
    }

    .rr-banner-content h1 {
        font-size: 25px;
    }

    .rr-banner-content p {
        font-size: 9px;
    }

    .rr-whatsapp-btn {
        padding: 7px 9px;
        font-size: 9px;
    }

}


/* =====================================================
   CATEGORY CARD - BASE
===================================================== */

.rr-category-card {
    display: block;
    text-align: center;
    text-decoration: none !important;
    color: #071d3a;
    padding: 5px 8px 15px;
    transition: all .35s ease;
}


/* =====================================================
   CATEGORY IMAGE - DESKTOP
===================================================== */

.rr-category-image {
    width: 240px;
    height: 240px;
    margin: 0 auto 15px;

    border-radius: 50%;

    background: linear-gradient(
        145deg,
        #f4fbff,
        #e7f6fd
    );

    border: 1px solid rgba(9,173,228,.10);

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    box-shadow:
        0 8px 25px rgba(9,173,228,.08);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


.rr-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .45s ease;
}


/* =====================================================
   HOVER
===================================================== */

.rr-category-card:hover .rr-category-image {
    transform: translateY(-6px);

    border-color: rgba(9,173,228,.35);

    box-shadow:
        0 14px 35px rgba(9,173,228,.18);
}

.rr-category-card:hover .rr-category-image img {
    transform: scale(1.06);
}


/* =====================================================
   CATEGORY TITLE
===================================================== */

.rr-category-card h3 {
    margin: 0;

    color: #071d3a;

    font-size: 15px;
    line-height: 1.4;

    font-weight: 600;

    text-transform: capitalize;
}


/* =====================================================
   EXPLORE
===================================================== */

.rr-category-explore {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    margin-top: 6px;

    color: #09ade4;

    font-size: 11px;
    font-weight: 500;

    opacity: .9;

    transition: all .3s ease;
}

.rr-category-explore i {
    font-size: 9px;
    transition: transform .3s ease;
}

.rr-category-card:hover .rr-category-explore i {
    transform: translateX(4px);
}


/* =====================================================
   LARGE DESKTOP
   1200px+
===================================================== */

@media (min-width: 1200px) {

    .rr-category-image {
        width: 220px;
        height: 220px;
    }

    .rr-category-card h3 {
        font-size: 15px;
    }

}


/* =====================================================
   LAPTOP
   992px - 1199px
===================================================== */

@media (min-width: 992px) and (max-width: 1199px) {

    .rr-category-image {
        width: 190px;
        height: 190px;
        margin-bottom: 13px;
    }

    .rr-category-card {
        padding: 5px 6px 14px;
    }

    .rr-category-card h3 {
        font-size: 14px;
    }

    .rr-category-explore {
        font-size: 10px;
    }

}


/* =====================================================
   TABLET
   768px - 991px
===================================================== */

@media (min-width: 768px) and (max-width: 991px) {

    .rr-category-image {
        width: 145px;
        height: 145px;
        margin-bottom: 12px;
    }

    .rr-category-card {
        padding: 4px 5px 12px;
    }

    .rr-category-card h3 {
        font-size: 13px;
    }

    .rr-category-explore {
        font-size: 10px;
        margin-top: 5px;
    }

    .rr-category-explore i {
        font-size: 8px;
    }

}


/* =====================================================
   SMALL TABLET / LARGE MOBILE
   576px - 767px
===================================================== */

@media (min-width: 576px) and (max-width: 767px) {

    .rr-category-image {
        width: 125px;
        height: 125px;
        margin-bottom: 10px;
    }

    .rr-category-card {
        padding: 3px 4px 10px;
    }

    .rr-category-card h3 {
        font-size: 12px;
    }

    .rr-category-explore {
        font-size: 9px;
        margin-top: 4px;
    }

}


/* =====================================================
   MOBILE
   480px - 575px
===================================================== */

@media (min-width: 480px) and (max-width: 575px) {

    .rr-category-image {
        width: 110px;
        height: 110px;
        margin-bottom: 9px;
    }

    .rr-category-card {
        padding: 3px 3px 9px;
    }

    .rr-category-card h3 {
        font-size: 11px;
    }

    .rr-category-explore {
        font-size: 9px;
        margin-top: 3px;
    }

}


/* =====================================================
   SMALL MOBILE
   0px - 479px
===================================================== */

@media (max-width: 479px) {

    .rr-category-image {
        width: 95px;
        height: 95px;
        margin-bottom: 8px;
    }

    .rr-category-card {
        padding: 2px 2px 8px;
    }

    .rr-category-card h3 {
        font-size: 11px;
        line-height: 1.3;
    }

    .rr-category-explore {
        font-size: 8px;
        gap: 3px;
        margin-top: 3px;
    }

    .rr-category-explore i {
        font-size: 7px;
    }

}

/* =====================================================
   RR DIAMONDS - BEST SELLERS PRODUCT CARDS
   Responsive: Desktop / Laptop / Tablet / Mobile
===================================================== */

.rr-best-sellers-section {
    width: 100%;
    padding: 60px 0 55px;
    background: #fff;
    overflow: hidden;
}


/* =====================================================
   SECTION HEADING
===================================================== */

.rr-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
}

.rr-section-subtitle {
    display: block;
    color: #09ade4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.rr-section-heading h2 {
    margin: 0;
    color: #071d3a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
}

.rr-heading-line {
    width: 55px;
    height: 2px;
    background: #09ade4;
    margin-top: 9px;
}

.rr-view-all {
    color: #071d3a !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    margin-bottom: 5px;
}

.rr-view-all span {
    color: #09ade4;
    font-size: 18px;
    margin-left: 4px;
}


/* =====================================================
   SLIDER
===================================================== */

.rr-best-sellers-slider {
    width: 100%;
    position: relative;
    overflow: visible;
}

.rr-best-sellers-slider .swiper-wrapper {
    align-items: stretch;
}

.rr-best-sellers-slider .swiper-slide {
    height: auto;
    display: flex;
}


/* =====================================================
   PRODUCT CARD
===================================================== */

.rr-product-card {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

    background: #fff;

    border: 1px solid #dcebf2;
    border-radius: 8px;

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.rr-product-card:hover {
    transform: translateY(-5px);

    border-color: rgba(9,173,228,.45);

    box-shadow:
        0 12px 30px rgba(9,173,228,.14);
}


/* =====================================================
   PRODUCT IMAGE
===================================================== */

.rr-product-image {
    width: 100%;
    aspect-ratio: 1 / 1;

    display: block;

    background: #fafafa;

    overflow: hidden;
    flex-shrink: 0;
}

.rr-product-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform .45s ease;
}

.rr-product-card:hover .rr-product-image img {
    transform: scale(1.05);
}


/* =====================================================
   PRODUCT CONTENT
===================================================== */

.rr-product-content {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding: 13px 13px 14px;

    text-align: left;
}


/* =====================================================
   CATEGORY
===================================================== */

.rr-product-category {
    display: block;

    color: #09ade4;

    font-size: 9px;
    font-weight: 700;

    line-height: 1.3;

    text-transform: uppercase;
    letter-spacing: .7px;

    margin-bottom: 5px;
}


/* =====================================================
   PRODUCT TITLE
===================================================== */

.rr-product-content h3 {
    margin: 0 0 7px;

    min-height: 38px;

    font-size: 14px;
    line-height: 1.35;

    font-weight: 600;
}

.rr-product-content h3 a {
    color: #111 !important;
    text-decoration: none !important;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
}

.rr-product-content h3 a:hover {
    color: #09ade4 !important;
}


/* =====================================================
   RATING + DESCRIPTION
===================================================== */

.rr-product-rating {
    width: 100%;

    display: flex;
    align-items: center;

    gap: 6px;

    min-height: 20px;

    margin-bottom: 11px;

    overflow: hidden;
}

.rr-stars {
    color: #e6a400;

    font-size: 11px;
    line-height: 1;

    letter-spacing: 1px;

    white-space: nowrap;

    flex-shrink: 0;
}

.rr-rating-desc {
    color: #777;

    font-size: 9px;
    line-height: 1.3;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    flex: 1;
}


/* =====================================================
   WHATSAPP BUTTON
===================================================== */

.rr-product-whatsapp {
    width: 100%;

    min-height: 38px;

    margin-top: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    padding: 8px 8px;

    background: #09ade4;
    color: #fff !important;

    border-radius: 5px;

    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;

    text-align: center;

    text-decoration: none !important;

    transition:
        background .3s ease,
        transform .3s ease;
}

.rr-product-whatsapp i {
    font-size: 15px;
}

.rr-product-whatsapp:hover {
    background: #078fc0;
    color: #fff !important;
    transform: translateY(-1px);
}


/* =====================================================
   SLIDER ARROWS
===================================================== */

.rr-product-prev,
.rr-product-next {
    position: absolute;

    top: 45%;

    width: 38px;
    height: 38px;

    padding: 0;

    border-radius: 50%;

    background: #fff;

    border: 1px solid #d7e8ef;

    color: #071d3a;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 20;

    box-shadow: 0 4px 15px rgba(0,0,0,.08);

    transition: all .3s ease;
}

.rr-product-prev {
    left: -19px;
}

.rr-product-next {
    right: -19px;
}

.rr-product-prev:hover,
.rr-product-next:hover {
    background: #09ade4;
    color: #fff;

    border-color: #09ade4;
}


/* =====================================================
   LARGE DESKTOP
   1400px+
===================================================== */

@media (min-width: 1400px) {

    .rr-product-image {
        aspect-ratio: 1 / 1;
    }

    .rr-product-content {
        padding: 14px;
    }

}


/* =====================================================
   DESKTOP
   1200px - 1399px
===================================================== */

@media (min-width: 1200px) and (max-width: 1399px) {

    .rr-best-sellers-section {
        padding: 55px 0 50px;
    }

    .rr-product-image {
        aspect-ratio: 1 / 1;
    }

    .rr-product-content h3 {
        font-size: 13px;
    }

}


/* =====================================================
   LAPTOP
   992px - 1199px
===================================================== */

@media (min-width: 992px) and (max-width: 1199px) {

    .rr-best-sellers-section {
        padding: 50px 0 45px;
    }

    .rr-section-heading h2 {
        font-size: 31px;
    }

    .rr-product-image {
        aspect-ratio: 1 / 1;
    }

    .rr-product-content {
        padding: 11px;
    }

    .rr-product-content h3 {
        font-size: 12px;
        min-height: 34px;
    }

    .rr-product-category {
        font-size: 8px;
    }

    .rr-stars {
        font-size: 10px;
    }

    .rr-rating-desc {
        font-size: 8px;
    }

    .rr-product-whatsapp {
        min-height: 36px;
        font-size: 10px;
    }

    .rr-product-prev {
        left: -10px;
    }

    .rr-product-next {
        right: -10px;
    }

}


/* =====================================================
   TABLET
   768px - 991px
===================================================== */

@media (min-width: 768px) and (max-width: 991px) {

    .rr-best-sellers-section {
        padding: 45px 0 40px;
    }

    .rr-section-heading {
        margin-bottom: 22px;
    }

    .rr-section-heading h2 {
        font-size: 29px;
    }

    .rr-section-subtitle {
        font-size: 10px;
    }

    .rr-view-all {
        font-size: 12px;
    }

    .rr-product-image {
        aspect-ratio: 1 / 1;
    }

    .rr-product-content {
        padding: 10px;
    }

    .rr-product-category {
        font-size: 8px;
        margin-bottom: 4px;
    }

    .rr-product-content h3 {
        font-size: 12px;
        line-height: 1.3;
        min-height: 32px;
        margin-bottom: 5px;
    }

    .rr-product-rating {
        gap: 4px;
        margin-bottom: 8px;
    }

    .rr-stars {
        font-size: 9px;
        letter-spacing: .5px;
    }

    .rr-rating-desc {
        font-size: 8px;
    }

    .rr-product-whatsapp {
        min-height: 34px;
        font-size: 9px;
        padding: 7px 4px;
    }

    .rr-product-whatsapp i {
        font-size: 13px;
    }

    .rr-product-prev,
    .rr-product-next {
        width: 32px;
        height: 32px;
    }

    .rr-product-prev {
        left: -7px;
    }

    .rr-product-next {
        right: -7px;
    }

}


/* =====================================================
   MOBILE
   576px - 767px
===================================================== */

@media (min-width: 576px) and (max-width: 767px) {

    .rr-best-sellers-section {
        padding: 40px 0 35px;
    }

    .rr-section-heading {
        margin-bottom: 18px;
    }

    .rr-section-heading h2 {
        font-size: 26px;
    }

    .rr-section-subtitle {
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .rr-view-all {
        font-size: 11px;
    }

    .rr-product-image {
        aspect-ratio: 1 / 1;
    }

    .rr-product-content {
        padding: 9px;
    }

    .rr-product-content h3 {
        font-size: 12px;
        min-height: 32px;
    }

    .rr-product-whatsapp {
        min-height: 34px;
        font-size: 9px;
    }

}


/* =====================================================
   SMALL MOBILE
   0px - 575px
===================================================== */

@media (max-width: 575px) {

    .rr-best-sellers-section {
        padding: 35px 0 30px;
    }

    .rr-section-heading {
        align-items: center;
        margin-bottom: 18px;
    }

    .rr-section-subtitle {
        font-size: 8px;
        letter-spacing: 1.3px;
        margin-bottom: 3px;
    }

    .rr-section-heading h2 {
        font-size: 24px;
    }

    .rr-heading-line {
        width: 38px;
        height: 2px;
        margin-top: 6px;
    }

    .rr-view-all {
        font-size: 10px;
    }

    .rr-view-all span {
        font-size: 14px;
    }


    /* Product */

    .rr-product-image {
        aspect-ratio: 1 / 1;
    }

    .rr-product-content {
        padding: 8px;
    }

    .rr-product-category {
        font-size: 7px;
        letter-spacing: .5px;
        margin-bottom: 4px;
    }

    .rr-product-content h3 {
        font-size: 11px;
        line-height: 1.3;

        min-height: 29px;

        margin-bottom: 5px;
    }


    /* Rating */

    .rr-product-rating {
        gap: 4px;
        min-height: 17px;
        margin-bottom: 7px;
    }

    .rr-stars {
        font-size: 8px;
        letter-spacing: .5px;
    }

    .rr-rating-desc {
        font-size: 7px;
    }


    /* WhatsApp */

    .rr-product-whatsapp {
        min-height: 32px;

        padding: 6px 3px;

        font-size: 8px;

        gap: 4px;
    }

    .rr-product-whatsapp i {
        font-size: 12px;
    }


    /* Arrows */

    .rr-product-prev,
    .rr-product-next {
        width: 28px;
        height: 28px;

        font-size: 10px;
    }

    .rr-product-prev {
        left: -4px;
    }

    .rr-product-next {
        right: -4px;
    }

}


/* =====================================================
   VERY SMALL MOBILE
   0px - 400px
===================================================== */

@media (max-width: 400px) {

    .rr-section-heading h2 {
        font-size: 22px;
    }

    .rr-product-content {
        padding: 7px;
    }

    .rr-product-content h3 {
        font-size: 10px;
    }

    .rr-product-whatsapp {
        font-size: 7.5px;
    }

}
/* =====================================================
   RR DIAMONDS PROMO SECTION
===================================================== */

.rr-promo-section {
    width: 100%;
    padding: 25px 0 35px;
    background: #fff;
    overflow: hidden;
}

.rr-promo-section .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}


/* =====================================================
   GRID
===================================================== */

.rr-promo-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 10px;
}


/* =====================================================
   CARD
===================================================== */

.rr-promo-card {
    position: relative;

    width: 100%;

    aspect-ratio: 3 / 1;

    min-height: 115px;

    overflow: hidden;

    border-radius: 8px;

    background: #eaf7fc;

    isolation: isolate;
}


/* =====================================================
   IMAGE
===================================================== */

.rr-promo-bg {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    z-index: -2;

    transition: transform .5s ease;
}

.rr-promo-card:hover .rr-promo-bg {
    transform: scale(1.03);
}


/* =====================================================
   CONTENT
===================================================== */

.rr-promo-content {
    position: absolute;

    left: 5%;
    top: 50%;

    transform: translateY(-50%);

    width: 52%;

    z-index: 2;
}


/* =====================================================
   TEXT
===================================================== */

.rr-promo-label {
    display: block;

    color: #fff;

    font-size: 12px;
    line-height: 1.2;

    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 2px;

    text-transform: uppercase;
}

.rr-promo-content h3 {
    margin: 0 0 3px;

    color: #fff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;

    line-height: 1.05;

    font-weight: 500;
}

.rr-promo-content p {
    margin: 0 0 10px;

    color: #fff;

    font-size: 12px;

    line-height: 1.35;
}


/* =====================================================
   BUTTON
===================================================== */

.rr-promo-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 6px;

    padding: 7px 12px;

    background: #09ade4;

    color: #fff !important;

    border-radius: 4px;

    font-size: 10px;

    font-weight: 600;

    line-height: 1.2;

    text-decoration: none !important;

    transition: all .3s ease;
}

.rr-promo-btn i {
    font-size: 13px;
}

.rr-promo-btn span {
    font-size: 15px;
}

.rr-promo-btn:hover {
    background: #078fc0;

    color: #fff !important;

    transform: translateY(-1px);
}


/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1199px) {

    .rr-promo-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rr-promo-content {
        width: 58%;
    }

    .rr-promo-label {
        font-size: 10px;
    }

    .rr-promo-content h3 {
        font-size: 21px;
    }

    .rr-promo-content p {
        font-size: 10px;
    }

    .rr-promo-btn {
        padding: 6px 10px;
        font-size: 9px;
    }
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .rr-promo-section {
        padding: 20px 0 30px;
    }

    .rr-promo-section .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .rr-promo-grid {
        gap: 8px;
    }

    .rr-promo-card {
        min-height: 100px;
    }

    .rr-promo-content {
        left: 5%;
        width: 62%;
    }

    .rr-promo-label {
        font-size: 8px;
        letter-spacing: .7px;
    }

    .rr-promo-content h3 {
        font-size: 17px;
    }

    .rr-promo-content p {
        font-size: 8px;
        margin-bottom: 7px;
    }

    .rr-promo-btn {
        padding: 5px 8px;
        font-size: 8px;
    }

    .rr-promo-btn i {
        font-size: 10px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .rr-promo-section {
        padding: 15px 0 25px;
    }

    .rr-promo-section .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .rr-promo-grid {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .rr-promo-card {
        aspect-ratio: 3 / 1;

        min-height: 105px;
    }

    .rr-promo-content {
        left: 5%;
        width: 58%;
    }

    .rr-promo-label {
        font-size: 10px;
    }

    .rr-promo-content h3 {
        font-size: 22px;
    }

    .rr-promo-content p {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .rr-promo-btn {
        padding: 6px 10px;
        font-size: 9px;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .rr-promo-card {
        min-height: 95px;
    }

    .rr-promo-content h3 {
        font-size: 18px;
    }

    .rr-promo-label {
        font-size: 8px;
    }

    .rr-promo-content p {
        font-size: 8px;
    }

    .rr-promo-btn {
        padding: 5px 8px;
        font-size: 8px;
    }
}

/* =====================================================
   RR DIAMONDS TRUST SECTION
===================================================== */

.rr-trust-section {
    width: 100%;
    padding: 18px 0;
    background: #fff;
}


/* =====================================================
   MAIN BOX
===================================================== */

.rr-trust-wrapper {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-around;

    background: #f2faff;

    border: 1px solid rgba(9, 173, 228, 0.15);

    border-radius: 9px;

    padding: 12px 15px;

    box-sizing: border-box;
}


/* =====================================================
   FEATURE
===================================================== */

.rr-trust-feature {
    flex: 1;

    min-height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 5px 20px;

    border-right: 1px solid rgba(9, 173, 228, 0.35);
}

.rr-trust-feature:last-child {
    border-right: none;
}


/* =====================================================
   ICON
===================================================== */

.rr-trust-feature-icon {
    width: 43px;
    height: 43px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #09ade4;

    font-size: 29px;
}


/* =====================================================
   TEXT
===================================================== */

.rr-trust-feature-content {
    display: flex;
    flex-direction: column;

    line-height: 1.25;
}

.rr-trust-feature-content strong {
    color: #111;

    font-size: 17px;

    font-weight: 700;

    margin: 0;
}

.rr-trust-feature-content span {
    color: #222;

    font-size: 12px;

    font-weight: 400;

    margin-top: 2px;
}


/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1199px) {

    .rr-trust-feature {
        padding: 5px 12px;
        gap: 8px;
    }

    .rr-trust-feature-icon {
        width: 38px;
        height: 38px;
        font-size: 25px;
    }

    .rr-trust-feature-content strong {
        font-size: 15px;
    }

    .rr-trust-feature-content span {
        font-size: 11px;
    }
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .rr-trust-section {
        padding: 15px 0;
    }

    .rr-trust-wrapper {
        padding: 10px 5px;
    }

    .rr-trust-feature {
        padding: 5px 8px;
        gap: 6px;
    }

    .rr-trust-feature-icon {
        width: 32px;
        height: 32px;
        font-size: 22px;
    }

    .rr-trust-feature-content strong {
        font-size: 13px;
    }

    .rr-trust-feature-content span {
        font-size: 9px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .rr-trust-section {
        padding: 12px 0;
    }

    .rr-trust-section .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .rr-trust-wrapper {
        display: grid;

        grid-template-columns: repeat(2, 1fr);

        padding: 5px;

        border-radius: 8px;
    }

    .rr-trust-feature {
        min-height: 58px;

        justify-content: flex-start;

        padding: 8px 10px;

        border-right: 1px solid rgba(9, 173, 228, 0.25);

        border-bottom: 1px solid rgba(9, 173, 228, 0.25);
    }

    .rr-trust-feature:nth-child(2),
    .rr-trust-feature:nth-child(4) {
        border-right: none;
    }

    .rr-trust-feature:nth-child(4),
    .rr-trust-feature:nth-child(5) {
        border-bottom: none;
    }

    .rr-trust-feature-icon {
        width: 30px;
        height: 30px;

        font-size: 21px;
    }

    .rr-trust-feature-content strong {
        font-size: 13px;
    }

    .rr-trust-feature-content span {
        font-size: 9px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .rr-trust-feature {
        gap: 5px;
        padding: 7px 6px;
    }

    .rr-trust-feature-icon {
        width: 26px;
        height: 26px;

        font-size: 18px;
    }

    .rr-trust-feature-content strong {
        font-size: 11px;
    }

    .rr-trust-feature-content span {
        font-size: 8px;
    }
}

/* =====================================================
   RR TESTIMONIAL + INSTAGRAM SECTION
===================================================== */

.rr-social-testimonial-section {
    width: 100%;
    padding: 20px 0 35px;
    background: #fff;
    overflow: hidden;
}

.rr-social-testimonial-section .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}


/* =====================================================
   MAIN GRID
===================================================== */

.rr-social-testimonial-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1.8fr);

    gap: 12px;
}


/* =====================================================
   COMMON BOX
===================================================== */

.rr-testimonial-box,
.rr-instagram-box {
    position: relative;

    min-width: 0;

    background: #f2faff;

    border: 1px solid rgba(9,173,228,.12);

    border-radius: 9px;

    overflow: hidden;

    box-sizing: border-box;
}


/* =====================================================
   TESTIMONIAL
===================================================== */

.rr-testimonial-box {
    min-height: 175px;

    display: flex;

    align-items: stretch;
}

.rr-testimonial-content {
    flex: 1;

    padding: 10px 35px 10px 35px;

    text-align: center;

    display: flex;

    flex-direction: column;

    justify-content: center;

    min-width: 0;
}


/* Heading */

.rr-section-mini-title {
    display: block;

    color: #071d3a;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: .8px;

    margin-bottom: 3px;
}


/* Quote */

.rr-quote {
    color: #09ade4;

    font-family: Georgia, serif;

    font-size: 40px;

    font-weight: bold;

    line-height: .65;

    margin: 5px 0 7px;
}


/* Text */

.rr-testimonial-text {
    color: #172337;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 12px;

    line-height: 1.45;

    margin: 0 auto 6px;

    max-width: 350px;
}


/* Stars */

.rr-testimonial-stars {
    color: #f3b400;

    font-size: 15px;

    letter-spacing: 1px;

    line-height: 1;

    margin-bottom: 4px;
}


/* Name */

.rr-testimonial-name {
    color: #172337;

    font-size: 11px;

    font-weight: 600;
}


/* Dots */

.rr-testimonial-dots {
    display: flex;

    justify-content: center;

    gap: 4px;

    margin-top: 7px;
}

.rr-testimonial-dots span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #b8dceb;

    display: block;
}

.rr-testimonial-dots span.active {
    background: #111;
}


/* Customer Image */

.rr-testimonial-image {
    width: 125px;

    flex-shrink: 0;

    overflow: hidden;
}

.rr-testimonial-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;
}


/* Testimonial arrows */

.rr-testimonial-prev,
.rr-testimonial-next {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 30px;
    height: 30px;

    border: 0;

    border-radius: 50%;

    background: rgba(255,255,255,.95);

    color: #071d3a;

    display: flex;

    align-items: center;
    justify-content: center;

    box-shadow: 0 3px 12px rgba(0,0,0,.12);

    z-index: 5;

    cursor: pointer;
}

.rr-testimonial-prev {
    left: 8px;
}

.rr-testimonial-next {
    right: 8px;
}

.rr-testimonial-prev i,
.rr-testimonial-next i {
    font-size: 11px;
}


/* =====================================================
   INSTAGRAM
===================================================== */

.rr-instagram-box {
    padding: 10px 15px 8px;
}


/* Heading */

.rr-instagram-heading {
    width: 100%;

    text-align: center;

    margin-bottom: 8px;
}

.rr-instagram-heading span {
    color: #071d3a;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: .7px;
}

.rr-instagram-heading i {
    color: #09ade4;

    font-size: 16px;

    margin-right: 5px;
}


/* Gallery */

.rr-instagram-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 9px;
}


/* Image */

.rr-instagram-item {
    position: relative;

    display: block;

    width: 100%;

    aspect-ratio: 1 / 1;

    overflow: hidden;

    border-radius: 7px;

    background: #eaf7fc;
}

.rr-instagram-item img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .4s ease;
}

.rr-instagram-item:hover img {
    transform: scale(1.06);
}


/* Heart */

.rr-instagram-heart {
    position: absolute;

    top: 5px;
    right: 6px;

    color: #fff;

    font-size: 18px;

    line-height: 1;

    text-shadow: 0 1px 5px rgba(0,0,0,.35);
}


/* Bottom */

.rr-instagram-bottom {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

    margin-top: 7px;
}

.rr-instagram-username {
    color: #071d3a;

    font-size: 11px;

    font-weight: 600;
}

.rr-instagram-username i {
    color: #09ade4;

    font-size: 15px;

    margin-right: 4px;
}


/* Follow button */

.rr-instagram-follow {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 6px 18px;

    background: #09ade4;

    color: #fff !important;

    border-radius: 4px;

    font-size: 10px;

    font-weight: 600;

    text-decoration: none !important;

    transition: all .3s ease;
}

.rr-instagram-follow:hover {
    background: #078fc0;

    color: #fff !important;
}


/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1199px) {

    .rr-social-testimonial-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rr-testimonial-image {
        width: 110px;
    }

    .rr-testimonial-content {
        padding-left: 28px;
        padding-right: 28px;
    }

    .rr-instagram-grid {
        gap: 7px;
    }

    .rr-section-mini-title,
    .rr-instagram-heading span {
        font-size: 12px;
    }
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .rr-social-testimonial-grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1.5fr);

        gap: 10px;
    }

    .rr-testimonial-box {
        min-height: 155px;
    }

    .rr-testimonial-image {
        width: 95px;
    }

    .rr-testimonial-content {
        padding: 8px 25px;
    }

    .rr-section-mini-title,
    .rr-instagram-heading span {
        font-size: 11px;
    }

    .rr-testimonial-text {
        font-size: 10px;
    }

    .rr-testimonial-stars {
        font-size: 12px;
    }

    .rr-testimonial-name {
        font-size: 9px;
    }

    .rr-instagram-box {
        padding: 8px 10px;
    }

    .rr-instagram-grid {
        gap: 6px;
    }

    .rr-instagram-bottom {
        margin-top: 5px;
    }

    .rr-instagram-username {
        font-size: 9px;
    }

    .rr-instagram-follow {
        padding: 5px 13px;
        font-size: 9px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .rr-social-testimonial-section {
        padding: 15px 0 25px;
    }

    .rr-social-testimonial-section .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .rr-social-testimonial-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }


    /* Testimonial */

    .rr-testimonial-box {
        min-height: 170px;
    }

    .rr-testimonial-content {
        padding: 12px 25px;
    }

    .rr-testimonial-image {
        width: 120px;
    }

    .rr-section-mini-title {
        font-size: 13px;
    }

    .rr-testimonial-text {
        font-size: 11px;
    }


    /* Instagram */

    .rr-instagram-box {
        padding: 10px;
    }

    .rr-instagram-heading {
        margin-bottom: 9px;
    }

    .rr-instagram-heading span {
        font-size: 12px;
    }

    .rr-instagram-grid {
        grid-template-columns:
            repeat(5, minmax(0, 1fr));

        gap: 5px;
    }

    .rr-instagram-heart {
        font-size: 15px;
    }

    .rr-instagram-bottom {
        margin-top: 8px;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .rr-testimonial-box {
        min-height: 145px;
    }

    .rr-testimonial-image {
        width: 95px;
    }

    .rr-testimonial-content {
        padding: 8px 18px;
    }

    .rr-section-mini-title {
        font-size: 10px;
    }

    .rr-quote {
        font-size: 30px;
        margin: 4px 0;
    }

    .rr-testimonial-text {
        font-size: 9px;
        line-height: 1.35;
    }

    .rr-testimonial-stars {
        font-size: 10px;
    }

    .rr-testimonial-name {
        font-size: 8px;
    }

    .rr-instagram-heading span {
        font-size: 10px;
    }

    .rr-instagram-grid {
        gap: 4px;
    }

    .rr-instagram-username {
        font-size: 8px;
    }

    .rr-instagram-follow {
        padding: 4px 10px;
        font-size: 8px;
    }
}

.rr-testimonial-item {
    display: none;
    animation: rrTestimonialFade .5s ease;
}

.rr-testimonial-item.active {
    display: block;
}

@keyframes rrTestimonialFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rr-testimonial-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
}

.rr-testimonial-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b8cbd5;
    cursor: pointer;
    transition: all .3s ease;
}

.rr-testimonial-dots span.active {
    width: 9px;
    height: 9px;
    background: #09ade4;
}

 /* =====================================================
   RR DIAMONDS PREMIUM FOOTER
===================================================== */

.rr-footer {
    width: 100%;
    background: #111111;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}


/* =====================================================
   DUBAI BANNER
===================================================== */

.rr-footer-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #087fb5;
}

.rr-footer-banner-image {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.rr-footer-banner-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        90deg,
        rgba(0, 60, 100, .12),
        rgba(255, 255, 255, .05)
    );
}

.rr-footer-banner-content {
    width: 50%;
    margin-left: 40%;
    text-align: center;
}

.rr-footer-banner-content h2 {
    margin: 0 0 8px;

    color: #071d3a;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 38px;
    line-height: 1.05;

    font-weight: 500;

    letter-spacing: .5px;
}

.rr-footer-banner-content p {
    margin: 0 0 18px;

    color: #071d3a;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 18px;
}


/* =====================================================
   WHATSAPP BUTTON
===================================================== */

.rr-footer-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 11px 22px;

    background: #09aee4;

    color: #ffffff !important;

    border-radius: 6px;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none !important;

    box-shadow: 0 6px 20px rgba(0,0,0,.15);

    transition: all .3s ease;
}

.rr-footer-whatsapp i {
    font-size: 20px;
}

.rr-footer-whatsapp:hover {
    background: #078dbd;
    color: #ffffff !important;
    transform: translateY(-2px);
}


 /* =====================================================
   RR DIAMONDS PREMIUM FOOTER
===================================================== */

.rr-footer {
    width: 100%;
    background: #0091BC;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}


/* =====================================================
   FOOTER BANNER
===================================================== */

.rr-footer-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.rr-footer-banner-image {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.rr-footer-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,145,188,.05),
        rgba(0,145,188,.10)
    );
}

.rr-footer-banner-content {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    width: 48%;
    text-align: center;
}

.rr-footer-banner-content h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 600;
}

.rr-footer-banner-content p {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}


/* =====================================================
   FOOTER MAIN
===================================================== */

.rr-footer-main {
    padding: 55px 0 45px;
    background: #0091BC;
}

.rr-footer-row {
    align-items: flex-start;
}


/* =====================================================
   FOOTER WIDGET
===================================================== */

.rr-footer-widget {
    padding-right: 25px;
}

.rr-footer-widget h3 {
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
}

.rr-footer-widget p {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.8;
}


/* =====================================================
   LOGO
===================================================== */

.rr-footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.rr-footer-logo img {
    width: 150px;
    max-width: 100%;
    height: auto;
    display: block;
}


/* =====================================================
   BRAND DESCRIPTION
===================================================== */

.rr-footer-brand p {
    max-width: 270px;
}


/* =====================================================
   LINKS
===================================================== */

.rr-footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rr-footer-widget ul li {
    margin-bottom: 12px;
}

.rr-footer-widget ul li:last-child {
    margin-bottom: 0;
}

.rr-footer-widget ul li a {
    color: rgba(255,255,255,.82);
    font-size: 14px;
    text-decoration: none;
    transition: all .3s ease;
}

.rr-footer-widget ul li a:hover {
    color: #ffffff;
    padding-left: 4px;
}


/* =====================================================
   SOCIAL ICONS
===================================================== */

.rr-social-icons {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 25px;
}

.rr-social-icons a {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(0,0,0,.12);
    color: #ffffff;

    font-size: 13px;

    text-decoration: none;

    transition: all .3s ease;
}

.rr-social-icons a:hover {
    background: #ffffff;
    color: #0091BC;
    transform: translateY(-3px);
}


/* =====================================================
   CONTACT
===================================================== */

.rr-contact-widget {
    padding-right: 0;
}

.rr-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.rr-contact-item:last-child {
    margin-bottom: 0;
}

.rr-contact-icon {
    width: 20px;
    flex: 0 0 20px;

    color: #ffffff;

    font-size: 14px;

    padding-top: 3px;
}

.rr-contact-content {
    min-width: 0;
}

.rr-contact-content strong {
    display: block;

    color: #ffffff;

    font-size: 14px;
    font-weight: 600;

    margin-bottom: 3px;
}

.rr-contact-content p {
    margin: 0;

    color: rgba(255,255,255,.82);

    font-size: 13px;
    line-height: 1.7;
}

.rr-contact-content a {
    color: #ffffff;

    text-decoration: none;

    transition: color .3s ease;
}

.rr-contact-content a:hover {
    color: #ffffff;
    text-decoration: underline;
}


/* =====================================================
   FOOTER BOTTOM
===================================================== */

.rr-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.25);
    background: #0091BC;
}

.rr-footer-bottom-inner {
    min-height: 65px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;
}

.rr-footer-bottom p {
    margin: 0;

    color: rgba(255,255,255,.80);

    font-size: 12px;
    line-height: 1.6;
}

.rr-footer-bottom p a {
    color: #ffffff;
    text-decoration: none;
}

.rr-footer-bottom p a:hover {
    color: #ffffff;
    text-decoration: underline;
}


/* =====================================================
   PAYMENT
===================================================== */

.rr-payment-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rr-payment-icons img {
    width: auto;
    max-width: 220px;
    height: auto;
    display: block;
}


/* =====================================================
   LARGE DESKTOP
===================================================== */

@media (min-width: 1200px) {

    .rr-footer-banner-image {
        height: 380px;
    }

    .rr-footer-banner-content {
        right: 8%;
        width: 48%;
    }

    .rr-footer-banner-content h2 {
        font-size: 40px;
    }

}


/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1199px) {

    .rr-footer-banner-image {
        height: 270px;
    }

    .rr-footer-banner-content {
        right: 6%;
        width: 52%;
    }

    .rr-footer-banner-content h2 {
        font-size: 34px;
    }

    .rr-footer-widget {
        padding-right: 15px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .rr-footer-banner-image {
        height: 240px;
    }

    .rr-footer-banner-content {
        right: 5%;
        width: 56%;
    }

    .rr-footer-banner-content h2 {
        font-size: 28px;
    }

    .rr-footer-banner-content p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .rr-footer-main {
        padding: 50px 0 30px;
    }

    .rr-footer-widget {
        margin-bottom: 35px;
        padding-right: 10px;
    }

    .rr-footer-bottom-inner {
        padding: 18px 0;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .rr-footer-banner-image {
        height: 210px;
        object-position: center center;
    }

    .rr-footer-banner-content {
        right: 4%;
        width: 60%;
    }

    .rr-footer-banner-content h2 {
        font-size: 21px;
        line-height: 1.15;
        margin-bottom: 6px;
    }

    .rr-footer-banner-content p {
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 8px;
    }


    /* FOOTER */

    .rr-footer-main {
        padding: 40px 0 15px;
    }

    .rr-footer-widget {
        margin-bottom: 30px;
        padding-right: 5px;
    }

    .rr-footer-widget h3 {
        font-size: 16px;
        margin-bottom: 17px;
    }

    .rr-footer-widget p,
    .rr-footer-widget ul li a {
        font-size: 13px;
    }

    .rr-footer-brand p {
        max-width: 100%;
    }

    .rr-footer-logo img {
        width: 135px;
    }


    /* CONTACT */

    .rr-contact-widget {
        margin-bottom: 10px;
    }

    .rr-contact-item {
        gap: 10px;
        margin-bottom: 17px;
    }


    /* BOTTOM */

    .rr-footer-bottom-inner {
        min-height: auto;

        flex-direction: column;

        align-items: flex-start;

        padding: 18px 0;

        gap: 13px;
    }

    .rr-footer-bottom p {
        font-size: 11px;
    }

    .rr-payment-icons {
        width: 100%;
        justify-content: flex-start;
    }

    .rr-payment-icons img {
        max-width: 190px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .rr-footer-banner-image {
        height: 180px;
    }

    .rr-footer-banner-content {
        right: 3%;
        width: 62%;
    }

    .rr-footer-banner-content h2 {
        font-size: 17px;
    }

    .rr-footer-banner-content p {
        font-size: 10px;
    }

    .rr-footer-main {
        padding-top: 35px;
    }

    .rr-social-icons {
        margin-top: 18px;
    }

}

/* =====================================================
   RR FOOTER BANNER
===================================================== */

.rr-footer-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #0091BC;
}


/* Background */

.rr-footer-banner-bg {
    width: 100%;
    height: auto;
    display: block;
}


/* =====================================================
   ROTATING DIAMOND
===================================================== */

.rr-rotating-diamond {
    position: absolute;

    left: 3%;
    bottom: 5%;

    width: 230px;
    height: 230px;

    display: flex;
    align-items: center;
    justify-content: center;

    perspective: 900px;

    z-index: 5;
}


/* Diamond */

.rr-rotating-diamond img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    display: block;

    transform-style: preserve-3d;

    animation: rrDiamondRotate 7s linear infinite;

    filter:
        drop-shadow(0 12px 15px rgba(0,0,0,.20));
}


/* 3D Rotation */

@keyframes rrDiamondRotate {

    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(90deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    75% {
        transform: rotateY(270deg);
    }

    100% {
        transform: rotateY(360deg);
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .rr-rotating-diamond {
        width: 170px;
        height: 170px;

        left: 2%;
        bottom: 4%;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .rr-rotating-diamond {
        width: 100px;
        height: 100px;

        left: 2%;
        bottom: 3%;
    }

    .rr-rotating-diamond img {
        filter:
            drop-shadow(0 7px 10px rgba(0,0,0,.18));
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .rr-rotating-diamond {
        width: 75px;
        height: 75px;

        left: 1%;
        bottom: 3%;
    }

}