@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Noto Sans TC (Traditional Chinese) - Variable Font */
@font-face {
    font-family: 'Noto Sans TC';
    src: url('../fonts/NotoSansTC-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Noto Sans SC (Simplified Chinese) - Variable Font */
@font-face {
    font-family: 'Noto Sans SC';
    src: url('../fonts/NotoSansSC-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Instrument Sans - Variable Font */
@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

body, html, h1, h2, h3, h4, h5, h6, p, span, div, a, button, input, textarea, label, li, ul, ol, th, td, strong, em, b, small {
    font-family: 'Inter', 'Noto Sans TC', 'Noto Sans SC', 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.bg-light.text-muted {
    filter: grayscale(1);
    opacity: 0.7;
}

    html, body {
        height: 100%;
        margin: 0;
        padding: 0!important;
      }
  
  
      .wrapper {
        
        display: flex;
        position: relative;
        min-height: 100%;
      }

  .guest-wrapper {
    flex-direction: column;
    height: 100%;
  }
      
      main {
        flex: 1;
        background-color: #F7F7F8;
      }

body {
    line-height: 1.72;
}
    p {
    font-size: 18px;
}
.title {
    margin-top: 10px;
    margin-bottom: 15px;
}
    h1{
    font-weight:700;
}
h2 {
    font-size: 30px;
    font-weight: bold;
}
.modal-btn-close{
    background:none;
    border:none;
        margin-left: auto;
}
@media (min-width: 1200px) {
    h1, h3 {
    font-size: 40px;
}
}
     /* header */
     header {
        background-color: #ffffff;
     }
     .logo {
        max-width: 121px;
     }
     #mainNavbar {
        font-size: 18px;
        font-weight: bold;
     }
     header .btn {
        border-radius: 67px;
        width: 115px;
    }
    header .btn.btn-outline-primary {
        border-color: #25589a;
        color: #25589a;
    }
    header .btn.btn-outline-primary:hover {
        background-color: #25589a;
        color: #fff;
    }
    header .btn.btn-primary {
        background-color: #25589a;
    }
    .phone-user-icon::after {
        vertical-align: bottom;
    }
    .phone-header-area .dropdown-toggle.show {
        background-color: #DFDFE0;
    }
    .mobile-header-dropdown {
        min-width: 57px;
        text-align: center;
    }
    .mobile-header-dropdown .dropdown-item {
        background-color: unset;
    }
    
    .main-guest {
        padding-top: 3.5%;
    }
    .lang-switch {
        gap: 20px;
    }
    .lang-item {
        border-radius: 999px;
        color: #333;
        background: #757575;
        text-decoration: none;
        font-weight: 500;
        transition: background 0.2s, color 0.2s;
        cursor: pointer;
        color: #fff;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        text-align: center;
    }
    .lang-item:hover {
        background: #757575;
        color: #fff;
    }
    .icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    font-size: 18px;
    color: #000000;
    background: none;
    border: none;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    text-decoration: none;
  }
  .icon-btn .fa-layers {
  display: inline-block !important;
  vertical-align: middle;
}
  .icon-btn:hover {
    text-decoration: none;
  }
#langDropdown.show img {
    display: none;
}
#langDropdown.show .active-img {
  display: block;
}
.icon-btn {
    position: relative;
    background: none;
    border: none;
    color: #000000;
    padding: 8px 12px;
    font-size: 1.25rem;
    cursor: pointer;
    outline: none;
}
.icon-btn[data-label]:hover::after {
    content: attr(data-label);
    position: absolute;
    top: 0;
    right: -14px;
    transform: translateX(-50%);
    background: #fff;
    color: #000;
    padding: 3px 10px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 0.95rem;
    z-index: 100;
    opacity: 1;
    pointer-events: none;
}
.icon-btn[data-label]::after {
    opacity: 0;
    transition: opacity 0.15s;
}
.cart-icon-white {
    filter: brightness(0) invert(1);
}

  /* sidebar */
    #sidebarMenu {
    position: relative;
  background: #ffffff; 
  color: #fff;
  overflow-y: auto;
  border-right: 0.3px solid #6F6F78;
  padding-top: 18px; 
  min-height: 600px;
  min-height: unset;
  z-index: 1081;
  flex-wrap: wrap;
justify-content: space-between;
}
#sidebarMenu .nav-link {
  color: #000000;
  padding: 12px;
  border-radius: 0;
  transition: background 0.2s;
}
#sidebarMenu .nav-link img {
  max-width: 30px;
}



