html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.custom-hover-color {
    color: #592918;
    text-decoration: none;
    font-weight: 500;
}
.custom-hover-color:hover {
    color: #E39855;
}

.custom-appointment {
    background-color: #8C3D21;
    color: white;
    border: none;
    font-weight: 500;
    border-radius: 25px;
    padding: 8px 16px;
}

    .custom-appointment:hover {
        background-color: #5F301F; /* Slightly darker shade for hover effect */
        color: white; /* Text color on hover */
    }

.custom-btn {
    background-color: #805652 ;
    color: white;
    border: none;
    font-weight: 500;
}
.custom-btn:hover {
    background-color: #805652; /* Slightly darker shade for hover effect */
    color: white; /* Text color on hover */
}


.custom-btn-edit {
    background-color: #5CB2D2;
    color: white;
    border: none;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 10px;
}
    .custom-btn-edit:hover {
        background-color: #107EA7; /* Slightly darker shade for hover effect */
        color: white; /* Text color on hover */
    }

.custom-btn-delete {
    background-color: #FF6363;
    color: white;
    border: none;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 10px;
}

    .custom-btn-delete:hover {
        background-color: #B94A28; /* Slightly darker shade for hover effect */
        color: white; /* Text color on hover */
    }

.custom-btn-message {
    background-color: #40CA75;
    color: white;
    border: none;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 10px;
}

    .custom-btn-message:hover {
        background-color: #20954F; /* Slightly darker shade for hover effect */
        color: white; /* Text color on hover */
    }



.hero {
    padding: 10px;
    background-color: #fee4c3;
}
.hero a{
    width:fit-content;
}

.hero-section {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.hero-content {
    padding: 20px;
}
    .hero-content h2 {
        color: #cb8757;
        font-weight: 700;
        font-size: 40px;
    }
    .hero-content h1 {
        color: #cb8757;
        font-weight: bold;
        font-size: 45px;
    }
    .hero-content p {
        color: #1d2327;
        font-weight: 400;
        font-size: 15px;
        padding: 10px 30px;
    }

.hero-image{
    display: flex;
    justify-content: end;
}

.hero-image img {
    width: 30vw;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.nav-ul{
    align-items: center;
}

.services a{
    width: fit-content;
}

.service-section {
    padding: 20px 0px;
    text-align: center;
}

.service-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fee4c3;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 15px;
}

    .service-card h3 {
        color: #cb8757;
        font-weight: 700;
        font-size: 25px;
        margin-bottom: 15px;
    }

    .service-card p {
        font-size: 13px;
        margin-bottom: 20px;
    }

.service-header {
    display: flex;
    justify-content: start;
    margin-top: 20px;
    color: #cb8757;
    font-size: 40px;
    font-weight: 700;
    padding: 0px 50px;
}

.gallery-header {
    display: flex;
    justify-content: start;
    color: #cb8757;
    font-size: 40px;
    font-weight: 700;
    padding: 0px 50px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

    .image-container img {
        max-width: 100%;
        margin: 10px;
        transition: transform 0.3s, box-shadow 0.3s;
        border-radius: 8px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    }

        .image-container img:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        }

.review-header {
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
    color: #cb8757;
    font-size: 40px;
    font-weight: 700;
    padding: 0px 50px;
}

.icons img {
    height: 35px;
    width: 35px;
    border-radius: 15px;
    transition: all;
    transition-duration: 0.2s;
}

.icons img:hover{
    transform: scale(1.15);
    cursor: pointer;
}

.social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    background-color: #fee4c3;
}

.icons {
    display: flex;
    gap: 20px;
    padding: 10px;
}

.nav-pages{
    padding-top: 20px;
    display: flex;
    gap: 50px;
    align-items: center;
}

.hour-info {
    padding: 10px;
}

.connect{
    display: flex;
    flex-direction: column;
}
.connect span, .hours span {
    color: #805652;
    font-size: 20px;
    font-weight: 700;
}

