body{
    color:#000;
    background-color: #F6F6F6;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
h5{
  font-optical-sizing: auto;
  font-size: 12px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
h4{
  font-optical-sizing: auto;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: SemiBold;
}
h3{
 
  font-optical-sizing: auto;
  font-size: 27px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: SemiBold;

}
/* custom components */
/* Ensure header items are properly aligned */
header .btn-login-signup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Make sure status text aligns with dropdown */
  header .status {
    line-height: 1;
    font-size: 0.875rem;
  }
.accordion-tnc .accordion-item{
    border: none;
    background-color: #F6F6F6;
}
.accordion-tnc .accordion-button{
    background-color: #F6F6F6;
}
.accordion-tnc h4 button{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-style: SemiBold;
}
.accordion-tnc .accordion-button:not(.collapsed){
    background-color: #F6F6F6;
}
.accordion-tnc .accordion-button:focus{
    box-shadow: none;
}
.card-gallery{
    background-color: #F6F6F6!important;
    border: none;

}
.link-small a{
    font-size: 10px;
    color: #000;
    text-decoration: none;
}
.link-small a:hover{
    color: #2b2b2b;
    text-decoration: underline;
}
.btn-hide{
    display: none;
}
.btn-black{
    background-color: #000;
    border-color: #000;
}
.btn-black:hover{
    color: #fff;
    background-color: #2b2b2b;
    border-color: #2b2b2b;
}
.btn-login-signup{
    font-size: 14px;
    border: 1px solid #3D3D3D;
    padding:10px 20px;
}
.photo-preview {
    width: 150px;
    height: 150px;
    border: 2px dashed #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    background: #f8f9fa;
    transition: all 0.3s ease;
}
/* end custom components */

.selected-booking-time{
    background-color: #000;
    color: #fff;
}
.subheader-link a{
    text-decoration: none;
    color: inherit;
    font-size: 20px;
    font-weight: 200;
}
/* custom columns width */
.col-29{
    width: 29%;
}
.card{
    background-color: #fff;
    color: #000;
    border-color: #ccc;
}
p{
    color: #000;
}
.form-control{
    border-radius: 0;
    background-color: #fff;
}
.form-control:focus{
    background-color: #fff;
    color: #000;
}
.form-control::placeholder { /* Standard browsers */
  color: #ccc;
  opacity: 1; /* Ensures full opacity in Firefox */
}

.custom-control{
    font-size: 14px;
}
.timeBox {
    /* max-height: 260px; */
    max-height: 100%;
    overflow-y: auto;
}
.timeBox.card{
    width: 109px;
}
.blocking-time {
    cursor: default;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid transparent;
    margin-bottom: 0;
}
.cursor-pointer {
    cursor: pointer !important;
}
.font-size-12px {
    font-size: 12px !important;
}
.select-time {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid transparent;
    margin-bottom: 0;
}
.select-time input[type="checkbox"] {
/*    display: none;*/
}
.times-checkbox-checked {
    border-color: var(--bs-component-active-bg);
    border-radius: 0!important;
}
.border-dashed-f4 {
    border: 1px dashed var(--bs-border-color) !important;
}
/* date picker */
.flatpickr-calendar{
    box-shadow:none!important;
    -webkit-box-shadow:none!important;
    padding: 4px 8px!important;
    width: 100%!important; /* Adjust the width as needed */
}
.flatpickr-innerContainer,.flatpickr-rContainer,.flatpickr-days{
    width: 100%!important;
}
.dayContainer {
    min-width: 100%!important;
    max-width: 100%!important;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    background: #000!important;
    border-color: #000!important;
}
.flatpickr-day{
    border-radius:0!important;
}

/* end date picker */
/* time picker */
.past{
    background-color: #ccc!important;
    color: #6c757d!important;
    cursor: not-allowed!important;  
    pointer-events: none!important;

}
/* end time picker */   
/* modal box styling */
 /* Modal Styles */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            z-index: 1000;
            backdrop-filter: blur(5px);
        }
        
        .modal-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            border-radius: 0px;
            width: 90%;
            max-width: 450px;
            box-shadow: 0 20px 50px rgba(0,0,0,0.3);
            overflow: hidden;
            animation: modalAppear 0.4s ease-out;
        }
        
        @keyframes modalAppear {
            from {
                opacity: 0;
                transform: translate(-50%, -60%);
            }
            to {
                opacity: 1;
                transform: translate(-50%, -50%);
            }
        }
        
        .modal-header {
            display: block;
            padding: 25px 30px 10px;
            text-align: center;
        }
        
        .modal-header h5 {
            color: #333;
            margin-bottom: 10px;
        }
        
        .modal-header p {
            color: #666;
            font-size: 1rem;
            margin-bottom: 0;
        }
        
        .modal-body {
            padding: 20px 30px 30px;
        }
        
        .close-modal {
            position: absolute;
            top: 20px;
            right: 20px;
            background: none;
            border: none;
            font-size: 24px;
            color: #999;
            cursor: pointer;
            transition: color 0.3s;
        }
        
        .close-modal:hover {
            color: #333;
        }
        
        #authModal .form-group {
            margin-bottom: 20px;
            text-align: left;
        }
        
        #authModal label {
            display: block;
            margin-bottom: 8px;
            color: #555;
            font-weight: 500;
            font-size: 14px;
        }
        
        #authModal input[type="text"],
        #authModal input[type="email"],
        #authModal input[type="password"] {
            width: 100%;
            padding: 14px 16px;
            border: 1px solid #ddd;
            border-radius: 0;
            font-size: 16px;
            transition: border 0.3s;
        }
        
        #authModal input:focus {
            border-color: #667eea;
            outline: none;
        }
        
        .btn-modal {
            width: 100%;
            padding: 14px;
            background: #000;
            color: white;
            border: none;
            border-radius: 0;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: background 0.3s;
            margin-bottom: 20px;
        }
        
        .btn-modal:hover {
            background: #5a5a5a;
        }
        
        .divider {
            display: flex;
            align-items: center;
            margin: 20px 0;
        }
        
        .divider::before,
        .divider::after {
            content: "";
            flex: 1;
            border-bottom: 1px solid #eee;
        }
        
        .divider span {
            padding: 0 15px;
            color: #777;
            font-size: 14px;
        }
        
        .btn-google {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 14px 20px;
            background: white;
            border: 1px solid #ddd;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 500;
            color: #444;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-bottom: 20px;
        }
        
        .btn-google:hover {
            background: #f8f9fa;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }
        
        .btn-google img {
            width: 20px;
            height: 20px;
            margin-right: 12px;
        }
        
        .modal-footer {
            text-align: center;
            padding: 0 30px 25px;
        }
        
        .modal-footer p {
            color: #666;
            font-size: 14px;
            margin-bottom: 0;
        }
        
        .modal-footer a {
            color: #667eea;
            text-decoration: none;
            font-weight: 500;
        }
        
        .modal-footer a:hover {
            text-decoration: underline;
        }
        
        .tabs {
            display: flex;
            border-bottom: 1px solid #eee;
            margin-bottom: 20px;
        }
        
        .tab {
            flex: 1;
            padding: 15px;
            background: none;
            border: none;
            font-size: 16px;
            font-weight: 500;
            color: #777;
            cursor: pointer;
            transition: all 0.3s;
            border-bottom: 2px solid transparent;
        }
        
        .tab.active {
            color: #667eea;
            border-bottom: 2px solid #667eea;
        }
        
        .tab-content {
            display: none;
        }
        
        .tab-content.active {
            display: block;
        }
        
        .status {
            padding: 12px;
            border-radius: 8px;
            margin: 15px 0;
            display: none;
            text-align: center;
        }
        
        .status.success {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }
        
        .status.error {
            background: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }
        
        .loader {
            display: none;
            width: 30px;
            height: 30px;
            border: 3px solid #f3f3f3;
            border-top: 3px solid #667eea;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin: 0 auto 20px;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        .user-info {
            display: none;
            margin-top: 20px;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 10px;
            text-align: center;
        }
        
        .user-info img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin-bottom: 15px;
            border: 3px solid #667eea;
        }
        
        .user-info h3 {
            color: #333;
            margin-bottom: 10px;
        }
        
        .user-info p {
            color: #666;
            margin-bottom: 5px;
        }
        
        .btn-logout {
            background: #e74c3c;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 500;
            margin-top: 15px;
            transition: background 0.3s;
        }
        
        .btn-logout:hover {
            background: #c0392b;
        }
        
        @media (max-width: 480px) {
            .modal-content {
                width: 95%;
            }
            
            .modal-header,
            .modal-body,
            .modal-footer {
                padding-left: 20px;
                padding-right: 20px;
            }
        }
