:root{
    --primary: #2E3192;
    --white:#fff;
    --gray-light:#F6F6F6;
    --text-secondary:#80848E;
    --primary_text:#484851;
    --bg-body-tertiary:#F0F0FF;
    --stroke:#CBCFD4;
    --textbox_text:#80848E;
    --card-black:#242933;
    --red: #D40E0E;
}
body{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: var(--primary_text);
}
a,a:hover{
    text-decoration: none;
}
h2{
    font-weight: 700;
    font-size: 2.75rem;
    color: #000;
}
h2 span{
    color: #F03E3A;
}
h4{
    font-size: 1.5rem;
}
img{
    max-width: 100%;
    height: auto;
}
.form-control{
    padding: 7px 12px;
}
@media (min-width: 1366px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1340px;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1566px;
    }
}
.main-header{
    background-color: var(--bg-body-tertiary);
}
/* --- COMMON ICON & SPACING FOR BOTH SEARCH BARS --- */
.search-wrapper .th-search {
    padding-left: 42px !important;   /* space for icon */
    height: 38px;
    border-radius: 50px;
  }
  
  .search-wrapper .position-relative::before,
  form.search-wrapper::before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
  }
  
  /* --- DIFFERENT WIDTHS (CSS ONLY) --- */
  
  /* Booking page search bar */
  form.search-wrapper .th-search {
    width: 280px;   /* booking size */
  }
  
  /* Header search bar */
  .d-flex.search-wrapper .th-search {
    width: 350px;   /* header size */
  }
  
.primary-btn{
    background-color: var(--primary);
    color: var(--white);
    padding: 10px 15px;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    border: 1px solid var(--primary);
    border-radius: 50px;
    transition: all 0.3s;
}
.primary-btn:hover{
    background-color: #191B6B;
    transition: all 0.3s;
}
.secondary-btn{
    background-color: var(--white);
    color: var(--primary);
    padding: 10px 15px;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    border: 1px solid var(--primary);
    border-radius: 50px;
}
.btn-white{
    background-color: var(--white);
    color: var(--primary);
}
.btn-white:hover{
    color: var(--white);
    transition: all 0.3s;
}
.header-btn-group{
    gap: 10px;
    display: flex;
}
.header-actions{
    display: flex;
    gap: 10px;
}
.header-location{
    color: var(--primary_text);
    font-size: 0.875rem;
    display: flex;
    gap: 10px;
    align-items: center;
}
.th-input{
    padding:8px 15px;
    border-color: var(--stroke);
    border-radius: 6px;
    font-size: 0.875rem;
}
select.th-input{
    appearance: none;
    -webkit-appearance: none; 
    -moz-appearance: none;  
    background-image: url("../img/icons/arrow.svg");
    background-repeat: no-repeat;
    background-position: right 1rem center;  /* position the icon */
    background-size: 0.8rem;   
}
.booking-form{
    display: flex;
    width: 100%;
    gap: 28px;
    align-items: center;
    padding: 20px 0;
}
.booking-form .form-group{
    display: flex;
    gap: 28px;
    flex: 1;
}
.booking-form .form-group >*{
    flex: 1;
}
.social-media{
    display: flex;
    gap: 10px;
    font-size: 0.875rem;
    align-items: center;
}
/* Hero */
.hero-slider-single{
    padding: 120px 0;
    height: 480px;
    background-repeat: no-repeat;
}
.hero-data h1 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.8;
}
.hero-data ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
}
.hero-data li{
    position: relative;
    color:var(--white);
    font-size: 0.875rem;
}
.hero-data li:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: var(--white);
    right: -12px;
    top:0;
}
.hero-data li:last-child:after{
    content: none;
}
.hero-data p{
    color:var(--white);
    font-size: 0.875rem;
}
.hero-video-wrapper{
    display: flex;
    justify-content: center;
}
.hero-video-wrapper a img{
    width: 32px!important;
}
.hero-video-wrapper a{
    width: 85px;
    height: 85px;
    border-radius: 50px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-slider .owl-dots span {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
}
.hero-slider .owl-dots{
    bottom: 30px;
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
    z-index: 10;
    width: 100%;
}
.hero-slider .owl-dots .active span{
    width: 16px;
    transition: all 0.3s;
}
.banner-section{
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 224px;
}
/* quick nav */
.quicknav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}
.quicknav{
    background-color: #323741;
    padding:10px 0;
}
.quicknav ul li a{
    display: flex;
    padding:6px 15px;
    font-size: 0.875rem;
    color: var(--white);
}
.th-tab button{
    padding: 10px 20px;
    font-size: 0.875rem;
    color: var(--text-secondary);
    font-weight: 500;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0!important;
}
.th-tab button.active{
    color: var(--primary)!important;
    background-color: transparent!important;
    border-bottom: 1px solid var(--primary);
}
.movie-col figure {
    margin: 0;
    position: relative;
}
.movie-col img {
    border-radius: 10px;
    width: 100%;
}

