.inventory_subpage .rg-featured-single-card {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
}

.inventory_subpage #rg-fsc-card {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    min-height: 592px;
}

.inventory_subpage #rg-fsc-image-wrapper {
    position: relative;
}

.inventory_subpage #rg-fsc-image-wrapper img {
    width: 100%;
    display: block;
    height: 260px;
}

.inventory_subpage #rg-fsc-badge ul {
    position: absolute;
    top: 15px;
    left: 15px;
}

.inventory_subpage #rg-fsc-badge li {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    float: left;
    margin-right: 5px;
    background: #c12702;
    color: #ffffff;
}

.inventory_subpage #rg-fsc-content {
    padding: 25px;
}

.inventory_subpage #rg-fsc-title {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.inventory_subpage #rg-fsc-specs {
    margin-bottom: 15px;
    color: #2D2D2D;
}

.inventory_subpage .rg-fsc-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
}

.inventory_subpage #rg-fsc-built {
    font-size: 14px;
    margin-bottom: 15px;
}

.inventory_subpage #rg-fsc-divider {
    margin: 15px 0;
    border-width: 1px;
}

.inventory_subpage #rg-fsc-description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.inventory_subpage #rg-fsc-actions {
    display: flex;
    gap: 12px;
}

.inventory_subpage .rg-fsc-btn {
    flex: 1;
    text-align: center;
    padding: 10px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.inventory_subpage {
    background-color: #FDF1DB;
}

.wtpage_numbers {
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}

#rg-welcome-section {
    padding: 80px 20px;
    background: #F7F7F7B2;
}

#rg-welcome-section .rg-container {
    max-width: 1260px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT CONTENT */
#rg-welcome-section .rg-content {
    flex: 1;
}

#rg-welcome-section .rg-title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #0A0A0A;
}

#rg-welcome-section .rg-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #364153;
    margin-bottom: 22px;
}

/* RIGHT IMAGE */
#rg-welcome-section .rg-image-wrapper {
    flex: 1;
}

#rg-welcome-section .rg-image-wrapper img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: block;
}

/* ===============================
   RESPONSIVE
=================================*/


#rg-featured-homes {
    background: var(--rg-bg-dark);
    padding: 80px 20px;
}

#rg-featured-homes .rg-fh-container {
    max-width: 1300px;
    margin: auto;
}

#rg-featured-homes .rg-fh-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

#rg-featured-homes .rg-fh-header h2 {
    font-size: 40px;
}

#rg-featured-homes .rg-view-btn {
    color: var(--rg-primary);
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}


#rg-featured-homes .rg-fh-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: none;
    max-width: 400px;
    margin-left: 5px;
    margin-right: 5px;
    min-height: 580px;
}

#rg-featured-homes .rg-fh-image {
    position: relative;
}

#rg-featured-homes .rg-fh-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

#rg-featured-homes .rg-badge {
    position: absolute;
    top: 15px;
    left: 15px;
}

#rg-featured-homes .rg-badge li {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    float: left;
    margin-right: 5px;
    background: var(--rg-primary);
}

#rg-featured-homes .build {
    background: var(--rg-badge-build);
}

#rg-featured-homes .rg-fh-content {
    padding: 25px;
}

#rg-featured-homes .rg-fh-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #0A0A0A;
    text-transform: uppercase;
}

#rg-featured-homes .rg-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 15px;
}

#rg-featured-homes .rg-built {
    font-size: 14px;
    margin-bottom: 15px;
}

#rg-featured-homes .rg-desc {
    font-size: 14px;
    color: #4A5565;
    margin-bottom: 20px;
}

#rg-featured-homes .rg-actions {
    display: flex;
    gap: 15px;
}

#rg-featured-homes .rg-btn {
    flex: 1;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}




#rg-why-manufactured {
    padding: 90px 20px;
    background: #F7F7F7B2;
}

#rg-why-manufactured .rg-wm-container {
    max-width: 1260px;
    margin: auto;
}

#rg-why-manufactured .rg-wm-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 60px;
}

#rg-why-manufactured .rg-wm-header h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #0A0A0A;
    font-weight: 500;
}

#rg-why-manufactured .rg-wm-header p {
    font-size: 18px;
    line-height: 1.7;
    color: #364153;
}

#rg-why-manufactured .rg-wm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

#rg-why-manufactured .rg-wm-card {
    background: var(--rg-card-bg);
    padding: 40px 30px;
    border-radius: 14px;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: 0px 4px 6px -1px #0000001A;
}

#rg-why-manufactured .rg-wm-card:hover {
    transform: translateY(-6px);
}

#rg-why-manufactured .rg-wm-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: var(--rg-primary-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
#rg-why-manufactured .rg-wm-icon img {
    width: 36px;
}

#rg-why-manufactured .rg-wm-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #0A0A0A;
    font-weight: 500;
}

#rg-why-manufactured .rg-wm-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #4A5565;
}

#rg-manufacturers {
    background: #FDF1DB;
    padding: 80px 20px;
    text-align: center;
}

#rg-manufacturers .rg-man-container {
    max-width: 900px;
    margin: auto;
}

#rg-manufacturers .rg-man-title {
    font-size: 42px;
    margin-bottom: 40px;
    color: #0A0A0A;
    font-weight: 500;
}

#rg-manufacturers .rg-man-buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

#rg-manufacturers .rg-man-btn {
    background: #fff;
    padding: 18px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #2D2D2D;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 6px -1px #0000001A;
    min-width: 200px;
}

#rg-manufacturers .rg-man-btn:hover {
    transform: translateY(-4px);
    color: #B12304 !important;
}

#rg-family-focused {
    background: #2D2D2D;
    padding: 80px 20px;
    text-align: center;
}

#rg-family-focused .rg-ff-container {
    max-width: 900px;
    margin: auto;
}

#rg-family-focused .rg-ff-title {
    font-size: 42px;
    margin-bottom: 20px;
    color: var(--rg-ff-text);
    font-weight: 500;
}

#rg-family-focused .rg-ff-description {
    font-size: 18px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 40px;
    color: var(--rg-ff-muted);
}

#rg-family-focused .rg-ff-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#rg-family-focused .rg-ff-btn {
    padding: 14px 28px;
    border-radius: 6px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

