
 :root {
    --red: #7a1515;
    --red-dark: #5a0f0f;
    --red-soft: #fdf0f0;
    --red-mid: #d4a0a0;
    --navy: #0b2c75;
    --dark: #1f2937;
    --muted: #4b5563;
    /* darkened from #6b7280 */
    --border: #e5e7eb;
    --warm-1: #f7f3ef;
    --warm-2: #f0ebe4;
    --warm-3: #e8e0d6;
    --white: #ffffff;
}

.testimonialHeading i {
    color: #e82228;
    font-size: 32px;
}

.testimonialHeading .fa-quote-left {
    position: relative;
    left: -30px;
    top: -10px;
}

.newsletter input {
    font-size: 14px;
    color: #767676;
    padding: 0 2.6em 0 1em;
    border: 1px solid #e6e6e6;
    width: 100%;
    outline-offset: -2px;
    border-radius: 9px;
    padding: 12px 15px;
}

.newsletter {
    position: relative;
}

.newsletter button {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    border: none;
    font-size: 20px;
    background: none;
}

.bottomCP p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.footerLogo p {
    font-size: 17px;
    color: #D6D6D8;
    margin: 20px 0 0;
}

.footerLinks h3 {
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: "Barlow Condensed", sans-serif;
}

.footerLinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footerLinks ul li {
    margin: 0 0 5px;
    color: #000000;
    font-size: 14px;
}

.footerLinks ul li a {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

.copyright>span,
.copyright a {
    color: #f1f1f0bf;
}

.companyName {
    font-weight: 800 !important;
    color: #fff !important;
}

.copyright {
    border-top: solid 1px #00000021;
    padding-top: 15px;
    margin-top: 60px;
    font-size: 13px;
}

.socialIcons li a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background: #e81f23;
    line-height: 1;
    border-radius: 50%;
}


.footerLogo p {
    font-size: 15px;
    color: #D6D6D8;
    margin: 20px 0 0;
}

.socialIcons {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.rs-breadcrumbs.img1 {
    position: relative;
    background: url(../images/sub-banner.jpg) center center / cover no-repeat;
}

.rs-breadcrumbs {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top left !important;
}

.rs-breadcrumbs.img1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 32%) z-index: 1;
}

.rs-breadcrumbs.img1 * {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 1366px) {
    .container {
        max-width: 1330px;
    }
}

.rs-breadcrumbs .breadcrumbs-inner {
    padding: 160px 10px 120px 10px;
    text-align: center;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
    position: relative;
    z-index: 1;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    padding-top: 20px;
    margin-bottom: 18px;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area {
    background: rgb(0 0 0 / 60%);
    padding: 13px 30px;
    max-width: fit-content;
    margin: 0 auto;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a {
    position: relative;
    padding-right: 30px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    right: 10px;
    top: 5px;
}

/* ............ */
.policy-content a {
    color: #e81f23;
    text-decoration: none;
}

.policy-content a:hover {
    color: #c8181b;
    /* thoda dark hover */
    text-decoration: underline;
}

.policy-content h2 {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    margin: 20px 0px 10px;
}

.policy-content p {
    margin: 0 0 5px;
    color: #000000;
    font-size: 14px;
}

.info-card {
    background: #f8fbff;
    border-radius: 10px;
    padding: 24px 28px;
    margin: 0 auto 30px;
}

.info-card p {
    margin: 0 0 12px;
    font-size: 16px;
    color: #4b5b6b;
    line-height: 1.6;
}

.info-card p:last-child {
    margin-bottom: 0;
}

.info-card strong {
    color: #3d4a59;
    font-weight: 600;
}

.info-card a {
    color: #e81f23;
    text-decoration: none;
}

.info-card a:hover {
    text-decoration: underline;
}

.btn-default {
    position: relative;
    display: inline-block;
    background: #e81f23;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: #fff;
    border: none;
    padding: 17px 42px 17px 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.btn-default::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 102%;
    height: 100%;
    background-color: #e81f23;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    transform: skewY(9.3deg) scaleY(0);
}

.
/* =========================
   CONTACT INFO LIST
========================= */

.contact-info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-info-item {
    width: calc(33.33% - 20px);
}

/* =========================
   ICON BOX (ROUND RED)
========================= */

.contact-info-item .icon-box {
    position: relative;
    height: 50px;
    width: 50px;
    background: #e81f23;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.contact-info-item .icon-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #c8181b;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.4s ease;
}

.contact-info-item:hover .icon-box::before {
    transform: scale(1);
}

.contact-info-item .icon-box img,
.contact-info-item .icon-box i {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 20px;
}

/* =========================
   PAGE BACKGROUND
========================= */

.page-contact-us {
    background: #f9f9f9;
}

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

.contact-left-card {
    background: #fff;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.contact-left-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.contact-left-card p {
    color: #555;
    line-height: 1.7;
}

/* =========================
   INFO CARD (3D LOOK)
========================= */

.info-card {
    background: #ffffff;
    padding: 22px 25px;
    border-radius: 14px;
    margin-top: 20px;
    transition: all 0.4s ease;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.06),
        0 2px 6px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

/* 3D Hover Effect */
.info-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.12),
        0 8px 18px rgba(232, 31, 35, 0.15);
}