/* Fixed height for movie posters in Now Showing and Upcoming lists */
.movie-poster-image {
    height: 450px !important;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Play button overlay for movie trailers */
.movie-trailer-play-btn {
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 15 !important;
}

.movie-col:hover .movie-trailer-play-btn {
    opacity: 1;
}

.movie-col:hover .movie-trailer-play-btn:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
    transform: translate(-50%, -50%) scale(1.1);
}

.movie-col:hover figcaption{
    opacity: 1;
    transition: all 0.3s;
    z-index: 10;
}
.movie-col figcaption{
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 70%);
    color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.status{
    background-color: #EDEDED;
    padding: 0 10px;
    height: 20px;
    font-size: 12px;
    color: var(--primary_text);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.status.danger{
    background-color: #F7E3E3;
    color: #D40E0E;
}
.movie-col figcaption h3{
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
}
.movie-col figcaption ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 15px;
}
.movie-hov-data {
    width: 100%;
}
.movie-col figcaption ul li{
    font-size: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.movie-col figcaption ul li i{
    font-size: 0.875rem;
}
.movie-col figcaption ul li .status{
    background-color: #787880;
    color: #fff;
}
.movie-col figcaption ul li .status.danger{
    background-color: #D40E0E;
}
.movie-meta {
    margin-top: 15px;
    display: flex;
}
.movie-meta .movie-head{
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}
.movie-meta h6{
    font-size: 0.875rem;
    font-weight: 500;
}
.movie-meta span{
    font-size: 0.875rem;
    color: var(--text-secondary);
}
.col-5th{
    flex: 0 0 20%;
    max-width: 20%;
}
.movie-area{
    padding: 30px 0;
}
.event-sec{
    background-color: var(--gray-light);
    padding: 30px 0;
}
.event-col figure {
    margin: 0;
}
.event-col figure img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}
.event-col .event-meta{
    background-color: var(--card-black);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
}
.event-col .event-meta h5{
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
}
.event-meta >div{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}
.event-meta >div a{
    width: 98px;
    justify-content: center;
}
.event-meta span{
    font-size: 12px;
    color: var(--white);
}
footer{
    padding: 56px 0;
    background-color: #323741;
}
.ft-social{
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}
.ft-social:before{
    content: '';
    width: 100%;
    background-color: #80848E;
    height: 1px;
    position: absolute;
    top: 15px;
    z-index: 0;
}

.ft-social a:hover svg {
    fill: var(--white);
    transition: all 0.3s;
}

