/* typography */
.instore-heading {
    color: #53575A;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
}

.heading-subtext {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.text-red {
    color: #EB0A1E;
}

/* typography ends here */

/* global page css */
.globalsectionpadding {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* global css ends here */

/* nav settings */
.in-store-header {
    background-color: #000000;
}

/* .in-store-header .archway-logo-image img.logo--white {
    display: none;
} */

.in-store-header.sticky .archway-logo-image img.logo--white {
    display: block;
}

/* .in-store-header .archway-logo-image img.logo--red {
    display: block;
} */

/* .in-store-header.sticky .archway-logo-image img.logo--red {
    display: none;
} */

.in-store-header.sticky nav ul li a {
    color: #fff !important;
}
/* nav settings ends here */

/* in store hero banner */
.in-store-hero {
    display: flex;
    align-items: center;
    background: url("../img/in-store-app/red-circle.svg") no-repeat right top;
    position: relative;
    padding-bottom: 55px;
    padding-top: 90px;
}

.in-store-hero::after {
    content: "";
    width: 43%;
    height: 150px;
    background-color: #E2E2E2;
    position: absolute;
    right: 0;
    bottom: 35px;
    z-index: 0;
}

.in-store-hero .container .row {
    align-items: center;
}

.in-store-hero .title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}   

.in-store-hero .sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #53575A;
    margin-bottom: 10px;
    line-height: 1.2;
}

.in-store-hero .banner-copy {
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}

.in-store-hero .instore-banner-btn .archway-btn {
    margin-top: 0;
}

.vertical-slider .slick-slide img {
    width: auto !important;
}

.vertical-slider-frame {
    position: relative;
    max-width: 285px;
    margin: auto;
    height: 583px;
    z-index: 1;
    width: 100%;
}