/* Primary Button */
#rg-family-focused .rg-ff-primary {
    background: #B12304;
    color: #ffffff;
}

/* Secondary Button */
#rg-family-focused .rg-ff-secondary {
    background: var(--rg-ff-secondary-bg);
    color: #2D2D2D;
}

/* Hover Effects */
#rg-family-focused .rg-ff-primary:hover {
    opacity: 0.9;
    color: #fff !important;
}

#rg-family-focused .rg-ff-secondary:hover {
    background: #f3f3f3;
}

#rg-ready-home {
    background: var(--rg-rh-bg);
    padding: 80px 20px;
    text-align: center;
}

#rg-ready-home .rg-rh-container {
    max-width: 900px;
    margin: auto;
}

#rg-ready-home .rg-rh-title {
    font-size: 42px;
    margin-bottom: 15px;
    color: #0A0A0A;
    font-weight: 500;
}

#rg-ready-home .rg-rh-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    color: #364153;
}

#rg-ready-home .rg-rh-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

#rg-ready-home .rg-rh-btn {
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

/* Primary Button */
#rg-ready-home .rg-rh-primary {
    background: var(--rg-rh-primary);
    color: #ffffff;
}

/* Secondary Button */
#rg-ready-home .rg-rh-secondary {
    background: var(--rg-rh-secondary-bg);
    border: 1px solid #2D2D2D;
    color: #2D2D2D;
}

/* Hover Effects */
#rg-ready-home .rg-rh-primary:hover {
    opacity: 0.9;
    color: #fff !important;
}

#rg-financing-section {
    background-color: var(--rg-fin-bg);
    padding: 80px 20px;
}

#rg-financing-section #rg-financing-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

#rg-financing-section #rg-financing-header {
    max-width: 750px;
    margin: 0 auto 60px;
}

#rg-financing-section #rg-financing-title {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 500;
}

#rg-financing-section #rg-financing-subtitle {
    font-size: 16px;
    line-height: 1.6;
}

/* ================================
   GRID
================================ */
#rg-financing-section #rg-financing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* ================================
   CARD STYLING
================================ */
#rg-financing-section .rg-fin-card {
    background: var(--rg-fin-card-bg);
    padding: 35px 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

#rg-financing-section .rg-fin-card:hover {
    transform: translateY(-5px);
}

#rg-financing-section .rg-fin-icon {
    width: 60px;
    height: 60px;
    margin: 0 0 20px;
    border-radius: 50%;
    background: var(--rg-fin-icon-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
#rg-financing-section .rg-fin-icon img {
    width: 36px;
}
#rg-financing-section .rg-fin-heading {
    font-size: 18px;
    margin-bottom: 12px;
    text-align: left;
    font-weight: 500;
}

#rg-financing-section .rg-fin-text {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

/* ================================
   TYPOGRAPHY COLORS
================================ */
#rg-financing-section #rg-financing-title {
    color: #2d2d2d;
}

#rg-financing-section #rg-financing-subtitle,
#rg-financing-section .rg-fin-text {
    color: #364153;
}

#rg-financing-process-section {
    padding: 80px 20px;
    background: #F7F7F7B2;
}

#rg-financing-process-section #rg-financing-process-container {
    max-width: 900px;
    margin: 0 auto;
}

#rg-financing-process-section #rg-financing-process-title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 50px;
    font-weight: 500;
}

/* =================================
   STEPS WRAPPER
================================= */
#rg-financing-process-section #rg-financing-process-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* =================================
   STEP CARD
================================= */
#rg-financing-process-section .rg-process-card {
    background: var(--rg-process-card-bg);
    padding: 25px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

#rg-financing-process-section .rg-process-card:hover {
    transform: translateY(-4px);
}

/* =================================
   NUMBER CIRCLE
================================= */
#rg-financing-process-section .rg-process-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--rg-process-number-bg);
    color: var(--rg-process-number-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

#rg-financing-process-section .rg-process-heading {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 500;
}

#rg-financing-process-section .rg-process-text {
    font-size: 14px;
    line-height: 1.6;
}

/* =================================
   TYPOGRAPHY COLORS
================================= */
#rg-financing-process-section #rg-financing-process-title {
    color: #2D2D2D;
}

#rg-financing-process-section .rg-process-heading {
    color: #2d2d2d;
}

#rg-financing-process-section .rg-process-text {
    color: #4A5565;
}

#rg-financing-cta-section {
    background-color: var(--rg-cta-bg);
    padding: 80px 20px;
}

#rg-financing-cta-section #rg-financing-cta-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

#rg-financing-cta-section #rg-financing-cta-title {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 500;
}

#rg-financing-cta-section #rg-financing-cta-subtitle {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

#rg-financing-cta-section #rg-financing-cta-button-wrapper {
    margin-top: 10px;
}

/* =================================
   BUTTON
================================= */
#rg-financing-cta-section .rg-financing-cta-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

/* =================================
   COLORS
================================= */
#rg-financing-cta-section #rg-financing-cta-title {
    color: #2d2d2d;
}

#rg-financing-cta-section #rg-financing-cta-subtitle {
    color: #364153;
}

#rg-financing-cta-section .rg-financing-cta-btn {
    background-color: var(--rg-cta-btn-bg);
    color: var(--rg-cta-btn-text);
}

#rg-financing-cta-section .rg-financing-cta-btn:hover,
#rg-financing-cta-section .rg-financing-cta-btn:focus {
    background-color: var(--rg-cta-btn-hover);
    color: #ffffff !important;
}

#rg-our-story-section {
    padding: 100px 20px;
}

/* ===============================
   CONTAINER
================================ */

#rg-our-story-section #rg-our-story-container {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* ===============================
   LEFT CONTENT
================================ */

#rg-our-story-section #rg-our-story-left {
    flex: 1;
}

#rg-our-story-section #rg-our-story-title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #364153;
}

#rg-our-story-section .rg-our-story-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 22px;
}

#rg-our-story-section #rg-our-story-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

#rg-our-story-section #rg-our-story-right img {
    width: 100%;
    max-width: 520px;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

#rg-stand-for-section .rg-stand-card {
    padding: 40px 30px;
    border-radius: 16px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#rg-stand-for-section .rg-stand-card:hover {
    transform: translateY(-8px);
}

#rg-stand-for-section .rg-stand-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}
#rg-stand-for-section .rg-stand-icon img {
    width: 36px;
}
#rg-stand-for-section .rg-stand-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

#rg-stand-for-section .rg-stand-text {
    font-size: 16px;
    line-height: 1.7;
}


#rg-trusted-partners-section {
    padding: 100px 20px;
}

#rg-trusted-partners-section #rg-trusted-partners-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

#rg-trusted-partners-section #rg-trusted-partners-title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 60px;
}

#rg-trusted-partners-section #rg-trusted-partners-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

#rg-trusted-partners-section .rg-partner-card {
    cursor: pointer;
    padding: 18px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 6px -1px #0000001A;
    min-width: 200px;
}

/* Hover Effect */
#rg-trusted-partners-section .rg-partner-card:hover {
    transform: translateY(-4px);
}

#rg-cta-section {
    background: #2D2D2D;
    padding: 80px 20px;
    text-align: center;
    border-bottom: 1px solid #364153;
}

#rg-cta-section #rg-cta-container {
    max-width: 900px;
    margin: 0 auto;
}

#rg-cta-section #rg-cta-title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 25px;
}

#rg-cta-section #rg-cta-subtitle {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 45px;
}

#rg-cta-section #rg-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#rg-cta-section .rg-cta-btn {
    padding: 15px 35px;
    font-size: 15px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

#rg-stand-for-section {
    background-color: #FDF1DB;
    /* Dark background */
    padding: 100px 20px;
}

#rg-stand-for-section #rg-stand-for-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

#rg-stand-for-section #rg-stand-for-title {
    font-size: 42px;
    font-weight: 500;
    color: #2d2d2d;
    margin-bottom: 60px;
}

#rg-stand-for-section #rg-stand-for-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#rg-contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

#rg-contact-section #rg-contact-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

#rg-contact-section #rg-contact-left {
    width: 45%;
}

#rg-contact-section #rg-contact-title {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 500;
}

#rg-contact-section .rg-contact-block {
    margin-bottom: 30px;
}

#rg-contact-section #rg-contact-right {
    width: 45%;
}

#rg-contact-section #rg-contact-form-wrapper {
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 10px 15px -3px #0000001A;
}

#rg-contact-section #rg-contact-form-title {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
}

body #content .wpforms-field-label {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 500;
}

#rg-contact-right .wpforms-field-large {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    width: 100%;
    padding: 10px 10px;
    height: 44px;
    font-size: 15px;
}

#rg-contact-right textarea.wpforms-field-medium {
    height: 120px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    width: 100%;
    padding: 10px 10px;
    font-size: 15px;
}

#rg-contact-right .wpforms-form button[type="submit"] {
    padding: 8px 50px !important;
    font-weight: 400 !important;
    width: 100%;
    background: #B12304 !important;
    border: none;
    border-radius: 8px;
    font-size: 16px !important;
    font-family: "Inter", sans-serif !important;
    color: #ffffff !important;
    letter-spacing: 0 !important;
}

#rg-contact-right .wpforms-form button[type="submit"]:hover,
#rg-contact-right .wpforms-form button[type="submit"]:focus {
    background: #2D2D2D !important;
    color: #ffffff !important;
}

#rg-contact-right #wpforms-297 {
    margin-top: 5px;
}

#rg-contact-section .rg-form-group {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
}

#rg-contact-section .rg-form-group input,
#rg-contact-section .rg-form-group textarea {
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

#rg-contact-section .rg-form-group textarea {
    min-height: 120px;
    resize: none;
}

#rg-contact-section #rg-contact-submit {
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
}

#rg-contact-section #rg-contact-left h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

#rg-contact-section .rg-contact-block p {
    font-size: 16px;
}

#site-footer .bmd-sf-inner {
    padding-top: 60px;
    padding-bottom: 30px;
}











#inventory-detail-hero {
    padding: 60px 20px;
}

#inventory-detail-hero .idh-container {
    max-width: 1260px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
}

/* ---------- GALLERY ---------- */
#inventory-detail-hero .idh-gallery {}

#inventory-detail-hero .idh-main-image img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

#inventory-detail-hero .idh-thumbnails {
    margin-top: 12px;
    display: flex;
    gap: 10px;
}

#inventory-detail-hero .idh-thumbnails img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
}

#inventory-detail-hero .idh-thumbnails img.active {
    opacity: 1;
}

#inventory-detail-hero .idh-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}

#inventory-detail-hero .idh-title {
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 500;
}

#inventory-detail-hero .idh-meta {
    display: flex;
    gap: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
}

#inventory-detail-hero .idh-description {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* ---------- ACTIONS ---------- */
#inventory-detail-hero .idh-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 26px;
}

#inventory-detail-hero .idh-btn {
    padding: 16px 26px;
    border-radius: 12px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.04em;
}

/* ---------- INFO BOX ---------- */
#inventory-detail-hero .idh-info-box {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 12px;
    padding: 16px 18px;
    font-size: 14px;
}

#inventory-overview-section {
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

#inventory-overview-section .bmd-fh-inner {
    max-width: 1260px;
    padding: 0;
}

#inventory-overview-section .ios-card {
    padding: 40px 0;
    margin-bottom: 40px;
}

/* ---------- OVERVIEW ---------- */


#inventory-overview-section .ios-tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}

#inventory-overview-section .ios-heading {
    font-size: 28px;
    margin: 0 0 24px;
    font-family: "Crimson Text", serif !important;
    font-weight: 700;
    text-align: left;
}

/* ---------- SPEC LIST ---------- */
#inventory-overview-section .ios-spec-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#inventory-overview-section .ios-spec-list li {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
}

#inventory-overview-section .ios-spec-list span {
    font-size: 15px;
}

#inventory-overview-section .ios-spec-list strong {
    font-weight: 700;
}

/* ---------- FLOOR PLAN ---------- */
#inventory-overview-section .ios-floor-title {
    font-size: 22px;
    margin-bottom: 18px;
}