.wrapper #sidebarMenu .nav-link, #mobileBottomMenu .nav-link {
    overflow: visible;
    position: relative;
    display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
#mobileBottomMenu .nav-link {
    max-width: 90px;
}
.sidebar-contact-btn {
    overflow: visible;
    position: relative;
}
.sidebar-contact-btn .btn:hover {
    background: none !important;
    border-color: #33333300 !important;
}
#sidebarMenu .sidebar-contact-btn .icon-btn {
    border-radius: 999px;
    background: #000000;
    width: 34px;
    height: 34px;
    color: #ffffff;
    padding: 0;
}
.sidebar-contact-btn .sidebar-label {
    display: none;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #000;
    padding: 3px 12px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 100;
    margin-left: 8px;
}

.sidebar-contact-btn .icon-btn:hover .sidebar-label {
    display: block;
}
.wrapper #sidebarMenu .nav-link .sidebar-label {
    color: #000;
    white-space: nowrap;
    font-size: 12px;
}

.wrapper #sidebarMenu .nav-link:hover .sidebar-label {
    display: block;
}

#sidebarMenu {
   width: 90px;
    min-width: 90px;
    max-width: 90px;
    transition: width 0.2s;
    overflow: visible;
}
.sidebar-toggle-rect-vertical {
    position: absolute;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 70px;
    background: #FF7700;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.sidebar-toggle-rect-vertical:hover {
    background: #EE7800;
}
.sidebar-toggle-rect-vertical span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6px;
    height: 6px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    transition: transform 0.2s;
}
.sidebar-user-area {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sidebar-nav-group .nav-item {
    width: 100%;
}
.sidebar-contact-btn {
    align-items: center;
  flex-flow: column;
  gap: 10px;
}
.sidebar-user {
    display: block;
}

.wrapper .sidebar-user-area .fa-circle-user {
    font-size: 40px !important;
}

@media (max-width: 991px) {
  #sidebarMenu {
    display: none;
  }
}
     /* footer */
footer {
    color: #6F6F78;
    width: 100%;
    background-color: #F7F7F8;
}
footer a {
    color: #6B6B6B;
}
.auth-footer {
    padding: 1.5rem;
    margin-top: auto;
}
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
/* Success and error message */
.error-message {
    border: 1px solid #FF4040;
    border-radius: 999px;
    padding: 7.5px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px;
}
.error-message img {
    max-width: 30px;
}
     /* common */
     .variant-logo, .multi-color {
        width:28px;
        height:28px;
     }
     .img-limit { max-width: 14px; width: 100%; }
     .accent-color {
        color: #247FFF;
     }
     #pageSelectForm .btn {
  border: unset;
}
#pageSelectForm .btn:hover{
    background:none!important;
}
.blue-arrow-right-icon {
    width: 40px;
    height: 40px;
}
.advance-search-act-btn {
    width: 80px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.advance-search-act-btn i {
        font-size: 20px;
display: flex;
    align-items: center;
    justify-content: center;
}
.advance-search-act-btn img {
width: 40px;
    height: 40px;

}
     #clearSelection, .clear-selection {
        width: 45px;
        height: 45px;
        padding: 2px;
        justify-content: center;
    align-items: center;
     }
     #clearSelection img, .clear-selection img {
            width: 35px;
    height: 35px;
     }
     .selected-box {
    align-items: center;
    justify-content: space-between;
  }
  .fixed-selected-box {
    position: fixed;
    bottom: 54px;
    left: 0;
    right: 0;
    z-index: 5;
  }
     .form-check-input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
}
.form-check-input:focus {
    box-shadow: unset;
}
     .default-btn {
    max-width: 80px;
    height: 45px;
    width: 100%;
    color: #fff;
    background-color: #000000;
        border-color: #000;
    border-radius: 999px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.default-btn img {
}
     .link-color {
        color:#5775B6;
     }
     .br-p {
        border-radius: 999px;
     }
#banner {
    position: relative;
}
.head_img {
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.head_img img {
    max-width: 1140px;
}
    #part4 .card {
        border: none;
        text-align: center;
    }
    #part4 .card-body {
        min-height: 155px;
    }
    #whatsapplogo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 70px;
    right: 50px;
    z-index: 3;
    font-size: 61px;
    border-radius: 50%;
    background-color: #2eb643;
    width: 69px;
    height: 69px;
}
#whatsapplogo a {
    color: #fff;
    text-decoration: none;
}
.anchor {
    position: relative;
}
.shortcut {
    position: absolute;
    top: -200px;
}
.orange {
    color: #EE7800;
}
.text-700 {
    font-weight: 700;
}
.text-400 {
    font-weight: 400;
}
.contact-support-fixed {
    position: fixed;
    right: 24px;
    bottom: 50px;
    z-index: 998;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    background-color: #000000;
}
.contact-support-fixed:hover {
    background-color: #247FFF;
}
.library-arrow-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #EE7800;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-left: 8px;
}
.library-arrow-bg i {
    color: #fff;
    font-size: 10px;
}