.slider-mobile-frame {
    position: absolute;
    background-image: url("../img/in-store-app/mobile-wrapper.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.vertical-slider {
    left: 12px;
    top: 46px;
    overflow: hidden;
    width: 260px;
    height: 490px;
}

/* in store smarter execution section */

.in-store-smarter-executon {
    background-color: #F4F4F4;
}

/* in store feature */
.in-store-feature {
    background-color: #ffffff;
}

/* flip card css */

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 380px;
    perspective: 1000px;
    margin-bottom: 26px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card-inner {
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
}

.flip-card-front {
    background: #fff;
}

.flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flip-card-front h3 {
    position: absolute;
    top: 50%;
    z-index: 9;
    font-size: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 700;
}

.flip-card-back {
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.25);
    box-shadow: 0 2px 32px rgba(255, 193, 193, 0.32) !important;
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.flip-card-back p {
    color: #000;
    font-weight: 400;
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.flip-card-back p span {
    font-weight: 600;
}

.flip-card-back {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.flip-card-back p {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.flip-card-inner {
    transform-style: preserve-3d;
    will-change: transform;
}

/* in store usps wrapper */
.instore-usps-wrapper {
    background-image: url("../img/in-store-app/usps-banner-mobile.png");
    background-position: center;
    background-size: cover;
    height: 660px;
    display: flex;
    align-items: flex-end;
    text-align: center;
}

.instore-usps-wrapper .row {
    justify-content: center;
}

/* driving value section */

.driving-value-section {
    background-color: #f4f4f4;

}

.driving-value-section .heading-subtext {
    margin-bottom: 30px;
}


/* in store feature section */
.instore-subheading {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

/* in store feature */
.in-store-feature .tab-content  .two-coloumn{
    padding-left: 0;
    padding-right: 0;
}

.instore-feature-subheading {
    font-size: 36px;
    color: #EB0A1E;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 13px;
}

.in-store-feature ul {
  list-style: disc outside;
  padding-left: 1em;
  margin-bottom: 0;
}

.in-store-feature ul li {
  display: list-item;
  padding-left: 0.5em;
  font-size: 17px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.4;
}

.instore-number-counting {
    font-size: 90px;
    font-weight: 700;
    color: #EB0A1E;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.grey-bg-instore {
    background-color: #f4f4f4;
}

.grey-bg-instore.padding-image {
    padding: 35px 0 35px 65px;
    text-align: right;
}

.grey-bg-instore.padding-bottom {
    padding: 35px 0 0 0;
    text-align: center;
}

.grey-mark {
    background-color: #E2E2E2;
    height: 30px;
    width: 100%;
    margin-top: 70px;
}

.instore-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mh-100 {
    min-height: 100%;
}

/* in store card slider */

/* Card container */
.slider-info-card {
    max-width: 240px;
    width: 100%;
    height: 168px;
    perspective: 1200px;
    display: none
}

/* Card face */
.card-inner {
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.25);
    border-radius: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
}

/* Flip states */
.slider-info-card.flip-out .card-inner {
    transform: rotateX(90deg);
}

.slider-info-card.flip-in .card-inner {
    transform: rotateX(0deg);
}

/* Text */
.card-title {
    font-size: 28px;
    font-weight: 700;
    color: #5C5C5C;
    margin: 0;
}

.vertical-slider-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.slider-info-card .card-inner {
    padding: 0 20px;
}

.slider-info-card .card-inner h3 {
    font-size: 22px;
    font-weight: 700;
    color: #EB0A1E;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

/*  responsive design */

.in-store-body .mobileMenu .mobile-logo--red-white{
    display: none;
}

.in-store-body .mobileMenu .mobile-logo--red{
    display: block;
}

.in-store-body footer {
    padding-top: 0;
}

.in-store-body .footer .bgGray_section {
    padding: 10px 0;
}

.mep-feature-subheading {
    margin-bottom: 40px;
}

/* mobile menu instore */
.instore-mobile-menu {
    background-color: #000000;
}

.mep-feature .tab-content .chevron-navigation #prev-tab {
    top: 39%;
}

.mep-feature .tab-content .chevron-navigation #next-tab {
    top: 39%;
}

.mobile-tab-pane .feature-btn {
    text-align: center;
    margin-top: 20px;
}

@media only screen 
and (min-width: 1024px) 
and (max-width: 1366px) 
and (orientation: landscape) {
    .feature-tab-nav .nav-tabs {
        align-items: baseline;
    }

    .feature-tab-nav .nav-tabs .nav-link {
        font-size: 16px;
        width: 25%;
    }
}



@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .in-store-body  footer .bgGray_section {
        margin-top: 0px;
    }
}

/* media query */
@media (max-width: 576px) {
    .mep-feature-subheading {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }
}

@media (min-width: 400px) {
    .flip-card-back p {
        font-size: 13px;
    }

    .flip-card {
        height: 360px;
    }
}

@media (min-width: 576px) {
    .flip-card {
        height: 340px;
    }
}

@media (min-width: 768px) {
    .globalsectionpadding {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media (min-width: 992px) {
    .flip-card-back p {
        font-size: 16px;
    }

    .instore-usps-wrapper {
        background-image: url("../img/in-store-app/usps-banner.png");
        background-position: right;
        background-size: cover;
        height: 660px;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .instore-usps-wrapper .row {
        justify-content: flex-start;    
    }
}

@media (min-width: 1200px) {
    .slider-info-card {
        display: block;
    }

    .instore-heading {
        font-size: 40px;
    }

    .instore-subheading {
        font-size: 24px;
    }

    .driving-value-section .heading-subtext {
        margin-bottom: 75px;
    }

    .in-store-hero .title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .in-store-hero .sub-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .in-store-hero .banner-copy {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1400px) {

    .instore-heading {
        font-size: 50px;
    }

    .heading-subtext {
        font-size: 24px;
    }
 
/* hero banner starts here */
    .in-store-hero .title {
        font-size: 54px;
        margin-bottom: 30px;
    }   

    .in-store-hero .sub-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .in-store-hero .banner-copy {
        font-size: 22px;
        margin-bottom: 30px;
    }

    /* hero banner ends here */

}