/* =========================
   INFO HEADER
========================= */

.info-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

/* =========================
   RED ICON CIRCLE
========================= */

.icon-circle {
    width: 48px;
    height: 48px;
    background: #e81f23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 6px 16px rgba(232, 31, 35, 0.35);
}

.icon-circle i {
    color: #fff;
    font-size: 18px;
    transition: transform 0.4s ease;
}

/* ICON HOVER */
.info-card:hover .icon-circle {
    transform: scale(1.15);
    box-shadow: 0 0 0 10px rgba(232, 31, 35, 0.15);
}

.info-card:hover .icon-circle i {
    transform: rotate(12deg) scale(1.15);
}

/* =========================
   TITLES & TEXT
========================= */

.info-card h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #111;
}

.contact-left-card,
.contact-form-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.info-card p,
.info-card li {
    font-size: 15px;
    color: #000;
    margin-bottom: 6px;
}

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

.info-card a {
    color: #e81f23;
    font-weight: 600;
    text-decoration: none;
}

.info-card a:hover {
    text-decoration: underline;
}

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

.contact-form-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.contact-form-card label {
    font-weight: 500;
    color: #222;
}

.contact-form-card .form-control {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.contact-form-card .form-control:focus {
    border-color: #e81f23;
    box-shadow: 0 0 0 3px rgba(232, 31, 35, 0.18);
}

/* =========================
   CHECKBOX
========================= */

.consent-label {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.consent-label input {
    accent-color: #e81f23;
    margin-top: 4px;
}

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

.btn-theme {
    background: #e81f23;
    color: #fff;
    border-radius: 20px;
    padding: 12px 30px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s ease;
}

.btn-theme:hover {
    background: #c8181b;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(232, 31, 35, 0.45);
    color: #fff;
}

/* =========================
   MAP
========================= */

.map-box iframe {
    border-radius: 14px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

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

.contact-right-wrap {
    padding-left: 30px;
}

.contact-heading {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.contact-heading .dot {
    width: 10px;
    height: 10px;
    background: #e81f23;
    border-radius: 50%;
}

.contact-subtext {
    color: #000;
    line-height: 1.7;
    max-width: 480px;
}

/* ===== BLOG PAGE ===== */

.blog-page {
    background: #f9f9f9;
}

/* BLOG CARD */
.blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 35px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.blog-img img {
    width: 100%;
    /* height: 240px; */
    object-fit: cover;
    transition: transform 0.5s ease;
}


.blog-card:hover .blog-img img {
    transform: scale(1.08);
}

/* TAG */
.blog-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #e81f23;
    color: #fff;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
}

/* CONTENT */
.blog-content {
    padding: 28px;
}

.blog-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.blog-content p {
    color: #555;
    line-height: 1.7;
}

/* META */
.blog-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #777;
    margin: 15px 0;
}

.blog-meta i {
    color: #e81f23;
}

/* READ MORE */
.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #e81f23;
    font-weight: 700;
    position: relative;
}

.read-more::after {
    content: '';
    width: 0;
    height: 2px;
    background: #e81f23;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: 0.4s;
}

.read-more:hover::after {
    width: 100%;
}

/* ===== SIDEBAR ===== */

.blog-sidebar {
    padding-left: 25px;
}

.sidebar-box {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.sidebar-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* TAGS */
.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-list a {
    padding: 6px 14px;
    border-radius: 20px;
    background: #f1f1f1;
    color: #333;
    font-size: 13px;
    transition: 0.3s;
}

.tag-list a:hover {
    background: #e81f23;
    color: #fff;
}

/* CATEGORY */
.category-list li {
    margin-bottom: 10px;
}

.category-list a {
    color: #444;
    font-weight: 500;
}

.category-list a:hover {
    color: #e81f23;
}

/* RECENT POSTS */
.recent-post {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.recent-post img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.recent-post a {
    font-weight: 600;
    color: #222;
}

.recent-post span {
    font-size: 13px;
    color: #777;
}

/* Blog Details */
.blog-feature-img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.blog-feature-img img {
    width: 100%;
    transition: transform 0.6s ease;
}

.blog-feature-img:hover img {
    transform: scale(1.06);
}

.blog-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #e81f23;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}

/* HEADER */
.blog-header h1 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: #777;
    font-size: 14px;
}

/* BODY */
.blog-body p {
    font-size: 16px;
    line-height: 1.9;
    color: #000;
    margin-bottom: 20px;
}

.blog-body h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 30px 0 15px;
    position: relative;
}

.blog-body h2::before {
    content: '';
    width: 40px;
    height: 4px;
    background: #e81f23;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.content-img {
    margin: 30px 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.content-img img {
    width: 100%;
}

blockquote {
    background: #f9f9f9;
    padding: 25px;
    border-left: 5px solid #e81f23;
    font-size: 18px;
    font-style: italic;
    margin: 30px 0;
}

/* TAGS */
.blog-tags {
    margin-top: 30px;
}

.blog-tags a {
    display: inline-block;
    background: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 8px;
    text-decoration: none;
    color: #333;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.blog-tags a:hover {
    background: #e81f23;
    color: #fff;
}

/* SHARE */
.blog-share {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-share a {
    width: 42px;
    height: 42px;
    background: #e81f23;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.blog-share a:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(232, 31, 35, 0.5);
}

/* SIDEBAR */
.sidebar-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

/* Recent post wrapper */
.recent-post {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
}

/* Divider */
.recent-post:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
            #e81f23 0%,
            #e81f23 35%,
            #eee 35%,
            #eee 100%);
}

/* Image */
.recent-post img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

/* Date */
.recent-post span {
    display: block;
    font-size: 13px;
    color: #e81f23;
    font-weight: 600;
    margin-bottom: 4px;
}


.blog-sidebar-sticky {
    position: sticky;
    top: 100px;
}


/* Sidebar card */
.sidebar-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

/* Title */
.sidebar-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    margin-bottom: 20px;
}

.sidebar-title i {
    color: #e81f23;
}

/* Contact form */
.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 12px;
    font-size: 14px;
}

.sidebar-contact button {
    width: 100%;
    background: #e81f23;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 30px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.sidebar-contact button i {
    margin-left: 6px;
}

.sidebar-contact button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(232, 31, 35, 0.4);
}

/* Recent posts */
.recent-post {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.recent-post img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
}

.recent-post span {
    font-size: 13px;
    color: #e81f23;
    font-weight: 600;
}

.recent-post a {
    display: block;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
}

.recent-post:hover {
    transform: translateX(6px);
}

.recent-post a:hover {
    color: #e81f23;
}

.blog-detail-page {
    background: #f9f9f9;
}

/* ==============================
   RETURN POLICY – PREMIUM
================================ */
.return-policy-section {
    background: #f8f8f8;
}

.section-spacing {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

/* Different background tones so sections look separate */
.how-it-works-premium {
    background: #ffffff;
}

.good-to-know-glass {
    background: linear-gradient(180deg, #ffffff, #f2f2f2);
}


/* ==============================
   HOW IT WORKS – PREMIUM DESIGN
================================ */

.how-it-works-premium {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff, #f5f5f5);
}

.timeline-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
}

/* Center connecting line */
.timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 55px;
    left: 5%;
    width: 90%;
    height: 2px;
    background: linear-gradient(to right, #e81f23, #ffb3b5);
    z-index: 0;
}

/* Card */
.timeline-card {
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
    border-radius: 22px;
    padding: 70px 30px 35px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
    z-index: 1;
}

/* Hover effect */
.timeline-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 90px rgba(232, 31, 35, 0.25);
}

/* Number badge */
.timeline-badge {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e81f23, #ff4d4f);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(232, 31, 35, 0.45);
}

/* Text */
.timeline-card h4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #222;
}

.timeline-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* ==============================
   GOOD TO KNOW – GLASS DESIGN
================================ */
/* ===============================
   GOOD TO KNOW – PREMIUM TIMELINE
================================ */

.good-to-know-timeline {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(232, 31, 35, 0.08), transparent 40%),
        radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.05), transparent 45%),
        linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
}

/* Background glass blobs */
.good-to-know-timeline::before,
.good-to-know-timeline::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.35;
    z-index: 0;
}

.good-to-know-timeline::before {
    top: -120px;
    left: -120px;
    background: rgba(232, 31, 35, 0.35);
}

.good-to-know-timeline::after {
    bottom: -120px;
    right: -120px;
    background: rgba(0, 0, 0, 0.25);
}

.good-to-know-timeline .container {
    position: relative;
    z-index: 2;
}

/* Titles */
.section-title {
    font-size: 36px;
    font-weight: 800;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
}

/* Timeline wrapper */
.timeline-glass {
    position: relative;
    padding-left: 40px;
}

/* Vertical line */
.timeline-glass::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(232, 31, 35, 0.6),
            rgba(232, 31, 35, 0.25),
            rgba(0, 0, 0, 0.15));
    border-radius: 10px;
}

/* Timeline item */
.timeline-item {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    position: relative;
    animation: fadeUp 0.7s ease both;
}

/* Dot */
.timeline-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.timeline-item.success .timeline-dot {
    background: #1aa14a;
}

.timeline-item.warning .timeline-dot {
    background: #e81f23;
}