.dashboard-arrow-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    min-width: 24px;
}
.dashboard-arrow-bg i {
    color: #fff;
    font-size: 16px;
}
.buybox-tokens .dashboard-arrow-bg {
    margin-left: 0;
}
.white-icon {
    filter: brightness(0) invert(1);
}
/* masonry-item */
.masonry-action {
  position: absolute;
  z-index: 4;
}
.masonry-item:hover .masonry-action {
  display: flex;

}

.colour-options {
    display: flex;
 position:absolute;
 bottom:10px;
 left:10px;
 z-index:4;
 background-color:#6F6F78;
 border-radius:727.77px;
 padding:3.5px 5.5px;
 gap:9px;
}
.colour-options span {
  display: none;
   position:absolute;
   font-size:12px;
   top: -25px;
   left: 0;
   background-color:#ffffff;
   white-space: nowrap;
   border-radius: 5px;
   padding: 5px;
   line-height: 100%;
}
.colour-options:hover span {
  display: flex;
}
/* flashMessage */
#flashMessage {
  display:none;
  position:fixed;
  top:32px;
  right:32px;
  z-index:9999;
  background: #000000cc;
  color:#fff;
  padding: 15px;
  border-radius:15px;
  min-width:340px;
  box-shadow:0 2px 12px #0002;
}
#flashMessage>* {
  display:flex;
  align-items:center;
  gap: 12px;
}
#flashMessage .btn {
  background-color: #247FFF;
    width: 100%;
    border-radius: 999px;
 }
     /* accordion */
    #accordionFlush_service .accordion-button {
        background-color: unset;
        color: #fd8f49;
        box-shadow: unset;
        font-size: 30px;
        position: relative;
    }
    #accordionFlush_service .accordion-button::after {
        display: none;
    }
    #accordionFlush_service .accordion-button.collapsed {
        color: #fff;
    }
    #accordionFlush_service .accordion-item {
    border: 1px solid #fff;
    margin-bottom: 20px;
    background-color: unset;
    color: #fff;
}
#accordionFlush_service .accordion-body {
    padding-left: 75px;
    padding-right: 43px;
    padding-top: 0px;
}
#accordionFlush_service i {
    margin-right: 18px;
    font-size: 45px;
 }
 #accordionFlush_service .accordion-button.collapsed i:before {
    content: "\f055"!important;
 }

 /* swiper */
 .swiper-container {
    position: relative;
    max-width: 1266px;
    margin: auto;
    padding: 0 20px;
}
.swiper {
    cursor: pointer;
    width: 90%;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
    background-color: #131516B2;
    width: 30px;
    height: 30px;

}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px;
}
    #section1 {
        padding-top: 200px;
        padding-bottom: 100px;
    }
    #part1 .profile-content {
        text-align: justify;
    }
    #part1 h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