#inventory-overview-section .ios-floor-image img {
    width: 100%;
    border-radius: 14px;
}

/* ---------- FEATURES ---------- */
#inventory-overview-section .ios-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

#inventory-overview-section .ios-feature-box {
    border-radius: 16px;
    padding: 26px;
}

#inventory-overview-section .ios-icon {
	width: 42px;
	height: 42px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 16px;
}

#inventory-overview-section .ios-feature-box h4 {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: 600;
}

#inventory-overview-section .ios-feature-box p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

#inventory-photo-gallery {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* ---------- HEADER ---------- */
#inventory-photo-gallery .ipg-header {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 50px;
}

#inventory-photo-gallery .ipg-tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

#inventory-photo-gallery .ipg-title {
    font-size: 36px;
    margin: 0 0 14px;
    font-family: "Crimson Text", serif !important;
    font-weight: 700;
}

#lightbox .lb-nav a.lb-prev,
#lightbox .lb-nav a.lb-next {
    width: 30px !important;
    background-size: 100%;
}

#inventory-photo-gallery .ipg-subtitle {
    font-size: 15px;
    line-height: 1.6;
}

/* ---------- GRID ---------- */
#inventory-photo-gallery .ipg-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* ---------- IMAGE ITEM ---------- */
#inventory-photo-gallery .ipg-item {
    border-radius: 16px;
    overflow: hidden;
}

#inventory-photo-gallery .ipg-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    display: block;
}

/* ---------- HOVER ---------- */
#inventory-photo-gallery .ipg-item img {
    transition: transform 0.35s ease;
}

#inventory-photo-gallery .ipg-item:hover img {
    transform: scale(1.04);
}

#inventory-virtual-tour {
    width: 100%;
    display: flex;
    padding: 0px 20px 60px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#inventory-virtual-tour .bmd-fh-inner {
    max-width: 1260px;
    padding: 0;
}

/* ---------- HEADER ---------- */
#inventory-virtual-tour .ivt-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 50px;
}

#inventory-virtual-tour .ivt-tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

#inventory-virtual-tour .ivt-title {
    font-size: 42px;
    margin: 0 0 14px;
    font-weight: 500;
}

#inventory-virtual-tour .ivt-subtitle {
    font-size: 16px;
    line-height: 1.6;
}

/* ---------- FRAME ---------- */
#inventory-virtual-tour .ivt-frame-wrapper {
    position: relative;
    width: 100%;
    height: 460px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

/* ---------- OVERLAY ---------- */
#inventory-virtual-tour .ivt-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

#inventory-virtual-tour .ivt-play-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    cursor: pointer;
}

#inventory-virtual-tour .ivt-overlay-text {
    font-size: 16px;
    margin-bottom: 16px;
}

#inventory-virtual-tour .ivt-launch-btn {
    padding: 12px 26px;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
    text-transform: uppercase;
}

/* ---------- IFRAME ---------- */
#inventory-virtual-tour iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

#inventory-cta-section {
    width: 100%;
    padding: 90px 20px;
}

#inventory-cta-section .ics-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/* ---------- TITLE ---------- */
#inventory-cta-section .ics-title {
    font-size: 44px;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 700;
}

/* ---------- SUBTITLE ---------- */
#inventory-cta-section .ics-subtitle {
    font-size: 18px;
    line-height: 1.7;
    max-width: 720px;
    margin: 0 auto 40px;
}

/* ---------- ACTION BUTTONS ---------- */
#inventory-cta-section .ics-actions,
.button_get_in_touch {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

#inventory-cta-section .ics-btn,
.btn-white-blue,
.btn-blue-white {
    padding: 16px 30px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
    min-width: 260px;
    text-align: center;
}

#lightbox .lb-nav a.lb-prev,
#lightbox .lb-nav a.lb-next {
    opacity: 1;
}

.property-gallery {
    max-width: 600px;
    margin: auto;
}

.idh-gallery .property-gallery .slider-for img {
    height: 400px;
}

#rg-specifications-section {
    padding: 60px 20px;
}

#rg-specifications-grid .rg-spec-col {
    column-count: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

#rg-specifications-container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

#rg-specifications-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#rg-specifications-title::before,
#rg-specifications-title::after {
    content: "";
    display: inline-block;
    width: 36%;
    height: 2px;
    background: #E5E7EB;
    vertical-align: middle;
}

.rg-spec-block {
    margin-bottom: 40px;
}

.rg-spec-heading {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

.rg-spec-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 14px;
}

.idh-gallery .property-gallery .slider-nav img {
    height: 100px;
    padding: 5px;
    border-radius: 12px;
}

.slider-for img {
    width: 100%;
    border-radius: 12px;
}

.slider-nav {
    margin-top: 15px;
}

.slider-nav img {
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}

.slider-nav .slick-current img {
    opacity: 1;
    border: 2px solid #B12304;
}

.bmd-site-branding {
    width: 240px;
    height: 64px;
}

.main-navigation ul {
    justify-content: end;
    gap: 15px;
}

.main-navigation ul li a {
    font-size: 16px;
    color: #2D2D2D;
    font-weight: 500;
}

.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li.current_page_item a {
    color: #B12304 !important;
}

.bmd-header-contact .bmd-red-button-heavy {
    color: #fff;
    background: #B12304;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 400;
}

.bmd-header-contact .bmd-red-button-heavy:hover,
.bmd-header-contact .bmd-red-button-heavy:focus {
    color: #fff !important;
    background: #2d2d2d;
}

.footer_logo_inh3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.bmd-sf-nav ul li {
    margin-bottom: 5px;
}

.footer-copywirte {
    border-top: 1px solid #364153;
    padding-top: 25px;
    text-align: center;
    margin-top: 20px;
}

.bmd-sf-nav a:hover {
    color: #fff !important;
}

.bmd-main-hero .bmd-fh-inner {
    max-width: 1260px;
}

.bmd-main-hero .bmd-mh-slide-inner h1,
.bmd-shero-heading h1 {
    font-size: 60px;
    margin-bottom: 20px;
}

.bmd-main-hero .bmd-mh-slide-inner::after {
    background: rgba(0, 0, 0, 0.5);
}

.hero_Item {
    max-width: 900px;
    width: 100%;
}

