.text-justify {
    text-align: justify;
}

.key-about {
    background: linear-gradient(135deg, rgb(167, 121, 56), rgb(138, 81, 1));
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: 'Arial', sans-serif; */
    transition: transform 0.3s;
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.key-about p {
    color: #ffffff;
}

.key-links {
    background: linear-gradient(135deg, rgb(167, 121, 56), rgb(138, 81, 1)) !important;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: 'Arial', sans-serif; */
    transition: transform 0.3s;
    background-image: url();
    object-fit: cover;
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    padding: 8px 12px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.key-links ul li a:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateX(5px);
}

.key-contact {
    background: linear-gradient(135deg, rgb(167, 121, 56), rgb(138, 81, 1));
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: 'Arial', sans-serif; */
    transition: transform 0.3s;
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.key-contact p a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.main-heading {
    font-size: 40px;
    color: #8f570a;
    font-weight: 600;
    font-family: "Playfair Display", serif;
}

.key-baner-div {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}


@media (max-width: 768px) {

    .my-key-banner img {
        object-fit: cover;
    }
}


@media (max-width: 480px) {
    .key-baner-div {
        height: auto;
        margin-bottom: 0px;
    }

    .my-key-banner img {
        object-fit: cover;
    }
}




.key-baner-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}






.hair-process-section{
    background:linear-gradient(135deg,#ffffff,#f3f5f9);
}


.hair-process-grid{
    display:flex;
    flex-wrap: wrap;
    /* grid-template-columns:repeat(5,1fr); */
    gap:25px;
    margin-bottom: 20px;
}

.hair-process-card{
    position:relative;
    background:#fff;
    padding:35px 25px;
    border-radius:24px;
    overflow:hidden;
    transition:0.4s ease;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    border:1px solid rgba(0,0,0,0.05);
}

.hair-process-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

.hair-step-number{
    width:70px;
    height:70px;
    border-radius:50%;
    background: linear-gradient(135deg, #a77938, #8a5101);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    font-weight:700;
    margin-bottom:25px;
}

.hair-process-card h3{
    font-size:22px;
    margin-bottom:18px;
    color:#111;
    line-height:1.4;
}

.hair-process-card p{
    font-size:15px;
    line-height:1.9;
    color:#666;
}

.hair-process-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#000,#b58b4d);
}

@media(max-width:1100px){

    .hair-process-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:768px){

    .hair-process-heading h2{
        font-size:32px;
    }

    .hair-process-grid{
        grid-template-columns:repeat(1,1fr);
    }

    .hair-process-card{
        padding:30px 22px;
    }

}








/* SECTION */

.hair-services{
    background:
    linear-gradient(135deg, rgba(0,0,0,0.85), rgba(120,0,0,0.88)),
    url('../img/why-choose-background.png') center/cover no-repeat;
    position:relative;
    overflow:hidden;
}

.hair-services::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,255,255,0.05);
    border-radius:50%;
    top:-200px;
    right:-150px;
}
/* GRID */

.hair-service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    position:relative;
    z-index:2;
}

/* CARD */

.hair-card{
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.12);
    backdrop-filter:blur(10px);
    border-radius:30px;
    padding:35px;
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
}

.hair-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(255,183,3,0.08), transparent);
    opacity:0;
    transition:0.4s ease;
}

.hair-card:hover::before{
    opacity:1;
}

.hair-card:hover{
    transform:translateY(-10px);
    border-color:#ffb703;
}

/* ICON */

.hair-icon{
    width:80px;
    height:80px;
    border-radius:20px;
    background:linear-gradient(135deg,#ffb703,#ff7b00);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    font-size:34px;
    color:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,0.3);
}

/* CONTENT */

.hair-card h3{
    color:#fff;
    font-size:28px;
    margin-bottom:18px;
    font-weight:600;
}

.hair-card p{
    color:#ddd;
    line-height:1.8;
    margin-bottom:22px;
    font-size:15px;
}

/* LIST */

.hair-feature-list{
    list-style:none;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
        padding-left: 0rem !important;
    
}

.hair-feature-list li{
    color:#fff;
    font-size:14px;
    position:relative;
    /* padding-left:26px; */
    line-height:1.5;
}

.hair-feature-list li i {
    color: #bf9456;
    padding-right: 20px;
}

/* .hair-feature-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#ffb703;
    font-weight:700;
} */

/* BUTTON */

.hair-btn-wrap{
    text-align:center;
    margin-top:55px;
    position:relative;
    z-index:2;
}

.hair-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:16px 34px;
    background:#ffb703;
    color:#111;
    text-decoration:none;
    border-radius:60px;
    font-weight:600;
    transition:0.4s ease;
}

