/* ===== CUSTOM THEME STYLES (kept minimal, BS5 first) ===== */
body{background:#FFFFFF; overflow-x: hidden!important;}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.color-inherit {
    color: inherit;
}
.btn-primary-custom{
  background:#ef3d32;
  border:none;
  color:#fff;
  font-weight:600;
  padding:.65rem 1.25rem;
  border-radius:.5rem;
}
.btn-primary-custom:hover{background:#d83328;color:#fff;}
.section-padding{padding:80px 0;}

.hero-card .card-body {
        border-left: 10px solid #0B9FDB;
    border-radius: 7px 10px 10px 7px;
}

.service-card .card-body {
    background-color: rgba(37,170,225,15%);
}

.blue-bg {
    background-color: #0B9FDB;
}

.blue-bg-15 {
    background-color: rgba(37,170,225,15%);
}

.text-blue {
    color: #0B9FDB;
}

.bg-review-dark {
    background-color: #454545;
}
@media(max-width:991px){

    .w-50 {
        width: 100% !important;
    }
}
.service-card{
  border-radius:14px;
  overflow:hidden;
  transition:.25s ease;
}
.service-card:hover{transform:translateY(-4px);}
.bg-dark-section{background:#222;}
.footer-main{background:#0B9FDB;}

.btn-view-more{
    display:inline-flex;              /* content width only */
    align-items:center;
    justify-content: space-between;
    gap:16px;

    background:#ef3d32;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    font-size:16px;
    border: 0px;
    line-height:1;

    padding:10px 15px;
    border-radius:18px;

    transition:.2s ease;
}

.btn-view-more:hover{
    background:#d83328;
    color:#fff;
}

.btn-view-more__icon{
    display:flex;
    align-items:center;
    justify-content:center;

    width:40px;
    height:40px;

    background:#FFFFFF;
    color:#ef3d32;
    border-radius:12px;
    font-size:16px;
}

.review-stars{
    color:#f4c400;      /* yellow stars */
    font-size:18px;
    display:flex;
    gap:4px;
}

.font-22 {
    font-size: 22px;
}

.font-30 {
    font-size: 30px;
}

.font-18 {
    font-size: 18px;
}

.review-quote{
    color:#dcdcdc;
    font-size:22px;
}

/* Labels */
.contact-form .form-label{
    color:#8a8a8a;
    font-weight:500;
    margin-bottom:8px;
}

/* Inputs */
.contact-input{
    border:2px solid #49a9d6;
    border-radius:12px;
    padding:14px 16px;
    box-shadow:none;
}

.contact-input:focus{
    border-color:#49a9d6;
    box-shadow:none;
}

/* Select arrow spacing */
select.contact-input{
    padding-right:40px;
}

/* Privacy link */
.contact-link{
    color:#ef3d32;
    text-decoration:underline;
}

#showroomMap{
    width:100%;
    height:460px;
}

.hero-wrap{
    position:relative;
}

/* Each future slide */
.hero-slide{
    min-height:520px;
    background:url("window-img.jpg") center/cover no-repeat;
    display:flex;
}

/* Card styling */
.hero-card{
    max-width:520px;
    border-radius:16px;
    position:relative;
}

/* Blue accent bar */
.hero-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:6px;
    background:#2aa7d6;
    border-radius:16px 0 0 16px;
}

/* ===== DESKTOP ===== */
@media(min-width:992px){

    .hero-slide{
        min-height:620px;
    }

    .hero-card{
        margin-left:40px;
    }
}

/* ===== MOBILE FIX ===== */
@media(max-width:991px){

    .hero-slide{
        align-items:flex-end;
        padding-bottom:20px;
    }

    .hero-card{
        margin-top:-60px;   /* overlaps image nicely */
        width:100%;
    }

    .hero-card::before{
        border-radius:12px 0 0 12px;
    }
}

.mobile-menu{
    width:92%;
    background:#FFFFFF;
}

.btn-close-custom{
    background:none;
    border:none;
    font-size:28px;
    color:#ef3d32;
}

/* MENU CARDS */
.menu-card{
    border:2px solid #2aa7d6;
    padding:18px 20px;
    margin-bottom:14px;
    color:#2aa7d6;
    font-weight:600;
    text-decoration:none;
    border-radius:6px;
    background:#fff;
}

/* SERVICES LIST */
.services-list{
    border-left:4px solid #2aa7d6;
    padding:18px 18px 18px 20px;
    margin:10px 0 20px;
}

.services-list a{
    display:block;
    color:#222;
    margin-bottom:14px;
    text-decoration:none;
}

/* CONTACT */
.menu-contact a{
    display:block;
    margin-bottom:14px;
    color:#2aa7d6;
    text-decoration:none;
}

.menu-contact i{
    margin-right:10px;
}

/* CTA */
.menu-cta{
    margin-top:20px;
    background:#ef3d32;
    color:#fff;
    padding:18px 20px;
    border-radius:16px;
    text-decoration:none;
    font-weight:700;
}

/* ALT HERO STYLE */
.hero-alt {
    background: #0B9FDB;
    overflow: hidden;
}

.min-vh-50 {
    min-height: 520px;
}

/* right side background image */
.hero-alt-image {
    min-height: 320px;
    
    background-size: cover;
    border-radius: 0;
}

/* angled split effect (desktop) */
@media (min-width:992px) {

    .hero-alt-image {
        clip-path: polygon(12% 0,100% 0,100% 100%,0% 100%);
        min-height: 580px;
    }
}

/* mobile layout */
@media (max-width:991.98px) {

    .hero-alt {
        padding-bottom: 0rem;
    }

    .hero-alt-image {
        margin-top: 2rem;
    }
}

.review-col {
    display: flex;
    flex-direction: column;
}

.review-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card .card-img-top {
    width: 100%;
    height: 260px; /* choose your visual height */
    object-fit: cover; /* fills area without stretching */
    object-position: center;
    display: block;
}