
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --font-heading: 'Cinzel', serif;
  --font-body: 'Cormorant Garamond', serif;
  --font-ui: 'Inter', sans-serif;
}

.new-banner-main-heading{
    font-family:var(--font-heading);
    font-style: normal;
font-weight: 400;
font-size: 60px;
line-height: 72px;
text-transform: uppercase;
color: #1b1718;
    margin: 0;
    }
    
    .new-font {
        font-family:var(--font-body);
font-style: italic;
font-weight: 400;
font-size: 60px;
line-height: 72px;
text-transform: capitalize;
color: #71717b;
}

.new-text {
    font-family:var(--font-ui);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #71717b;
}

p.normal-text-para{
    font-family:var(--font-body);
    font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 32px;
color: #3f3f47; 
    }
    
    .add-flex-prop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.max-wid {
    max-width: 370px;
}

.btn-prop {
    font-family:var(--font-ui);
    padding: 16px 32px !important;
   border: 1px solid #E7E3E4;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 32px !important;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #1b1718;
    cursor: pointer;
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    opacity: 1 !important;
     transition: all 0.35s ease-in-out;
     text-align:center;
         display: inline-block !important;
}

.btn-prop:hover {
background:#1B1718;
color:#FFFFFF;
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
    border: 1px solid #1B1718;
}

.first-bg-with-border{
 background: #FAFAFA !important;
border-width: 1px 0px;
border-style: solid;
border-color: rgba(165, 168, 172, 0.16);
border-radius: 0px;   
    }
    
.section-new-head{
    font-family:var(--font-body);
    font-style: italic;
font-weight: 400;
font-size: 48px;
line-height: 56px;
text-transform: capitalize;
color: #71717b;
}

.hero-line {
  width: 56px;
  height: 1px;
  background: #1b1718;
  margin: 1rem 0;
}

.set-link{
    font-family:var(--font-ui);
    font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 32px;
letter-spacing: 2.4px;
text-transform: uppercase;
color: #1B1718 !important;
    }
    
    .sec-bg-with-border {
    background: #FAFAFA !important;
    border-bottom: 1px solid #E7E3E4;
    border-radius: 0px;
}

.new-section-main-heading{
    font-family:var(--font-heading);
    font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 56px;
text-transform: capitalize;
color: #1b1718;
    }
    
    .card-display {
    background: #FFFFFF;
  border: 1px solid #F5F4F4;
        padding: 32px 20px 20px;
    height:100%;
   box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
}


.card-display:hover {
    background: #FFFFFF;
    border: 1px solid #E7E3E4;
   box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.16);
}

.new-section-sub-heading{
    font-family:var(--font-heading);
    font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
color: #1b1718;
    }
    
    .br-btm-sect {
        border-bottom: 1px solid #E7E3E4;
    border-radius: 0px;
}
hr {
    border-bottom: 1px solid #E7E3E4;
}

hr.md-br{
    border: 1px solid #E7E3E4;
    }

.br-right {
  border-right: 1px solid #E7E3E4;
  padding-right: 2rem;
}

.br-btm-sect-next {
    border-radius: 0px;
    border-bottom: 1px solid rgba(165, 168, 172, 0.16);
}

.cell:last-child .br-right {
  border-right: none;
}

.pd-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.add-light-wid {
    background: #FAFAFA;
    border: 1px solid rgba(165, 168, 172, 0.32);
   padding: 60px 8px 18px;
}

.is-wrapper .is-box .is-container {
    margin-top: 80px;
    margin-bottom: 80px;
}

.section-new-heading{
    font-family:var(--font-heading);
font-style: normal;
font-weight: 400;
font-size: 36px;
line-height: 40px;
text-transform: capitalize;
color: #1b1718;    
    }
    
    .section-new-head-sm {
    font-family: var(--font-body);
    font-style: italic;
  font-weight: 400;
font-size: 36px;
line-height: 40px;
    text-transform: capitalize;
    color: #71717b;
}
    
.service-line-bg{
     background: #FAFAFA !important; 
    }
     
.is-wrapper .is-header,
.is-header {
        background: linear-gradient(180deg, rgba(236, 235, 255, 0.30) 70%, rgba(236, 235, 255, 0.00) 100%);
    background: rgba(250, 250, 250, 0.9);
    border-bottom: 1px solid #E7E3E4;
    z-index: 999;
}

.is-wrapper .is-header.pos-ab-header {
    border-bottom: 0 !important;
}
            
 ul#mainNav>li>a {