#part1 h3::after {
    content: ''; 
    position: absolute;
    bottom: 0; 
    left: 0; 
    width: 48px; 
    height: 2px;
    background-color: #fd8f49; 
}
    #part1 img {
        max-width: 623px;
    }
    #section2 {
        background-image: url(../images/part2bg.png);
        background-size: cover;
        color: #ffffff;
        padding-top: 110px;
        padding-bottom: 164px;
    }
    #part2 {
        max-width: 836px;
    }
    #part2 h3 {
        margin-bottom: 60px;
    }
    #section3_2 {
        padding-top: 110px;
        padding-bottom: 110px;
        background-image: url(../images/part3bg.png.png);
        background-size: cover;
    }
    #section3_2 img {
        max-width: 682px;
    }
    #section4 {
        padding-top: 110px;
    }
    #part4 img {
        max-width: 360px;
        margin: auto;
    }
    #part4 .card-title {
        font-size: 24px;
    }
    #section5 {
        padding-top: 70px;
    }
    #part5 {
        position: relative;
    }
    #part5 h3 {
        margin-bottom: 60px;
    }
    #part5_img_area {
        margin-bottom: -100px;
        padding-left: 30px;
    padding-right: 30px;
    }
    #part5 img {
        max-width: 1140px;
    }
    #section6 {
        padding-top: 130px;
        padding-bottom: 120px;
        background-color: #eaeff5;
    }
    #part6 p {
        margin-bottom: 90px;
        color: #5f5f5f;
    }
    #part6 img {
        max-width: 641px;
    }
    #section7_1 {
        padding-top: 85px;
        padding-bottom: 70px;
    }
    #section7_2 {
        padding-top: 85px;
        padding-bottom: 70px;
        background-color: #fd8f49;
    }
    #section8 {
        padding-top: 78px;
        padding-bottom: 92px;
        background-color: #25589a;
    }
    #part8, #part8 a {
        color: #ffffff;
        text-decoration: none;
    }
    .contact-row>* {
    gap: 80px 0;
    display: flex;
    flex-direction: column;
}
    .contact-row .row {
    justify-content: center;
}
#part8 h3 {
    margin-bottom: 30px;
}
    #part8 h4 {
        font-size: 20px;
    }
    #part8 .contact-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #part8 i {
        font-size: 45px;
    }


 /* booking-page */
.star-icon {
    color: #CC4545;
}
.period-warning {
    color: #F88D49;
    white-space: normal;
}
.quantity-section {
    display: flex;
}
 #booking-list-container .booking-list-item {
    max-width: 270px;
    min-height: 308px;
 }
#bookingFormSection {
    background-color:#FFF8F3 ;
}
#enquirySection {
    background-color: #EAEFF5;
}
#booking-member-registration {
    background-color: #2D5EA0;
}
#booking-member-registration-container {
    background-color: #ffffff;
    border-radius: 10px;
}
#bookingFormSection .alert-warning {
    background-color: #D6E4F4;
    color: #25589A;
}
#bookingFormSection .alert-warning a {
    color: #F88D49;
}
.booking-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    font-size: 20px;
}
.booking-item img {
    max-width: 52px;
}
#service-list, #consult-list {
    justify-content: center;
}
#service-list .booking-item{
    color: #F88D49;
}
#service-list .card-body {
    border-bottom: 5px solid #F88D49;
}
#service-list .border-primary {
    border-color: #F88D49 !important;
    border: 2px solid;
}
.amount-text {
    padding: 6px;
}
#service-list .amount-text {
    display: inline-block;
    background-color: #F88D49;
    color: #FFFFFF;
    border-radius: 50px;
    max-width: 140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
#consult-list .card-body {
    border-bottom: 5px solid #25589A;
}
#consult-list .border-primary {
    border-color: #25589A !important;
    border: 2px solid;
}
#consult-list .booking-item{
    color: #25589A;
}
#consult-list .amount-text {
    color: #25589A;
    margin-top: auto;
    margin-bottom: 53px;
}
#booking-member-registration, #addressSection, #enquirySection {
    padding-left: 20px;
    padding-right: 20px;
}
#addressSection .container, #enquirySection .container {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0px 4px 0 rgba(0,0,0,0.25);
}
#whatsappEnquiryBtn {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 67px;
    padding: 16px;
    background-color: #259A5C;
}
#whatsappEnquiryBtn i {
    margin-right: 10px;
}
 /* payment-page */
