.button1 {
    width: 45px;
    height: 45px;
    background-color: skyblue;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    position: fixed;
    margin-left: 95%;
    z-index: 999;
    top: 33.5rem;
    right: 20px;
}

.telephone {
    color: white;
}

.whatsapp {
    color: white;
}

.button2 {
    width: 45px;
    height: 45px;
    background-color: green;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    position: fixed;
    top: 37rem;
    right: 20px;
    z-index: 999;
}

.header {
    background-color: whitesmoke;
}

.information-gap {
    gap: 18vw;
}

.information {
    background-color: rgb(143, 110, 69);
}

.information-gap li {
    color: white;
    cursor: pointer;
}

.header-content {
    gap: 1vw;
}

.logo-image {
    max-height: 6vw;
    padding: 6px;
    width: 20vw;
}

.nav-item {
    font-size: 3vw;
    color: #2E2E2E;
    background-color: none;
    cursor: pointer;
}

.heading-1 {
    font-size: 3.5vw;
}

.line-1 {
    font-size: 2vw;
}

.appointment-buttons {
    align-self: flex-start;
}

.home-banner-image-property {
    height: 38vw;
    object-fit: cover;
}

.call-now-button {
    background: linear-gradient(to right, rgb(143, 110, 69) 50%, beige 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    color: white;
    padding: 0.5vw;
    width: 10vw;
    font-size: 1vw;
    border-radius: 1.5vw;
    cursor: pointer;
    transition: background-position 0.5s ease;
}

.book-appointment-now-button {
    background: linear-gradient(to right, rgb(143, 110, 69) 50%, beige 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    padding: 0.5vw;
    width: 15vw;
    font-size: 1vw;
    border-radius: 1.5vw;
    color: white;
    transition: background-position 0.5s ease;
}

.call-now-button:hover {
    background-position: right bottom;
    color: black;
}

.book-appointment-now-button:hover {
    background-position: right bottom;
    color: black;
}

/* Header Ends */
/* Treatment  */
.treatments {
    background-color: rgba(253, 239, 215);

}

.full-treatments {
    background-color: rgba(253, 239, 215);
}

.box {
    margin-top: 28px;
    display: flex;
    text-align: center;

}

.one {
    height: 10rem;
    width: 50rem;
    background-color: rgba(246, 225, 192);
    padding-top: 7rem;
    font-weight: 500;
}

.two {
    height: 10rem;
    width: 50rem;
    background-color: rgba(246, 225, 192);
    padding-top: 7rem;
    font-weight: 500;
}

.three {
    height: 10rem;
    width: 50rem;
    background-color: rgba(246, 225, 192);
    padding-top: 7rem;
    font-weight: 500;
}

.four {
    height: 10rem;
    width: 50rem;
    background-color: rgba(246, 225, 192);
    padding-top: 7rem;
    font-weight: 500;
}

.five {
    height: 10rem;
    width: 50rem;
    background-color: rgba(246, 225, 192);
    padding-top: 7rem;
    font-weight: 500;
}

.box1 {
    margin: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box1 img {
    width: 5rem;
    height: auto;
    padding-bottom: 1rem;
}

.box1 p {
    top: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: rgb(35, 14, 0);
    margin-bottom: 8rem;
    margin-right: 1rem;
    cursor: pointer;
}

.box1:hover {
    box-shadow: 0 5px 20px rgb(87, 47, 28);
    transform: translateY(-5px);
}

.click-more {
    font-size: 1.3rem;
    font-weight: 600;
    width: 20rem;
    background-color: rgb(87, 47, 28);
    border: none;
    color: white;
}

.click-more:hover {
    box-shadow: 0 5px 20px rgb(143, 110, 69);
    transform: translateY(-5px);
    background-color: rgb(143, 110, 69);
}

.click-more:active {
    background-color: none !important;
}

/* Treatment Ends */
/* About-Us */
.h2-lg {
    font-size: 2.5vw;
    font-weight: 600;
}

.h1-lg {
    font-size: 3vw;
    font-weight: 600;
}

/* .about-us-heading h2{
    font-size: 3vw;
    font-weight: 600;
    /* margin-top: 2rem; */
.about-us-main-content {
    /* margin-top: 2rem; */
    /* margin-right: 2rem; */
    text-align: justify;
    font-weight: 400;
}

.about-us-button {
    /* margin-top: 1vw; */
    /* padding: 0.5vw; */
    width: 25vw;
    font-weight: 500;
    font-size: 1.5vw;
    background-color: rgb(143, 110, 69);
    border-radius: 0.2vw;
    border: none;
    color: whitesmoke;
}

.btn-primary:hover {
    background-color: beige;
    color: black;
    box-shadow: 0 5px 20px rgb(143, 110, 69);
    transform: translateY(-5px);
}

/* About-Us Ends */
/* Footer  */
.main-footer {
    background-color: rgb(143, 110, 69);
}

.footer {
    background-color: rgb(143, 110, 69);
    color: white;
}

.quick-links li::before {
    content: "›";
    /* arrow symbol */
    margin-right: 8px;
    color: white;
    /* same color as text */
}

.footer-button-property {
    background-color: beige;
    color: black;
    /* margin-top: 1rem; */
    /* padding: 0.5rem; */
    width: 24vw;
    font-weight: 500;
    font-size: 1.5vw;
    border-radius: 0.2rem;
    border: none;
}

.footer-button-property:hover {
    box-shadow: 0 5px 20px rgba(255, 228, 196, 0.6);
    transform: translateY(-5px);
}

.second-content {
    border: 5px solid black
}

.short-line {
    background-color: whitesmoke;
}

.short-line2 {
    background-color: whitesmoke;
    /* width: 80rem; */
}

.footer2 li {
    list-style-type: none;
    line-height: 2.5rem;
    font-weight: 500;
    /* font-size: 1rem; */
}

.footer2 ul {
    color: white;
}

.footer-end {
    /* display: flex; */
}

.footer-end ul {
    /* display: flex; */
    list-style-type: none;
    /* gap: 2rem; */
    /* padding-left: 50rem; */
    /* font-size: 1.5rem; */
}

.footer-end p {
    /* padding-left: 7.5rem; */
    color: white;
}

/* Footer Ends */
/*  Book appointment */
.book-appointment-block {
    gap: 5vw;
    background-color: rgb(143, 110, 69);
    /* height: 10vw; */
}

.book-appointment-block-content {
    font-size: 2.5vw;
    font-weight: 700;
    color: white;
}

.book-appointment-block-button-property {
    background-color: beige;
    padding: 0.5vw;
    width: 24vw;
    font-weight: 500;
    font-size: 1.5vw;
    color: black;
    border-radius: 0.2vw;
    border: none;
}

/* GALLERY ACTIVITY SECTION */
.activity-section {
    margin: 3rem;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 0 8px 2px rgb(178, 178, 152);
}

/* Social Media Ends */
.recent-activity-class {
    text-align: left;
    margin-left: 10.5rem;
    margin-top: 3rem;
    letter-spacing: 5px;
    font-weight: 500;
}

/* GALLERY ACTIVITY SECTION */
.activity-section {
    border-radius: 10px;
    box-shadow: 0 0 8px 2px rgb(178, 178, 152);
    /* dark gray border-like shadow */
}

.border-box {
    position: relative;
    padding: 2rem;
    margin: 2rem auto;
    background-color: #f9f9f9;
    /* max-width: 1200px; */
    border-radius: 1rem;
}

/* Top-left corner (Golden) */
.border-box::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 35%;
    border: 0.5rem solid #c8a44d;
    top: 26%;
    left: 12%;
    border-right: none;
    border-bottom: none;
}

/* Bottom-right corner (Dark Grey) */
.border-box::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 35%;
    border: 0.5rem solid #333;
    bottom: 9%;
    right: 12%;
    border-left: none;
    border-top: none;
}
.treatment-heading h1 {
    font-weight: 500;
    font-size: 3vw;
    text-align: center;
}

.treatment-content {
    font-size: 1.2vw;
    margin-top: 1vw;
    margin-left: 8vw;
    text-align: justify;

}
.form-select {
    width: 25vw;
}

.next-button {
    background-color: rgb(143, 110, 69);
    border: none;
    width: 10vw;
    margin-left: 78vw;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;

}

/* Reduce spacing around links */
.navbar .nav-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 15px;
    /* slightly smaller text if needed */
}