/* Glass card */
.timeline-content {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.timeline-content h5 {
    font-weight: 700;
    margin-bottom: 6px;
}

.timeline-content p {
    font-size: 14px;
    color: #555;
}

/* Hover effect */
.timeline-content:hover {
    transform: translateX(8px);
    box-shadow: 0 30px 60px rgba(232, 31, 35, 0.15);
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

/* Responsive */
@media (max-width: 768px) {
    .timeline-glass {
        padding-left: 0;
    }

    .timeline-glass::before {
        display: none;
    }

    .timeline-item {
        flex-direction: column;
    }
}

.glass-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.section-title {
    font-weight: 700;
    font-size: 28px;
}

.please-note-section {
    background: linear-gradient(180deg, #ffffff, #f5f5f5);
    position: relative;
}

.section-subtitle {
    max-width: 700px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
}

/* Glass Card */
.note-glass-card {
    height: 100%;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 0.1px solid #e81f23;
    border-radius: 16px;
    padding: 28px 28px 28px 70px;
    position: relative;
    transition: all 0.35s ease;
}

.note-glass-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* Wide card */
.note-glass-card.wide {
    padding-left: 80px;
}

/* Icon */
.note-icon {
    position: absolute;
    left: 24px;
    top: 28px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.note-icon.warning {
    background: rgba(255, 165, 0, 0.15);
    color: #f08a00;
}

.note-icon.danger {
    background: rgba(255, 80, 80, 0.15);
    color: #e63946;
}

.note-glass-card h5 {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 600;
}

.note-glass-card p {
    font-size: 15px;
    color: #555;
    margin: 0;
}

/* Mobile */
@media (max-width: 991px) {
    .timeline-wrapper {
        grid-template-columns: 1fr;
    }

    .timeline-wrapper::before {
        display: none;
    }

    .timeline-card {
        padding-top: 60px;
    }
}

/* FAQ GLASS */
.faq-glass {
    margin: auto;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(18px);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

/* FAQ ITEM */
.faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question span {
    font-size: 20px;
    color: #e81f23;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    padding-right: 20px;
}

/* ACTIVE FAQ */
.faq-item.active .faq-answer {
    max-height: 200px;
    padding-bottom: 20px;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}

.security-deposit-section {
    position: relative;
}

/* MAIN GLASS CARD */
.security-glass-card {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 22px;
    padding: 20px 20px;
    box-shadow: 0 30px 70px rgba(232, 31, 35, 0.12);
    border: 1px solid rgba(232, 31, 35, 0.2);
}

/* FLEX CONTENT */
.security-content {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

/* ICON */
.security-icon {
    width: 60px;
    height: 60px;
    background: rgba(232, 31, 35, 0.12);
    color: #e81f23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(232, 31, 35, 0.25);
}

/* TEXT */
.security-text h4 {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 16px;
}

.security-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
}

/* DECORATIVE BLOBS */
.glass-blob {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(232, 31, 35, 0.22),
            transparent 70%);
    filter: blur(10px);
}

.blob-1 {
    width: 180px;
    height: 180px;
    top: -60px;
    right: -60px;
}

.blob-2 {
    width: 140px;
    height: 140px;
    bottom: -50px;
    left: -50px;
}

/* HOVER EFFECT */
.security-glass-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 40px 90px rgba(232, 31, 35, 0.2);
    transition: all 0.4s ease;
}

/* SECTION BACKGROUND */
.return-features-section {
    position: relative;
    background: radial-gradient(circle at 15% 20%, rgba(232, 31, 35, 0.12), transparent 40%), radial-gradient(circle at 85% 70%, rgba(0, 0, 0, 0.08), transparent 45%), #f3f3f3;
    padding: 90px 0;
}

/* CARD */
.feature-glass-card {
    position: relative;
    height: 100%;

    /* Glass background */
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border-radius: 20px;
    padding: 20px 15px;

    /* Thin & soft border */
    border: 0.3px solid rgba(255, 255, 255, 0.4);

    text-align: center;
    overflow: hidden;

    /* Soft glass shadow */
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.08);

    transition: all 0.45s ease;
}

/* Soft glowing circle inside card */
.feature-bg-circle {
    position: absolute;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle,
            rgba(232, 31, 35, 0.18),
            transparent 70%);
    top: -40px;
    right: -40px;
    z-index: 0;
}

/* ICON */
.feature-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(232, 31, 35, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #e81f23;
    z-index: 2;
    position: relative;
    transition: transform 0.4s ease;
}

/* TEXT */
.feature-glass-card h4 {
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.feature-glass-card p {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    position: relative;
    z-index: 2;

}

/* HOVER EFFECT */
.feature-glass-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 80px rgba(232, 31, 35, 0.18);
}

.feature-glass-card:hover .feature-icon {
    transform: scale(1.15) rotate(8deg);
    background: #e81f23;
    color: #fff;
}

.support-cta {
    position: relative;
    padding: 100px 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(232, 31, 35, 0.18), transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.1), transparent 45%),
        #f6f6f6;
}

.text-small {
    font-size: 12px;
    font-weight: 400;
}

/* GLASS CARD */
.cta-glass-card {
    max-width: 900px;
    margin: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.15);
    position: relative;
    animation: floatCard 6s ease-in-out infinite;
}

/* PARTICLE LAYER */
.cta-glass-card::before,
.cta-glass-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(232, 31, 35, 0.18) 2px, transparent 3px),
        radial-gradient(circle, rgba(232, 31, 35, 0.12) 1.5px, transparent 3px),
        radial-gradient(circle, rgba(232, 31, 35, 0.08) 1px, transparent 3px);
    background-size: 120px 120px, 180px 180px, 260px 260px;
    animation: particleFloat 18s linear infinite;
    z-index: 0;
}

