.salonbg{
  background-image: url('../img/salonbg.jpg');
  height: 60vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-heading {
  font-family: Inter;
    font-size: 42px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
  padding-top: 20vh; /* Adjust the top padding to vertically center the heading */
}

.banner-paragraph {
  font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #A17F5C;
  /* Add some padding around the paragraph for better readability */
}
.allsaloon {
   padding-top: 60px; /* Reduced padding for better mobile display */
}

.allsaloon .container {
    width: 90%; /* Use relative width for better responsiveness */
    max-width: 1100px;
    margin: 0 auto; /* Center the container */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.allsaloon .container .box {
    width: 90%; /* Use relative width for better responsiveness */
    max-width: 320px;
    position: relative;
    background: #FFF;
    padding-top: 60px; /* Adjusted padding for better mobile display */
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; /* Added margin for better spacing on mobile */
}
.allsaloon .container .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #016F7A;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s;
}

.allsaloon .container .box:hover::before {
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform 0.5s;
}

.allsaloon .container .box h2 {
    position: absolute;
    left: 20px;
    top: 32px;
    font-size: 2em;
    font-weight: 800;
    z-index: 1;
    opacity: 0.1;
    transition: 0.5s;
    font-family: Inter;
}

.allsaloon .container .box:hover h2 {
    opacity: 1;
    color: #FFF;
    transform: translateY(-30px);
    font-family: Inter;
}

.allsaloon .container .box h3 {
    position: relative;
    font-size: 1.5em;
    z-index: 2;
    color: #333;
    transition: 0.5s;
    font-family: Inter;
}

.allsaloon .container .box p {
    position: relative;
    z-index: 2;
    color: #555;
    transition: 0.5s;
    font-family: Inter;
    font-size: 20x;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: justify;
    color: #A17F5C;
}

.allsaloon .container .box:hover h3,
.allsaloon .container .box:hover p {
    color: #FFF;
}

@media (max-width: 1000px) {
   .allsaloon .container {
        flex-direction: column;
        align-items: center;
        padding: 60px 30px;
    }

    .allsaloon .box {
        margin-bottom: 20px;
    }
}

/* Media Query for Mobile */
@media (max-width: 767px) {
    .allsaloon .container {
        padding: 30px; /* Adjusted padding for better mobile display */
    }
    
    .allsaloon .container .box {
        width: 100%; /* Adjusted width to take full width on mobile */
        max-width: 100%;
        padding: 40px 20px; /* Adjusted padding for better mobile display */
    }
}


.visit{
    padding: 60px 0;
}
.visit h2{
    font-family: Inter;
    font-size: 40px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: 0em;
    color: #016F7A;
}
.visit p{
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #A17F5C;
    width: 80%;
    margin: 0 10%;
}


/* wardrobe */
.wardrobeBanner {
    background-image: url("../img/AboutBnnr.jpg");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
}

.wardrobeHeading {
    font-family: Inter;
    font-size: 45px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 200px;



}

.wardrobefirsthead {

    font-family: Inter;
    font-size: 38px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    padding-top: 55px;
    margin: auto;


}

.wardrobesubhead {

    font-family: Inter;
    font-size: 38px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: justify;
    color: #000000;
    padding-top: 25px;
    margin: auto;
}

.wardrobefirstPara {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: justified;
    color: #484848;
}


.secondRow .secondCol {
    border: 5px solid #016F7A;
    margin-left: -40px;
}

.thirdRow .firstCol {
    margin-right: -20px;
    border: 5px solid #016F7A;
}

.wardrobeServices h1 {


    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: justify;
    color: #000000;
    padding-top: 25px;
    margin: auto;
}


.wardrobeServices h2 {
    font-family: Inter;
    font-size: 38px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: justify;
    color: #000000;
    padding-top: 25px;
    margin: auto;

}

.wardrobeServices p {

    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: justified;
    color: #484848;
    padding-top: 16px;
}


.lastSection h1 {

    font-family: Inter;
    font-size: 38px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    padding-top: 25px;
    margin: auto;
}

.lastSection p {

    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: justified;
    color: #484848;
    padding-top: 16px;
}



@media screen and (max-device-width: 768px) {
    .secondRow .secondCol {
        margin: 0px;
    }

    .wardrobesubhead {

        font-family: Inter;
        font-size: 24px;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: justify;
        color: #000000;
        padding-top: 25px;
        text-align: center;
    }

    .secondRow h1 {
        font-family: Inter;
        font-size: 24px;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: center;
        color: #000000;

    }

    .firstCol h1 {
        font-family: Inter;
        font-size: 24px;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: center;
        color: #000000;

    }

    .lastSection h1 {
        font-family: Inter;
        font-size: 24px;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 0em;
        color: #000000;

    }


}


/* For header link hover effect */

.abtheaderText li a:hover {
    color: rgb(56, 52, 52);
}