.bmd-mh-slide-inner .bmd-mh-small-text {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    font-weight: 400;
    font-size: 22px;
}

.bmd-white-button {
    color: #B12304;
    background: #fff;
    border-radius: 8px;
    padding: 20px 25px;
}

.hero_Item .bmd-white-button {
    color: #B12304;
    background: #fff;
    border-radius: 8px;
    padding: 20px 25px;
}

.hero_Item .bmd-white-button:hover,
.hero_Item .bmd-white-button:focus {
    color: #fff !important;
    background: #B12304;
}

.bmd-fh-homes,
.bmd-all-homes {
    padding-bottom: 50px;
}

.bmd-secondary-hero.about-us h4 {
    color: white;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px;
    margin-top: 15px;
    letter-spacing: 0.05em;
}

.rg-our-story-text p {
    margin-bottom: 15px;
}

.bmd-shero-heading {
    text-align: left;
    max-width: 1260px;
    width: 100%;
}

.bmd-secondary-hero.about-us .bmd-shero-inner {
    display: flex;
    justify-content: center;
}

.wtpage_numbers ul.page-numbers {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px;
    width: 100% !important;
    height: auto;
    border: none;
}

.wtpage_numbers .page-numbers.current,
.wtpage_numbers .next.page-numbers,
.prev.page-numbers,
.wtpage_numbers .page-numbers {
    background: transparent;
    color: #2D2D2D;
    padding: 5px;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 2px solid #2d2d2d;
    text-align: center;
}

.wtpage_numbers .page-numbers.current,
.wtpage_numbers li a.page-numbers:hover {
    background: #B12304;
    border-color: #B12304;
    color: #fff !important;
}

.next.page-numbers,
.prev.page-numbers {
    border: solid 2px #B12304 !important;
    color: #B12304 !important;
}

.wtpage_numbers .page-numbers i {
    width: auto;
    height: auto !important;
    background: none !important;
}

#inventory-breadcrumb {
    background-color: #FDF1DB;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

.breadcrumb-nav {
    background: #F7F7F7B2;
    padding: 5px 10px;
}

.breadcrumb-wrapper {
    max-width: 1260px;
    width: 100%;
}

.canahomes_hometuch {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FDF1DB;
}

.bmd-full-width-cta h3 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.4;
}

.canahomes_hometuch .bmd-fwc-inner {
    max-width: 1260px;
    width: 100%;
    background: #2D2D2D;
    padding: 60px 40px;
    border-radius: 18px;
}

.canahomes_hometuch .bmd-red-button {
    color: #fff;
    background: #B12304;
    padding: 14px 28px;
    border-radius: 6px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0 5px;
    min-width: 170px;
}

.canahomes_hometuch .bmd-red-button:hover,
.canahomes_hometuch .bmd-red-button:focus {
    color: #B12304;
    background: #ffffff !important;
}

.canahomes_hometuch .bmd-red-button.bmd-red-callus {
    background: #fff;
    color: #B12304;
}

.canahomes_hometuch .bmd-red-button.bmd-red-callus:hover,
.canahomes_hometuch .bmd-red-button.bmd-red-callus:focus {
    color: #fff;
    background: #B12304;
}

.property-gallery .slick-next {
    right: 15px;
}

.property-gallery .slick-prev {
    left: 15px;
    z-index: 100;
}

/*About Meet Our*/

#pixl_team_section_unique{
width:100%;
}

#pixl_team_section_unique .pixl_team_container{
max-width:1200px;
margin:auto;
text-align:center;
}

#pixl_team_section_unique .pixl_team_slider{
margin-top:50px;
}


/* ==============================
TEAM CARD
============================== */

#pixl_team_section_unique .pixl_team_card{

border-radius:12px;
padding:40px 25px;
margin:15px;
text-align:center;
cursor: pointer;
}

#pixl_team_section_unique .pixl_team_image{

width:150px;
height:150px;
margin:auto;
border-radius:50%;
overflow:hidden;

}

#pixl_team_section_unique .pixl_team_image img{

width:100%;
height:100%;
object-fit:cover;

}


/* ==============================
TEXT
============================== */

#pixl_team_section_unique .pixl_team_card h3{

font-size:22px;
margin-top:20px;

}

#pixl_team_section_unique .pixl_team_card p{

font-size:15px;
margin-top:8px;

}
.slick-prev:before, .slick-next:before{
    color: #D4A041;
}
#pixl_team_section_unique{
background:#FDF1DB;
}

#pixl_team_section_unique .pixl_team_title{
    font-size: 42px;
    font-weight: 500;
    color: #2d2d2d;
}

#pixl_team_section_unique .pixl_team_card{

background:#FFFFFF;
box-shadow:0 6px 18px rgba(0,0,0,0.25);

}

#pixl_team_section_unique .pixl_team_card h3{
color:#222222;
}

#pixl_team_section_unique .pixl_team_card p{
color:#5c6b7a;
}

#pixl_team_section_unique{
padding-top:80px;
padding-bottom:80px;
}

#pixl_team_section_unique .pixl_team_container{
padding-left:20px;
padding-right:20px;
}

#pixlTeamModal{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
z-index:999;
}

/* =========================
MODAL BOX
========================= */

#pixlTeamModal .pixl_team_modal_box{

width:900px;
max-width:90%;
background:#fff;
margin:80px auto;
border-radius:10px;
overflow:hidden;
position:relative;

}

/* =========================
MODAL CONTENT
========================= */

#pixlTeamModal .pixl_modal_inner{

display:flex;
flex-wrap:wrap;

}

#pixlTeamModal .pixl_modal_left{
width:40%;
}

#pixlTeamModal .pixl_modal_left img{
width:100%;
height:100%;
object-fit:cover;
}

#pixlTeamModal .pixl_modal_right{
width:60%;
padding:40px;
}

#pixlTeamModal .pixl_modal_right h2{
color:#222;
}
#pixlTeamModal .social_links i {
    font-size: 30px;
    color: #B12304;
}
#pixlTeamModal .social_links {
    margin-top: 15px;
}
#pixlTeamModal .designation{
color:#5b6775;
padding-top: 5px;
    padding-bottom: 10px;
}