.cta-glass-card::after {
    animation-duration: 30s;
    opacity: 0.6;
}

/* ICON */
.cta-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e81f23, #ff6b6b);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    box-shadow: 0 20px 40px rgba(232, 31, 35, 0.4);
    animation: floatIcon 4s ease-in-out infinite;
}

/* TEXT */
.cta-glass-card h2 {
    font-weight: 800;
    margin-bottom: 14px;
    font-size: 19px;
}

.cta-glass-card p {
    color: #555;
    max-width: 600px;
    margin: 0 auto 35px;
    font-size: 15px;
}

/* BUTTONS */
.cta-buttons {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(135deg, #e81f23, #ff5f5f);
    color: #fff;
    padding: 14px 40px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 18px 35px rgba(232, 31, 35, 0.35);
    transition: all 0.35s ease;
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(232, 31, 35, 0.55);
}

.btn-outline {
    border: 2px solid rgba(232, 31, 35, 0.4);
    padding: 14px 34px;
    border-radius: 40px;
    font-weight: 700;
    color: #e81f23;
    text-decoration: none;
    transition: all 0.35s ease;
}

.btn-outline:hover {
    background: #e81f23;
    color: #fff;
    box-shadow: 0 18px 40px rgba(232, 31, 35, 0.4);
}

/* ANIMATIONS */
@keyframes floatIcon {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.good-to-know-glass {
    position: relative;
    background:
        radial-gradient(circle at 15% 20%, rgba(232, 31, 35, 0.12), transparent 40%),
        radial-gradient(circle at 85% 70%, rgba(0, 0, 0, 0.08), transparent 45%),
        #f3f3f3;
    padding: 90px 0;
}

/* GLASS CARD */
.glass-policy-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 22px;
    padding: 35px 32px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
    position: relative;
    transition: all 0.45s ease;
    height: 100%;
}

/* HOVER */
.glass-policy-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 45px 90px rgba(232, 31, 35, 0.22);
}

/* BADGE */
.policy-badge {
    position: absolute;
    top: -14px;
    right: 25px;
    background: #1aa14a;
    color: #fff;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.policy-badge.danger {
    background: #e81f23;
}

/* TITLE */
.glass-policy-card h4 {
    font-weight: 800;
    margin-bottom: 22px;
    font-size: 18px;
}

/* LIST */
.glass-policy-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.glass-policy-card li {
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.glass-policy-card li:last-child {
    border-bottom: none;
}

.glass-policy-card strong {
    display: block;
    font-weight: 700;
    color: #111;
}

.glass-policy-card span {
    font-size: 14px;
    color: #000;
}

/* COLOR ACCENTS */
.allowed strong {
    color: #1aa14a;
}

.not-allowed strong {
    color: #e81f23;
}

/* ANIMATION */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.simple-list {
    list-style: none;
    padding-left: 0;
}

.simple-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 15px;
}

.simple-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #e81f23;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.partner-design {
    padding: 15px;
    text-align: center;
}

.partner-design img {
    max-width: 100%;
    height: auto;
    border: 1px solid #f3f3f3;
}

/* =========================
   MOBILE
========================= */
@media(max-width:768px) {
    .blog-sidebar {
        padding-left: 0px;
    }

    .glass-title {
        font-size: 24px;
    }

    .glass-know-card {
        padding: 30px;
    }

    .glass-item {
        gap: 14px;
    }

    .glass-item h5 {
        font-size: 16px;
    }

    .section-title {
        font-size: 28px;
    }

    .faq-glass {
        padding: 25px;
    }

    .faq-question {
        text-align: left !important;
        align-items: flex-start;
    }

    .faq-question span {
        margin-left: 15px;
        flex-shrink: 0;
    }

    .faq-answer {
        text-align: left;
        padding-right: 0;
    }

    .contact-right-wrap {
        padding-left: 0;
        margin-top: 30px;
    }

    .contact-left-card,
    .contact-form-card {
        padding: 25px;
        margin-bottom: 30px;
    }

    .blog-header h1 {
        font-size: 26px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .blog-body h2 {
        font-size: 20px;
        font-weight: 700;
        margin: 30px 0 15px;
        position: relative;
    }

    .good-to-know-glass {
        padding: 70px 0;
    }

    .glass-policy-card {
        padding: 28px 24px;
    }

    .cta-glass-card {
        padding: 25px 15px;
    }

    .feature-glass-card {
        padding: 35px 22px;
    }

    .security-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}


@media (max-width: 991px) {
    .blog-sidebar-sticky {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
}



/* New */
.testimonialBx {
    padding: 0px 30px;
    height: 100%;
    width: 80%;
}

.p30 {
    padding: 10px 30px;
}

.testimonial-one-reviews {
    font-size: 24px;
    font-weight: bold;
}

.testimonial-one-reviews .subHead {
    font-size: 22px;
    font-weight: 400;
}

.testimonialBx p {
    font-size: 18px;
    line-height: 1.7;
    /* margin-bottom: 20px; */
    /* color: #444; */
    color: rgb(0 0 0);
    margin: 20px 0px 20px;
}

.testimonial-one__authors {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.testimonial-one__authors img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}

.testimonialInfo h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.rating span {
    color: #f5a623;
}


/* ===============================
   TESTIMONIAL SLIDER – NAV + DOTS
================================ */

/* NAV WRAPPER */
.singleSlidertestimonials .owl-nav {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
}

/* NAV BUTTONS */
.singleSlidertestimonials .owl-nav button {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50%;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* NAV ICONS */
.singleSlidertestimonials .owl-nav button i {
    font-size: 18px;
    color: #f47435;
}

/* NAV HOVER */
.singleSlidertestimonials .owl-nav button:hover {
    background: #f47435 !important;
    transform: scale(1.1);
}

.singleSlidertestimonials .owl-nav button:hover i {
    color: #ffffff;
}

/* NAV DISABLED */
.singleSlidertestimonials .owl-nav button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

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

.singleSlidertestimonials .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.singleSlidertestimonials .owl-dot {
    margin: 0 6px;
}

.singleSlidertestimonials .owl-dot span {
    width: 10px;
    height: 10px;
    background: #dcdcdc;
    border-radius: 50%;
    display: block;
    transition: all 0.35s ease;
}

/* ACTIVE DOT */
.singleSlidertestimonials .owl-dot.active span {
    width: 26px;
    border-radius: 12px;
    background: #f47435;
}

/* DOT HOVER */
.singleSlidertestimonials .owl-dot:hover span {
    background: #f47435;
}

/* ===============================
   OPTIONAL – CENTER ACTIVE CARD
================================ */

.singleSlidertestimonials .owl-item.active.center .testimonialBx {
    border: 2px solid #f47435;
    transform: translateY(-6px);
}

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

@media (max-width: 991px) {
    .singleSlidertestimonials .owl-nav {
        display: none;
    }

    .singleSlidertestimonials .owl-dot.active span {
        width: 18px;
    }
}







.bdr-intro p,
.bdr-cat-card p,
.bdr-tl-item p,
.bdr-why-card p,
.bdr-faq-answer-wrap,
.bdr-cta-section p,
.bdr-section-head p {
    font-size: 15.5px !important;
    color: var(--muted) !important;
    line-height: 1.85 !important;
}


.bdr-intro {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 72px 0;
    position: relative;
    overflow: hidden;
}

.bdr-intro::before {
    content: '';
    position: absolute;
    right: -100px;
    top: -100px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, #fdf0f0 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.bdr-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.bdr-intro-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 16px;
}

.bdr-intro-eyebrow::before {
    content: '';
    width: 18px;
    height: 2px;
    background: var(--red);
}

.bdr-intro-left h2 {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.12;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.bdr-intro-left h2 span {
    color: var(--red);
    font-style: italic;
}

.bdr-intro-left p {
    font-size: 15.5px;
    color: var(--muted);
    line-height: 1.9;
    margin-bottom: 24px;
}

.bdr-intro-left p a {
    color: var(--red);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.bdr-intro-bullets {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 32px;
}

.bdr-intro-bullet {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: var(--dark);
    font-weight: 500;
}

.bdr-bullet-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--red-soft);
    border: 1.5px solid var(--red-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bdr-bullet-dot svg {
    color: var(--red);
}

.bdr-intro-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--red);
    color: #fff !important;
    padding: 13px 26px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 3px 14px rgba(122, 21, 21, .28);
    transition: background .18s, transform .15s;
}

.bdr-intro-cta:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
}

.bdr-intro-cta svg {
    flex-shrink: 0;
}

/* image stack */
.bdr-intro-right {
    position: relative;
    height: 420px;
}

.bdr-img-main {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 300px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .15);
    z-index: 2;
}

.bdr-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bdr-img-small {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48%;
    height: 170px;
    border-radius: 14px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
    z-index: 3;
}

.bdr-img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bdr-float-badge {
    position: absolute;
    top: 18px;
    left: 2px;
    z-index: 4;
    background: #fff;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .13);
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 148px;
}

.bdr-float-badge-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--red-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bdr-float-badge-icon svg {
    color: var(--red);
}

.bdr-float-badge-text strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: var(--dark);
    line-height: 1;
}

.bdr-float-badge-text span {
    font-size: 11px;
    color: var(--muted);
}

.bdr-float-delivery {
    position: absolute;
    bottom: 36px;
    right: 0;
    z-index: 4;
    background: var(--red);
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 6px 18px rgba(122, 21, 21, .3);
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 158px;
}

.bdr-float-delivery svg {
    color: rgba(255, 255, 255, .85);
    flex-shrink: 0;
}

.bdr-float-delivery-text strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.bdr-float-delivery-text span {
    font-size: 11px;
    color: rgba(255, 255, 255, .72);
}

.bdr-dot-lg {
    position: absolute;
    top: -18px;
    right: 28%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--red);
    opacity: .1;
    z-index: 1;
}

.bdr-dot-sm {
    position: absolute;
    bottom: 72px;
    left: 44%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--navy);
    opacity: .1;
    z-index: 1;
}

.bdr-dot-ring {
    position: absolute;
    bottom: 12px;
    right: 12%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid var(--red);
    opacity: .12;
    z-index: 1;
}

