

.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;
    }
}