.weekday, .weekend {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    color: #805652;
    justify-content: space-between;
    gap: 50px;
}

.hours{
    display: flex;
    flex-direction: column;
}

.copyright {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    background-color: #fee4c3;
    color:  #805652;
    font-size: 15px;
    font-weight: 400;
}

.custom-bg {
    background-color: #fee4c3;
}
.about-hero {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.left{
    width: 50%;
}

.right {
    width: 50%;
}

.left p {
    color: #cb8757;
    font-weight: 700;
    font-size: 35px;
    text-align: end;
}

.right p {
    color: #805652;
    font-weight: 500;
    font-size: 14px;
    text-align: start;
}

.first-three, .second-three {
    display: grid;
    gap: 35px;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr); /* Default to 1 column on mobile */
}

.about-cards{
    padding: 40px 0px;
}

.about-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fee4c3;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 15px;
    transition: all;
    transition-duration: 0.2s;
}

    .about-card:hover {
        transform: scale(1.05);
        background-color: #FFE3CB;
    }

    .about-card h1 {
        color: #805652;
        font-weight: 500;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .about-card h3 {
        color: #cb8757;
        font-weight: 700;
        font-size: 25px;
        margin-bottom: 15px;
    }

    .about-card p {
        font-size: 13px;
        margin-bottom: 20px;
    }


.services-cards {
    padding: 20px 0px;
}

.services-card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    background-color: #fee4c3;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 15px;
    width: auto;
    transition: all;
    transition-duration: 0.2s;
}

    .services-card:hover {
        transform: scale(1.05);
        background-color: #FFE3CB;
    }

    .services-card h3 {
        color: #cb8757;
        font-weight: 700;
        font-size: 25px;
        margin-bottom: 15px;
    }

    .services-card p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .services-card table th {
        font-size: 20px;
        color: #805652;
    }

    .services-card table td {
        color: #805652;
        font-size: 14px;
        font-weight: 400;
    }

.embed {
    width: 100%;
    height: 60vh;
}

.contact{
    padding: 20px 50px;
}

.contact-header {
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
    color: #cb8757;
    font-size: 40px;
    font-weight: 700;
}

.contact-body{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px 0px;
}

.contact-form{
    width:50%;
}