/* ══════════════════════════════════════
   SECTION SHARED
══════════════════════════════════════ */
.bdr-section {
    padding: 64px 0;
}

.bdr-section-head {
    text-align: center;
    margin-bottom: 44px;
}

.bdr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 10px;
}

.bdr-eyebrow::before,
.bdr-eyebrow::after {
    content: '';
    width: 16px;
    height: 2px;
    background: var(--red);
}

.bdr-section-head h2 {
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 0;
}

.bdr-section-head h2 span {
    color: var(--red);
}

.bdr-section-head p {
    margin-top: 10px;
    font-size: 15.5px;
    color: var(--muted);
    line-height: 1.75;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* ══════════════════════════════════════
   1. BROWSE — 3-column card grid
══════════════════════════════════════ */
.bdr-browse-bg {
    background: var(--warm-2);
}

.bdr-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.bdr-cat-grid-bottom {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
}

.bdr-cat-grid-bottom .bdr-cat-card {
    flex: 0 0 calc(33.333% - 11px);
    max-width: calc(33.333% - 11px);
}

.bdr-cat-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 28px 22px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .22s, border-color .22s, transform .22s;
    position: relative;
    overflow: hidden;
}

.bdr-cat-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.bdr-cat-card:hover {
    box-shadow: 0 8px 28px rgba(122, 21, 21, .12);
    border-color: var(--red-mid);
    transform: translateY(-3px);
    text-decoration: none;
    color: inherit;
}

.bdr-cat-card:hover::after {
    transform: scaleX(1);
}

.bdr-cat-icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    background: var(--red-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 16px;
    transition: background .2s;
}

.bdr-cat-card:hover .bdr-cat-icon {
    background: var(--red);
}

.bdr-cat-icon svg {
    color: var(--red);
    transition: color .2s;
}

.bdr-cat-card:hover .bdr-cat-icon svg {
    color: #fff;
}

.bdr-cat-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
    line-height: 1.3;
}

.bdr-cat-card p {
    font-size: 15.5px;
    color: var(--muted);
    line-height: 1.75;
    margin: 0;
    flex: 1;
}

.bdr-cat-card p a {
    color: var(--red);
}

/* ══════════════════════════════════════
   2. WHY BUY — single vertical line
      left col: heading + text + cta
      right side: 1 vertical line splits
      into 2 cols of 3 stacked items each
      with horizontal dividers between rows
══════════════════════════════════════ */
.bdr-why-bg {
    background: #fff;
}

/* top-level: left panel | right panel */
.bdr-why-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 64px;
    align-items: center;
}

/* ── LEFT panel ── */
.bdr-why-left {
    padding-right: 0;
}

.bdr-why-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 12px;
}

.bdr-why-eyebrow::before {
    content: '';
    width: 18px;
    height: 2px;
    background: var(--red);
}

.bdr-why-left h2 {
    font-size: clamp(26px, 2.8vw, 38px);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.12;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.bdr-why-left h2 span {
    color: var(--red);
}

.bdr-why-left p {
    font-size: 15.5px;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 28px;
}

.bdr-why-left-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--red);
    color: #fff !important;
    padding: 13px 24px;
    border-radius: 4px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0 3px 12px rgba(122, 21, 21, .28);
    transition: background .18s, transform .15s;
}

.bdr-why-left-cta:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
}

/* ── RIGHT panel: 2 cols with ONE vertical line ── */
.bdr-why-right {
    display: grid;
    /* col A | 1px line | col B */
    grid-template-columns: 1fr 1px 1fr;
    gap: 0;
    align-items: stretch;
}

/* the single vertical line */
.bdr-why-vline {
    width: 1px;
    background: var(--border);
    /* full height of the grid */
}

/* each column of stacked items */
.bdr-why-col {
    display: flex;
    flex-direction: column;
}

/* each feature row */
.bdr-why-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 28px;
    border-bottom: 1px solid var(--border);
    flex: 1;
}

/* remove bottom border from last item in each col */
.bdr-why-col .bdr-why-feature:last-child {
    border-bottom: none;
}

/* circle icon — outlined, matching reference */
.bdr-why-feat-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.5px solid var(--red);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s, border-color .2s;
}

.bdr-why-feature:hover .bdr-why-feat-icon {
    background: var(--red-soft);
}

.bdr-why-feat-icon svg {
    color: var(--red);
}

/* navy variant for right column */
.bdr-why-feature.navy .bdr-why-feat-icon {
    border-color: var(--navy);
}

.bdr-why-feature.navy .bdr-why-feat-icon svg {
    color: var(--navy);
}

.bdr-why-feature.navy:hover .bdr-why-feat-icon {
    background: #eef2ff;
}

.bdr-why-feat-body h4 {
    font-size: 16.5px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 6px;
    line-height: 1.25;
}

.bdr-why-feat-body p {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
}

/* mobile: hide desktop layout, show simple cards */
.bdr-why-mobile {
    display: none;
}

.bdr-why-mob-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
}

.bdr-why-mob-card:last-child {
    border-bottom: none;
}