/* Adjust brand/logo spacing */
.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* Remove extra padding from the container */
.navbar .container-fluid {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hero-section {
    position: relative;
    height: 50vh;
    overflow: hidden;
    color: #fff;
}

.hero-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 600;
    color: #fff;
}

.hero-content h6 {
    font-size: 1rem;
    color: #fff;
}

.icons {
    font-size: 2vw;
}

.footer-icons {
    font-size: 1.5rem;
}

#scrollTopBtn {
    /* Position fixed relative to the viewport */
    right: 25px;
    bottom: 1px;
    /* Ensure it's above other elements */
    z-index: 1000;
    /* Smooth transition for visual effect */
    transition: opacity 0.3s, visibility 0.3s;
    text-decoration: none;
    
}

/* Style the icon itself - using your Accent Blue color */
#scrollTopBtn i {
    font-size: 2.5rem;
    color: white;
}
.contact-heading{
    color: black;
}
/* RESPONSIVE */
@media (max-width:991.98px) {
    .information-gap li {
        font-size: 1.5vw;
    }

    .nav-link {
        padding: 0;
    }

    .footer-2 {
        gap: 0vw;
    }

    .form-select {
        width: 25vw;
    }

    .next-button {
        background-color: rgb(143, 110, 69);
        border: none;
        width: 20vw;
        margin-left: 68vw;
    }
}

