﻿@media (min-width: 768px) {
    .flex-center-DesktopIpad {
        display: flex !important;
        justify-content: center;
        height: inherit;
    }
}

.hubMargin {
    margin: 0px;
}

::marker {
    display: none !important;
}

.slide-item span {
    display: block;
    margin-top: 20px;
}

ul {
    list-style-type: none;
    padding: 0;
}

body .redesign-2020 .banner-slider .slider-wrapper .slide-item:after {
    background-color: inherit;
}

.inner-text {
    top: 0px !important;
}

#faq .faq_heading, #faq .faq_ans.cursor-pointer, #faq .banner-h3 {
    color: #fff;
}

.carousel-indicators li {
    width: 17px !important;
    height: 17px !important;
    margin: 0px !important;
    border: 1px solid #999999;
}

.carousel-indicators .active {
    width: 17px !important;
    height: 17px !important;
}

.pL_testimonials, .pL_testimonials_author {
    font-size: 20px;
    line-height: 1.5;
    color: #1c326b;
    padding-left: 30px;
    margin-bottom: 20px;
}

.rating-circle {
    height: 250px;
    width: 250px;
    border: 10px solid #FF8201;
    background-color: #fff;
    border-radius: 250px;
    margin: auto;
    display: flex;
    align-items: center;
}

.rating-circle-max {
    max-width: 160px;
    margin: auto;
    text-align: center;
}

.rating-number {
    text-align: center;
    font-size: 60px;
    letter-spacing: 0px;
    color: #009CDE;
    line-height: 90%;
}

.rating-text {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #4D4D4D;
}

.icon-wrap {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    padding: 10px;
}

body .redesign-2020 .icon-with-content .column-wrapper .icon-wrap {
    height: 180px !important;
    margin: 0px !important;
}

.icon-wrap:hover {
    background-color: #EDEDED;
    cursor: pointer;
}

.lb-card-ribbon-ps-orange-top {
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: 70%;
    background-color: #FF8201 !important;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 0%, 99.8% 50.6%, 0% 100%);
}

.ps_sales_hp_bg {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 30px);
    flex: 0 0 calc(33.33% - 30px);
    padding: 30px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.ps_sales_dispaly_center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 425px;
}

.bg-polygon {
    position: relative;
    text-align: center;
    margin: 30px;
}

.sales_bg_img {
    background-image: url('../../Contents/images/Homepage/ps-container-yard-bg.webp');
    height: 425px;
    width: 100%;
}

.chub_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 30px);
    flex: 0 0 calc(33.33% - 30px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 100%;
    position: relative;
    z-index: 2;
}


.sales-section-hero {
    position: relative;
    background-image: url('/Contents/images/Homepage/ps-container-yard-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 20px;
}

/* Dark overlay */
/*.sales-section-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.35);
        }*/

/* Wrapper */
.sales-overlay-hero {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px; /* ADD THIS */
}

/* Orange Polygon (Responsive Version) */
.sales-ribbon-hero {
    /*position: absolute;
            inset: 0;
            margin: auto;
            width: 100%;
            max-width: 820px;
            height: 260px;
            background-color: #FF8201;
            z-index: 1;
            clip-path: polygon(0% 0%, 100% 0%, 95% 55%, 0% 100%);*/
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    max-width: 800px;
    top: -50px;
    height: 70%;
    background-color: #FF8201 !important;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 0%, 99.8% 50.6%, 0% 100%);
}

/* White Card */
.sales-card-hero {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 40px;
    max-width: 750px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .sales-ribbon-hero {
        height: 240px;
    }

    .sales-section-hero {
        padding: 60px 15px;
    }

    .sales-overlay-hero {
        min-height: 220px;
    }

    .sales-ribbon-hero {
        height: 240px;
    }

    .sales-card-hero {
        padding: 25px 20px;
        max-width: 93%;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .sales-overlay-hero {
        min-height: 220px;
    }

    .sales-ribbon-hero {
        height: 275px;
    }

    .sales-card-hero {
        padding: 25px 20px;
        max-width: 85%;
    }
}
