﻿.banner-nav {
  position: absolute;
  bottom: 1px;
  left: 50%;
  z-index: 20;
  width: 100%;
  transform: translateX(-50%);
}

.banner-nav__overlay {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.banner-nav__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.banner-nav__panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 1920px);
  min-height: 120px;
}

.banner-nav__panel-bg {
  position: absolute;
  inset: 0;
}

.banner-nav__items {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  width: 100%;
}

.banner-nav__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
  border: 0;
  color: inherit;
  opacity: 0.7;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.banner-nav__item:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

.banner-nav__item--active {
  opacity: 1;
  transform: scale(1);
}

.banner-nav__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-nav__icon-wrap--wide {
  width: 86px;
  height: 50px;
}

.banner-nav__icon-wrap--square {
  width: 50px;
  height: 50px;
}

.banner-nav__icon-wrap--ticket {
  width: 86px;
  height: 50px;
}

.banner-nav__icon-wrap--payment {
  width: 86px;
  height: 55px;
}

.banner-nav__icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
}

.banner-nav__icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-nav__label {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

.banner-nav__item--active .banner-nav__label {
  background: linear-gradient(180deg, #2b86e5 0%, #0dd0f5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1200px) {
    .banner-nav__items {
    gap: 20px;
    padding: 18px 24px;
  }

  .banner-nav__label {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .banner-nav__overlay {
    padding: 16px 12px;
  }

  .banner-nav__items {
    gap: 14px;
    padding: 16px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .banner-nav__item {
    flex: 0 0 auto;
  }
}
.left-auto{
    left:auto;
}
.r-67 {
    right: -67px;
}
.r-55 {
    right: -55px;
}
.r-0{
    right:0px;
}

/*add by hari sankar for payment kisok banner responive issue fix 20260313*/

@media (max-width: 1516px){
    .payment-banner-image {
        width: 380px;
        height: 750px;
        top: 97px;
        left: 930px;
    }
}
@media (max-width: 1200px) {
    .payment-title-content {
        top: 5%;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .paymenttitle-banner-cont{
        align-items:center;
    }
    .payment-banner-title {
        font-size: 42px;
        display: flex;
        gap: 5px;
    }
    .card-parent {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        top: 22%;
        justify-content: center;
    }
    .payment-banner-image {
        width: 380px;
        height: 677px;
        top: auto;
        bottom: 62px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}
@media (max-width: 718px) {
    .payment-title-content {
        top: 6%;
    }
    .payment-banner-title {
        flex-wrap: wrap;
        justify-content: center;
        line-height: normal;
        white-space:normal
    }
    .feature-card{
        width:190px;
    }
}
@media (max-width: 414px) {
    .payment-title-content {
        top: 7%;
    }

    .paymenttitle-banner-cont {
        gap: 8px;
    }

    .payment-banner-title {
        font-size: 32px;
    }

    .payment-btn-txt {
        margin: 0;
        font-size: 22px;
    }

    .payment-btn-icon {
        width: 24px;
        height: 14.364px;
    }

    .feature-card {
        width: 163px;
        height: 122px;
    }

    .feature-card-text {
        font-size: 18px;
        margin: 0;
    }
}   
/*Titcket Kiosk Responsive............*/
.ticket_Kiosk_banner_res {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    left: 50px;
    margin: auto;
}
@media (max-width:906px) {

    .ticket_Kiosk_banner_res {
        grid-template-columns: repeat(2, 1fr);
        min-width: 420px;
        left: 0;
        width: -webkit-fill-available;
        margin-left: 10px;
        margin-right: 10px;
    }
    section .banner-images-right {
        width: 100%;
    }
    .ticket_res_txt {
        flex-direction: row;
        align-items: center;
    }
    .res_banner_title {
        left: 2%;
        width: auto;
    }
}
@media (max-width:600px) {

    .banner-title-res {
        font-size: 38px;
        line-height: 44px;
        white-space: normal;
    }
}
@media (max-width:420px) {

    .banner-title-res {
        font-size: 30px; /* between 28px–32px */
        line-height: 36px;
        white-space: normal; /* allow line break */
    }
}
/*............Titcket Kiosk Responsive*/

.anpr-park-left-img-container {
    height: 100%;
    width: 100%;
    top: 17%;
}

@media (max-width:1700px) {
    .anpr-park-left-img {
        width: 100%;
       /* left: 32%;
        transform: translateX(-50%);
        position: absolute;
        top: 20%;*/
    }
    .anpr-park-left-img-container {
        width: 52%;
        top:250px;
    }
}

@media (max-width:1818px) {
    .anpr-park-right-cont {
        width: 35%;
        top: 8%;
        left: auto;
        right: 2%;
    }

    .anpr-park-right-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .res-anpr-parking-cont {
        width: 90%;
        max-width: 900px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        right: 2%;
        left: auto;
    }
}

.res-anpr-parking-cont p {
    font-size: clamp(14px, 1.1vw, 18px);
}

@media (max-width:1600px) {
    .res-anpr-parking-cont {
        max-width: fit-content;
        position: relative;
        right: 2%;
        top: 8%;
        width: 95%;
        margin: auto;
        grid-template-columns: 1fr;
        left: auto;
        position: absolute;
    }
    .anpr-park-right-cont {
        width: 15%;
        bottom: -52px;
        top: auto;
    }
    .anpr-park-left-img-container {
        width: 65%;
        top: 27%;
    }

    }

@media (max-width:1200px) {
    .banner-title-text-res {
        width: 100%;
        display: grid;
        position: relative;
        justify-content: center;
        left: 2%;
        justify-content: left;
        top: 130px;
        height: auto;
        z-index:1;
    }

        .banner-title-text-res .banner-title-p p, banner-title > span {
            display: inline-block;
            font-size: clamp(42px, 1.1vw, 20px);
        }

    .res-anpr-parking-cont {
        left: 50%;
        transform: translateX(-50%);
        top: 25%;
    }

    .b-h-\[1300px\] {
        height: 1300px;
    }

    .anpr-park-left-img-container {
        height: 400px;
        top: auto;
        bottom: 80px;
    }

    .anpr-park-right-cont {
        height: 200px;
        width: 32%;
        bottom: 150px;
    }

    .ticket_Kiosk_banner_res {
        top: auto;
        bottom: 10%;
    }
    section .banner-images-right {
        width: 70%;
        height: -webkit-fill-available;
    }

    .banner-images-right {
        display: none;
    }

    .banner-section {
        height: 1300px!important;
    }
    .parking-img-left {
        top: auto;
        bottom: 100px;
        width: 80%;
        right: 0;
        left: auto;
    }
    .anpr-parking .parking-points-parent {
        right: 0 !important;
        top: 5% !important;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .banner-content {
        top: 0!important;
        left: 2%!important;
    }
    
}

@media (max-width: 750px) {
    .anpr-park-left-img-container {
        width: 75%;
    }
}
@media (max-width: 550px) {
    .anpr-park-left-img-container {
        width: 90%;
        bottom: 0;
    }
    .anpr-park-right-cont {
        bottom: 2%;
    }
}




/*star ...............from themes-new banner css.....................................................*/
/* Banner Section */
.banner-section {
    height: 900px;
    position: relative;
    background: linear-gradient(103deg,#101c50,#101c50);
    overflow: hidden;
}

/* Banner Content */
.banner-content {
    position: absolute;
    top: 130px;
    left: 130px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    z-index: 2;
}

/* Title */
.banner-title {
    color: white;
    font-size: 64px;
    line-height: 72px;
    font-family: 'Manrope-ExtraBold';
    text-shadow: 5px 8px 10px rgba(0,0,0,0.25), 0px 8px 4px rgba(0,0,0,0.25), 0px 8px 4px rgba(0,0,0,0.25), 0px 0px 250px rgba(35,139,251,0.5), 0px 0px 250px rgba(35,139,251,0.8);
}

/* Explore Button */
.explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 30px;
    height: 50px;
    background: linear-gradient(180deg,#2d88e3 0%,#0045c6 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 26px;
    font-family: 'Manrope-SemiBold';
    width: fit-content;
}

    .explore-btn svg {
        width: 30px;
        fill: white;
    }

/* Car Image */
.banner-car {
    position: absolute;
    bottom: -23px;
    left: -2px;
    width: 1115px;
    height: 520px;
}

    .banner-car img {
        width: 100%;
        height: auto;
    }

/* Right Images */
.banner-images-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    display: flex;
}

    .banner-images-right img.right-corner {
        position: absolute;
        height: 100%;
        right: 0;
        z-index: 1;
    }

    .banner-images-right img.bottom-corner {
        position: absolute;
        bottom: 0;
        height: 450px;
        right: 250px;
        z-index: 5;
    }

    .banner-images-right img.pattern-bottom {
        position: absolute;
        bottom: -28px;
        right: 310px;
        height: 400px;
    }

    .banner-images-right img.pattern-top {
        position: absolute;
        top: -115px;
        right: 75px;
        height: 400px;
    }

/* Parking Points Container */
.parking-points-parent {
    position: absolute;
    width: 729px;
    height: 646px;
    top: 32px;
    right: 503px;
    z-index: 2;
}


/* Point Box */
.parking-points {
    position: absolute;
    width: 270px;
    height: 270px;
    /*background-image: url(../images/banner/anpr-parking/points-frame.png);*/
    background-image: url('../../../../../themes-new/images/banner/anpr-parking/points-frame.png');
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    padding-top: 65px;
}

.icon-gif {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

    .icon-gif img {
        width: 100%;
        height: 100%;
    }

.points-content {
    color: white;
    text-align: center;
    max-width: 150px;
    font-size: 16px;
    font-family: 'Manrope-Bold';
}

/* Point Positions */
.point2 {
    top: 140px;
    left: 138px;
}

.point3 {
    top: 4px;
    left: 281px;
}

.point4 {
    top: 104px;
    left: 460px;
}

.point5 {
    top: 241px;
    right: 141px;
}

.point6 {
    bottom: 0;
    right: 283px;
}
/*End ....................................................................from themes-new banner css*/

/*add by hari sanakr for tenant app banner resposive issue fixing 20260314*/

@media (max-width: 1760px) {
    .tenant-card-parent {
        top: 41%;
        left: 4%;
        right: auto;
        --tw-translate-y: 0;
        --tw-translate-x: 0;
    }
    .tenant-app-mobile {
        right: 6%;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        bottom: 74px;
        top: auto;
        left: auto;
    } 
}
@media (max-width: 1200px) {
    .tenant-banner-cont{
        width:100%;
        height:100%;
    }
    .tenant-banner-bg-img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        inset: 0;
    }
    .tenant-title-parent {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        top: 7%;
        right: auto;
    }

    .tenant-banner-title {
        align-items: center;
    }
    .tenant-banner-title-text{
        white-space:normal;
        text-align:center;
    }
    .tenant-banner-title br {
        display: none;
    }

    .tenant-card-parent {
        top: 22%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        right: auto;
        justify-content: center;
        align-items: center;
    }

    .tenant-feature-icon {
        display: none;
    }

    .tenant-app-mobile {
        bottom: 62px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        top: auto;
    }

    .tenant-app-mobile-img {
        width:550px;
    }
}
@media (max-width: 800px) {
    .tenant-banner-title-text {
        font-size: 48px;
        line-height:normal;
        margin:0;
    }
    .tenant-feature-card p{
        font-size:18px;
    }
}
@media (max-width: 620px) {
    .tenant-banner-title-text {
        font-size: 36px;
    }
    .tenant-feature-card {
        width: 180px;
    }
}
@media (max-width: 378px) {
    .tenant-card-parent {
        top: 25%;
    }
    .tenant-feature-card {
        width: 150px;
    }
}
.w-m-c {
    width: max-content;
}

/*add by hari sankar anpr parking banner responsive issue fixing 20260320*/
.parking-img-left{
   width:57%;
}
.banner-images-right.parking-right {
    transform: translateX(244px)
}
.anpr-parking .parking-points-parent {
    right: 259px;
}
@media (max-width: 1670px) {
    .banner-images-right.parking-right{
        display:none;
    }
    .anpr-parking .parking-points-parent {
        right: 1%;
        top: 10%;
    }
    .parking-img-left {
        width: 60%;
    }
    .anpr-parking .banner-title-parking {
        font-size: 48px;
    }
}
@media (max-width: 1200px) {
    .anpr-parking .banner-title-parking {
        line-height: normal;
    }
    .banner-content {
        top: 6% !important;
        left: 2% !important;
    }
    .banner-title-parkingres {
        top: 0;
        left: 0;
    }
    .anpr-parking .parking-points-parent {
        right: auto !important;
        top: 18% !important;
        bottom: auto;
        left: 50%;
        margin: initial;
        transform: translate(-50%);
    }
    .parking-img-left {
        width: 87%;
        inset: auto 0 122px 50%;
        transform: translate(-50%);
        height:300px;
    }
}
@media (max-width: 729px) {
    .anpr-parking .parking-points-parent {
        top: 23% !important;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .anpr-parking .parking-points {
        position: unset;
    }
    .parking-points.point3,.parking-points.point5,.parking-points.point6 {
        display:none;
    }
    .parking-points.point4{
       transform: translateY(-176px);
    }
    .parking-img-left {
        width: 100%;
        inset: auto 0 158px 50%;
        transform: translate(-50%);
        height: 420px;
    }
    .parking-img-left img{
        object-fit:contain;
    }
}
.product-cat-text {
    font-size: 36px;
}
.ft-border {
    border: 1px solid #fff3;
}
.ft-border-kiosk {
    border: 1px solid #ffffff4d;
}
.ca-feature-icon {
    background-image: linear-gradient(135deg, rgb(255, 147, 15) 0%, rgb(255, 249, 91) 100%);
}
.pc-feature-icon {
    background-image: linear-gradient(135deg, rgb(23, 234, 217) 0%, rgb(96, 120, 234) 100%);
}
.nc-feature-icon {
    background-image: linear-gradient(135deg, rgb(193, 101, 221) 0%, rgb(92, 55, 254) 100%);
}
.cs-card{
    opacity:0;
}
.cs-card:hover {
    opacity: 1;
}
a.product-card-cont, a.product-card-cont:hover{
    text-decoration: none;
}
@media (max-width: 540px) {
    .anpr-parking .parking-points-parent {
        height: auto;
    }
    .parking-points.point4 {
        display:none;
    }
    .parking-img-left {      
        inset: auto 0 128px 50%;     
        height: 333px;
    }
}
@media (max-width: 767px) {
    .news-cont{
        padding-inline:20px;
    }
}