.hair-btn:hover{
    background:#fff;
    transform:translateY(-4px);
}

/* MOBILE */

@media(max-width:991px){

    .hair-service-grid{
        grid-template-columns:1fr;
    }

    .hair-services-heading h2{
        font-size:38px;
    }

}

@media(max-width:600px){

    .hair-services{
        padding:70px 5%;
    }

    .hair-card{
        padding:28px;
        border-radius:24px;
    }

    .hair-services-heading h2{
        font-size:30px;
    }

    .hair-card h3{
        font-size:24px;
    }

    .hair-feature-list{
        grid-template-columns:1fr;
    }

}



/* table css */
.comparison-wrapper{
    max-width:1000px;
    margin:auto;
    overflow-x:auto;
}

.comparison-table{
    width:100%;
    border-collapse:collapse;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

.comparison-table thead th{
    padding:22px;
    font-size:24px;
    color:#fff;
    text-align:center;
}

.old-heading{
    background:#8d5507;
}

.new-heading{
    background:linear-gradient(135deg,#8d5507,#8d5507);
}

.comparison-table tbody td{
    padding:22px 20px;
    font-size:17px;
    border-bottom:1px solid #eaeaea;
    text-align:center;
    font-weight:500;
}

.comparison-table tbody tr:nth-child(even){
    background:#fafafa;
}

.comparison-table tbody tr:hover{
    background:#f2f6ff;
    transition:0.3s;
}

.old-text{
    color:#555;
}

.new-text{
    color:#1d3eff;
    font-weight:600;
}

@media(max-width:768px){

    .comparison-table thead th{
        font-size:18px;
        padding:16px;
    }

    .comparison-table tbody td{
        font-size:15px;
        padding:16px 12px;
    }

}








.hair-features{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:25px;
    margin-bottom: 20px;
}

.feature-card{
    background:#fff;
    padding:30px 25px;
    border-radius:20px;
    text-align:center;
    transition:0.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    border:1px solid #eee;
}

.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.feature-icon{
    width:75px;
    height:75px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:linear-gradient(135deg,#bf9456,#bf9456);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
}

.feature-card h3{
    font-size:19px;
    margin-bottom:15px;
    color:#111;
}

.feature-card p{
    font-size:15px;
    line-height:1.7;
    color:#666;
}








.hair-wrapper{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.hair-card-box{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.4s ease;
    border:1px solid #ececec;
}

.hair-card-box:hover{
    transform:translateY(-8px);
}

.hair-image{
    height:320px;
    overflow:hidden;
}

.hair-image img{
    width:100%;
    height:100%;
    /* object-fit:cover; */
    display:block;
}

.hair-content{
    padding:35px;
}

.hair-content span{
    display:inline-block;
    background:#111;
    color:#fff;
    padding:8px 16px;
    border-radius:50px;
    font-size:13px;
    margin-bottom:18px;
    letter-spacing:1px;
}

.hair-content h3{
    font-size: 27px;
    /* line-height: 1.3; */
    margin-bottom: 15px;
    color: #111;
    font-weight: 600;
}

.hair-content p{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:25px;
}

.feature-list-sec{
    list-style:none;
    margin-bottom:28px;
    padding-left: 0rem !important;
}

.feature-list-sec li{
    padding:12px 0;
    border-bottom:1px solid #eee;
    color:#333;
    font-size:15px;
}

.feature-list-sec li:last-child{
    border-bottom:none;
}

.feature-list-sec li i {
    color: #bf9456;
    padding-right: 20px;
}

/* .feature-list-sec li::before{
    content:"✔";
    color:#000;
    font-weight:bold;
    margin-right:10px;
} */

.bottom-text{
    background:#f7f7f7;
    padding:18px;
    border-radius:14px;
    font-size:15px;
    line-height:1.8;
    color:#444;
}

@media(max-width:768px){


    .hair-content{
        padding:25px;
    }

    .hair-content h3{
        font-size:26px;
    }

}





/* Mobile responsive */
@media (max-width: 768px) {
    .main-heading {
    font-size: 30px;
    margin-top: 15px;
}

.key-about {
    max-width: 100%;
}

.key-links {
    max-width: 100%;
}

.key-contact {
    max-width: 100%;
}
.hair-image {
    height: auto;
    overflow: hidden;
}

.hair-image img {
    width: 100%;
    height: auto;
}
}



.cities-f p{
    text-align: center;
    font-size: 27px;
        font-family: "Playfair Display", serif;
}
.cities-f p a{
    color: #000;
}