html,
body {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

section {
    width: 100%;
    float: left;
}

.hiluxNav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #000;
    padding: 15px
}

.hiluxNav.showNavLinks {
    display: block
}

.hiluxNav ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    white-space: nowrap
}

.hiluxNav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px
}

.hiluxNav ul li a:focus,.hiluxNav ul li a:hover,.hiluxNav ul li.active a {
    text-decoration: none;
    color: #e00101
}

@media (min-width: 992px) {
    .hiluxNav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

:target::before {
  content: "";
  display: block;
  height: 80px;        /* header height */
  margin-top: -80px;
}

.page-wrap {
    width: 100%;
    float: left;
}
.footer {
    float: left;
    width: 100%;
}

.center {
    margin: 0 auto;
    float: none;
    clear: both;
}

.ph-carouselAndcards {
    background: url(../../images/showroom/a32/bg-wavey.png) center 52% transparent no-repeat;
    background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}

.ph-heroSwiper {
    width: 100%;
}

.ph-heroSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Card container */
.ph-infoCardsWrap {
    padding: 1.5rem 0;
    width: 100%;
    display: flex;
}

.ph-feature-card {
    background: radial-gradient(circle at top, #b00000 0%, #000 70%);
    color: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    min-height: 200px;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    width: 100%; 
    margin: 10px 0;
}

.ph-feature-card:before{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(120deg, transparent 30%, rgba(255,0,0,.15), transparent 70%);
    pointer-events:none;
}

.ph-feature-value{
    font-size:36px;
    font-weight:700;
    letter-spacing:1px;
}

.ph-feature-title{
    font-size:13px;
    letter-spacing:2px;
    margin-top:6px;
    text-transform:uppercase;
}

/* Sticky Nav */
.ph-stickynav {
    position: sticky;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.005);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 15px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    overflow-x: auto;
}

.ph-stickynav.showNavLinks {
    display: block
}

.ph-stickynav ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    white-space: nowrap;
    display: flex;
    justify-content: space-evenly;
    gap: 1rem;
    text-align: center;
}

.ph-stickynav ul li {
    flex-grow: 1;
}

.ph-stickynav ul li a {
    color: #8E8E8E;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #515151;
    background: #e9e9e9;
    width: 100%;
}