.ft-social div{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 1;
    background: #333741;
    padding: 0 10px;
}
.ft-data{
    display: flex;
    margin-top: 12px;
    align-items: center;
}
.ft-data p{
    margin: 0;
    font-size: 0.875rem;
    color: var(--white);
}
.ft-data ul{
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 40px;
}
.ft-data ul li{
    position: relative;
}
.ft-data ul li a{
    color: var(--white);
    font-size: 0.875rem;
}
.ft-data ul li:after{
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 16px;
    background-color: var(--white);
    right: -20px;
    top: 4px;
}
.ft-data ul li:last-child:after{
    content: none;
}
.booking-close{
    display: none;
}
.fab-btn {
    position: fixed;
    right: 48px;
    bottom: 125px;
    z-index: 100;
}
.help-btn{
    border-top-right-radius: 0;
}
.fab-mob{
    display: none;
    width: 40px;
    padding: 0;
    justify-content: center;
}

.pulse {
    animation: pulse-animation 2s infinite;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(81, 87, 255, 0.452);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }

/* Booking */
.inner-actions{
    display: flex;
    align-items: center;
    padding: 48px 0;
    position: relative;
    justify-content: center;
}
.inner-actions .secondary-btn {
    left: 0;
    position: absolute;
} 
.stepper{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    width: 700px;
    /* margin-left: auto; */
}
.stepper li{
    position: relative;
    color: var(--text-secondary);
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
    gap: 12px;
}
.stepper li:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #D9D9D9;
    top: 10px;
    bottom: 0;
    z-index: -1;
    left: 50%;
}
.stepper li:last-child:after{
    content: none;
}
.stepper li.active:after{
    background-color: var(--primary);
}
.stepper li span{
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    display: inline-flex;
    border-radius: 50%;
}
.stepper li.active{
    color: var(--primary);
}
.stepper li.active span{
    background-color: var(--primary);
}
.booking-summary h1{
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 24px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 32px;
}
.key{
    font-size: 1rem;
    color: var(--text-secondary);
    margin-bottom: 10px;
    font-weight: 700;
}
.value{
    font-size: 0.875rem;
    color: var(--primary_text);
}
.censor {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.mb-30{
    margin-bottom: 30px;
}
.age-rating, .censor-rating {
    font-size: 14px;
    color: var(--white);
    background-color: var(--red);
    padding: 2px 10px;
    border-radius: 60px;
}
.censor-rating {
    color: var(--red);
    padding: 2px 20px;
    background-color: rgb(212 14 14 / 10%);
}
/* Movie Details */

/* Date Search Section */
.date-search {
    background-color: var(--gray-light);
    padding: 20px 0;
}

.date-picker-wrapper {
    display: flex;
    align-items: center;
    padding-right: 20px;
    border-right: 1px solid var(--stroke);
}

.date-picker {
    display: flex;
    gap: 10px;
    align-items: center;
}

.date-item {
    background-color: var(--white);
    border: 1px solid var(--stroke);
    border-radius: 10px;
    padding: 10px;
    width: 62px;
    height: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.date-item:hover {
    border-color: var(--primary);
    transition: all 0.3s;
}

.date-item.active {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.date-item .month {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary_text);
    line-height: 20px;
}

.date-item.active .month {
    color: var(--white);
}

.date-item .day {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary_text);
    line-height: 24px;
    margin: 0;
}

.date-item.active .day {
    color: var(--white);
}

.date-item .weekday {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary_text);
    line-height: 20px;
}

.date-item.active .weekday {
    color: var(--white);
}

.search-filters {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.search-input-wrapper {
    width: 100%;
    min-width: 430px;
    position: relative;
}

.search-input {
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid var(--stroke);
    border-radius: 20px;
    font-size: 14px;
    background-color: var(--white);
}

.search-input::placeholder {
    color: var(--textbox_text);
    font-size: 14px;
}

.filter-group {
    display: flex;
    gap: 20px;
    width: 100%;
}

.filter-select {
    flex: 1;
    height: 40px;
    padding: 8px 15px;
    border: 1px solid var(--text-secondary);
    border-radius: 6px;
    font-size: 14px;
    background-color: var(--white);
    color: var(--primary_text);
}

.filter-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(46, 49, 146, 0.25);
}