font-family:var(--font-ui) !important;   
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 32px;
letter-spacing: 2.4px;
text-transform: uppercase;
color: #71717b;
    margin: 0 .2rem;
    border-radius: 0px;
    padding: 0 9px;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color:transparent;
    display: inline-block;
    width: 23px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1772 1.88191C10.6078 1.45139 10.6078 0.753396 10.1772 0.322884C9.74673 -0.107628 9.04873 -0.107628 8.61821 0.322884L5.50004 3.44106L2.38191 0.322933C1.95139 -0.10758 1.2534 -0.10758 0.822884 0.322933C0.392372 0.753445 0.392372 1.45144 0.822885 1.88196L4.72044 5.77951C4.99879 6.05786 5.38895 6.15624 5.74634 6.07466C5.9418 6.03008 6.12746 5.93169 6.27968 5.77946L10.1772 1.88191Z' fill='%231B1718'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    margin-top: 7px;
        margin-left: auto;
    margin-right: auto;
}

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after, header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after{
    border-color: transparent;
    }
    
    .new-header ul.dropdown.menu > li.active > a:not(.button) span, .new-header ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom: 0px solid #000000;
    opacity:1;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover:before,
header .dropdown.menu li ul.submenu li.active a:not(.button):before {
  content: none;
}

ul.is-dropdown-submenu.menu.level-2.submenu.first-sub.vertical{
        background: #FFF;
            border: 1px solid rgba(165, 168, 172, 0.32);
    backdrop-filter: blur(8px);
    }

header .dropdown.menu li ul.submenu li a:not(.button):hover, header .dropdown.menu li ul.submenu li.active a:not(.button) {
color: #1B1718 !important;
   opacity:0.8 !important;
}

header .dropdown.menu li ul.submenu li a:not(.button){
    color:#1B1718 !important;
        font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    }
    
    header .dropdown.menu li ul.submenu li a:not(.button) {
    line-height: normal;
    font-family:var(--font-ui) !important;  
}

.new-header ul.dropdown.menu li.active > a:not(.button), .new-header ul.dropdown.menu li > a:not(.button):hover, .new-header ul.dropdown.menu li > a:not(.button):active, .new-header ul.dropdown.menu li > a:not(.button):focus
 {
    border: 0px solid #fff;
        opacity: 0.8 !important;
}

header a.btn-prop:hover {
    color: #FFF;
}

.roster-arrow-box{
    height:120px;
   background: #FAFAFA;
border: 1px solid rgba(165, 168, 172, 0.32);
    display:flex;
   align-items: flex-start;
    justify-content: flex-end;
    gap:26px;
    margin-bottom:14px;
    padding:1rem
}

/* ARROWS */
.roster-prev,
.roster-next{
    width:34px;
    height:34px;
    display:flex;
       align-items: flex-start;
    justify-content: flex-end;
    cursor:pointer;
    transition:0.3s ease;
}

.roster-prev:hover,
.roster-next:hover{
    opacity:0.6;
}

.border-left {
    border-left: 1px solid #E7E3E4;
}

.set-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.set-link svg {
  display: block;
}

.shadow-image img {
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.24);
}

.card-display figure {
    background: #E7E3E4;
    border-radius: 24px;
    display: inline-flex;
    padding: 12px;
}

.add-flex-cont svg {
    margin-right: 7px;
}

.is-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

footer a:not(.button) {
    transition: all 0.35s ease-in-out;
}

.counter {
    display: inline-block;
    transition: all 0.3s ease;
}

.roster-image,
#roster-name-desktop,
#roster-role-desktop,
#roster-name-mobile,
#roster-role-mobile {
    transition: all 0.5s ease;
}

.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}


.last-serv-bg{
    background: #FAFAFA !important;
border-width: 1px 0px;
border-style: solid;
border-color: #E7E3E4;
    }
    
    .footer-flex svg {
    margin-right: 6px;
    margin-top: 3px;
}

.about-body-text {
    background: #FAFAFA;
    border: 1px solid #E7E3E4;
    margin-top: 10px;
    padding: 0.8rem;
}

.about-body-text h3 {
    margin-bottom: 0px;
}

.about-body-text p:first-of-type {
    margin-bottom: 3px;
}

.about-body-text p:last-of-type {
    margin-bottom: 0;
}

.about-body-text p a.set-link {
    text-decoration: underline;
}

.email-link {
    display: inline-block !important;
    max-width: 319px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

  .more-text{
       max-height: 0; 
        transition: max-height 0.5s ease, opacity 0.5s ease;
    display:none;
  }

  .toggle-btn{
    color:#1B1718;
    cursor:pointer;
    margin-left:4px;
    white-space:nowrap;
  }
  
  .card-display.no-hover {
       background: #FAFAFA;
border: 1px solid #E7E3E4;
    box-shadow: none;
}

.card-display.no-hover:hover {
     background: #FAFAFA;
border: 1px solid #E7E3E4;
    box-shadow: none;
}


.sect-with-border {
    border-width: 1px 0px;
    border-style: solid;
    border-color: #F5F4F4;
}

.fr-gray-scale img {
    opacity: 1;
    filter: grayscale(1);
    transition: all 0.35s ease-out;
}

.fr-gray-scale img:hover {
    opacity: 1;
    filter: grayscale(0);
}

.button.complex-btn {
    font-family: var(--font-ui);
    animation: none !important;
    background: transparent !important;
    border: 1px solid #E7E3E4 !important;
    color: #1b1718 !important;
    font-size: 12px !important;
    padding: 8px !important;
}

.button.complex-btn:hover {
    background: #1B1718 !important;
    color: #FFFFFF !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid #1B1718 !important;
}

.serv-card {
    background: #FAFAFA;
border: 1px solid #E7E3E4;
    height: 100%;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
}


.serv-card:hover {
       background: #FFFFFF;
    border: 1px solid #F5F4F4;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.16);
}

.serv-card figure {
    overflow: hidden;
    margin: 0;
}

.serv-card figure img {
    transition: transform 0.5s ease, opacity 0.5s ease;
 filter: brightness(0.6);
}

.serv-card:hover figure img {
    transform: scale(1.08);
    opacity: 1;
    filter: brightness(1);
}


.content-pad {
    padding: 1rem 1.3rem 2rem;
}

.new-section-sub-head {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #1B1718;
}

.new-para {
    font-family: var(--font-body);
  font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 32px;
color: #3F3F47;
}

.set-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.set-link svg {
    transition: transform 0.3s ease;
}

.set-link:hover svg {
    transform: translateX(4px);
}




/* =========================
   CUSTOM DROPDOWN
========================= */

.custom-dropdown {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.new-head {
     font-family:var(--font-heading);
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1B1718;
}



/* Selected Field */

.dropdown-selected {
    font-family:var(--font-body);
    width: 100%;
    height: 56px;
    background: #FFFFFF;
border: 1px solid #E7E3E4;
border-radius: 10px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    transition: 0.3s ease;
}

.dropdown-selected:hover {
    border-color: #8a5b64;
}

.dropdown-selected span {
    font-family:var(--font-body);
   font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 32px;
color: #1B1718;
}

/* Arrow Icon */

.dropdown-selected::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1.5px solid #71717B;
    border-bottom: 1.5px solid #71717B;
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 22px;
}

/* =========================
   DROPDOWN OPTIONS
========================= */

.dropdown-options {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background: #FFFFFF;
border: 1px solid #E7E3E4;
border-radius: 10px;
    padding: 10px;
    display: none;
    z-index: 999;
    max-height: 260px;
    overflow-y: auto;
}

/* Open state */
.dropdown-options.active {
    display: block;
}

/* Option Item */

.dropdown-option {
      font-family:var(--font-body);
   font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 32px;
color: #1B1718;
    cursor: pointer;
    transition: 0.2s ease;
    padding:8px;
}

.dropdown-option:hover,
.dropdown-option.selected {
    background: #F5F4F4;
border-radius: 4px;
}

/* Scrollbar */

.dropdown-options::-webkit-scrollbar {
    width: 5px;
}

.dropdown-options::-webkit-scrollbar-thumb {
    background: #c9c1c3;
    border-radius: 20px;
}

/* =========================
   PROCEEDING SECTION
========================= */

.proceeding-wrapper {
    margin-top: 10px;
    opacity: 0.6;
    pointer-events: none;
}

/* Activated state */
.proceeding-wrapper.proceeding-active {
    opacity: 1;
    pointer-events: auto;
}

/* Grid */

.proceeding-grid {
      display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* =========================
   PROCEEDING BUTTONS
========================= */

.black-btn {
    min-height: 54px;
    border: 4px solid #E7E3E4;
    background: transparent;
       font-family:var(--font-body);
   font-style: normal;
font-weight: 500 !important;
font-size: 20px  !important;
line-height: 32px;
color: #1B1718;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    transition: 0.3s ease;
    cursor: default;
    opacity: 0.6;
}

/* Active state after service selection */

.proceeding-active .black-btn {
    opacity: 1;
}

/* Hover */

.proceeding-active .black-btn.active {
       background: transparent;
    color: #1B1718;
    cursor: pointer;
    opacity: 1;
    border: 4px solid #1B1718;
}

.proceeding-active .black-btn:hover {
       background: transparent;
    color: #1B1718;
    cursor: pointer;
    opacity: 1;
    border: 4px solid #1B1718;
}

/* Selected proceeding */


/* =========================
   BOOK BUTTON
========================= */

.book-btn-wrapper {
    margin-top: 50px;
}

.book-btn {
    pointer-events: none;
    opacity: 0.5 !important;
}

/* Active Book Button */

#bookNowBtn.active {
    pointer-events: auto;
    opacity: 1  !important;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

    .proceeding-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 640px) {

    .booking-wrapper {
        padding: 50px 20px;
    }

    .proceeding-grid {
        grid-template-columns: 1fr;
    }

    .dropdown-selected,
    .black-btn,
    .book-btn {
        min-height: 50px;
    }

}

.btns-db .btn-prop {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #F5F4F4;
    border-width: 1px !important;
    color:#71717B;
    padding: 16px !important;
    border:1px solid #F5F4F4;
}

.add-gap {
    gap: 6px;
}

.btns-db .btn-prop:hover {
background: #E7E3E4;
    border: 1px solid #1B1718 !important;
    color:#1B1718;
}

ul.arrow-list li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 32px;
    color: #3F3F47;
    text-transform: none;
    letter-spacing: normal;
    padding-bottom:8px;
}

li::marker {
  color: #71717B;
}

li strong {
  color: #1B1718;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-toggle-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 12;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots {
  bottom: 53px !important;
    z-index: 11;
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li {
  background: transparent;
border: 2px solid #FFFFFF;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #FFFFFF;
border: 2px solid #FFFFFF;
}

.image-pos {
    position: relative;
}

.pos-over-image {
    position: absolute;
    top: 5%;
    right: 10%;
}

a.cta-cl {
    color: #3F3F47;
    text-decoration: underline;
}

.roster-filter{
    margin-bottom:40px;
}

#searchInput{
    width:100%;
    padding:14px 52px;
background: transparent;
border: 1px solid #E7E3E4;
border-radius: 0px;
}

.alphabet-filter{
    margin-top:20px;
    display:flex;
    flex-wrap:wrap;
    gap:12px;
   justify-content: space-evenly;
}

.alphabet{
    font-family: "Inter", sans-serif; 
    cursor:pointer;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 32px;
letter-spacing: 2.4px;
text-transform: uppercase;
color: #1B1718;
}

.alphabet.active{
    color:#1B1718;
}

.vehicle-info{
    margin-bottom:40px;
}

input#searchInput::placeholder {
    font-family: "Inter", sans-serif; 
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    letter-spacing:2.4px;
    color: #1B1718;
    text-transform:uppercase;
}
input#searchInput {
    font-family: "Inter", sans-serif; 
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    letter-spacing:2.4px;
    color: #1B1718;
    text-transform:uppercase;
}

button.chip-close {
    padding: 0;
}

button#closeFilter {
    border: 1px solid #E7E3E4;
    color: #1B1718;
}

.search-box{
    position:relative;
    max-width:100%;
    width:100%;
    margin-bottom:20px;
}

.search-box input{
    width:100%;
    height:56px;
    padding:0 15px 0 45px;
    border:1px solid #ccc;
    border-radius:6px;
    font-size:16px;
    outline:none;
}

.search-box input:focus{
    border-color:#000;
}

.search-icon{
    position:absolute;
    left:15px;
    top:50%;
    transform:translateY(-50%);
    color:#1B1718;
    font-size:16px;
}

