/* ------------------------------------------------------- */

.home {
    height: 100%;
    position: relative;
    background-color: #d1e8ff;
}

.home img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-content {
    position: relative;
    padding: 180px 270px;
    color: #000000;
}

.service-banner {
    width: 60%;
       padding: 232px 80px;
}

.service-banner h1 {
    font-size: 36px !important;
}

.black-txt {
    color: rgb(255, 255, 255) !important;
    text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000,
        1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
}

.home-content h1 {
    font-size: 54px;
    line-height: 1.1;
}

.home p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: 3px;
}

.button-flex {
    display: flex;
    justify-content: center;
}

.button-flex a {
    text-decoration: none;
}

.home-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: #1354ad;
    color: #fff;
    margin: 10px;
    padding: 12px 20px;
    cursor: pointer;
}

/* ------------------------------------------------------- */


/* ------------------------------------------------------- */

/* ---------------contact us------------------- */
.contact-info {
    box-shadow: 1px 1px 6px 1px #e4e4e4;
    background: white;
    height: 100%;
    border-radius: 8px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    /* background: #ffffff; */
    padding: 30px 0px;
}

.contact-page-form {
    background-color: white;
    box-shadow: 1px 1px 8px 1px #e9e9e9;
    padding: 20px;
    border-radius: 8px;
}

.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 30px;
    color: #1458b0;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #000000;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: #838383;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
    background: #c28565 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: #c28565;
    transition: all 0.4s ease-in-out 0s;
    border-color: #c28565
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
    box-shadow: 1px 1px 8px 1px #d1d1d1;
    border-radius: 8px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}

/* ---------------contact us------------------- */

/* ------------------------------------------------------- */
.subtitle {
    font-size: 1.5rem;
    color: #7c4dff;
    margin-bottom: 40px;
    font-weight: 300;
}

.content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px;
}

.content h3 {
    font-size: 20px;
    font-weight: 600;
}

.info-section {
    flex: 1;
    min-width: 300px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.info-section2 {
    flex: 1;
    min-width: 300px;
    color: white !important;
}

.form-section {
    flex: 1;
    min-width: 300px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.form-section2 {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    border-radius: 15px;
     background: rgba(255, 255, 255, 0.103);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    color: white !important;
}

.form-section2 label {
    color: white !important;
}

.hours {
    margin-top: 25px;
}

.hours p {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
}

.hours p span:first-child {
    font-weight: 600;
    color: #505050;
}

.hours2 p span:first-child {
    font-weight: 600;
    color: #ffffff;
}
.hours2 p {
    display: flex
;
    justify-content: space-between;
    max-width: 300px;
}
.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.form-row .form-group {
    flex: 1;
    min-width: 200px;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #060606;
    font-weight: 500;
}

input,
select {
    width: 100%;
    padding: 8px 10px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
}

input:focus,
select:focus {
    outline: none;
    border-color: #c28565;
}

.btn {
    background: linear-gradient(45deg, #c28565, #c28565);
    color: white;
    border: none;
    padding: 16px 35px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn:hover {
    background: linear-gradient(45deg, #ff8eb4, #ff6b95);
    transform: translateY(-3px);
    box-shadow: 0 7px 15px rgba(255, 107, 149, 0.4);
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(45deg, #c28565, #c28565);
    color: white;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    transform: translateY(-5px);
}

footer {
    text-align: center;
    padding: 30px 80px;
    color: #777;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .content {
        flex-direction: column;
    }

    header h1 {
        font-size: 2.2rem;
    }

    .subtitle {
        font-size: 1.2rem;
    }
}

.nail-polish {
    position: absolute;
    width: 60px;
    height: 60px;
    opacity: 0.7;
    z-index: -1;
}

.polish-1 {
    top: 10%;
    left: 5%;
    background: #ff6b95;
    border-radius: 50% 50% 50% 10%;
    transform: rotate(45deg);
}

.polish-2 {
    top: 15%;
    right: 5%;
    background: #7c4dff;
    border-radius: 50% 10% 50% 50%;
    transform: rotate(-45deg);
}

.polish-3 {
    bottom: 20%;
    left: 7%;
    background: #ff8eb4;
    border-radius: 50% 50% 10% 50%;
    transform: rotate(-135deg);
}

.polish-4 {
    bottom: 15%;
    right: 8%;
    background: #7c4dff;
    border-radius: 10% 50% 50% 50%;
    transform: rotate(135deg);
}

/* ------------------------------------------------------- */