.bdr-why-mob-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bdr-why-mob-icon svg {
    color: var(--red);
}

.bdr-why-mob-icon.navy {
    border-color: var(--navy);
}

.bdr-why-mob-icon.navy svg {
    color: var(--navy);
}

.bdr-why-mob-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
}

.bdr-why-mob-card p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.65;
    margin: 0;
}

/* ══════════════════════════════════════
   3. FAQ
══════════════════════════════════════ */
.bdr-faq-bg {
    background: var(--warm-2);
}

.bdr-faq-glass {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
    max-width: 860px;
    margin: 0 auto;
}

.bdr-faq-item {
    border-bottom: 1px solid #f0f0f0;
}

.bdr-faq-item:last-child {
    border-bottom: none;
}

.bdr-faq-question {
    width: 100%;
    background: none;
    border: none;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 26px;
    font-size: 15.5px;
    font-weight: 700;
    color: var(--dark);
    cursor: pointer;
    text-align: left;
    gap: 14px;
    transition: background .15s;
}

.bdr-faq-question:hover {
    background: #fafafa;
}

.bdr-faq-question .bdr-faq-plus {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--red-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--red);
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    transition: background .2s, transform .25s;
}

.bdr-faq-item.open .bdr-faq-question {
    background: #fafafa;
}

.bdr-faq-item.open .bdr-faq-plus {
    background: var(--red);
    color: #fff;
    transform: rotate(45deg);
}

.bdr-faq-answer-wrap {
    display: none;
    padding: 16px 26px 20px;
    font-size: 15.5px;
    color: var(--muted);
    line-height: 1.85;
    background: #fafafa;
    border-top: 1px solid #f3f4f6;
}

.bdr-faq-item.open .bdr-faq-answer-wrap {
    display: block;
}

/* ══════════════════════════════════════
   4. CTA — bg image, no buttons
══════════════════════════════════════ */
.bdr-cta-section {
    position: relative;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
}

/* background image */
.bdr-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: url('https://www.calgaryfurnitureemporium.ca/assets/images/bedroom.png') center/cover no-repeat; */
    z-index: 0;
}

/* dark overlay for readability */
.bdr-cta-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(122, 21, 21, .82) 0%, rgba(11, 44, 117, .78) 100%);
    z-index: 1;
}

.bdr-cta-inner {
    position: relative;
    z-index: 2;
}

.bdr-cta-section h2 {
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.bdr-cta-section h2 span {
    color: #fca5a5;
    /* soft red on dark bg */
    font-style: italic;
}

.bdr-cta-section p {
    font-size: 16px !important;
    color: rgba(255, 255, 255, .85) !important;
    line-height: 1.85 !important;
    max-width: 680px;
    margin: 0 auto 0 auto;
}

.bdr-cta-section p a {
    color: #fca5a5;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ══════════════════════════════════════
   BUTTONS
══════════════════════════════════════ */
.colorBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--red);
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(122, 21, 21, .28);
    transition: background .18s, transform .15s, box-shadow .18s;
}

.colorBtn:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(122, 21, 21, .35);
    color: #fff !important;
}

.colorBtn svg {
    flex-shrink: 0;
}

.colorBtnOutline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--dark) !important;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    border: 2px solid var(--dark);
    cursor: pointer;
    transition: background .18s, transform .15s;
}

.colorBtnOutline:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}


@media (max-width: 991px) {
    .bdr-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bdr-intro-right {
        height: 300px;
        order: -1;
    }

    .bdr-img-main {
        width: 100%;
        height: 240px;
    }

    .bdr-img-small {
        width: 44%;
        height: 140px;
    }

    .bdr-cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bdr-cat-grid-bottom {
        justify-content: flex-start;
    }

    .bdr-cat-grid-bottom .bdr-cat-card {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }

    /* Why: stack left above right, collapse 2-col right to 1-col */
    .bdr-why-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .bdr-why-right {
        grid-template-columns: 1fr;
    }

    .bdr-why-vline {
        display: none;
    }

    .bdr-why-left {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .bdr-cat-grid {
        grid-template-columns: 1fr;
    }

    .bdr-cat-grid-bottom {
        flex-direction: column;
    }

    .bdr-cat-grid-bottom .bdr-cat-card {
        flex: none;
        max-width: 100%;
    }

    .bdr-cta-section h2 {
        font-size: 26px;
    }

    .bdr-cta-section {
        padding: 72px 0;
    }
}

@media (max-width: 575px) {
    .bdr-intro {
        padding: 48px 0;
    }

    .bdr-intro-right {
        height: 260px;
    }

    .bdr-img-main {
        height: 210px;
    }

    .bdr-img-small {
        width: 42%;
        height: 120px;
    }

    .bdr-float-badge {
        padding: 9px 12px;
        min-width: 124px;
    }

    .bdr-float-delivery {
        padding: 9px 12px;
        min-width: 132px;
        bottom: 20px;
    }

    .bdr-float-badge-text strong {
        font-size: 13px;
    }

    .bdr-float-delivery-text strong {
        font-size: 12px;
    }
}