.roster-bg {
    background: linear-gradient(180deg, #FFFFFF %, #FFFFFF 6.03%, #F5F4F4 6.04%, #FAFAFA 6.18%, #FAFAFA 6.18%, #FAFAFA 100%) !important;
    border-radius: 0px;
}

a.cta-ros {
    color: #1B1718;
}

.add-flex-if .cta-ros {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
        text-overflow: ellipsis;
    line-height: normal;
}

.tabs-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cl-bl-agent{
    color:#1B1718;
    background: #E7E3E4;
    border: 1px solid #F5F4F4;
    padding: 0.2rem 1rem;
    margin-bottom: 0px;
    }
    
    a.toggle-link {
padding: 4px;
    display: inline;
    box-shadow: none;
    cursor: pointer;
    background: #1B1718;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    display: inline;
    box-shadow: none;
    cursor:pointer;
}


.vehicle-list li:hover{
    color:#1B1718;
    }
    
    .text-decoration-none, .text-decoration-none:hover{
        text-decoration:none;
        }
        li.svg-icon-list:hover svg path {
    fill: #1B1718 !important;
}

.add-form-prop .ww-form-container-3 form {
    border: 0px !important;
        padding: 0px !important;
}

.add-form-prop label{
    font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 32px;
letter-spacing: 3px;
text-transform: uppercase;
color: #1B1718;

}

.form-template-3 .ww-form-container-3 input[type="text"], .form-template-3 .ww-form-container-3 input[type="password"], .form-template-3 .ww-form-container-3 input[type="tel"], .form-template-3 .ww-form-container-3 input[type="email"], .form-template-3 .ww-form-container-3 select, .form-template-3 .ww-form-container-3 textarea, .form-template-3 #mob_phone_phone_number_tel, .first_name_wrap #first_name{
    background: #FFFFFF !important;
    border: 1px solid #E7E3E4 !important;
    border-radius: 10px !important;
        min-height: 56px;
        margin-bottom:1rem !important;
            padding-left: 16px;
}

textarea#field_27498 {
    min-height: 112px;
}
input[type="text"]::placeholder, input[type="email"]::placeholder,  input[type="tel"]::placeholder,  #field_27498::placeholder, [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #1B1718;
    opacity: 1;
    }
    
               .video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 65%, rgba(0, 0, 0, 0.00) 75%);
  pointer-events: none;
}

button#filterBtn {
    border: 1px solid #E7E3E4;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px !important;
    text-align: center;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #1B1718;
}

@media screen and (min-width:1024px) and  (max-width:1200px){
    .add-light-wid .height-60 {
    height: 10px;
}
.add-light-wid {
    padding: 34px 8px 18px;
}

.about-body-text .new-section-sub-heading {
    font-size: 20px;
}
.about-body-text  p.normal-text-para {
    font-size: 15px;
}
.email-link {
    max-width: 258px;
    }
    
    }

@media screen and (max-width:1023.5px){
    .new-header-2 .mobile-contact-buttom-section {
        margin: 16px;
        border-top: 1px solid rgba(165, 168, 172, 0.32);
        padding:10px;
    }
    
    
           .video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 65%, rgba(0, 0, 0, 0.00) 75%);
  pointer-events: none;
}
    
 .new-header .logo-container {
        padding-left: 0px;  
        padding-top: 1rem !important;
}
    .sidenav-container {
        background-color: transparent;
    }
    
        .sidenav-container i.fa-bars.icon {
        color: #1B1718 !important;
        font-size: 35px !important;
    }
    .sidenav-container {
right:1px;
position:absolute;
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
    aside#sidenav {
        position: fixed;
        top: 36.5%;
        width: 100%;
        text-align: center;
    }
    
    aside.sidenav .menu.accordion-menu .active>a {
    background: transparent !important;
    font-weight: 600;
    padding-left: 10px;
    color:#1B1718;
}
aside.sidenav .menu.accordion-menu li {
    border-bottom: 0px solid #272b2c;
    text-transform: uppercase;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after{
      border-color:transparent;
    display: inline-block;
    width: 23px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1772 1.88191C10.6078 1.45139 10.6078 0.753396 10.1772 0.322884C9.74673 -0.107628 9.04873 -0.107628 8.61821 0.322884L5.50004 3.44106L2.38191 0.322933C1.95139 -0.10758 1.2534 -0.10758 0.822884 0.322933C0.392372 0.753445 0.392372 1.45144 0.822885 1.88196L4.72044 5.77951C4.99879 6.05786 5.38895 6.15624 5.74634 6.07466C5.9418 6.03008 6.12746 5.93169 6.27968 5.77946L10.1772 1.88191Z' fill='%2371717b'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
            right: auto;
        left: auto;
        margin-top: -8px;
        margin-left: auto;
        margin-right: auto;
    }
    aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after, aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: transparent transparent transparent !important;
}