.form-field {
    margin-bottom: 15px;
}

    .form-field label {
        display: block;
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: 500;
        color: #805652;
    }

    .form-field input,
    .form-field textarea {
        color: #805652;
        font-size: 14px;
        font-weight: 500;

        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .form-field textarea {
        resize: vertical;
    }



.address{
    width: 30%
}

.address-card {
    background: #fee4c3;
    padding: 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    width: 100%;
    text-align: start;
}

    .address-card h1 {
        margin: 10px 0;
        font-size: 20px;
        color: #EAA569;
        font-weight: 500;
    }

    .address-card p {
        margin: 10px 0;
        font-size: 14px;
        color: #805652;
        font-weight: 500;
    }

    .address-card a {
        color: #805652;
        text-decoration: none;
    }

        .address-card a:hover {
            text-decoration: underline;
        }

.appointment {
    background-color: #fee4c3;
    padding: 20px 50px;
}

.appointment-form{
    padding: 30px 50px;
}

.appointment-header {
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
    color: #cb8757;
    font-size: 40px;
    font-weight: 700;
}


.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 500;
        color: #805652;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        color: #805652;
        font-size: 14px;
        font-weight: 500;

        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .form-group select {
        opacity: 1;
    }

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.form-col {
    flex: 1;
    min-width: calc(50% - 15px);
}

.navbar-logo {
    height: 60px;
}

.mobile-logo{
    display: none;
}

.google-review{
    margin-top: 20px;
}

.admin-login{
    padding: 10px;
    margin: 90px;
    min-height: 70vh;
    
}

.admin-nav {
    display: flex;
    justify-content:space-evenly;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding: 10px 10px;
    white-space: nowrap;
    scrollbar-width: thin;
}

.table-scroll{
    overflow-x: auto;
    width: 100%;
}

.table-scroll table{
    white-space: nowrap;
}
    


    .container {
        padding: 20px;
    }

    .checkbox-grid {
        display: grid;
        gap: 2px;
    }

    .checkbox-item {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .checkbox-item input {
            margin-right: 0px;
            width: auto;
            height: auto;
        }

        .checkbox-item label {
            font-size: 14px;
        }

    .select-services-header {
        display: flex;
        justify-content: start;
        color: #cb8757;
        font-size: 14px;
        font-weight: 600;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .modal-dialog {
        margin: auto;
        width: 80%;
        max-width: 500px;
    }

    .modal-content {
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
    }

    .modal-footer {
        display: flex;
        justify-content: center;
    }

    .popup {
        position: fixed;
        top: 16%;
        right: 2%;
        background-color: #805652;
        color: white;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 100;
    }

        .popup button {
            background-color: #fff;
            border: none;
            color: #4CAF50;
            padding: 5px 10px;
            cursor: pointer;
            border-radius: 5px;
        }

            .popup button:hover {
                background-color: #f2f2f2;
            }

    .desktop-logo{
        display: block;
    }

.icon-class {
    width: 20px;
    height: 20px;
    margin-left: 5px; /* Adjusts the spacing between the icon and text */
    margin-bottom: 3px;
    vertical-align: middle;
}

.appointment-button-group{
    display: flex;
    flex-direction: row;
    gap: 10px;
}


/* Change the background color of the pagination buttons */
.pagination .page-link {
    background-color: #805652; /* Default button background color */
    border-color: white;
    color: white; /* Button text color */
}

    /* Hover effect for pagination buttons */
    .pagination .page-link:hover {
        background-color: #cb9c83; /* Button background color on hover */
        border-color: white;
        color: white; /* Text color on hover */
    }

/* Active page button styles */
.pagination .active .page-link {
    background-color: #cb9c83; /* Active button background color */
    border-color: white; /* Active button border color */
    color: white; /* Active button text color */
}

/* Disable button styles */
.pagination .disabled .page-link {
    background-color: #e0e0e0; /* Disabled button background color */
    color: #9e9e9e; /* Disabled button text color */
}

/* Next/Previous button styles */
.pagination .page-link[aria-label="Previous"],
.pagination .page-link[aria-label="Next"] {
    background-color: #805652; /* Background color for Next/Previous */
    border-color: white;
    color: white; /* Text color for Next/Previous */
}

    /* Hover effect for Next/Previous buttons */
    .pagination .page-link[aria-label="Previous"]:hover,
    .pagination .page-link[aria-label="Next"]:hover {
        background-color: #cb9c83; /* Hover background color for Next/Previous */
    }

.page-item.active .page-link {
    z-index: 0;
    color: #fff;
}


.confirmation-card {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

    .confirmation-card h2 {
        color: #805652; /* Primary color */
    }






/* PC view: 4 columns */
@media (min-width: 768px) {
    .checkbox-grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    /* Mobile view: 2 columns */
    @media (max-width: 767px) {
        .checkbox-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }





    @media (min-width: 769px) {
        .service-section .row {
            display: flex;
            justify-content: center;
        }

        .service-card {
            flex: 1;
            margin: 10px;
        }
    }



    @media (max-width: 768px) {

        .admin-login {
            margin: 0px;
            padding: 20px;
        }

        .appointment-button-group {
            flex-direction: column;
            gap: 5px;
        }

        .desktop-logo {
            display: none;
        }

        .mobile-logo {
            display: block;
        }

        .table-scroll table th,
        .table-scroll table td {
            padding: 10px 20px; /* Increase horizontal padding */
            font-size: 14px; /* Optionally reduce font size on mobile */
        }

        .navbar-logo{
            height: 45px;
        }

        .hero-content h2 {
            font-size: 25px;
        }

        .hero-content h1 {
            font-size: 30px;
        }

        .hero-content p {
            font-size: 12px;
            padding: 10px 20px;
        }

        .hero-section {
            padding: 10px 0;
            flex-direction: column;
            text-align: center;
        }

        .nav-ul {
            align-items: flex-start;
        }

        .hero-content {
            order: 2;
            padding: 20px 15px;
        }

        .hero-image {
            order: 1;
            margin-bottom: 20px;
        }

            .hero-image img {
                width: 90vw;
                height: auto;
            }

        .service-card {
            margin-bottom: 20px;
        }

            .service-card h3 {
                font-size: 22px;
            }

            .service-card p {
                font-size: 11px;
            }

        .service-section {
            padding: 20px 20px;
            text-align: center;
        }

        .service-header {
            justify-content: center;
            font-size: 30px;
            font-weight: 700;
            padding: 0px 0px;
        }

        .gallery-header {
            justify-content: center;
            font-size: 30px;
            font-weight: 700;
            padding: 0px 0px;
        }

        .review-header {
            justify-content: center;
            font-size: 30px;
            font-weight: 700;
            padding: 0px 0px;
            margin-bottom: 0px;
        }

        .admin-nav {
            max-width: 100%;
            justify-content: normal;
            gap: 15px;
            padding: 10px 10px;
        }

        .image-container {
            flex-direction: column;
            align-items: center;
        }

            .image-container img {
                max-width: 90%;
            }

        .hero-image {
            display: flex;
            justify-content: center;
        }

        .social {
            flex-direction: column;
        }

        .connect {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            width: 95vw;
        }

            .connect span, .hours span {
                font-size: 12px;
            }

        .icons img {
            height: 25px;
            width: 25px;
            border-radius: 10px;
        }

        .nav-pages {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .hours {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            width: 95vw;
        }

        .weekday, .weekend {
            font-size: 9px;
            font-weight: 500;
            color: #805652;
            justify-content: space-between;
            gap: 15px;
        }

        .copyright {
            padding: 10px 10px;
            background-color: #fee4c3;
            color: #805652;
            font-size: 10px;
            font-weight: 400;
        }

        .nav-pages {
            font-size: 12px;
            gap: 25px;
        }

            .nav-pages a {
                width: max-content;
            }

        .about-hero {
            flex-direction: column;
            gap: 15px;
            padding-top: 25px;
            padding-bottom: 25px;
        }

        .left {
            width: 95%;
        }

        .right {
            width: 95%;
        }

        .left p {
            font-size: 25px;
            text-align: center;
        }

        .right p {
            font-size: 14px;
            text-align: center;
        }

        .about-card {
            width: 95%
        }

        .first-three, .second-three {
            /*flex-direction: column;*/
            grid-template-columns: repeat(1, 1fr); /* Default to 1 column on mobile */
            gap: 0px;
        }

        .services-card {
            width: 95%
        }

        .contact-header {
            justify-content: center;
            font-size: 30px;
            font-weight: 700;
            padding: 0px 0px;
        }

        .contact {
            padding: 20px 5px;
        }

        .embed {
            height: 30vh;
        }

        .contact-form {
            width: 90%;
        }

        .contact-body {
            flex-direction: column;
            gap: 40px;
            align-items: center;
        }

        .address {
            width: 90%
        }

        .address-card {
            text-align: start;
        }

        .appointment {
            padding: 20px 5px;
        }

        .appointment-header {
            justify-content: center;
            text-align: center;
            font-size: 30px;
            font-weight: 700;
            padding: 0px 0px;
        }

        .appointment-form {
            padding: 30px 15px;
        }

        .form-col {
            min-width: 100%;
        }

        .checkbox-item label {
            font-size: 10px;
        }

        .select-services-header {
            font-size: 12px;
            font-weight: 700;
            padding: 0px 0px;
        }

        .popup {
            top: 17%;
            left: 50%;
            transform: translateX(-50%);
            width: 90vw;
        }

        .mobile-form{
            margin: auto;
        }

        .admin-header-buttons{
            justify-content: center;
        }
    }