* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}

.container {
    /* border: 1px solid greenyellow; */
}

.nav-container {
    margin: 0 auto;
    height: 80px;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f7f8fa;
    position: sticky;
    top: 0;
    z-index: 3;
}

.left-side-logo img {
    width: 150px;
    height: 150px;
    padding-top: 20px;
}

.left-side-logo a, .book-right a {
    color: #000;
    text-decoration: none;
}

.right-side-nav a {
    margin-right: 30px;
    width: 100%;
    justify-content: space-evenly;
    text-decoration: none;
    color: #000;
}

.icon-cta {
    margin-right: 20px;
}

.book-right {
    margin-right: 10px;
}

/* Main Section */

.section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img/newsalon-unsplash.jpg");
    background-size: cover;
    object-fit: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
}

.section-one .hours {
    position: absolute;
    right: -60px;
    top: 20%;
    transform: rotate(90deg);
    color: #f0f0f0;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.main-container {
    margin-left: 150px;
    padding: 60px 20px;
}

.main-container h1 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.main-container p {
    text-transform: uppercase;
    color: #f0f0f0;
    margin-bottom: 24px;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

 .main-container .cta-blk {
    background-color: #000;
    padding: 15px 20px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    border-top: 1px solid #fff;
}

.block-info {
    margin-left: 150px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-top: 50px;
    padding: 40px;
    max-width: 450px;
    position: relative;
}

.block-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 60px;
    width: 4px;
    background-color: #fff;
}

.block-info h4 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: 200;
}

.block-info p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.block-info .new-price {
    font-size: 2rem;
    font-weight: bold;
}

.cta-white {
   color: #000;
   background-color: #fff;
   padding: 15px 15px;
   display: inline-block;
   margin-top: 20px;
   text-decoration: none;
}

/* Flexbox Section */

.services {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 100px auto;
    padding-bottom: 80px; 
}

.services > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    padding: 35px 25px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services > div:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.services i {
    color: #d4af37;
    margin-bottom: 20px; 
    transition: color 0.3s ease;
}

.services > div:hover i {
    color: #ffffff; 
}

.services h4 {
    color: #ffffff;
    font-size: 1.15rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 600;
}

.services p {
    color: #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Footer Section */

.footer-container {
    background-color: #f7f8fa;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 100px;
    gap: 5%;
    width: 100%;
    padding: 0px 80px;
}

.footer-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 80px;
}

.footer-title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
}

.footer-title-sub {
    font-size: 2rem;
    font-weight: 400;
}

.footer-right img {
    width: 600px;
    height: 600px;
    object-fit: contain;
    display: block;
}

.footer-sub-paragraph {
    line-height: 1.7;
    margin-bottom: 15px;
}

.footer-cta  {
    background-color: #000;
    padding: 15px 20px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    border-top: 1px solid #fff;
}

/***************************************** 
    MOBILE RESPONSIVE OVERRIDES (Under 992px)
******************************************/

@media (max-width: 990px) {

     .container {
        width: 100%;
        max-width: 100%;       /* Releases any tight width locks */
        margin: 0 auto;        /* Perfectly centers the entire site wrapper on the monitor */
        padding: 0;
        box-sizing: border-box;
        overflow-x: hidden; 
    }

    .right-side-nav {
        display: none;
    }

    .section-one .hours {
        display: none;    
    }

    .services, .footer-container {
        flex-direction: column;
    }

    .footer-left {
        padding-top: 20px;
    } 
    
    .footer-right img {
        width: 500px;
        height: 500px;
    }
}


@media (max-width: 500px) {

    .main-container h1 {
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .main-container p {
        display: none;
    }
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .block-info {
        margin: 0 auto;
        display: block;
        text-align: center; 
    }
    .footer-right img {
        padding: 0 20px;
    }
}