.ph-stickynav ul li a:focus,.ph-stickynav ul li a:hover,.ph-stickynav ul li.active a {
    text-decoration: none;
    background:
    linear-gradient(0deg, #1B1B1B, #1B1B1B),
    linear-gradient(180deg, rgba(255, 0, 0, 0.4) 0%, rgba(57, 57, 57, 0.4) 100%);
    background-blend-mode: overlay;

    color: #fff;
}

/*z-shape inverted border starts*/
div.z-shape {
    width: 100%;
    position: relative;
    background-color: transparent;
    transform: skewX(20deg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

div.z-shape::before {
    content: "";
    width: 50%;
    height: 50%;
    display: block;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid red;
    border-right: 1px solid red;
    border-radius: 0 10px 0 0;
}
div.z-shape::after {
    content: "";
    width: 50%;
    height: 50%;
    display: block;
    display: block;
    position: absolute;
    right: 1px;
    bottom: 1px;
    border-bottom: 1px solid red;
    border-left: 1px solid red;
    border-radius: 0 0 0 10px;
}
/*z-shape inverted border ends*/


.mainTitleWrap {
    position: relative;
}

.mainTitleWrap h2 {
    font-size: 56px;
    text-transform: uppercase;
    color: #FF0000;
    font-style: italic;
}

.ph-titleContentWrap {
    width: 100%;
    float: left;
    text-align: left;
}

.ph-titleContentWrap h3 {
    margin: 0 0 20px;
    font-size: 40px;
    text-transform: uppercase;
    font-style: italic;
}

.ph-titleContentWrap h3 span {
    font-weight: bold;
    color: rgba(255, 0, 0, 1);
}


.ph-titleContentWrap p {
    font-size: 16px;
    margin: 0;
}

section.ph-exteriorSectionWrap {
    padding: 20px 0;
    width: 100%;
    float: left;
    background: #fff;
}

section.ph-exteriorSectionWrap h2 {
    text-align: right;
    margin: 0;
    padding: 20px 0;
}

section.ph-exteriorSectionWrap div.z-shape::before {
    width: 93%;
}

section.ph-exteriorSectionWrap div.z-shape::after {
    width: 7%;
}

.exteriorMainSwiper img {
    width: 100%;
    border-radius: 10px;
}

.ph-exteriorCarousel {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.ph-thumbsWrap {
    width: 100%;
    float: left;
    border-radius: 10px;
    border: 1px solid rgba(151, 151, 151, 0.15);
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.ph-thumbsWrap::before {
    content: "";
    width: 90px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-270deg, #FF4B4B -13.27%, rgba(255, 0, 0, 0) 63.95%);
}

.ph-thumbsWrap::after {
    content: "";
    width: 90px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, #FF4B4B -13.27%, rgba(255, 0, 0, 0) 63.95%);
}

.ph-swiper-swewed-slide {
    transform: skewX(10deg);
    overflow: hidden;
    border: 4px solid rgba(255, 0, 0, 1);
    border-radius: 15px;
}

.ph-swiper-swewed-slide img {
    transform: skewX(-10deg) scale(1.3);
    object-fit: cover;
    width: 100%;
}

.ph-thumbsWrap .swiper-slide {
    transform: scale(.8);
}

.ph-thumbsWrap .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.ph-exteriorCarousel .ph-titleContentWrap {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid rgba(151, 151, 151, 0.15);
    background: #f8f6f6;
    flex-grow: 1;
}

.ph-exteriorFlexRow {
    display: flex;
    align-items: stretch;
}

.ph-exteriorFlexColumns {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.ph-exterior-mainslide {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.ph-exterior-mainslide .slideTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    align-items: end;
    padding: 20px;
    background: #FF0000;
    background: linear-gradient(20deg,rgba(255, 0, 0, 1) 0%, rgba(57, 57, 57, 0) 27%);
}

.ph-exterior-mainslide .slideTitle h3 {
    color: #fff;
    text-shadow: 3px 0 20px rgba(255, 0, 0, 0.10);
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 5.6px;
    text-transform: uppercase;
}
    

/*Comfort Section*/
.ph-comfort-section {
    position: relative;
    padding: 30px 0;
    width: 100%;
    float: left;
}

/***specification table starts*****/
.features li, .product li, .feature-title, .section-spacer {
    height: 100px;
    display: flex;
    align-items: start;
    width: 100%;
    text-align: left;

}
.cd-products-comparison-table {
    background: #fff;
    border-radius: 8px;
    width: 100%;
    float: left;
}

header h2{margin:0 0 20px}

.cd-products-table{display:flex; gap: 20px;}

/* LEFT */
.features {
    width: 25%;
    flex-shrink: 0;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.features .top-info {
    margin-top: 15px;
}

.feature-group{margin-top:10px}

.feature-title {
    width: 100%;
    background: linear-gradient(90deg, #000, #333);
    color: #fff;
    border: none;
    padding: 12px 14px;
    text-align: left;
    cursor: pointer;
    font-size: 18px;
    border-radius: 4px;
    min-height: 60px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center; 
}
 
.feature-title::after{
  content:"▾";
  float:right;
  transition:.3s;
}
.feature-title.is-open::after{transform:rotate(180deg)}

.features ul{list-style:none;margin:0;padding:0}
.features li{
  padding:12px 14px;
  font-size:16px;
}
.features li:not(:last-child){
    border-bottom:1px solid #ddd;
}

/* RIGHT */
.cd-products-wrapper {
    overflow-x: auto;
    flex: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.cd-products-columns {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.product {
    min-width: 240px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    flex-grow: 1;
}

.product .top-info{
  margin-bottom: 15px;
}

.top-info {
    background: linear-gradient(90deg, #000, #333);
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 1px;
}

.product ul{list-style:none;padding:0; margin: 0;}
.product ul:not(:last-child) {
    margin:0 0 10px; 
}
.product li{
  padding:12px;
  text-align:center;
  font-size:16px;
}

.product li:not(:last-child) {
    border-bottom:1px solid #ddd; 
}

/* SECTION SPACER ROW (KEY FIX) */
.section-spacer{
  padding:12px;
  border-bottom:1px solid #ddd;
  background:#fafafa;
  font-weight:bold;
  text-align:center;
  visibility: hidden;
  min-height: 60px;
  margin-top: 10px;
  font-size: 20px;
}

/* Accordion behaviour */
.features ul,
.product ul {
  display: none;
}

.features ul.is-open,
.product ul.is-open {
  display: block;
}

/* Right section headers */
.section-spacer { 
  padding: 12px;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
  font-weight: bold;
  text-align: center;
  min-height: 60px;
}

.section-spacer.is-open {
  display: block;
}

.cd-products-comparison-table .ph-tab-width {
    max-width: 100%;
    text-align: right;
}

.cd-products-comparison-table .ph-tab-width .nav-tabs {
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
/*****specification table ends*****/

/**iconnect section**/
.carousel-section {
  position: relative;
  height: 100vh;
  background: #f2f2f2; /* IMPORTANT – visibility */
}

.carousel-track {
  display: flex;
  height: 100vh;
  width: 300vw; /* slides * 100vw */
}

.slide {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  background: #ddd;
  border-right: 1px solid #bbb;
}

/* bullets */
.bullets {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 999;
}

.bullet {
  width: 12px;
  height: 12px;
  background: #aaa;
  border-radius: 50%;
}

.bullet.active {
  background: #000;
}

#loader{
    z-index: 99999;
}