@media (max-width:767.98px) {
    .border-box::before {
        top: 25%;
        left: 12%;
    }

    .border-box::after {
        right: 12%;
        bottom: 9%;
    }

    .recent-activity-class {
        margin-left: 9.5vw;
        font-size: 6vw;
        letter-spacing: 0.5vw;
        font-weight: 600;
    }

    .h3-md {
        font-size: 2vw;
        font-weight: 500;
    }

    .information-gap li {
        font-size: 1.5vw;
    }

    .nav-link {
        padding: 0;
    }

    .footer-2 {
        gap: 8vw;
    }

    .book-appointment-block {
        height: 20vw;
    }

    .book-appointment-block-content {
        font-size: 2.4vw;
    }

    .book-appointment-block-button-property {
        width: 30vw;
        font-size: 1.6vw;
    }

    .form-select {
        width: 86vw;
    }

    .next-button {
        background-color: rgb(143, 110, 69);
        border: none;
        width: 20vw;
        margin-left: 65vw;
    }
}

@media (max-width:574.98px) {
    .border-box::before {
        top: 30%;
        left: 13%;
    }

    .border-box::after {
        right: 13%;
        bottom: 12%;
    }

    .recent-activity-class {
        margin-left: 9.5vw;
        font-size: 6vw;
        letter-spacing: 0.5vw;
        font-weight: 600;
    }

    .information-gap li {
        font-size: 1.5vw;
    }

    .nav-link {
        padding: 0;
    }

    .footer-2 {
        gap: 10vw;
    }

    .book-appointment-block {
        height: 20vw;
    }

    .book-appointment-block-content {
        font-size: 2.4vw;
    }

    .book-appointment-block-button-property {
        width: 30vw;
        font-size: 1.6vw;
    }

    .form-select {
        width: 86vw;
    }

    .next-button {
        background-color: rgb(143, 110, 69);
        border: none;
        width: 20vw;
        margin-left: 65vw;
    }

}

@media (max-width:424.98px) {
    .information-gap li {
        font-size: 1.7vw;
    }

    .nav-item {
        font-size: 3vw;
    }

    .nav-link {
        padding: 0;
    }

    .logo-image {
        max-height: 8vw;
        width: 24vw;
    }

    .navbar-toggler {
        height: 8vw;
        padding: 0vw;
    }

    .border-box::before {
        top: 34%;
        left: 14%;
    }

    .border-box::after {
        right: 14%;
        bottom: 15%;
    }

    .recent-activity-class {
        margin-left: 8vw;
        font-size: 6vw;
        letter-spacing: 0.5vw;
        font-weight: 600;
    }

    .h4-sm {
        font-size: 6vw;
        font-weight: 500;
    }

    .footer-button-property {
        width: 50vw;
        font-size: 3vw;
    }

    .footer-2 {
        gap: 10vw;
    }

    .border-box-1::before {
        width: 54vw;
        height: 54vw;
        top: 19vw;
        left: 4vw;
    }

    .border-box-1::after {
        width: 54vw;
        height: 54vw;
        bottom: 1vw;
        right: 6vw;
    }

    .book-appointment-block {
        height: 10vw;
    }

    .book-appointment-block-content {
        font-size: 2.4vw;

    }

    .book-appointment-block-button-property {
        width: 30vw;
        font-size: 1.5vw;
        font-weight: 700;
        margin-bottom: 5vw;
    }

    .navbar-toggler-icon {
        height: 1rem;
    }

    .form-select {
        width: 86vw;
    }

    .next-button {
        background-color: rgb(143, 110, 69);
        border: none;
        width: 25vw;
        margin-left: 62vw;
    }

    /* .about-us-button{
        font-weight: 600;
    }
    */


}