#pixlTeamModal .social_links a{
color:#2563eb;
}

div#pixl_modal_bio {
    font-size: 14px;
}



.pixl_modal_close {
    position: absolute;
    right: 10px;
    font-size: 34px;
    top: -10px;
    cursor: pointer;
}



.rg-stand-card{
position:relative;
}

/* Loader cover */
.rg-stand-card .pixl_team_loader{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

display:flex;
align-items:center;
justify-content:center;

background:rgba(255,255,255,0.85);
z-index:10;
}

/* Spinner icon */
.pixl_team_card .pixl_team_loader i{
font-size:26px;
color:#333;
}

.pixl_team_card{
position:relative;
}

/* Loader cover */
.pixl_team_card .pixl_team_loader{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

display:none;
align-items:center;
justify-content:center;

background:rgba(255,255,255,0.85);
z-index:10;
}

/* Spinner icon */
.pixl_team_card .pixl_team_loader i{
font-size:26px;
color:#333;
}
/*About Meet*/


/*********Filter Option*********/
.mobile_filter_text{
    display: none;
}

/* OUTER BACKGROUND */
.bmd_home_filter_option {
    background: transparent;
    padding: 0px;
}

.bmd_home_filter_option .bmd-hf-reset-wt {
    float: right;
    position: absolute;
    right: 8px;
    font-size: 13px;
}

/* INNER CONTAINER */
.bmd_home_filter_option .bmd-hf-inner {
	background: #fff;
	border-radius: 16px;
	padding: 16px;
	display: flex;
	align-items: center;
	gap: 14px;
	box-shadow: 0px 6px 18px 0px #00000014;
}

.bmd_home_filter_option .bmd-hf-form {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	justify-content: start;
}
.bmd-showing-count {
	color: #4A5565B2;
	font-size: 17px;
	display: flex;
}
.bmd_home_filter_option .bmd-select-wrapper::after {
	top: 40px;
	width: 8px;
	height: 8px;
}

/* MOBILE ICON */
.bmd_home_filter_option .bmd-hf-label {
    font-size: 18px;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    width: auto;
}

.bmd_home_filter_option .bmd-select-wrapper {
	background: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 12px;
	padding: 6px 12px;
	min-width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bmd_home_filter_option .bmd-select-wrapper label {
	font-size: 14px;
	color: #4A5565;
	margin-bottom: 0;
	margin-left: 5px;
}
.bmd_home_filter_option .bmd-hf-select {
	border: none;
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	outline: none;
	appearance: none;
	cursor: pointer;
	box-shadow: none;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0;
	width: 160px !important;
}

/* RESET BUTTON */
.bmd_home_filter_option .bmd-hf-reset-wt {
    border-left: 1px solid #ddd;
    padding-left: 14px;
    margin-left: 6px;
}

.bmd_home_filter_option .bmd-hf-reset-wt a {
    text-decoration: none;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 6px;
}
.bmd_home_filter_option .bmd-hf-reset-wt a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
}
.bmd-h6.bmd-h6-series_name {
    font-weight: 400;
    font-size: 17px;
}


/* HIDE SUBMIT BUTTON */
#bmdredbutton {
    display: none;
}
/**Filter ption***/


#triad-finance-section {
  padding: 80px 20px;
}

#triad-finance-section .lender_main_heading {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

/* CONTAINER */
#triad-finance-section .triad-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT */
#triad-finance-section .triad-left {
  flex: 1;
}

/* RIGHT */
#triad-finance-section .triad-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

#triad-finance-section .triad-logo img {
  width: 80px;
  margin-bottom: 20px;
}

#triad-finance-section .triad-title {
  font-size: 40px;
  margin-bottom: 20px;
  
}

#triad-finance-section .triad-desc {
  font-size: 16px;
  line-height: 1.7;
  max-width: 500px;
}
#triad-finance-section .triad-card {
	padding: 30px;
	border-radius: 12px;
	width: 100%;
}

#triad-finance-section .triad-card-title {
  font-size: 20px;
  margin-bottom: 20px;
}

#triad-finance-section .triad-contact {
  margin-bottom: 20px;
}

#triad-finance-section .triad-contact div {
  margin-bottom: 8px;
}

#triad-finance-section .triad-btn {
  display: block;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  border-radius: 6px;
  margin: 20px 0;
  font-weight: 600;
  transition: 0.3s;
}



#triad-finance-section .triad-help {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}

#triad-finance-section .triad-divider {
  border: none;
  margin: 20px 0;
}

#triad-finance-section .triad-list {
  list-style: none;
  padding: 0;
}

#triad-finance-section .triad-list li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	font-size: 14px;
}

#triad-finance-section .triad-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
}