/* end modal box styling */
/* Footer */
.footer {
            flex-shrink: 0;
            background-color: #000;
            color: white;
            /*position: absolute;*/
            bottom: 0;
            width: 100%;
        }
.footer a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer a:hover {
            color: #0d6efd;
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s;
        }
        
        .social-icons a:hover {
            background-color: #0d6efd;
            transform: translateY(-3px);
        }
        
        .footer-links {
            list-style: none;
            padding-left: 0;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .newsletter-form .form-control {
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
        }
        
        .newsletter-form .form-control::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }
        
        .newsletter-form .btn {
            background-color: #0d6efd;
            border-color: #0d6efd;
        }
        
        .copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            width: 100%;
        }

/* invoice styling */
.invoice-list{
    width:100%;
    padding:0;

}
.invoice-list li{
        list-style: none;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-top: 1em;
    margin-bottom: 1em;
}
.copy-logo{
    max-width: 8%;
}
.font-amount-to-pay{
    padding-right: 25px;
}
.invoice-span{
    padding-left: 25px;
}

/* packages studio checkbox */
.hidden-checkbox {
    display: none;
}

.checkbox-label {
    cursor: pointer;
    display: inline-block;
    position: relative;
}
/* Optional: Add checkmark overlay */
.checkbox-label::after {
    content: '✓';
    position: absolute;
    top: 5px;
    right: 5px;
    background: #007bff;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hidden-checkbox:checked + .checkbox-label::after {
    opacity: 1;
}
.hidden-checkbox:checked + .checkbox-label .checkbox-image {
    border-color: #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

/* Tabs Payment */
.advanced-tabs {
    max-width: 800px;
    margin: 0 auto;
}

.tab-nav {
    display: flex;
    background: #f8f9fa;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.tab-button {
    padding: 15px 30px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #555;
    transition: all 0.3s;
    position: relative;
}

.tab-button:hover {
    background: #e9ecef;
}

.tab-button.active {
    background: white;
    color: #007bff;
    font-weight: bold;
}

.tab-button.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #007bff;
}

.tab-indicator {
    display: none;
    position: absolute;
    height: 3px;
    background: #007bff;
    bottom: 0;
    transition: all 0.3s;
}

.tab-content-container {
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.tab-pane {
    display: none;
    padding: 30px;
    animation: slideIn 0.3s;
}

.tab-pane.active {
    display: block;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-actions {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: right;
}

.next-btn, .prev-btn {
    padding: 8px 16px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
}

.next-btn:disabled, .prev-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}


/* splash screen */
.studio-container{
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in mobile-first */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) { 
    body{
        font-size: 14px;
    }
    h3{
        font-size: 20px;
    }
    .h6, h6 {
        font-size: .7rem;
    }
    .btn,label,.tab-button,.form-control{
        font-size: 14px;
    }
    .subheader-link{
        max-width: 15%;
    }
    .subheader-link a{
        font-size: 15px;
    }
    header a img{
        max-width: 70%;
    }
    .col-sm-6{
        max-width: 50%!important;
    }
    .col-29{
        width: 100%;
    }

    #props .card{
        width: 100%;
    }
    #props .prop-img .card-body{
        padding:0 10px;
    }
    
 }
 @media (min-width: 575px) { 

 }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .col-sm-6{
        max-width: 50%!important;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }