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

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

.key-baner-div img {
    width: 100%;
    height: 340px;
    /* margin-bottom: 30px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.key-head {
    font-weight: 600;
    font-size: 35px;
}

.key-about {
    background: linear-gradient(135deg, #ba6a64, #91423c);
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: "Lora", serif; */
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #ffffff; */
    color: #ffffff;
}

.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;
    font-family: "Lora", serif;
}

.key-links {
    background: linear-gradient(135deg, #ba6a64, #91423c);
    /* soft background */
    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;
    /* border: 1px solid #db972f; */
}

.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;
    font-family: "Lora", serif;
}

.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, #ba6a64, #91423c);
    /* soft background */
    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;
    /* border: 1px solid #db972f; */
}

.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;
    font-family: "Lora", serif;
}

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

.beauty-main-title {
    font-size: 41px;
    /* font-weight: 600; */
    /* margin-bottom: 15px; */
    /* letter-spacing: 0.3px; */
    color: #ba6a64;
    font-family: "Cinzel", serif;
}

.beauty-main-color {
    color: #91423c;
}

.beauty-pro {
    list-style: none;
    padding-left: 0rem;
}

.beauty-pro li {
    color: #2b2b2b;
    font-weight: 600;
    line-height: 2rem;
}

.beauty-pro li i {
    color: #c97a67;
    padding-right: 20px;
}


/* .contact-info-card{
    width:100%;
    max-width:600px;
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 15px 45px rgba(0,0,0,0.08);
    border:1px solid #ececec;
    transition:.4s;
}

.contact-info-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
} */

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.contact-info-icon {
    width: 55px;
    height: 55px;
    /* min-width: 60px; */
    border-radius: 50%;
    background: linear-gradient(135deg, #b97a6b, #885245);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 8px 20px rgb(201 122 103 / 45%);
}

.contact-info-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d61f26;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.contact-info-content p {
    margin: 0;
    color: #555;
    font-size: 17px;
    /* line-height:1.8; */
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.contact-info-content p a {
    color: #555;
}

.contact-info-content p a:hover {
    color: #925a4d;
}

.contact-divider {
    height: 1px;
    background: #ededed;
    margin: 17px 0;
}

@media(max-width:576px) {

    /* .contact-info-card{
    padding:20px;
} */

    .contact-info-item {
        gap: 15px;
    }

    .contact-info-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 20px;
    }

    .contact-info-content p {
        font-size: 15px;
    }
}






.beautylock-services-section {
    background: linear-gradient(180deg, #fff8fb, #ffffff);
    position: relative;
    overflow: hidden;
}

.beautylock-heading {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700 !important;
}

.beautylock-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.beautylock-card {

    background: #fff;

    border-radius: 30px;

    padding: 30px;

    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);

    transition: .4s;

    position: relative;

    overflow: hidden;

    border: 1px solid rgb(201 122 103);

}

.beautylock-card:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 6px;

    background: linear-gradient(90deg, #b1615b, #994a44);

}

.beautylock-card:hover {

    transform: translateY(-12px);

    box-shadow: 0 30px 60px rgba(214, 51, 132, .18);

}

.beautylock-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #b96963, #92433d);
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;

}

.beautylock-card h3 {

    font-size: 26px;

    margin-bottom: 18px;

    color: #222;

    font-weight: 700;

}

.beautylock-card p {

    color: #666;

    line-height: 1.5;

    margin-bottom: 25px;

}

.beautylock-card ul {

    margin: 0;

    padding: 0;

    list-style: none;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

}

.beautylock-card ul li {

    position: relative;

    padding-left: 24px;

    color: #555;

    font-size: 15px;

}

.beautylock-card ul li:before {

    content: "✓";

    position: absolute;

    left: 0;

    color: #c97a67;

    font-weight: 700;

}

.beautylock-full {

    grid-column: 1/-1;

}

.beautylock-accessories {

    display: flex;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 20px;

}

.beautylock-accessories span {

    background: linear-gradient(135deg, #fff0f6, #ffe7c9);

    padding: 12px 20px;

    border-radius: 50px;

    font-size: 15px;

    font-weight: 600;

    color: #444;

    transition: .3s;

    border: 1px solid rgba(214, 51, 132, .15);

}

.beautylock-accessories span:hover {

    background: #d63384;

    color: #fff;

    transform: translateY(-4px);

}

/* Responsive */

@media(max-width:991px) {

    .beautylock-service-grid {

        grid-template-columns: 1fr;

    }

    .beautylock-full {

        grid-column: auto;

    }

}

@media(max-width:768px) {

    .beautylock-services-section {

        padding: 70px 0;

    }

    .beautylock-heading h2 {

        font-size: 34px;

    }

    .beautylock-heading p {

        font-size: 16px;

    }

    .beautylock-card {

        padding: 28px;

    }

    .beautylock-card h3 {

        font-size: 24px;

    }

    .beautylock-card ul {

        grid-template-columns: 1fr;

    }

    .beautylock-accessories {

        gap: 10px;

    }

    .beautylock-accessories span {

        font-size: 14px;

        padding: 10px 16px;

    }

}


.why-choose__title {
    font-size: 30px;
    font-weight: 600;
    /* margin-bottom: 30px; */
    letter-spacing: 0.3px;
    color: #ba6a64 !important;
}

.today-lock {
    list-style: none;
    padding-left: 0rem;
}

.today-lock li i {
    color: #c97a67;
    margin-right: 5px;
}

.today-lock li {
    color: black;
    font-weight: 700;
}



.beauty-key-lock-card {
    display: flex;
    gap: 15px;
    padding: 17px;
    border: 1px solid #e8e2dc;
    /* border-radius: 12px; */
    background: #fff;

    flex: 1;
    /* min-height: 170px; */

    transition: 0.3s ease;
}

.beauty-key-lock-card:hover {
    transform: translateY(-5px);
    border-color: #c9a14a;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}



/* Table css */


.beauty-info-table-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.beauty-info-table {
    width: 100%;
    border-collapse: collapse;
}

.beauty-info-table th {
    background: linear-gradient(135deg, #885245, #b97a6b);
    color: #fff;
    padding: 16px 20px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.beauty-info-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #f1dce5;
    color: #444;
    font-size: 15px;
    vertical-align: top;
}

.beauty-info-table tr:last-child td {
    border-bottom: none;
}

.beauty-info-table tr:hover {
    background: #fff0f6;
    transition: 0.3s ease;
}

.beauty-info-table td:first-child {
    width: 30%;
    font-weight: 600;
    color: #b42368;
}

.beauty-highlight {
    display: inline-block;
    background: #ffe4f0;
    color: #d63384;
    padding: 6px 12px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
}


/* Responsive */
@media(max-width:768px) {

    .beauty-info-table th,
    .beauty-info-table td {
        padding: 12px 14px;
        font-size: 14px;
    }

    .beauty-info-table td:first-child {
        width: 40%;
    }

}

.visit-lock {
    background-color: #885245;
}

.healthy-skin {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.healthy-skin p {
    margin-bottom: 0rem !important;
    font-weight: 700;
    color: #885245;
    font-size: 15px;
}

.visit-map {
    color: #c97a67;
}




.bridal-checklist-grid {
    display: grid;
    height: 100%;
    /* grid-template-columns:repeat(3,1fr);
    gap:25px; */
}

.bridal-item {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #ffe8e7;
    transition: .35s;
    box-shadow: 0 10px 25px rgb(255 232 231 / 26%);
    margin-bottom: 20px;
}

.bridal-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(214, 51, 132, .15);
    border-color: #f7b7cf;
}

.check-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffe8e7;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgb(255 232 231);
}

.bridal-item h4 {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 25px;
}

@media(max-width:991px) {

    .bridal-heading h2 {
        font-size: 34px;
    }

    .bridal-checklist-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:768px) {

    .bridal-checklist-section {
        padding: 60px 0;
    }

    .bridal-heading h2 {
        font-size: 28px;
    }

    .bridal-heading p {
        font-size: 15px;
        line-height: 28px;
    }

    .bridal-checklist-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .bridal-item {
        padding: 18px;
    }

    .check-icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .bridal-item h4 {
        font-size: 16px;
        line-height: 24px;
    }

}


.makeup-item {
    background: #fff;
    padding: 10px;
    display: flex;
    gap: 15px;
    text-align: left;
}


.bl-serving-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.bl-location-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    transition: .35s;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
}

.bl-location-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
    border-color: #885245;
}

.bl-location-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #885245, #ff9a44);
    color: #fff;
    font-size: 25px;
}

.bl-location-card h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.bl-location-highlight {
    /* grid-column:span 2; */
    background: linear-gradient(135deg, #9c5e44, #ff9a44);
}

.bl-location-highlight .bl-location-icon {
    background: #fff;
    color: #9c5e44;
}

.bl-location-highlight h4 {
    color: #fff;
}

@media(max-width:991px) {

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

    .bl-location-highlight {
        grid-column: span 3;
    }

    .bl-serving-heading h2 {
        font-size: 36px;
    }

}

@media(max-width:768px) {

    .bl-serving-area {
        padding: 70px 0;
    }

    .bl-serving-heading h2 {
        font-size: 30px;
    }

    .bl-serving-heading p {
        font-size: 15px;
    }

    .bl-serving-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .bl-location-highlight {
        grid-column: span 2;
    }

    .bl-location-card {
        padding: 25px 15px;
    }

    .bl-location-icon {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .bl-location-card h4 {
        font-size: 16px;
    }

}

@media(max-width:480px) {

    .bl-location-highlight {
        grid-column: span 1;
    }

}






.beauty-korean-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    text-align: center;
    height: 100%;
    border: 1px solid #f1f1f1;
    transition: .4s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.beauty-korean-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    /* background:linear-gradient(90deg,#ff4f8b,#ff8b4f); */
    transform: scaleX(0);
    transition: .4s;
}

.beauty-korean-card:hover::before {
    transform: scaleX(1);
}

.beauty-korean-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}

.beauty-korean-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff5f96, #ffb347);
    color: #fff;
    font-size: 34px;
    margin-bottom: 25px;
    transition: .4s;
}

.beauty-korean-card:hover .beauty-korean-icon {
    transform: rotateY(180deg);
}

.beauty-korean-card h4 {
    font-size: 23px;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px;
}

.beauty-korean-card p {
    color: #666;
    line-height: 1.8;
    font-size: 15.5px;
    margin: 0;
    text-align: left;
}

/* Responsive */


@media(max-width:767px) {

    .beauty-korean-benefit-section {
        padding: 60px 0;
    }

    .beauty-korean-card {
        padding: 30px 22px;
    }

    .beauty-korean-icon {
        width: 75px;
        height: 75px;
        font-size: 28px;
    }

    .beauty-korean-card h4 {
        font-size: 20px;
    }

}

.gentle {
    list-style: none;
    padding-left: 0rem;
    line-height: 2rem;
}

.gentle li i {
    color: #c97a67;
    padding-right: 23px;
}

.gentle li {
    font-weight: 600;
}

.luxury-line {
    display: flex;
}

.luxury-line h3{
        margin-left: 15px;
    margin-top: 20px;
}




/* Mobile responsive */
@media(max-width:768px) {

    .key-baner-div img {
        width: 100%;
        height: auto;
    }

    .key-baner-div {
        width: 100%;
        height: auto;
    }

    .beauty-main-title {
        font-size: 25px;
    }

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

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

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

    .beautylock-heading {
        font-size: 25px;
    }

    .why-choose__title {
        font-size: 25px;
    }
}