.ft-sec {
    display: none;
}
.ft-first > li:nth-child(3) {
    display: block !important;
}
.ft-first > li:nth-child(5) {
    display: block !important;
}

.ft-first, .footer-li1{
    display: flex;
}

.ft-first{
  display: flex;
  flex-wrap: wrap;
}

.footer-li > li {
  flex: 0 0 20%; /* 4 items per row */
}

.footer-li .hide-for-large {
  flex: 0 0 100%; /* forces Reserve Now to next line */
}

.add-flex-cont {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.new-banner-main-heading, .new-font {
    font-size: 32px;
    line-height: 40px;
    }
    .new-section-main-heading, .section-new-head{
        font-size: 28px;
    line-height: 40px;
        }
        
        .new-section-sub-heading{
            font-size: 20px;
    line-height: 32px;
            }

.is-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hero-line.center {
    margin: 1rem auto;
}

.br-right {
    border-right: 0;
    padding-right: 0rem;
}


.roster-arrow-box {
    height: 80px;
    max-width: 327px;
    align-items: center;
            margin: 0;
            width: 100%;
            padding: 1rem 1rem 0.5rem;
    }
    .roster-right-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-light-wid {
     max-width: 327px;
    padding: 20px 8px 18px;
    width: 100%;
}

.section-new-heading, .section-new-head-sm{
     font-size: 24px;
    line-height: 32px;
    }
    
    .add-max-wid-fr-sm {
    max-width: 400px;
    margin: 0 auto;
}

.center-sm{
    text-align:center !important;
    }
    
    .add-margin-sm {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.pd-sm-top{
    padding-top:1.5rem !important;
    }
   
   .mob-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-card {
    max-width: 300px;
}

.email-link {
    display: inline-block !important;
    max-width: 278px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serv-card {
    margin: 0 auto;
    max-width: 370px;
}

.video-wrap {
    position: relative;
    width: 100%;
    height: 37vh;
    overflow: hidden;
}

.add-flex-prop.add-dir {
    display: flex;
    flex-direction: column;
}

.add-flex-prop.add-dir .max-wid {
       max-width: 100%;
}
.alphabet-filter {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.add-black-bg {
    background: #1B1718;
    padding: 60px 20px !important;
}
    
    }
    
    @media screen and (max-width:640px){
    
    .ft-first, .footer-li1 {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    
    .add-flex-cont {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
        gap: 20px;
         margin: 0 auto;
        max-width: 300px;
    }
    
    .footer-flex {
    display: block;
}

.add-to-new-line {
    display: table-cell;
    display: block;
    margin-top: 0rem;
}

ul.footer-li.text-uppercase.ft-first {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

/* First row → 3 items */
.footer-li > li:nth-child(-n+3) {
    flex: 0 0 calc(33.333% - 20px);
}

/* Second row → 2 items */
.footer-li > li:nth-child(4),
.footer-li > li:nth-child(5) {
    flex: 0 0 calc(50% - 20px);
}

/* Third row → 1 item */
.footer-li > li:nth-child(6) {
    flex: 0 0 100%;
}


.footer-li1 {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* First row → 2 items */
.footer-li1 > li:nth-child(1),
.footer-li1 > li:nth-child(2) {
    flex: 0 0 calc(50% - 20px);
}

/* Second row → 1 item */
.footer-li1 > li:nth-child(3) {
    flex: 0 0 100%;
}

.padding-left-2.pd-ft-sm {
        padding-left: 0.625rem !important;
}

.shadow-image img {
    max-width: 300px;
}

}
    
    .menu-toggle[aria-expanded="true"] i::before {
    content: "\f00d";
}

.light-gray{
    color: #71717B !important;
    }
    

    
    @media screen and (min-width:1024px) and  (max-width:1051px){
            .pos-over-image {
    position: absolute;
    top: 4%;
    right: 2%;
}
        }


.video-heading-cl{
    color:#FAFAFA;
    filter: drop-shadow(0px 0px 40px #000000);
    }
    .video-heading-ital{
    color:#E7E3E4;
    }
    
    
   /* .main-navigation {
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 1px 0 0 #F5F4F4;
    backdrop-filter: blur(8px);
}*/

.custom-dropdown:has(.dropdown-options.active) .dropdown-selected {
    background: #FAFAFA;
    border: 1px solid #1B1718;
    border-radius: 10px;
}