@media (max-width: 1280px) {

    .bmd_home_filter_option form {
        background: transparent;
    }
    .bmd_home_filter_option .bmd-hf-reset-wt {
        float: inherit;
        position: relative;
        right: 0;
        font-size: 18px;
    }
.bmd_home_filter_option .wt-grid-filter, .bmd_home_filter_option .wt-grid-filter .bmd-select-wrapper {
	min-width: 100%;
	display: inline-block;
	width: 100%;
}
.bmd_home_filter_option .wt-grid-filter {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
    .bmd_home_filter_option .bmd-hf-label{
        width: 100%;
        background: transparent;
    }
    .mobile_filter_text {
        display: block;
    }
.bmd_home_filter_option .bmd-select-wrapper::after {
	top: 35px;
}
.bmd_home_filter_option .bmd-hf-reset-wt {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
    .bmd_home_filter_option .bmd-hf-inner {
        flex-wrap: wrap;
	    padding: 0;
    }
    .bmd_home_filter_option .bmd-hf-form {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
        gap: 10px;
    }

    .bmd_home_filter_option.active .bmd-hf-form {
        display: flex;
    }

    .bmd_home_filter_option .bmd-select-wrapper {
        width: 100%;
        min-width: unset;
    }

    .bmd_home_filter_option .bmd-hf-reset {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        text-align: right;
    }

    .bmd_home_filter_option .bmd-hf-select {
        width: 100% !important;
    }
}

@media (max-width: 1260px) {
    .bmd-main-hero .bmd-fh-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1024px) {
    #inventory-photo-gallery .ipg-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 992px) {
    #triad-finance-section .triad-container {
        flex-direction: column;
        text-align: center;
      }

      #triad-finance-section .triad-left {
        max-width: 100%;
      }

      #triad-finance-section .triad-desc {
        margin: auto;
      }
    #rg-cta-section #rg-cta-title {
        font-size: 32px;
    }

    #rg-cta-section #rg-cta-subtitle {
        font-size: 18px;
    }

    #rg-trusted-partners-section #rg-trusted-partners-title {
        font-size: 32px;
    }

    #rg-our-story-section #rg-our-story-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    #rg-our-story-section #rg-our-story-title {
        font-size: 34px;
    }

    #rg-our-story-section .rg-our-story-text {
        font-size: 16px;
    }

    #rg-stand-for-section #rg-stand-for-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #rg-contact-section #rg-contact-container {
        flex-direction: column;
    }

    #rg-contact-section #rg-contact-left,
    #rg-contact-section #rg-contact-right {
        width: 100%;
    }

    #rg-contact-section #rg-contact-title {
        font-size: 32px;
    }

    #rg-financing-section #rg-financing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #rg-why-manufactured .rg-wm-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /*#rg-featured-homes .rg-fh-grid {
        grid-template-columns: repeat(2, 1fr);
    }*/
    #rg-welcome-section .rg-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    #rg-welcome-section .rg-content p {
        font-size: 16px;
    }

    .bmd-main-hero .bmd-mh-slide-inner h1 {
        font-size: 40px;
        margin-bottom: 10px;
        line-height: 1.4;
        text-align: left;
    }

    .bmd-shero-heading h1 {
        font-size: 40px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    #rg-welcome-section,
    #rg-why-manufactured,
    #rg-manufacturers,
    #rg-family-focused,
    #rg-ready-home,
    #rg-our-story-section,
    #rg-stand-for-section,
    #rg-trusted-partners-section,
    #rg-cta-section {
        padding: 40px 20px;
    }

    #rg-ready-home .rg-rh-title,
    #rg-family-focused .rg-ff-title,
    #rg-manufacturers .rg-man-title,
    #rg-why-manufactured .rg-wm-header h2,
    #rg-welcome-section .rg-title,
    #rg-featured-homes .rg-fh-header h2 {
        font-size: 32px;
    }

    #rg-stand-for-section #rg-stand-for-title {
        font-size: 32px;
    }

    #rg-welcome-section .rg-image-wrapper {
        width: 60%;
    }

    #rg-featured-homes {
        padding: 40px 0;
    }

    #rg-featured-homes .rg-fh-header {
        margin-bottom: 30px;
        padding: 0 20px;
    }

    #rg-contact-section {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    #rg-contact-section .rg-contact-block {
        margin-bottom: 15px;
    }

    #rg-contact-section #rg-contact-container {
        gap: 25px;
    }

    #rg-contact-section #rg-contact-left h4 {
        font-size: 18px;
    }

    #rg-contact-section #rg-contact-title {
        margin-bottom: 10px;
    }
}


@media (max-width: 900px) {
    #inventory-detail-hero .idh-container {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
    }

    .idh-gallery .property-gallery .slider-nav img {
        height: 70px;
    }

    #inventory-detail-hero .idh-title {
        font-size: 28px;
    }

    #inventory-overview-section .ios-overview {
        grid-template-columns: 1fr;
    }

    #inventory-overview-section .ios-feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bmd-main-hero .bmd-fh-inner {
        padding-left: 0;
        padding-right: 0;
    }

    #rg-specifications-grid .rg-spec-col {
        column-count: 1;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #rg-specifications-section {
        padding: 40px 20px;
    }

    #inventory-virtual-tour,
    #inventory-overview-section,
    #rg-specifications-section {
        border-top: solid 1px;
    }

    .bmd-full-width-cta h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .canahomes_hometuch .bmd-fwc-inner {
        padding: 30px 20px;
    }

    .canahomes_hometuch {
        padding: 30px 20px;
    }

    .canahomes_hometuch .bmd-red-button {
        margin: 10px;
    }

    #inventory-overview-section .ios-card {
        padding: 40px 0 10px;
        margin-bottom: 0;
    }

    #inventory-virtual-tour .ivt-header {
        margin: 0 auto 20px;
    }

    .ios-card.ios-overview {
        padding-top: 0 !important;
    }

    #rg-specifications-title {
        margin-bottom: 20px;
    }
}


@media (max-width: 768px) {
    #pixlTeamModal .pixl_modal_left{
        padding: 10px;
    }
    #pixlTeamModal{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow-y:auto;
    padding:20px;
    }

    /* Modal box */

    #pixlTeamModal .pixl_team_modal_box{
    width:100%;
    max-height:90vh;
    overflow-y:auto;
    border-radius:10px;
    }

    /* Stack layout */

    #pixlTeamModal .pixl_modal_inner{
    display:flex;
    flex-direction:column;
    }

    /* Image */

    #pixlTeamModal .pixl_modal_left{
    width:100%;
    text-align:center;
    }

    #pixlTeamModal .pixl_modal_left img{
    width:100%;
    height:auto;
    max-height:300px;
    object-fit:cover;
    }

    /* Content */

    #pixlTeamModal .pixl_modal_right{
    width:100%;
    padding:20px;
    }

    /* Bio scroll safety */

    #pixlTeamModal .pixl_modal_right .bio{
    max-height:300px;
    overflow-y:auto;
    }

    #rg-specifications-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #rg-specifications-title::before,
    #rg-specifications-title::after {
        display: none;
    }

    #inventory-cta-section .ics-title {
        font-size: 34px;
    }

    #inventory-cta-section .ics-subtitle {
        font-size: 16px;
    }

    #inventory-cta-section .ics-btn {
        min-width: 220px;
    }

    #inventory-virtual-tour .ivt-frame-wrapper {
        height: 340px;
    }

    #inventory-virtual-tour .ivt-title {
        font-size: 30px;
    }

    #inventory-photo-gallery .ipg-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #inventory-photo-gallery .ipg-title {
        font-size: 30px;
    }

    .uc-section,
    .expect-section,
    #questions-cta-section,
    #contact-center-section,
    #inventory-overview-section,
    #inventory-photo-gallery,
    #inventory-cta-section,
    #inventory-virtual-tour,
    #inventory-detail-hero,
    #homeowner-tips-section,
    #service-request-section,
    #prequal-steps,
    #financing-partners,
    #mortgage-calculator-section,
    #faq-grid-section {
        padding: 40px 20px;
    }

    #inventory-detail-hero .idh-content {
        width: 100%;
    }

    .idh-gallery .property-gallery .slider-for img {
        height: 300px;
    }

    #inventory-detail-hero .idh-actions {
        flex-direction: column;
        justify-content: center;
    }

    #rg-financing-cta-section {
        padding: 40px 20px;
    }

    #rg-financing-cta-section #rg-financing-cta-title {
        font-size: 26px;
    }

    #rg-financing-cta-section #rg-financing-cta-subtitle {
        font-size: 15px;
    }