.payme-qrcode {
    max-width: 210px;
}
/* cart-page */
        #mobileBulkActions {
            display: flex;
        }
        #mobileBulkActions button img {
            max-width: 32px;
        }
 /* login-page */
.login_card {
    background-color: transparent;
    border: unset;
    margin-top: 30px;
}
.login_card input#email, .login_card input#password {
    border-radius: 999px;
}
.login_card .form-check-input {
    background-color: transparent;
}
.login_card .form-check-input:checked {
    background-color: #EE7800;
    border-color: #EE7800
}
.typeone-btn {
    background-color: #FF7700;
    border: unset;
    border-radius: 999px;
    width: 100%;
    padding: 10.5px;
    color: #ffffff;
}
.typeone-btn:hover {
  color: #ffffff;
  background-color: #FF7700;
  border-color: #FF7700;
}

a#langDropdown {
border: unset!important;
display: flex;
align-items: end;
justify-content: center;
width: 50px;
}
a#langDropdown:hover {
    background-color: #DFDFE0!important;
}
.langDropdown_area .dropdown-menu {
    max-width: 91px;
    min-width: auto;
    text-align: center;
    box-shadow: 5px 5px 5px 0px #0000004D;
}
.langDropdown_area .dropdown-menu.show {
background: #fff;

}
.langDropdown_area .dropdown-item {
color: #000;
}
.langDropdown_area .dropdown-item.active {
    color: #fff;
}
 /* login-page */
.change-password-form {
    max-width: 455px;
}
.change-password-form input {
    border-radius: 999px;
    border: 1px solid #000;
}
#change-username input {
        border-radius: 999px;
    border: 1px solid #000;
}
    @media (min-width: 992px) {
        .modal-xxl {
        max-width: 85%;
        margin-left: 10%;
     }
        #mainNavbar>ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 124px;
    padding-right: 2.6vw;
}
.booking-btn {
    background: rgba(248, 141, 73, 1) !important;
    border-radius: 67px;
    color: #ffffff;
    padding: 13px 29px;
    font-size: 14px;
   
}
header .booking-btn {
    width: 115px;
}
    .booking-btn-phone {
        display: none;
    }
    .header-btn-phone {
        display: none;
    }
#part1 .profile-content {
    max-width: 451px;
}
     .item-margin {
        margin-left:-25px;
        margin-right:-25px;
     }
/* booking-page*/
#booking-member-registration-container, #addressSection .container, #enquirySection .container {
    padding-left: 115px;
    padding-right: 115px;
}

#whatsappEnquiryBtn i {
    font-size: 30px;
}
#bookingFormSection .alert-warning {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 18px;
}

  .mobilemorebtn {
    display: none;
  }
    }