/* Responsive Design for Date Search */

@media (max-width: 1199px) {
    .date-picker-wrapper {
        border-right: none;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .date-picker {
        width: 100%;
        justify-content: space-between;
    }
    .date-item {
        width: 72px;
        height: 80px;
    }
}
@media (max-width: 992px) {
    .date-search {
        padding: 16px 0;
    }
    
    .date-picker-wrapper {
        gap: 16px;
    }
    
    .date-picker {
        gap: 8px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding-bottom: 8px;
    }
    
    .search-filters {
        align-items: stretch;
    }
    
    .filter-group {
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .date-picker {
        gap: 6px;
    }
    
    .date-item .month,
    .date-item .weekday {
        font-size: 12px;
    }
    
    .date-item .day {
        font-size: 14px;
    }
    .date-picker-wrapper {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px)  {
    .search-filters {
        flex-direction: column;
    }
}


.movie-bg {
    background-color: var(--gray-light);
}

.movie-bg h4 {
    font-weight: 700;
}


/* Theaters List */
.theaters-list {
    padding: 10px 0 10px;
    background-color: var(--white);
}

.theater-card {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 30px 0;
    border-bottom: 1px solid #D9D9D9;
}

.theater-card:last-child {
    border-bottom: none;
}

.theater-info {
    min-width: 255px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.theater-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary_text);
    margin: 0;
    line-height: 24px;
}

.theater-location {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary);
    margin: 0;
    line-height: 21px;
}

.show-times {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.show-time-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.show-time-item:hover {
    transform: translateY(-2px);
    transition: all 0.3s;
}

.show-time-border {
    width: 7px;
    height: 52px;
    border-radius: 10px 0 0 10px;
}

.show-time-content {
    background-color: var(--white);
    border: 1px solid;
    border-radius: 0 10px 10px 0;
    padding: 10px;
    width: 131px;
    height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.show-time {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.show-type {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

/* Color coding for different show types */
.show-time-4dx .show-time-border {
    background-color: #ed4141;
}

.show-time-4dx .show-time-content {
    border-color: #ed4141;
}

.show-time-4dx .show-time,
.show-time-4dx .show-type {
    color: #ed4141;
}

.show-time-pxl .show-time-border {
    background-color: #e89e35;
}

.show-time-pxl .show-time-content {
    border-color: #e89e35;
}

.show-time-pxl .show-time,
.show-time-pxl .show-type {
    color: #e89e35;
}

.show-time-luxe .show-time-border {
    background-color: #64cc1a;
}

.show-time-luxe .show-time-content {
    border-color: #64cc1a;
}

.show-time-luxe .show-time,
.show-time-luxe .show-type {
    color: #64cc1a;
}

/* Responsive Design for Theaters List */
@media (max-width: 1199px) {
    .theater-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    
    .theater-info {
        min-width: auto;
        width: 100%;
    }
    
    .show-times {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 992px) {
    .theater-card {
        gap: 20px;
    }
    
    .show-times {
        gap: 15px;
    }
    
    .show-time-content {
        width: 120px;
        height: 48px;
    }
    
    .show-time-border {
        height: 48px;
    }
}

@media (max-width: 768px) {
    .theaters-list {
        padding: 20px 0;
    }
    
    .theater-card {
        gap: 15px;
    }
    
    .show-times {
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .show-time-content {
        width: 100px;
        height: 44px;
        padding: 8px;
    }
    
    .show-time-border {
        height: 44px;
        width: 6px;
    }
    
    .show-time {
        font-size: 13px;
    }
    
    .show-type {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .show-times {
        gap: 8px;
    }
    
    .show-time-content {
        width: 90px;
        height: 40px;
        padding: 6px;
    }
    
    .show-time-border {
        height: 40px;
        width: 5px;
    }
    
    .theater-name {
        font-size: 15px;
    }
    
    .theater-location {
        font-size: 13px;
    }
}






/* media */
@media (max-width: 1366px) {
    .date-item {
        width: 70px;
        height: 80px;
    }
    .search-input-wrapper {
        min-width: 330px;
    }
}
@media(max-width:1200px){
    .social-media{
        display: none;
    }
    .booking-form .form-group{
        gap: 12px;
    }
    .movie-meta{
        flex-direction: column;
        gap: 8px;
    }
    .movie-meta .movie-head{
        order: 2;
    }
    .movie-meta .status{
        align-self: flex-start;
    }
    .event-meta >div{
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        order: 2;
        margin-bottom: 0;
        margin-top: 12px;
    }
    .event-meta >div a{
        margin-left: 0!important;
    }
    .event-col .event-meta{
        display: flex;
        flex-direction: column;
    }
}
@media(max-width:992px){
    .col-5th{
        max-width: 50%;
        flex: 0 0 50%;
    }
    .movie-col {
        margin-bottom: 24px;
    }
    .event-col {
        margin-bottom: 24px;
    }
    .hero-slider-single:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 40%);
        z-index: 1;
    }
    .hero-data, .hero-video-wrapper {
        position: relative;
        z-index: 2;
    }
    .boking{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 101;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        padding-bottom: 24px;
        transform: translateY(100%);
        transition:all 0.3s ease-in-out;
    }
    .boking.active{
        transform: translateY(0%);
        transition:all 0.3s ease-in-out;
    }
    .booking-close{
        display: flex;
        padding: 16px 0 12px 0;
        align-items: center;
    }
    .booking-close a{
        color: var(--primary_text);
        margin-left: auto;
    }
    .booking-form .form-group{
        flex-direction: column;
    }
    .help-btn{
        display: none;
    }
    .fab-mob{
        display: flex;
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }
    .booking-form{
        padding: 0;
    }
    div#booking-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 100;
    }
    .header-actions{
        flex-direction: column;
        gap: 16px;
    }
    .th-search{
        width: 100%;
    }
    .search-wrapper{
        margin-left: 0!important;
        width: 100%;
    }
    .banner-section{
        padding: 56px 0;
        height: auto;
    }
    .inner-actions .secondary-btn {
        position: relative;
    }
}
@media(max-width:768px){
    .hero-video-wrapper {
        justify-content: flex-start;
        margin-top: 20px;
    }
    .hero-slider-single{
        height: auto;
        background-position: right bottom !important;
        background-size: 100% !important;
    }
    .banner-section figure {
        text-align: left !important;
    }
    h2{
        font-size: 2rem;
    }
    .quicknav ul{
        gap: 16px;
    }
    .ft-data{
        flex-direction: column;
        gap: 12px;
    }
    .ft-data ul{
        margin-left: 0;
    }
    .inner-actions {
        flex-direction: column;
        gap: 40px;
    }
    .inner-actions .secondary-btn {
        margin-right: auto;
    }
    .stepper {
        width: 100%;
    }
    .booking-summary figure {
        margin-bottom: 40px;
    }
    .search-filters {
        flex-direction: column;
    }
    .search-filters .me-2 {
        margin-right: 0 !important;
    }
}
@media(max-width:576px){
    .col-5th {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .navbar-brand {
        width: 60px;
    }
    .ft-data ul{
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    .ft-data ul li:after{
        content: none;
    }
    .quicknav {
        overflow-x: auto;
        scroll-behavior: smooth;
    }
    .quicknav ul li a{
        white-space: nowrap;
    }
    .fab-btn{
        right: 24px;
        bottom: 24px;
    }
    .hero-slider-single {
        background-size: cover !important;
    }
    .hero-video-wrapper {
        margin-top: 30px;
    }
    .hero-video-wrapper a {
        width: 60px;
        height: 60px;
    }
    .stepper li {
        text-align: center;
        justify-content: normal;
    }
    .date-item {
        padding: 10px 20px;
    }
}