#triad-finance-section .triad-title {
	font-size: 28px;
	margin-bottom: 10px;
}
#triad-finance-section .triad-container {
	gap: 30px;
}
#triad-finance-section .lender_main_heading {
	margin-bottom: 25px;
}
    #rg-financing-cta-section .rg-financing-cta-btn {
        padding: 10px 22px;
        font-size: 14px;
    }

    #rg-financing-process-section {
        padding: 40px 20px;
    }

    #rg-financing-process-section #rg-financing-process-title {
        font-size: 26px;
    }

    #rg-financing-process-section .rg-process-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    #rg-financing-process-section .rg-process-number {
        margin-bottom: 10px;
    }

    .inventory_subpage #rg-fsc-card {
        max-width: 100%;
    }

    .inventory_subpage #rg-fsc-actions {
        flex-direction: column;
    }

    .inventory_subpage .rg-fsc-btn {
        width: 100%;
    }

    .bmd-main-hero .bmd-mh-slide-inner h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .bmd-shero-heading h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .bmd-mh-slide-inner .bmd-mh-small-text {
        font-size: 18px;
        line-height: 1.4;
    }

    #rg-ready-home .rg-rh-title,
    #rg-family-focused .rg-ff-title,
    #rg-manufacturers .rg-man-title,
    #rg-why-manufactured .rg-wm-header h2,
    #rg-welcome-section .rg-title,
    #rg-featured-homes .rg-fh-header h2 {
        font-size: 28px !important;
    }

    #site-footer .bmd-sf-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    #site-footer .bmd-sf-inner .row {
        margin-left: -15px;
    }

    .col-md-3.footer_step_1 {
        margin-top: 15px;
    }

    .col-md-3.footer_step_2 {
        margin-top: 10px;
    }

    #site-footer .bmd-sf-inner {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .bmd-secondary-hero.about-us h4 {
        font-size: 18px;
        line-height: 1.4;
    }

    .bmd-secondary-hero.about-us .bmd-shero-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bmd-shero-heading {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bmd-featured-homes.all-homes:not(.specials) {
        background: transparent !important;
        margin-bottom: 0 !important;
        padding: 30px 20px;
    }

    .inventory_subpage .rg-featured-single-card {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 600px) {
    #rg-cta-section {
        padding: 80px 15px;
    }

    #rg-cta-section #rg-cta-title {
        font-size: 28px;
    }

    #rg-cta-section #rg-cta-subtitle {
        font-size: 16px;
    }

    #rg-cta-section #rg-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    #rg-cta-section .rg-cta-btn {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    #rg-stand-for-section {
        padding: 30px 20px;
    }

    #rg-stand-for-section #rg-stand-for-grid {
        grid-template-columns: 1fr;
    }

    #rg-stand-for-section #rg-stand-for-title {
        font-size: 30px;
    }

    #rg-trusted-partners-section {
        padding: 30px 20px;
    }

    #rg-trusted-partners-section #rg-trusted-partners-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    #rg-trusted-partners-section .rg-partner-card {
        width: 100%;
        max-width: 320px;
        padding: 25px;
    }

    #rg-financing-section {
        padding: 40px 20px 50px;
    }

    #rg-financing-section #rg-financing-title {
        font-size: 28px;
    }

    #rg-financing-section #rg-financing-grid {
        grid-template-columns: 1fr;
    }

    #rg-ready-home .rg-rh-title {
        font-size: 28px;
    }

    #rg-ready-home .rg-rh-subtitle {
        font-size: 16px;
    }

    #rg-ready-home .rg-rh-buttons {
        flex-direction: column;
    }

    #rg-ready-home .rg-rh-btn {
        width: 100%;
        max-width: 250px;
        margin: auto;
    }

    #rg-family-focused .rg-ff-title {
        font-size: 30px;
    }

    #rg-family-focused .rg-ff-description {
        font-size: 16px;
    }

    #rg-family-focused .rg-ff-buttons {
        flex-direction: column;
    }

    #rg-family-focused .rg-ff-btn {
        width: 100%;
        max-width: 280px;
        margin: auto;
    }

    #rg-manufacturers .rg-man-title {
        font-size: 28px;
    }

    #rg-manufacturers .rg-man-buttons {
        flex-direction: column;
        gap: 20px;
    }

    #rg-manufacturers .rg-man-btn {
        width: 100%;
        max-width: 280px;
        margin: auto;
    }

    #rg-why-manufactured .rg-wm-grid {
        grid-template-columns: 1fr;
    }

    #rg-why-manufactured .rg-wm-header h2 {
        font-size: 32px;
    }

    #rg-why-manufactured .rg-wm-header p {
        font-size: 16px;
    }

    /*#rg-featured-homes .rg-fh-grid {
        grid-template-columns: 1fr;
    }*/

    #rg-featured-homes .rg-fh-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    #rg-our-story-section {
        padding: 70px 15px;
    }

    #rg-our-story-section #rg-our-story-title {
        font-size: 28px;
    }

    #rg-our-story-section .rg-our-story-text {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media (max-width: 520px) {
    #inventory-overview-section .ios-feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    #inventory-photo-gallery .ipg-grid {
        grid-template-columns: 1fr;
    }
}