@media (min-width: 641px) {
    .mobile {
        display: none;
    }
}
@media (max-width: 991px) {
    .phone-container {
        margin-top: 80px;
        margin-bottom: 48px;
    }
    .logo {
        max-width: 68px;
    }
    header .navbar-toggler {
        margin-left: 20px;
    }
    
    .login-btn-area .btn {
        font-size: 14px;
        width: 130px;
    }
    .booking-btn-phone {
        background: rgba(248, 141, 73, 1) !important;
        border-radius: 67px;
        color: #ffffff;
        padding: 13px 29px;
        font-size: 14px;
        margin-left: auto;
    }
    .header-btn-desktop {
        display: none;
    }
    #mainNavbar {
        padding-top: 20px;
    }
    #mainNavbar>ul>li {
        border-top: 1px solid rgba(242,243,245,1);
    }
    #part1 .row {
        flex-direction: column-reverse;
    }
    #part8 .contact-row {
        gap: 30px 0;
    }
    #part8 .contact-row>* {
    gap: 30px 0;
}

  .selected-box {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 70px;
        z-index: 999;
        width: 95vw;
        margin: 0 auto;
        border-radius: 16px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        max-width: 95%;
        border-radius: 37px;
  }
  #cart-selected-box {
    bottom: 144px;
  }
  #mobileMoreBtn {
    display: inline-block !important;
    vertical-align: middle;
  }
  #mobileBulkActions {
    display: none;
    margin-top: 10px;
    text-align: center;
  }
  #mobileBulkActions.show {
    display: flex !important;
        position: absolute;
        top: -145px;
        right: 20px;
        flex-direction: column;
        gap: 10px;
        padding: 20px;
        white-space: nowrap;
        min-width: auto;
        border-radius: 15px;
        background: #FFFFFFCC;
        box-shadow: 2px 2px 5px 0px #0000004D;
  }
  #mobileBulkActions .btn {
    text-align: left;
    width: 100%;
}
    #mobileBulkActions.three.show {
        top: -240px;
    }
    .contact-support-fixed {
        bottom: 163px;
        right: 10px;
}
.auth-footer {
    padding-bottom: 80px;
}
.footer-content {
    display: block;
    text-align: left;
}
.privacy-policy {
    margin-right: 23px;
}
.footer-content span {
    display: block;
}
/* Success and error message */
.error-message {
    padding: 7.5px 10px;
    gap: 8px;
}
.error-message br {
    display: none;
}
/* flashMessage */
  #flashMessage {
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
       .main-title {
        font-size: 30px;
     }
    .variant-logo, .multi-color {
        width:24px;
        height:24px;
     }
}
@media (max-width: 640px) {
    p {
    font-size: 14px;
}
h1, h3 {
    font-size: 20px;
}
    .desktop {
        display: none;
    }
    #whatsapplogo {
        font-size: 56px;
        right: 10px !important;
    width: 52px;
    line-height: 51px;
    height: unset;
    }
    .head_img {
    position: relative;
    bottom: unset;
    padding: 0;
    }
    #section1 {
        padding-top: 40px;
    }
    #section2 {
        padding-top: 47px;
        padding-bottom: 57px;
    }
    #accordionFlush_service .accordion-button {
        font-size: 16px;
    }
    #section3_2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #section4 {
        padding-top: 60px;
    }
    #part4 .card {
        display: flex;
        flex-direction: row;
        justify-content: center;
    align-items: center;
    }
    #part4 .first-row {
        margin-bottom: 1.5rem;
    }
    #part4 .card-title {
        font-size: 16px;
    }
    #part4 img {
        max-width: 81px;
        margin-top: 0;
    }
    #part4 .card-body {
        min-height: unset;
        text-align: justify;
        padding-top: 0;
    padding-bottom: 0;
    }
    #section5 {
        padding-top: 90px;
    }
    #part5 h3 {
        margin-bottom: 35px;
    }
    #part5 img {
        max-width: 350px;
    }
    #part5_img_area {
        margin-bottom: -60px;
    }
    #section6 {
        padding-top: 80px;
        padding-bottom: 20px;
    }
    #part6 p {
        margin-bottom: 20px;
    }
    #part6 img {
        max-width: 268px;
    }
    #section8 {
    padding-top: 55px;
    padding-bottom: 55px;
}

    #part8 h4 {
        font-size: 18px;
    }
    #part8 i {
    font-size: 32px;
}
#part8 .contact-content {
    font-size: 16px;
}
.quantity-section {
    display: block;
}
.select-quantity {
    width: 100%;
}
.booking-item {
    font-size: 16px;
    margin-bottom: 20px;
}
.amount-text {
    font-size: 12px!important;
    padding: 4px;
}
.advance-search-act-btn {
    width: 80px;
    height: 30px;
}
.advance-search-act-btn i {
        font-size: 16px;
}
.advance-search-act-btn img {
width: 30px;
    height: 30px;

}


}
.text-secondary {
    color: #000 !important;
}
.btn:hover {
    background-color: #247FFF !important;
    border-color: #247FFF !important;
    color:#ffffff!important;
}

.order-details-btn:hover{
    background-color: #00000000 !important;
    border-color: #00000000 !important;
}

.multiselect{
        text-decoration: none;
        margin-right:10px;
        width: 100%;
    display: flex;

}

/* Card background styles for favourites and collections */
#favouriteCards .card, #companyFavouritesContent .card, .design-items .card {
    background: none!important;
        border-radius: 12px!important;
}