/* Login Form */
.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin-top: 20px;
}

.custom-icon {
    width: 147px;
    height: 87px;
    margin-top: -50px;
}
.left-column {
    display: flex;
    align-items: center;
    margin-left: 40px;
    margin-top: 20px;
}

.right-column {
    margin-left: 255px;
}

.icons {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
}
.language-select {
    width: 100px;
    height: 28px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    background-color: #ffffff;
    margin-left: 50px;
    margin-right: 70px;
    display: flex;
    align-items: center; 
    justify-content: center; 
}

.selected-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 5px; 
    cursor: pointer;
    width: 100%; 
    box-sizing: border-box; 
    font-size: 17px;
}

.flag-icon-container {
    display: flex;
    align-items: center;
    justify-content: center; 
}

.flag-icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    margin-top: 0; 
}

.dropdown-icon {
    font-size: 12px;
    color: #2C2C2C;
    margin-top: 0; 
}


.options-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1;
    box-sizing: border-box;
}

.option {
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #2C2C2C;
}

.option:hover {
    background-color: #f0f0f0;
}

.language-select.open .options-container {
    display: block;
}


.image-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #CECECE;
    width: 170px;
    height: 15px;
    padding: 10px;
    border-radius: 5px;
}

.social-icon {
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.login-header{
    font-size: 28px;
    color: #1A81C4;
}


.image-text {
    font-size: 17px;
    color: #2C2C2C;
    margin: 0;
    text-align: center;
}

.dropdown-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
}

.content-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #CECECE;
    width: 80px;
    height: 15px;
    padding: 10px;
    margin-left: 30px;
    margin-right:50px;
    border-radius: 7px;

}

.country-icon {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.country-text {
    font-size: 14px;
    color: #2C2C2C;
    margin: 0;
    text-align: center;
}

.dropdown-icon {
    width: 15px;
    height: 8px;
    object-fit: cover;
}

.logo-container {
    width: 313px;
    height: 178px;
    object-fit: cover;
    display: block;
    margin: -260px auto 0;
}

.logo-image {
    width: 313px;
    height: 178px;
    margin-top: -25px;
    margin-left: 350px;

}

section {
    position: relative;
    width: 72%;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -30px 0 0 23px;
}

section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 70%;
    background-image: url('../assets/Rectangle\ 9596.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 80% 210%/0 200% 250% 450%;
    transform: scaleX(1.5);
}

section .content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}
/* Login Form */
form {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 1415px;          
    height: 382px;
    border: 1px solid #FFFFFF;
    margin: 0;  
    margin-left: -90px;          
}

h1 {
    margin-top: 10px;
    color: #1A81C4;
    font-size: 28px;
    font-weight: bold;
    margin-left: 0px;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 600px;
    margin: 0 auto;
    font-size: 18px;
}

.form-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.country-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 50px;
    border: 1px solid #A9A9A9;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
}

.country-logo {
    width: 30px;
    height: 19px;
    margin-left: 5px;
}

p {
    font-size: 18px;
    color: #2C2C2C;
}

.input-field, .submit {
    width: 600px; 
    height: 50px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #A9A9A9;
    font-size: 18px;
    border-radius: 5px;
}


.input-field {
    margin-top: 0;
}

.submit {
    background-color: #1B82CA;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.or-text {
    text-align: center;
    font-size: 18px;
    color: #888888;
    margin: -10px 0;
    margin-top: 10px;
    margin-left: 0px;
}

.google-btn, .facebook-btn {
    background-color: #FFFFFF;
    border: 1px solid #A9A9A9;
    color: #000000;
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: 20px; 
    width: 580px;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-left: 400px;
}

.btn-icon {
    width: 20px;
    height: 20px;
}

.google, .facebook {
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.account-text {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    margin-left: 0px;
}

.signup-link {
    color: #1B82CA;
    text-decoration: none;
    font-weight: bold;
}

/* Login Authntication Page  */

.login-custom-icon{
    width: 147px;
    height: 87px;
    margin-top: -75px;
}

.verification__input-container {
    display: flex;
    justify-content: center; 
    gap: 20px; 
    margin-bottom: 20px;
}

.verification__field {
    display: flex;
    justify-content: center; 
    gap: 40px; 
    border: none; 
}

.left-symbol-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: transform 0.2s ease;
    margin-left: -190px;
    margin-bottom: 70px;
    margin-right: 190px;
}

.verification__description {
    font-size: 18px;
    color: #888888;
    text-align: center;
    margin-bottom: 20px;
}

.verification__title {
    font-size: 18px;
    color: #2C2C2C;
    margin-top: 30px;
    margin-left: -500px;
}

.verification__input {
    width: 60px;
    height: 70px;
    text-align: center;
    font-size: 18px;
    outline: none;
    border: 1px solid #A9A9A9; 
    border-radius: 10px; 
    transition: border-color 0.3s ease; 
}

.verification__input:focus {
    border-color: #1B82CA; 
}

.verification__resend {
    font-size: 18px;
    color: #1B82CA;
    cursor: pointer;
    text-align: right;
    margin-right: 415px;
}

.verification__resend:hover {
    text-decoration: underline;
}

.verification__button-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.verification__verify_btn {
    width: 600px;
    background-color: #1B82CA; 
    color: #FFFFFF;
    height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 5px;
}

/* Signup Page */
.registration-label {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px; 
    color: #333;
    width: 100%; 
    margin-left: -525px;
    margin-top: -2px;
  }
  
  /* Input Styling */
  .registration-input {
    width: 100%;
    max-width: 600px;
    height: 28px;
    font-size: 16px;
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    background-color: #FFFFFF;
    transition: border-color 0.3s, box-shadow 0.3s;
    margin-top: 5px;
  }
  
  .registration-input:focus {
    border-color: #1a81c4;
    box-shadow: 0 0 5px rgba(26, 129, 196, 0.5);
    outline: none;
  }
  .mobile-number {
    width: 100%;
    width: 460px;
    height: 33px;
    font-size: 16px;
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    background-color: #FFFFFF;
    transition: border-color 0.3s, box-shadow 0.3s;
    margin-top: 5px;
  }
.registration-label {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    color: #2C2C2C;
    margin-left: -225px;
    margin-top: 5px;
  } 
  .email-label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #2C2C2C;
    margin-left: -480px;
    margin-top: 8px;
  }
  .mobile-label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #2C2C2C;
    margin-left: -415px;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  
  /* Signup Form  */

.registration-form {
    background-color: #FFFFFF; 
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 1420px;  
    height: 435px;  
    padding: 20px;
    margin: 0 auto;  
    box-sizing: border-box;
    margin-top: -30px;
    margin-left: -70px;
  }
  
  .signup-country {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    padding: 5px;
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    width: 50px;
    height: 20px;
    justify-content: center;
    margin-right: 5px;
  } 
  .signup-country-code {
    font-size: 16px;
    margin-right: 4px;
    color: #333;
  }  
  .signup-country-logo {
    width: 20px;
    height: 20px;
    margin-left: 0px;
  }
  
/* Input Styling */
  .registration-input {
    width: calc(100% - 100px);
    max-width: 515px;
    height: 21px;
    padding: 8px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #FFFFFF;
    transition: border-color 0.3s, box-shadow 0.3s;
    margin-top: -6px;
  }
  .registration-input:focus {
    border-color: #1a81c4;
    box-shadow: 0 0 5px rgba(26, 129, 196, 0.5);
    outline: none;
  }
  .signup-terms-checkbox {
    margin-right: 10px;
    margin-top: 2px; 
  }
  .signup-terms-label {
    font-size: 16px;
    color: #000000;
    margin-top: 10px; 
    display: flex;
    align-items: center;
    margin-left: 410px;
  } 
  /* Terms Checkbox Icon */
  .signup-terms-icon {
    display: flex;
    justify-content: center;
  }  
  /* Signup Button */
  .signup-btn {
    background-color: #1B82CA;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 550px;
    height: 40px;
    margin-top: 20px;
    margin-left: 420px;
  }

  .signup-left-symbol-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 50px;
    margin-left: -200px;
}

.signup-logo-image {
    width: 200px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 70px;
    margin-left: 560px;
}
 
  /* Verify Popup Page */

.verify-popup-btn {
    padding: 10px 20px;
    background-color: #1B82CA;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 600px;
}
.verify-popup {
    display: none;
    position: fixed;
    transform: translateX(-50%);
    width: 550px;
    height: 400px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    margin-top: -430px;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #aaa;
    cursor: pointer;
}

.close-btn:hover {
    color: #000;
}

.verify-popup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.verify-heading {
    font-size: 32px;
    color: #2C2C2C;
}
.verify-text{
    font-size: 18px;
    color: #2C2C2C;
}

.alert-image {
    width: 164px;
    height: 164px;
    margin-top: 15px;
}

.verify-popup.show {
    display: block;
}

.login-btn {
    padding: 10px 20px;
    background-color: #1B82CA; 
    width: 500px;
    height: 40px;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}


/* Login Page Media Query*/

@media  (max-width: 1440px) and  (min-width: 768px) {
    .custom-icon {
        width: 147px;
        height: 87px;
        margin-top: -50px;
    }

    .left-column {
        display: flex;
        align-items: center;
        margin-left: 40px;
    }

    .right-column {
        margin-left: 185px;
    }

    .icons {
        display: flex;
        gap: 15px;
        margin-bottom: 50px;
    }

    .icon-block {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-box {
        display: flex;
        align-items: center;
        gap: 10px;
        border: 1px solid #CECECE;
        width: 170px;
        height: 15px;
        padding: 10px;
        border-radius: 5px;

    }

    .social-icon {
        width: 24px;
        height: 24px;
        object-fit: cover;
    }

    .image-text {
        font-size: 18px;
        color: #2C2C2C;
        margin: 0;
        text-align: center;
    }

    
    .dropdown-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 60px;
    }

    .content-box {
        display: flex;
        align-items: center;
        gap: 10px;
        border: 1px solid #CECECE;
        width: 80px;
        height: 15px;
        padding: 10px;
        margin-left: 30px;
        margin-right: 50px;
        border-radius: 7px;
    }

    .country-icon {
        width: 24px;
        height: 24px;
        object-fit: cover;
    }

    .country-text {
        font-size: 14px;
        color: #2C2C2C;
        margin: 0;
        text-align: center;
    }

    .dropdown-icon {
        width: 15px;
        height: 8px;
        object-fit: cover;
    }

    .logo-container {
        width: 313px;
        height: 178px;
        object-fit: cover;
        display: block;
        margin: -260px auto 0;
    }

    .logo-image {
        width: 200px;
        height: 100px;
        margin-top: -15px;
        margin: -5px auto;
        display: block;
        margin-right: -60px;
    }
    

    section {
        width: 81%;
        height: 70%;
        margin-left: 10px;
        margin-top: -38px;
    }

    section:before {
        width: 111%;
        height: 300px;
        transform: scaleX(1.2);
        border-radius: 0 0 50% 60% / 0 0 140% 200%;
    }

    form {
        width: 340%;
        height: auto;
        margin: 0 auto;
        margin-left: -342px;
    }

    .form-container {
        width: 100%;
        max-width: 500px;
        gap: 10px;
    }

    .google-btn, .facebook-btn {
        width: 37%;
        margin: 10px 30px;
        margin-left: 400px;
        margin-top: 12px;
    }

    .account-text {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: -9px;
        margin-left: 55px;
    }

    .input-field {
        height: 50px;
        width: 900px;
    }
    
        .submit {
            height: 50px;
            width: 500px;
    }
}

/* Mobile Media query in login page */
@media screen and (max-width: 768px) {

    .custom-icon {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-bottom: 0px;
        margin-left: -15px;
    }

    .left-column {
        display: flex;
        align-items: center;
        margin-left: 10px;
    }

    .right-column {
        margin-left: 10px;
    }

    .icons {
        display: flex;
        gap: 4px;
        margin-bottom: 20px;
    }

    .icon-block {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-box {
        display: flex;
        align-items: center;
        gap: 3px;
        border: 1px solid #CECECE;
        width: 30px;
        height: 8px;
        padding: 6px;
        border-radius: 5px;
    }

    .social-icon {
        width: 10px;
        height: 10px;
        object-fit: cover;
    }

    .image-text {
        font-size: 3px;
        color: #2C2C2C;
        margin: 0;
        text-align: center;
    }

    .dropdown-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
    }

    .content-box {
        display: flex;
        align-items: center;
        gap: 3px;
        border: 1px solid #CECECE;
        width: 45px;
        height: 18px;
        padding: 6px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 7px;
    }

    .country-info {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 40px;
        border: 1px solid #A9A9A9;
        box-sizing: border-box;
        padding: 4px;
        border-radius: 5px;
    }

    .country-icon {
        width: 16px;
        height: 16px;
        object-fit: cover;
    }

    .country-text {
        font-size: 12px;
        color: #2C2C2C;
        margin: 0;
        text-align: center;
    }

    .dropdown-icon {
        width: 10px;
        height: 5px;
        object-fit: cover;
    }

    .logo-container {
        width: 200px;
        height: 120px;
        object-fit: cover;
        display: block;
        margin: -160px auto 0;
    }

    .logo-image {
        width: 140px;
        height: 70px;
        margin-top: -10px;
        margin: -5px auto;
        display: block;
        margin-right: 60px;
    }

    section {
        width: 75%;
        height: 50%;
        margin-left: 10px;
        margin-top: -15px;
    }

    section:before {
        width: 115%;
        height: 180px;
        transform: scaleX(1.2);
        border-radius: 0 0 50% 14% / 0 0 140% 200%;
    }

    .language-select {
        width: 45px;
        height: 13px;
        margin-left: 38px;
        margin-right: 10px;
        font-size: 7px;
        padding: 4px;
    }

    .selected-option {
        font-size: 5px;
        padding: 7px 4px;
    }

    .flag-icon {
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }

    .dropdown-icon {
        font-size: 7px;
        margin-bottom: -3px;
        margin-left: 5px;
    }

    .options-container {
        font-size: 7px;
    }

    .login-header {
        font-size: 20px;
        color: #1A81C4;
    }

    .option {
        font-size: 7px;
    }

    form {
        width: 73%;
        height: auto;
        margin: 0 auto;
        margin-left: 50px;
    }

    .form-container {
        width: 100%;
        max-width: 350px;
        gap: 8px;
    }

    .google-btn, .facebook-btn {
        width: 85%;
        margin: 8px 15px;
        margin-left: 8px;
        margin-top: 10px;
    }

    .google, .facebook {
        margin: 0;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
    }

    .account-text {
        font-size: 12px;
        margin-top: 12px;
        margin-bottom: 0px;
        margin-left: 20px;
    }

    .input-field {
        height: 40px;
        width: 100%;
    }

    .submit {
        height: 40px;
        width: 240px;
        font-size: 14px;
    }
}

/* Login Authuntication Media query */

@media screen and (min-width: 768px) and (max-width: 1440px) {
    
    .verification__container {
        width: 680px;
        height: 320px;
    }

    .verification__input-container {
        gap: 30px;
    }
    .left-symbol-icon {
        width: 40px;
        height: 40px;
        margin-left: -780px;
        margin-bottom: -70px;
        margin-right: 230px;
        margin-top: 50px;
    }
    .verification__header h1 {
        margin-left: 400px;
        width: 500px;
    }
    .verification__description {
        font-size: 18px;
        width: 500px;
        margin-left: 400px;
    }


    .verification__title {
        margin-left: 130px;
    }

    .verification__field {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-left: 490px;
    }

    .verification__input {
        width: 60px;
        height: 65px;
        font-size: 18px;
    }

    .verification__resend {
        margin-right: -150px;
    }

    .verification__button-container {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-left: 250px;
    }

    .verification__verify_btn {
        width: 500px;
    }
}
/* Mobile Media in login auth. */

@media screen and (max-width: 768px) {

    .login-custom-icon {
        width: 40px;
        height: 40px;
        margin-top: -34px;
        margin-bottom: 10px;
        margin-left: -15px;
    }

    .verification__container {
        padding: 10px;
    }

    .verification__input-container {
        gap: 15px;
        width: 215px;
    }

    .left-symbol-icon {
        width: 30px;
        height: 30px;
        margin-left: -180px;
        margin-bottom: -55px;
        margin-right: 40px;
    }

    .verification__header h1 {
        margin-left: 10px;
        font-size: 24px;
        text-align: center;
    }

    .verification__description {
        font-size: 14px;
        text-align: center;
    }

    .verification__title {
        font-size: 18px;
        text-align: center;
    }

    .verification__field {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-left: 10px;
    }

    .verification__input {
        width: 30px;
        height: 40px;
        font-size: 14px;
        margin-top: -30px;
    }

    .verification__resend {
        margin-right: -15px;
    }

    .verification__button-container {
        display: flex;
        justify-content: center;
    }

    .verification__verify_btn {
        width: 100%;
        font-size: 16px;
        margin-left: 10px;
    }
}

/*  Media Query Signup Page  */

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .registration-form {
      width: 1260px;
      height: 387px;
      margin-top: -40px;
      padding: 0px;
      margin-left: -40px;
    }
  
    .signup-country {
      margin-right: 8px;
      width: 50px;
      height: 25px;
    }
  
    .registration-title {
      font-size: 24px;
      text-align: center;
      margin-top: -10px;
      margin-bottom: 1px;
      margin-left: -60px;
    }    
  
    .registration-input {
      width: calc(60% - 30px);
      height: 15px;
      font-size: 16px;
    }
  
    .mobile-number {
      width: 100%;
      max-width: 450px;
      height: 30px;
      font-size: 20px;
    }
  
    .signup-left-symbol-icon {
        width: 40px;
        height: 40px;
        margin-left: -210px;
    }

    .signup-logo-image {
        width: 150px;
        margin-left: 460px;
        margin-top: -10px;
    }


    .signup-terms-label {
      margin-left: 0;
      font-size: 14px;
      display: block;
      text-align: center;
      margin-left: -320px;
    }
  
    .signup-btn {
      width: 100%;
      max-width: 530px;
      margin-left: auto;
      margin-right: auto;
      margin-top: -7px;
    }
  }

  /* signup in mobile media query */
  @media screen and (max-width: 768px) {

    .registration-form {
        padding: 10px;
        margin-top: -50px;
        margin-left: 65px;
        margin-right: 10px;
        width: 280px;
    }

    .signup-country {
        width: 40px;
        height: 20px;
    }

    .registration-title {
        font-size: 18px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .registration-input {
        width: 70%;
        height: 20px;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
    }

    .registration-label {
        display: block;
        font-size: 15px;
        margin-bottom: 8px;
        color: #2C2C2C;
        margin-left: -60px;
        margin-top: 5px;
    }

    .email-label {
        display: block;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 8px;
        color: #2C2C2C;
        margin-left: -150px;
        margin-top: 8px;
    }

    .mobile-label {
        display: block;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 8px;
        color: #2C2C2C;
        margin-left: -85px;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .mobile-number {
        width: 50%;
        max-width: 350px;
        height: 30px;
        font-size: 14px;
    }

    .signup-left-symbol-icon {
        width: 30px;
        height: 30px;
        margin-left: -200px;
        margin-top: 20px;
    }

    .signup-logo-image {
        width: 120px;
        margin-left: 150px;
        margin-right: auto;
        margin-top: -105px;
        display: block;
    }

    .signup-terms-label {
        font-size: 12px;
        display: inline-block;
        margin-left: 10px;
    }

    .signup-terms-checkbox {
        margin-right: 10px;
        margin-top: 2px;
        width: 20px;
    }

    .signup-terms-icon {
        display: flex;
        align-items: center;
    }
      .signup-btn {
        width: 100%;
        max-width: 410px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }

    }

  /* Media Query Popup */
  @media (max-width: 1440px) and (min-width: 768px)  {

    .verify-popup {
        width: 80%;
        height: 350px;
    }
    .alert-image {
        width: 120px;
        height: 120px;
    }
    .verify-heading {
        font-size: 28px;
    }
    .verify-text {
        font-size: 16px;
    }
}

  
/* Final Landing Page */

:root {
    --primary-color: #2185D0;
    --text-color: #333;
    --border-color: #e2e8f0;
    --hover-color: #1a69a4;
    --white: #ffffff;
}

/* Header styles */
.header {
    width: 100%;
    background-color:#ffffff;
    padding: 15px 30px;
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

/* Navigation container */
.nav-container {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.header-logo-image {
    width: 168px;
    height: 96px;
    margin-left: -100px;
    margin-top: -25px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 90px;
    margin-left: 130px;
}

.nav-item {
    display: flex;
    align-items: center;
}

.nav-link {
    text-decoration: none;
    color:#000000;
    font-size: 18px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-right: -140px;
}

/* Login/Signup button */
.login-button {
    background-color: #1A81C4;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    font-weight: bold;
    margin-left: 120px;
    height: 20px;

}
/* Container styles */
.service-container {
    background-color:#1A81C4;
    padding: 40px 20px;
    margin-top: 20px;
}

.features {
  padding: 60px 0;
}

.features-title {
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  margin-bottom: 50px;
  font-weight: bold;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 670px;
  margin: 0 auto;
}

/* Feature card styles */
.feature-card {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 130px;
  width: 100px;
}


/* Feature icon styles */
.feature-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-name {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

/* Book Servie Card */

.features-wrapper {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-top: 50px;
}

.book-card {
    flex: 1;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.business-card {
    flex: 1;
    background-color: #E8F2F9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-header {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.logo {
    height: 49px;
    width: 77px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #888888;
}

.dot {
    font-size: 18px;
    color: #888888;
}

.card-content {
    padding: 30px;
    position: relative;
}

.card-title {
    font-size: 40px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -50px;
    color: #2C2C2C;
    font-weight: bold;
}

.card-description {
    font-size: 22px;
    color: #2C2C2C;
    margin-top: -30px;
    margin-bottom: 20px;
}

.card-button {
    background-color: #1A81C4;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: block;
    margin: 0 auto;
}

/* Card images */
.card-images {
    position: relative;
    margin-top: 30px;
    height: 400px;
    text-align: center;
}

.business-logo.png,
.service-logo.png {
    position: absolute;
    width: 300px;
    height: 30px;
    z-index: 1;
}


/* Reasearch Service */

.service-research {
    max-width: 1500px;
    height: 560px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 50px;
    background: #E9F3FA;
}

/* Hero Section */

.hero .service-research {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.service-content {
    flex: 1;
    max-width: 600px;
    margin-left: 50px;
}

.logo-wrapper {
    margin-bottom: 10px;
}

.research-logo {
    height: 140px;
    width: auto;
}

.service-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #1A81C4;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}


.arrow-icon {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}


.service-image-wrapper {
    flex: 1;
    position: relative;
}

.image-frame {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-left: 650px;
    margin-top: -410px;
}
.frame-color{
    margin-bottom: -61px;
    margin-left: 190px;
    margin-top: 30px;
}
.service-frame{
    margin-left: 220px;
    margin-top: -450px;
}

/* How We Work Section*/
.service-work {
    padding: 80px 0;
    background-color: #ffffff;
    margin-top: 50px;
}

.section-heading {
    color: #1A81C4;
    text-align: center;
    font-size: 48px;
    margin-bottom: 70px;
    margin-top: -70px;
}

.service-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
    margin-left: 45px;
    margin-right: 45px;
}

.step-card {
    position: relative;
    display: flex;
    justify-content: center;
}

.hexagon {
    width: 250px;
    padding: 40px 30px;
    position: relative;
    background: #ffffff;
    text-align: center;
    clip-path: polygon(142% 0%, 84% 180%, 126% -400%, 70% 390%, 0% 130%, 0% -15%);
    border: 4px solid #1A81C4; 
    transition: transform 0.3s ease;
}


.icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: #1A81C4; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.icon {
    width: 30px;
    height: 30px;
}

.feature-icon {
    width: 57px;
    height: 57px;
}


.step-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #000000;
}

.step-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
}

/* Footer container */
.footer {
    background-color:#1A81C4;
    width: 100%;
    margin-top: 10px;
    margin-bottom: -100px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-left: -10px;
}

.nav-list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    transition: opacity 0.3s ease;
}


.app-buttons {
    display: flex;
    gap: 15px;
}

.app-button {
    display: inline-block;
    transition: transform 0.3s ease;
}

.app-button:hover {
    transform: translateY(-2px);
}

.app-button img {
    height: 42px;
    width: auto;
    border-radius: 6px;
    margin-top: 30px;
}

/* Bottom row styles */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #FFFFFF;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

/* Logo styles */
.footer-logo  {
    height: 70px;
    width: 123px;
    margin-left: 0px;
}

/* Copyright text */
.copyright {
    font-size: 16px;
    opacity: 0.9;
    color: #FFFFFF;
}



.social-links {
    display: flex;
    gap: 20px;
}

.social-links a {
    text-decoration: none;
    color: #ffffff;
    font-size: 25px; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px; 
    height: 25px; 
    transition: transform 0.3s ease;
}


/* Final Landing Page Media Query */

@media screen and (max-width: 1440px) and (min-width: 768px) {

    .header {
        padding: 20px 40px;
    }

    .nav-container {
        max-width: 1100px; 
        padding: 0 20px;
    }

    .header-logo-image {
        width: 150px; 
        height: auto; 
        margin-left: -80px;
    }

    .nav-menu {
        gap: 60px;
        margin-left: 120px;
    }

    .nav-link {
        font-size: 18px; 
    }

    .login-button {
        font-size: 14px; 
        padding: 6px 14px; 
        margin-left: 100px;
    }

    .service-container {
        padding: 40px 30px;
    }

    .features-grid {
        grid-template-columns: repeat(3, 1fr); 
    }

    .book-card,
    .business-card {
        flex: 1;
        max-width: 450px; 
    }

    .footer-container {
        max-width: 1300px; 
    }
}


@media screen and (max-width: 1440px) and (min-width: 768px) {
    .service-container {
        padding: 40px 30px;
        width: 1350px;
    }

    .features-title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .features-grid {
        grid-template-columns: repeat(4, 1fr);
        max-width: 690px;
    }

    .feature-card {
        height: 120px;
        width: 120px;
        padding: 15px;
    }

    .feature-name {
        font-size: 20px;
    }

    .features-wrapper {
        gap: 40px;
        max-width: 1230px;
    }

    .book-card,
    .business-card {
        flex: 1;
        max-width: 600px;
    }

    .card-header {
        padding: 15px;
    }

    .card-title {
        font-size: 36px;
        width: 415px;
    }

    .card-description {
        font-size: 20px;
    }

    .card-button {
        padding: 8px 16px;
        font-size: 14px;
        margin-left: 200px;
    }

    .card-images {
        height: 385px;
    }

    .business-logo.png,
    .service-logo.png {
        width: 250px;
    }
}


@media screen and (max-width: 1440px) and (min-width: 768px) {
    .service-research {
        max-width: 1350px;
        height: 500px;
        padding: 0 30px;
        margin-top: 40px;
    }

    .hero .service-research {
        flex-direction: column;
        gap: 20px;
    }

    .service-content {
        max-width: 500px;
        margin-left: 30px;
    }

    .research-logo {
        height: 120px;
    }

    .service-title {
        font-size: 40px;
    }

    .cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .arrow-icon {
        width: 18px;
        height: 18px;
    }

    .service-image-wrapper {
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }

    .image-frame {
        max-width: 450px;
        margin-left: 0;
        margin-top: 0;
    }

    .frame-color {
        margin-left: 820px;
        margin-top:-325px;
        height: 450px;
    }

    .service-frame {
        margin-left: 845px;
        margin-top: -365px;
        height: 400px;
    }
}


@media screen and (max-width: 1440px) and (min-width: 768px) {
    .service-work {
        padding: 60px 0;
        margin-top: 40px;
    }

    .section-title {
        font-size: 40px;
        margin-top: -50px;
        margin-bottom: 50px;
    }

    .service-steps {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .step-card {
        display: flex;
        justify-content: center;
    }

    .hexagon {
        width: 200px;
        padding: 30px 25px;
        clip-path: polygon(130% 0%, 80% 180%, 120% -400%, 65% 380%, 0% 120%, 0% -10%);
        border: 3px solid #1a81c4;
    }

    .icon-wrapper {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .icon {
        width: 25px;
        height: 25px;
        margin-left: 50px;
    }

    .work-icon {
        width: 25px;
        height: 25px;
    }


    .step-title {
        font-size: 1.1rem;
    }

    .step-description {
        font-size: 0.85rem;
    }
}

/* mobile device */

@media screen and (max-width: 768px) {

    .header {
        padding: 0px 5px;
        margin-left: 0;
    }

    .nav-container {
        max-width: 100%;
        padding: 0 10px;
    }

    .header-logo-image {
        width: 40px;
        height: auto;
        margin-left: 0;
        margin-top: 8px;
    }

    .nav-menu {
        gap: 7px;
        margin-left: 0;
        margin-right: 80px;
    }

    .nav-link {
        font-size: 4px;
    }

    .nav-right {
        display: flex;
        align-items: center;
        gap: 0px;
        margin-right: 0px;
    }

    .login-button {
        font-size: 7px;
        height: 10px;
        padding: 5px 5px;
        margin-left: -30px;
        margin-right: 10px;
    }

    .service-container {
        padding: 20px 15px;
        width: 100%;
        margin-top: 20px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .book-card,
    .business-card {
        flex: 1;
        max-width: 320px;
    }

    .footer-container {
        max-width: 100%;
        padding: 0 10px;
    }

    .features-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-card {
        height: 90px;
        width: 75px;
        padding: 10px;
    }

    .feature-name {
        font-size: 16px;
    }

    .features-wrapper {
        gap: 20px;
        max-width: 800px;
    }

    .book-card,
    .business-card {
        flex: 1;
        max-width: 300px;
    }

    .card-header {
        padding: 10px;
    }

    .card-title {
        font-size: 6px;
        width: 80px;
        margin-left: -10px;
    }

    .card-description {
        font-size: 8px;
        width: 120px;
    }

    .card-button {
        padding: 6px 12px;
        font-size: 5px;
        margin-left: 10px;
    }

    .service-logo-img {
        height: 120px;
        width: 120px;
    }

    .card-images {
        height: 140px;
    }

    .business-logo.png,
    .service-logo.png {
        width: 180px;
    }

    .service-research {
        max-width: 100%;
        height: 220px;
        padding: 0 20px;
        margin-top: 20px;
    }

    .hero .service-research {
        flex-direction: column;
        gap: 15px;
    }

    .service-content {
        max-width: 400px;
        margin-left: 20px;
    }

    .research-logo {
        height: 60px;
    }

    .service-title {
        font-size: 12px;
        width: 150px;
        margin-left: 10px;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .arrow-icon {
        width: 14px;
        height: 14px;
    }

    .service-image-wrapper {
        position: relative;
        margin-left: 0;
        margin-top: -75px;
    }

    .image-frame {
        max-width: 250px;
        margin-left: 0;
        margin-top: 20px;
    }

    .frame-color {
        margin-left: 190px;
        margin-top: -220px;
        height: 160px;
    }

    .service-frame {
        margin-left: 200px;
        margin-top: -80px;
        height: 110px;
    }

    .service-work {
        padding: 40px 0;
        margin-top: 20px;
    }

    .section-heading {
        color: #1A81C4;
        text-align: center;
        font-size: 32px;
        margin-bottom: 70px;
        margin-top: -40px;
    }

    .section-title {
        font-size: 32px;
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .service-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: -40px;
        margin-left: 5px;
    }

    .step-card {
        display: flex;
        justify-content: center;
    }

    .hexagon {
        width: 100px;
        height: 160px;
        padding: 20px 15px;
        clip-path: polygon(130% 0%, 80% 180%, 120% -400%, 65% 380%, 0% 120%, 0% -10%);
        border: 3px solid #1a81c4;
    }

    .icon-wrapper {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }

    .icon {
        width: 18px;
        height: 18px;
        margin-left: 40px;
    }

    .work-icon {
        width: 18px;
        height: 18px;
    }

    .step-title {
        font-size: 11px;
    }

    .step-description {
        font-size: 12px;
    }

    .footer {
        margin-bottom: 0;
        padding: 0 10px;
    }

    .footer-container {
        padding: 0 10px;
    }

    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .nav-list {
        margin-top: 20px;
        gap: 30px;
        margin-left: 0;
    }

    .nav-list a {
        font-size: 6px;
        margin-left: -7px;
    }

    .app-buttons {
        gap: 10px;
    }

    .app-button img {
        height: 30px;
        width: auto;
        border-radius: 6px;
        margin-top: -30px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px;
    }

    .footer-logo {
        height: 40px;
        width: auto;
    }

    .copyright {
        font-size: 11px;
        margin-left: 80px;
        margin-top: -47px;
    }

    .social-links {
        gap: 15px;
        margin-left: 150px;
        margin-bottom: 5px;
    }

    .social-links a {
        font-size: 20px;
        width: 25px;
        height: 20px;
    }
}

/* Home  page Search Popup*/


.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
}


.search-container {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-grow: 1;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border-radius: 4px;
    flex-grow: 1;
    margin-right: -45px;
}

.search-input-wrapper {
    position: relative;
    flex-grow: 1;
    display: flex;
    justify-content: right; 
    margin-left: 55px;
}

.search-input-wrapper i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #2C2C2C;

}


.search-input {
    width: 100%;  
    padding: 10px 12px 10px 35px;
    border: 1px solid #CECECE;
    border-radius: 4px;
    font-size: 18px;
    outline: none;
    transition: border-color 0.3s ease;
    margin-right: 0px; 
    color: #2C2C2C; 
}

.location-btn, .date-btn, .time-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 4px;
    background: none;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #CECECE;
    color:#2C2C2C;
	width:200px;
}

.search-popup {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 360px;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    overflow: hidden;
}

.search-popup.active {
    display: block;
}


/* .popup-header {
    padding: 15px 20px;
    border-bottom: 1px solid #888888;
} */

.popup-header h3 {
    font-size: 18px;
    color: #2C2C2C;
    margin-left: 30px;
}

.categories-grid {
    display: flex;
    gap: 20px;
    padding: 20px;
    height: calc(100% - 56px);
    overflow-y: auto;
}

.category-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color:#000000;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #DCDCDC;
}

.category-item:hover,
.category-item.active {
    background-color: #E0F3FF;
}

.category-item i {
    font-size: 18px;
    color: #000000;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.overlay.active {
    display: block;
}

.right-menu {
    display: flex;
    gap: 15px;
    width: 80px;
    margin-right: 145px;
}

.language-box, .account-content {
    display: flex;
    align-items: center;
    gap: 5px;
}

.country-image {
    width: 22px;
    height: 22px;
    border-radius: 5px; 
}

.dropdown-icon {
    width: 15px;
    height: 15px;
}

.user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%; 
}
.country-label {
    font-size: 19px;
    color:#2C2C2C;
}

/* Home Page */

.header-wrapper {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    padding: 0px 25px;
    width: 100%;
    margin-left: -120px;
    margin-bottom: -30px;
    margin-top: -20px;
}

.header-logo{
    margin-left: 135px;
}
.logo-wrapper {
    flex-shrink: 0; 
}

.menu-wrapper {
    display: flex;
    align-items: center; 
}

.menu-items {
    display: flex;
    gap: 3px; 
}

.menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #CECECE;
    width: 190px;
    height: 20px; 
    padding: 10px;
    border-radius: 5px;
}

.icon-label {
    font-size: 18px;
    color: #2C2C2C;
    margin: 0;
    text-align: center;
}

.language-box, .account-content {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #CECECE;
    padding: 10px;
    border-radius: 7px;
}
.country-img{
    width: 20px;
    height: 20px;
}

.language-box {
    width: 100px; 
    height: 20px;
    margin-left: 30px;
}

.account-content {
    width: 120px;
    height: 20px; 
    margin-left: -40px; 
    margin-right: -30px;
}

.country-icon {
    width: 20px; 
    height: 20px;
}

.dropdown-icon {
    width: 16px;
    height: 8px;
    margin-top: -5px;
}

/* Views Profile  */

.views-profile {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.section-title {
    font-size: 26px;
    color: #2C2C2C;
    margin-bottom: 0px;
    margin-top: 50px;
    text-align: left;

}

.scroll-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    margin-left: 0px;
}

.card-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
    padding: 10px 4px; 
}

.card-wrapper::-webkit-scrollbar {
    display: none;
}

.service-card {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    width: 450px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-left: 45px;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-image {
    width: 40%;
    height: 85%;
}

.card-content {
    width: 60%;
    padding: 16px;
}


/* Text Styling */
.reacant-heading {
    font-size: 22px;
    color: #1A81C4;
    margin-bottom: 8px;
    margin-top: -3px;
    font-weight: bold;
}

/* Rating styles */
.rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.stars {
    color: #FFD700;
    font-size: 14px;
}

.rating-text {
    color: #000000;
    font-size: 16px;
}

/* Location styles */

.location-icon {
    color: #000000; 
    font-size: 16px; 
}

.description {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}

/* Navigation dots */
.scroll-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.nav-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #DEDEDE;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.nav-dot.active {
    background-color: #003865;
    width: 24px;
    border-radius: 4px;
}


/* Our Profile */

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services-header h2 {
    font-size: 26px;
    color: #2C2C2C;
    font-weight: bold;
    margin-left: 45px;
    margin-bottom: 24px;
}

.see-all {
    color: #2C2C2C;
    text-decoration: none;
    font-size: 18px;
    margin-right: 0px;
    margin-right: 45px;
}

/* Scroll container */


.our-services-scroll {
    position: relative;
    padding-bottom: 40px;
    width: 100%;
    overflow-x: hidden;
}

.our-services-container {
    display: flex;
    gap: 60px;
    transition: transform 0.3s ease-in-out;
    margin-left: 45px;
}

.our-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-width: 400px;
    max-width: 280px;
    border-top: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

.service-icon {
    width: 50px;
    height: 50px;
}

.our-service-title {
    width: 104%;
    padding: 8px;
    background-color: #1A81C4;
    color: white;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: -15px;
}

.our-service-scroll-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.our-service-nav-dot {
    width: 10px;
    height: 10px;
    background-color: #D0D0D0;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.our-service-nav-dot.active {
    background-color: #003865;
}

.bottom-container {
    overflow-x: hidden;
    display: flex;
    gap: 60px;
    transition: transform 0.3s ease-in-out;
}

.show-more {
    display: block;
}

.hidden {
    display: none;
}

.our-service-scroll-nav button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.our-service-scroll-nav button.active {
    background-color: #003865;
    width: 24px;
    border-radius: 4px;
}

.our-service-scroll-nav button:not(.active) {
    background-color: #D0D0D0;
}

/* Providers Service */
.services-providers-container{
    border: 1px solid #DEDEDE;
    width: 1100px;
    margin-left: 45px;
    border-radius: 5px;
}
.service-providers-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.providers-title {
    font-size: 26px;
    color: #2C2C2C;
    margin-bottom: 24px;
    font-weight: bold;
    margin-left: 45px;


}

/* Scroll container */
.providers-scroll {
    position: relative;
    overflow: hidden;
}

.providers-container {
    display: flex;
    gap: 50px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; 
    padding: 10px 4px;
    margin-bottom: 20px;
}

/* Hide scrollbar */
.providers-container::-webkit-scrollbar {
    display: none;
}

/* Service Provider Card styles */
.service-provider-card {
    flex: 0 0 auto;
    width: 280px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-left: 45px;
}

.service-provider-card:hover {
    transform: translateY(-5px);
}

.provider-image {
    width: 100%;
    height: 150px;
}

.card-content {
    padding: 16px;
    width: 90%;
}

/* Price and rating styles */
.price-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.price {
    font-size: 18px;
    color: #1A81C4;
    font-weight: bold;
}

.star-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #FFAC0B;

}

.star-icon {
    color: #FFAC0B;
}

.rating-text {
    font-size: 16px;
    color: #000000;
}

/* Provider info styles */
.provider-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.provider-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.provider-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.provider-name {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #000000;
}

.location-icon {
    font-size: 14px;
}

.service-type {
    font-size: 16px;
    color: #000000;
    padding-top: 0px;
}


/* Home Page Media Query  */

/*  Media Query Search Popup */
@media screen and (max-width: 1440px) and (min-width: 768px) {
    .search-input {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }

    .search-input-wrapper i {
        left: 10px;
    }

    .location-btn, .date-btn, .time-btn {
        width: 180px;
        font-size: 16px;
    }

    .search-popup {
        width: 650px;
        height: 340px;
    }

    .popup-header h3 {
        font-size: 16px;
        margin-left: 20px;
    }

    .category-item {
        padding: 8px;
    }

    .category-item i {
        font-size: 16px;
    }

    .right-menu {
        margin-right: 100px;
    }
}

/* Menu bar */
@media screen and (max-width: 1440px) and (min-width: 768px) {
    .header-wrapper {
        margin-left: -80px;
        margin-bottom: -20px;
        margin-top: -10px;
        padding: 0px 15px;
    }

    .header-logo {
        margin-left: 100px;
    }

    .menu-wrapper {
        flex-direction: column;
    }

    .menu-items {
        flex-direction: row;
        gap: 10px;
    }

    .icon-box {
        width: 160px;
        height: auto;
        padding: 8px;
    }

    .icon-label {
        font-size: 16px;
    }

    .language-box, .account-content {
        width: 100px;
        height: 20px;
        margin-left: -30px;
    }

    .country-icon {
        width: 18px;
        height: 18px;
    }

    .dropdown-icon {
        width: 14px;
        height: 7px;
    }
}


/*Reacant View  */

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .views-profile {
        max-width: 100%;
        padding: 15px;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 40px;
        margin-left: 20px;
    }

    .scroll-container {
        padding-bottom: 30px;
    }

    .card-wrapper {
        gap: 15px;
        padding: 10px 0;
    }

    .service-card {
        width: 400px;
        margin-left: 30px;
    }

    .service-image {
        width: 35%;
        height: 80%;
    }

    .card-content {
        width: 65%;
        padding: 12px;
    }

    .reacant-heading {
        font-size: 20px;
    }

    .rating {
        gap: 6px;
    }

    .stars {
        font-size: 12px;
    }

    .rating-text {
        font-size: 14px;
    }

    .location-icon {
        font-size: 14px;
    }

    .description {
        font-size: 15px;
    }

    .scroll-nav {
        gap: 6px;
    }

    .nav-dot {
        width: 6px;
        height: 6px;
    }

    .nav-dot.active {
        width: 20px;
    }
}


/* Our Services */

@media screen and (max-width: 1440px) and (min-width: 768px) {


    .services-header h2 {
        font-size: 24px;
        margin-left: 30px;
    }

    .see-all {
        font-size: 20px;
        margin-right: 60px;
    }
    

    .our-services-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .our-service-card {
        padding: 20px;
        margin-left: -20px;
        margin-right: 20px;
        min-width: 380px;

    }

    .icon-circle {
        width: 80px;
        height: 80px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
    }

    .our-service-title {
        width: 106%;
        font-size: 20px;
        margin-bottom: -20px;
    }
}

/* Popular Provider  */

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .providers-title {
        font-size: 28px;
        margin-left: 30px;
    }

    .providers-container {
        gap: 35px;
        padding: 10px 20px;
    }

    .service-provider-card {
        width: 300px;
        margin-left: 10px;
    }

    .provider-image {
        height: 160px;
    }

    .card-content {
        padding: 18px;
    }

    .price-rating {
        margin-bottom: 14px;
    }

    .price {
        font-size: 20px;
    }

    .rating-text {
        font-size: 18px;
    }

    .provider-info {
        gap: 10px;
    }

    .provider-name {
        font-size: 22px;
    }

    .location {
        font-size: 18px;
    }

    .service-type {
        font-size: 18px;
    }
}

/* Mobile device */
@media screen and (max-width: 768px) {

    .services-providers-container{
        border: 1px solid #DEDEDE;
        width: 300px;
        margin-left: 5px;
        border-radius: 5px;
    }
    
    .views-profile {
        max-width: 100%;
        padding: 10px;
    }

    .section-title {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .scroll-container {
        padding-bottom: 20px;
    }

    .card-wrapper {
        gap: 10px;
        padding: 5px 0;
    }

    .service-card {
        width: 100%;
        margin: 0 10px;
    }

    .service-image {
        width: 50%;
        height: auto;
    }

    .card-content {
        width: 50%;
        padding: 10px;
    }

    .reacant-heading {
        font-size: 12px;
    }

    .rating {
        gap: 4px;
        font-size: 7px;
    }

    .location span {
        font-size: 10px;
    }

    .stars {
        font-size: 10px;
    }

    .rating-text {
        font-size: 8px;
    }

    .location-icon {
        font-size: 8px;
    }

    .description {
        font-size: 10px;
    }

    .scroll-nav {
        gap: 4px;
    }

    .nav-dot {
        width: 5px;
        height: 5px;
    }

    .nav-dot.active {
        width: 15px;
    }

    .services-header h2 {
        font-size: 20px;
        margin-left: 10px;
    }

    .see-all {
        font-size: 16px;
        margin-right: 10px;
    }

    .our-services-scroll {
        padding-bottom: 40px;
        width: 100%;
        height: 100px;
        margin-left: -30px;
    }

    .our-services-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .our-service-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #ffffff;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        min-width: 220px;
        max-width: 280px;
        border-top: 1px solid #D0D0D0;
        border-left: 1px solid #D0D0D0;
        border-right: 1px solid #D0D0D0;
        margin-top: 20px;
        height: 45px;

    }
    
    .icon-circle {
        width: 50px;
        height: 50px;
        margin-top: -35px;
    }

    .service-icon {
        width: 35px;
        height: 35px;
    }

    .our-service-title {
        width: 106%;
        font-size: 16px;
        margin-bottom: -15px;
    }

    .providers-title {
        font-size: 20px;
        margin-left: 10px;
    }

    .providers-container {
        gap: 10px;
        padding: 5px 10px;
    }

    .service-provider-card {
        width: 45%;
        margin: 0 10px;
    }

    .provider-image {
        height: 100px;
        width: 120px;
    }

    .card-content {
        padding: 15px;
    }

    .price-rating {
        margin-bottom: 10px;
    }

    .price {
        font-size: 10px;
    }

    .rating-text {
        font-size: 10px;
    }

    .provider-info {
        gap: 8px;
    }

    .provider-name {
        font-size: 8px;
    }

    .location {
        font-size: 5px;
    }

    .service-type {
        font-size: 10px;
    }
}

/* search  Page */
.service-listern-menu {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
    margin-left: 45px;
}
.service-listern-menu a,
.beauty-dropdown label {
    color: #888888;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    margin-right: 180px;
    font-size: 16px;
}
.beauty-dropdown {
    position: relative;
}
.beauty-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 300px;
    height: 260px;
    top: 100%;
    left: 0;
    padding: 10px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.beauty-dropdown-menu a {
    color: #000000;
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 20px;
    width:250px;
    border-bottom: 1px solid #DCDCDC;
}
#beauty-toggle {
    display: none;
}
#beauty-toggle:checked + .beauty-dropdown-menu {
    display: block;
}
.beauty-dropdown label {
    color: #2089D3;
    border-bottom: 3px solid #2089D3;
    font-weight: bold;
    width: 60px;
}
.filter-container {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 45px;
}

.filter-box {
    display: flex;
    width: 90px;
    height: 25px;
    gap: 5px;
    border: 1px solid #C0C0C0;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.filter-icon {
    width: 15px;
    height: 15px;
}

.filter {
    color: #000000;
    font-size: 18px;
}

.filter-box:hover {
    background-color: #ffffff;
}

.venue-text {
    font-size: 18px;
    margin-left: 20px;
    color: #888888;
}


/* Card  */


.stylist-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #DEDEDE;
    width: 1350px;
    margin-left: 45px;
    margin-top: 20px;
}

.stylist-header {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;

}

.stylist-image {
    width: 510px;
    height: 490px;
    border-radius: 4px;
    margin-left: 0px;
    margin-top: 20px;
}

.stylist-info h2 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: bold;
    margin-left: 0px;

}

.location {
    color: #000000;
    font-size: 18px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.star-icon {
    color: #ffd700;
    /* margin-bottom: 18px; */
    /* border-bottom: 1px solid #AFAFAF; */
}

/* .rating span {
    color: #000000;
    margin-left: 8px;
    font-size: 18px;

} */

.service {
    padding: 15px 0;

}

.duration {
    color: #000000;
    font-size: 18px;
}

.service-item {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: -30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: -20px;
    width: 785px;

    
}

.booking-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
}
.time-slots button.selected {
    background-color: #1A81C4;
    color: white;
}


.price-book {
    display: flex;
    align-items: center;
}

.price {
    font-size: 18px;
    color: #1A81C4;
    margin-right: 10px;
    font-weight: bold;
}

.book-button {
    background-color: #1A81C4;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    width: 100px;

}

.time-slots button {
    background-color: white;  
    color: black;             
    border: 1px solid #1A81C4; 
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    margin-right: 10px;

}


.see-more {
    color: #1A81C4;
    text-decoration: none;
    float: right;
    font-size:18px;
    font-weight: bold;
    margin-right: 100px;
    margin-top: 30px;

}


/* Search Media Query Add */

@media (max-width: 1440px) and (min-width: 768px) {
    .stylist-image {
        width: 450px;
        height: 470px;
        margin-left: 0px;
    }

    .stylist-card {
        padding: 15px;
        border: 1px solid #DEDEDE;
        margin-left: 40px;
        margin-right: 15px;
        margin-top: 20px;
        width: 1290px;

    }

    .stylist-header {
        gap: 15px;
    }

    .service-item {
        width: 740px;
    }

    .filter-container {
        margin-left: 40px;
    }

    .service-listern-menu {
        margin-left: 20px;
    }
}
/* Mobile device */
@media screen and (max-width: 768px) {
    .service-listern-menu {
        margin-left: -10px;
    }

    .service-listern-menu a,
    .beauty-dropdown label {
        margin-right: 0px;
        font-size: 10px;
    }


    .beauty-dropdown-menu {
        width: 250px;
        padding: 5px;
    }

    .beauty-dropdown-menu a {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 20px;
        width: 100%;
    }
    .beauty-dropdown label {
        color: #2089D3;
        border-bottom: 3px solid #2089D3;
        font-weight: bold;
        width: 20px;
    }
    

    .stylist-image {
        width: 150px;
        height: 250px;
        margin-left: 0;
    }

    .stylist-card {
        padding: 10px;
        margin-left: 10px;
        width: 340px;
    }

    .stylist-header {
        gap: 10px;
    }

    .service-item {
        width: 170px;
    }
    .category-item {
        font-size: 11px;
    }
    .stylist-info h2 {
        font-size: 14px;
        color: #000000;
        margin-top: 20px;
        font-weight: bold;
        margin-left: 0px;
    
    }
    .location h3 {
        font-size: 10px;
    }
    
    .service-info h2 {
        font-size: 11px;
    }
    
    .filter-container {
        margin-left: 10px;
    }

    .price-book {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-left: 0px;
    }

    .price {
        font-size: 8px;
        color: #1A81C4;
        font-weight: bold;
    }
    

    .booking-options {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        width: 35px;
    }

    .book-button {
        background-color: #1A81C4;
        color: #ffffff;
        border: none;
        border-radius: 10px;
        font-size: 10px;
        cursor: pointer;
        width: 60px;
        text-align: center;
    }

    .time-slots button {
        font-size: 7px;
        width: 50px;

    }
    
    
    .time-slot {
        padding: 10px;
        text-align: center;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        font-size: 12px;
        color: #000000;
        width: 120px;
        height: 30px;
    }

    .search-popup {
        position: fixed;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 260px;
        height: 340px;
        background-color: #FFFFFF;
        border-radius: 4px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        display: none;
        overflow: hidden;
    }
    .filter-container {
        display: flex;
        align-items: center;
        margin-top: 20px;
        margin-left: 10px;
    }
    
    .filter-box {
        display: flex;
        width: 70px;
        height: 25px;
        gap: 5px;
        border: 1px solid #C0C0C0;
        padding: 5px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }
    
    .filter-icon {
        width: 15px;
        height: 15px;
    }
    
    .filter {
        color: #000000;
        font-size: 14px;
    }
    
    .filter-box:hover {
        background-color: #ffffff;
    }
    
    
    .venue-text {
        font-size: 14px;
        margin-left: 20px;
        color: #888888;
    }
    
}


/* Services Provider */
.services-provider-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 500px; 
}

.services-provider-header {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.services-provider-image {
    width: 500px; 
    height: 500px;
    border-radius: 4px;
    margin-left: 0%;
}

.services-provider-container {
    max-width: 600px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Service List Styles */
.services-provider-list {
    display: flex;
    flex-direction: column;
}

.services-provider-item {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    width: 500px;
}

.services-provider-info h3 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}

.services-provider-details {
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
}

.services-provider-price-action {
    display: flex;
    align-items: center;
    gap: 12px;
}

.services-provider-price {
    color: #1A81C4;
    font-size: 18px;
    font-weight: bold;
}

.services-provider-add-button {
    background: #1A81C4;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

/* Cart Popup Styles */

.services-provider-cart-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    height: auto;
    background: #FFFFFF; 
    border: 1px solid #DEDEDE;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    padding: 24px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    margin-top: 250px;
    margin-right: 45px;
    border-radius: 10px;
}

.services-provider-cart-popup.active {
    transform: translateX(0);
}

.services-provider-cart-item {
    font-size: 16px;
    color: #888888;
    border-bottom: 2px solid #DEDEDE;
    padding: 12px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;

}

.services-provider-quantity-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #EAF6FF;

}

.services-provider-quantity-btn {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none; 
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #1F7EBE; 
}

.services-provider-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    padding-top: 22px;
}

.services-provider-quantity-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    border-radius: 10px;
    width: 80px;
    border: 1px solid #1977C1;
}

#curly-styling-2-qty {
    font-size: 16px;
    font-weight: bold;
    color: #1F7EBE;
}

/* Styling for Total text */
.total-text {
    color: #888888;
    font-size: 18px;
}

.total-amount {
    color: #000000; 
    font-size: 18px;
    font-weight: bold;
}

.services-provider-confirm-button {
    display: inline-block;
    width:230px;
    background: #1B82CA;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    margin-top: 16px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    border: none;
}
/* Service Provider Media Query */
@media (max-width: 1440px) and (min-width: 768px) {
    .services-provider-card {
        width: 450px;
        padding: 16px;
    }

    .services-provider-image {
        width: 450px;
        height: 450px;
    }

    .services-provider-container {
        max-width: 550px;
        padding: 20px;
    }

    .services-provider-item {
        width: 450px;
    }

    .services-provider-info h3 {
        font-size: 14px;
    }

    .services-provider-details {
        font-size: 16px;
    }

    .services-provider-price {
        font-size: 16px;
    }

    .services-provider-add-button {
        font-size: 14px;
        padding: 5px 10px;
    }

    .services-provider-cart-popup {
        width: 200px;
        margin-top: 220px;
        margin-right: 35px;
    }

    .services-provider-cart-item {
        font-size: 14px;
        padding: 10px;
    }

    .services-provider-quantity-controls {
        gap: 10px;
    }

    .services-provider-quantity-btn {
        font-size: 12px;
        width: 20px;
        height: 20px;
    }

    .services-provider-cart-total {
        font-size: 16px;
    }

    .services-provider-quantity-box {
        width: 70px;
    }

    #curly-styling-2-qty {
        font-size: 14px;
    }

    .total-text, .total-amount {
        font-size: 16px;
    }

    .services-provider-confirm-button {
        width: 220px;
        font-size: 16px;
    }
}

/* Mobile device */
@media screen and (max-width: 768px) {
    .services-provider-card {
        width: 100%;
        padding: 10px;
    }

    .services-provider-image {
        width: 35%;
        height: 200px;
        margin-left: 0px;
    }

    .services-provider-container {
        max-width: 100%;
        padding: 10px;
    }
    .stylist-heading {
        font-size: 8px;
    }
    

    .services-provider-item {
        width: 70%;
    }

    .services-provider-info h3 {
        font-size: 7px;
    }

    .services-provider-details {
        font-size: 8px;
    }

    .services-provider-price {
        font-size: 8px;
        margin-left: 20px;
    }

    .services-provider-add-button {
        font-size: 8px;
        padding: 5px 8px;
        width: 70px;
    }

    .services-provider-cart-popup {
        width: 150px;
        margin-top: 150px;
        margin-right: 20px;
    }

    .services-provider-cart-item {
        font-size: 8px;
        padding: 8px;
    }

    .services-provider-quantity-controls {
        gap: 5px;
    }

    .services-provider-quantity-btn {
        font-size: 10px;
        width: 18px;
        height: 18px;
    }

    .services-provider-cart-total {
        font-size: 14px;
    }

    .services-provider-quantity-box {
        width: 60px;
    }

    #curly-styling-2-qty {
        font-size: 12px;
    }

    .total-text, .total-amount {
        font-size: 14px;
    }

    .services-provider-confirm-button {
        width: 180px;
        font-size: 14px;
    }
}

/* Detail Profile Page */

.detail-profile-header {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    margin-left: 0px;
}

.detail-profile-title {
    font-size: 42px;
    font-weight: bold;
    color: #2C2C2C;
    margin-bottom: 8px;
    margin-left: 45px;
}

.detail-profile-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 18px;
    color: #000000;
    margin-left: 45px;
}

.detail-profile-stars {
    color: #FFAC0B;
    font-size: 16px;
}

.detail-profile-rating span,
.detail-location {
    font-size: 16px;
    margin-right: 20px;

}

.location-icon {
    font-size: 16px;
}


.gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gallery-row {
    display: flex;
    align-items: center;
    margin-top: -40px;
}

.gallery-left {
    flex: 1;
    height: 300px;
    width: 400px;
    margin-bottom: 40px;
}

.gallery-left img {
    width: 145%;
    height: 103%;
    margin-left: 55px;
}
.gallery-right-img {
    flex: 2;
    display: flex;
    flex-direction: column; 
    gap: 10px;  
    align-items: center;
    margin-bottom: 40px;
}

.gallery-right {
    width: 580px;
    height: 150px;
    margin-right: -200px;
}


/* Service Provider Card */
.about-heading{
    font-size: 22px;
    margin-left: 0px;
    color: #000000;
    font-weight: bold;
}

.about-service{
    font-size: 22px;
    margin-left: 55px;
    color: #2C2C2C;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 15px;
}

.detail-profile-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.detail-profile-list {
    list-style: none;
    padding: 10px;
    border: 1px solid #DEDEDE;

}

.detail-profile-item {
    padding: 0px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;

}

.service-info h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 10px;
}

.detail-profile-date {
    color: #888888;
    font-size: 18px;
    height: 10px;
}

.detail-lenghth {
    color: #888888;
    font-size: 18px;
    height: 10px;
}

.service-booking {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.service-price {
    color: #1A81C4;
    font-size: 22px;
    font-weight: bold;
    height: 10px;
    margin-top: 35px;
}

.book-button {
    background-color: #1B82CA;
    color: white;
    border: none;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 80px;
}

.continue-button {
    background-color: #1B82CA;
    color: white;
    border: none;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 22px;
    width: 700px;
    height: 45px;
}


.detail-profile-info h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.stars {
    color: #FFAC0B;
}

.reviews {
    color: #000000;
    font-size: 18px;
}

.in-house-button{ 
    background-color: #1B82CA;
    color: #ffffff;
    border: none;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 290px;
    height: 40px;
}

.at-office-button{  
    background-color: #ffffff;
    color: #1B82CA;
    border: none;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 290px;
    height: 40px;
    border: 2px solid #1B82CA; 
    
}

.time-heading{
    font-size: 22px;
    color: #000000;


}
.hours-table {
    width: 100%;
    margin-top: 24px;
    border-collapse: collapse;
    font-size: 18px;
    border-bottom: 1px solid #AFAFAF;

}

.hours-table th, .hours-table td {
    padding: 8px;
    padding-right: 190px;
}


.monday-row td {
    color: #888888;
}

.closed {
    color: #888888;
}

.highlight-wednesday td {
    font-weight: bold;
}


.contact-container { 
    display: flex;
    gap: 32px;
    padding: 16px;
    margin-top: 30px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    font-size: 16px;
}

.icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E9F3FA;
}

.contact-item span {
    display: block;
    margin-top: 8px;
    text-align: center;
}

/* Detail Profile Media query Add */

@media (max-width: 1440px) and (min-width: 768px) {
    .detail-profile-header {
        padding: 15px;
    }

    .detail-profile-title {
        font-size: 36px;
        margin-bottom: 6px;
    }

    .detail-profile-rating {
        margin-bottom: 12px;
    }

    .gallery-left {
        width: 380px;
        height: 280px;
        margin-left: 0;
    }

    .gallery-left img {
        width: 135%;
        height: 105%;
    }

    .gallery-right-img {
        width: 100%;
        margin-bottom: 30px;
    }

    .gallery-right {
        width: 650px;
        height: 140px;
        margin-right: -170px;
    }

    .about-heading, .about-service {
        font-size: 22px;
    }

    .detail-profile-container {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 10px;
        margin-left: 45px;
    }

    .detail-profile-list {
        width: 90%;
        padding: 10px;
        border: 1px solid #AFAFAF;
    }

    .detail-profile-item {
        padding: 10px 0;
        gap: 10px;
    }

    .service-info h3 {
        font-size: 20px;
    }

    .service-booking {
        gap: 10px;
    }

    .service-price {
        font-size: 16px;
        margin-top: 20px;
    }

    .book-button, .continue-button, .in-house-button, .at-office-button {
        font-size: 14px;
        padding: 6px 14px;
    }

    .continue-button {
        width: 93%;
    }

    .detail-profile-info h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .rating {
        gap: 6px;
        margin-bottom: 14px;
    }

    .reviews {
        font-size: 16px;
    }

    .hours-table th, .hours-table td {
        padding: 6px;
    }

    .monday-row td, .closed {
        color: #888888;
    }

    .highlight-wednesday td {
        font-weight: normal;
    }

    .contact-container {
        flex-direction: row;
        gap: 20px;
    }

    .contact-item {
        align-items: flex-start;
    }

    .contact-item span {
        margin-top: 4px;
    }
}
/* Mobile device */

@media screen and (max-width: 768px) {
    .detail-profile-header {
        padding: 10px;
        margin-left: -35px;
    }

    .detail-profile-title {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .detail-profile-rating {
        margin-bottom: 8px;
    }

    
    .gallery {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-left: -35px;
    }
    
    .gallery-row {
        display: flex;
        align-items: center;
        margin-top: -40px;
        margin-left: 0px;
    }
    
    .gallery-left {
        width: 100%;
        height: 180px;
        margin-left: 0;
    }

    .gallery-left img {
        width: 100%;
        height: 160px;
        margin-top: 30px;
    }

    .gallery-right-img {
        width: 100%;
        margin-bottom: 0px;
    }

    .gallery-right {
        width: 70%;
        height: auto;
        margin-right: -60px;
    }


    .about-heading, .about-service {
        font-size: 18px;
    }
    span, .location-icon, .detail-location {
        font-size: 8px;
    }
    
    .detail-profile-container {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 5px;
        margin-left: 0;
    }

    .detail-profile-list {
        width: 90%;
        padding: 8px;
        border: 1px solid #AFAFAF;
    }

    .detail-profile-item {
        padding: 8px 0;
        gap: 8px;
    }

    .service-info h3 {
        font-size: 12px;
    }

    .service-booking {
        gap: 8px;
    }

    .service-price {
        font-size: 14px;
        margin-top: 16px;
    }

    .in-house-button, .at-office-button {
        font-size: 12px;
        padding: 6px 12px;
        width: 130px;
    }

    .continue-button {
        width: 93%;
        font-size: 16px;
    }

    .detail-profile-info h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .detail-paragraph{
        font-size: 9px;
        width: 180px;
    }

    .rating {
        gap: 4px;
        margin-bottom: 10px;
    }

    .reviews {
        font-size: 14px;
    }
    .time-heading{
        font-size: 14px;
    }
    .hours-table th, .hours-table td {
        padding: 4px;
        font-size: 10px;
    }

    .monday-row td, .closed {
        color: #888888;
    }

    .highlight-wednesday td {
        font-weight: normal;
    }

    .contact-container {
        flex-direction: row;
        gap: 10px;
        display: flex;
    }
    
    .contact-item {
        align-items: flex-start;
        display: flex;
    }
    
    .contact-item span {
        margin-top: 2px;
    }
}

/* Schedule Service Pages */
.schedule-service {
    margin-left: 45px;
    max-width: 500px;

}

.schedule-service h2 {
    font-size: 32px;
    color: #2C2C2C;
    margin-bottom: 15px;
}

.dates {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
    width: 1100px;
    height: 150px;
}

.date-item {
    min-width: 90px;
    height: 65px;
    text-align: center;
    padding: 10px;
    border: 1px solid #888888;
    border-radius: 8px;
    cursor: pointer;
}

.date-item.selected {
    background: #1A81C4;
    color: white;
}

.date-item.selected .date-day {
    color: white;
}

.date-day {
    font-size: 42px;
    font-weight: bold;
    color: #2C2C2C;
    margin: 5px 0;
    padding: 5px;
}

.date-weekday {
    font-size: 18px;
    color: #888888;
    margin-top: 20px;
}

.date-month {
    font-size: 22px;
    color: #000000;
    margin-top: 20px;
}

.time-selector {
    margin-bottom: 30px;
}

.schedule-service-heading {
    font-size: 32px;
    color: #2C2C2C;
    margin-bottom: 15px;
}
.schedule-time-slots {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.time-slot {
    padding: 10px;
    text-align: center;
    border: 1px solid #888888;
    border-radius: 8px;
    font-size: 22px;
    color: #000000;
    width: 120px;
    height: 30px;
    cursor: pointer;
}

.time-slot.selected {
    background: #1A81C4;
    color: white;
}
.form-section h3 {
    font-size: 14px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 20px;
}


.form-group label {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
    color:#000000;
}

.form-group input,
.form-group textarea {
    width: 116%;
    padding: 10px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    font-size: 22px;
}

.form-group textarea {
    height: 30px;
    resize: vertical;
}

label {
    font-size: 22px;
}

label span:first-child {
    color: #000000;
}

label span:last-child {
    color: #888888;
}

.appointment-price {
    color: #1A81C4;
    font-size: 22px;
    font-weight: bold;
    height: 10px;
    margin-top: 0px;
}

.continue-btn{
    background: #1A81C4;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 22px;
    width: 167%;
    height: 55px;
    margin-bottom: 50px;
}


/*Schudle Popup  */

.services-provider-cart-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    height: auto;
    background: #FFFFFF; 
    border: 1px solid #DEDEDE;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    padding: 24px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    margin-top: 250px;
    margin-right: 45px;
    border-radius: 10px;
    width: 260px;
}

.services-provider-cart-popup.active {
    transform: translateX(0);
}

.schdule-service-cart-item {
    font-size: 18px;
    color: #2C2C2C;
    border-bottom: 2px solid #DEDEDE;
    padding: 12px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    width: 250px;
    margin-left: -10px;

}

.services-provider-quantity-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #EAF6FF;

}

.services-provider-quantity-btn {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none; 
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #1F7EBE; 
}

.services-provider-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    padding-top: 22px;
}

.services-provider-quantity-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    border-radius: 10px;
    width: 80px;
    border: 1px solid #1977C1;
}

#curly-styling-2-qty {
    font-size: 16px;
    font-weight: bold;
    color: #1F7EBE;
}

/* Styling for Total text */
.total-text {
    color: #888888;
    font-size: 18px;
}

.total-amount {
    color: #000000; 
    font-size: 18px;
    font-weight: bold;
}

.schdule-service-confirm-button {
    display: inline-block;
    width:200px;
    background: #1B82CA;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    margin-top: 16px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    border: none;
}

.popup-location{
    margin-top: 0px;
}
/* Review Popup */
.booking-page {
    max-width: 500px;
    margin: 0px auto;
    padding: 20px;
}

.modal-heading{
    font-size: 32px;
    color: #2C2C2C;
    margin-bottom: -15px;
    margin-top: -15px;
}
.confirm-btn {
    width: 100%;
    height: 55px;
    padding: 15px;
    background: #1B82CA;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 22px;
    margin-top: 10px;
}
.review-btn{
    width: 100%;
    height: 55px;
    padding: 15px;
    background: #1B82CA;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 22px;
    margin-top: -25px;

}
.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 700px;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: white;
    width: 500px;
    height: 700px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-btn {
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
    color: #000000;
}
.schedule-service-image {
    width: 110px;
    height: 110px;
    border-radius: 8px;
    margin-left: 10px;
}


.review-info {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.service-image {
    width: 150px;
    height: 165px;
    border-radius: 8px;
    margin-left: 10px;
}

.service-details h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #000000;
    margin-left: 10px;
    margin-top: -1px;
}

.review-rating {
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 10px;

}

.location {
    color: #000000;
    font-size: 18px;
    margin-left: 5px;

}

.appointment-time{
    font-size: 18px;
    color: #000000;
    margin-bottom: 0px;
}
.appointment-details {
    padding: 20px;
    color: #888888;
    font-size: 18px;
    margin-bottom: -35px;
    margin-top: -20px;
}

.service-list {
    padding: 0 20px;
}

.appointment-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}


.service-duration {
    color: #888888;
    font-size: 12px;
}

.total {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    margin-bottom: -40px;
    font-size: 20px;
}

.payment-section {
    padding: 20px;
    margin-top: 10px;

}

.payment-section h3 {
    font-size: 32px;
    color: #2C2C2C;
    margin: 0;
}

.payment-option {
    border: 1px solid #DEDEDE;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    flex-direction: column; 
    gap: 10px;
    height: 70px;
}

.payment-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.payment-option label {
    font-size: 22px;
    color: #000000;
    display: flex;
    flex-direction: row; 
    align-items: center;
    gap: 10px;
}

.address-container {
    display: flex;
    align-items: center;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 5px;
    margin-left: 20px;
    width: 446px;
    margin-top: -5px;
}

.address-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;
    background-color: #E9F3FA;
    padding: 5px; 

}

.address-box {
    border: none;
    outline: none;
    font-size: 16px;
    flex-grow: 1;
    padding: 8px;
    width: 70px;
}

.message-section {
    padding: 20px;
    margin-top: -35px;
}

.message-box {
    width: 430px;
    height: 25px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: -15px;
    color: #2C2C2C;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.dolar-amount {
    font-weight: bold;
    font-size: 22px;
}

.modal-footer {
    padding: 20px;
}

.payment-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.review-star-icon {
    color: pink;
}

.review-rating-text {
    color: black;
}

.review-star-icon{
    color: #ffd700;
    margin-left: 10px;
    
}

.review-location{
    margin-left: 10px;
}

/* review verifty popup */

.review-popup {
    display: none;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 550px;
    height: 400px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    margin-top: -400px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #aaa;
    cursor: pointer;
}

.close-btn:hover {
    color: #000;
}
.payment-option {
    border: 1px solid #DEDEDE;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    flex-direction: column; 
    gap: 10px;
    height: 70px;
}

.review-popup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.review-heading {
    font-size: 32px;
    color: #2C2C2C;
    margin-left: -300px;
    font-weight: bold;
}

.review-text {
    font-size: 18px;
    color: #2C2C2C;
}

.review-image {
    width: 164px;
    height: 164px;
    margin-top: 15px;
}

.review-popup.show {
    display: block;
}

.login-btn {
    padding: 10px 20px;
    background-color: #1B82CA;
    width: 500px;
    height: 55px;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}
.login-btn a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
}

/* Media Query Add Scheduleservice */

@media (max-width: 1440px) and (min-width: 769px) {
    .schedule-service {
        margin-left: 30px;
        max-width: 450px;
    }

    .schedule-service h2 {
        font-size: 28px;
    }

    .dates {
        width: 900px;
        height: 140px;
    }

    .date-item {
        min-width: 80px;
        height: 45px;
    }

    .date-day {
        font-size: 36px;
    }

    .date-days {
        font-size: 36px;
    }

    .date-weekday {
        font-size: 16px;
    }

    .date-month {
        font-size: 20px;
    }

    .new-date-day {
        font-size: 36px;
    }

    .new-date-weekday {
        font-size: 16px;
    }

    .new-date-month {
        font-size: 20px;
    }

    .time-selector {
        margin-bottom: 20px;
    }

    .schedule-service-heading {
        font-size: 28px;
    }

    .schedule-time-slots {
        grid-template-columns: repeat(5, 1fr);
    }

    .time-slot {
        font-size: 18px;
        height: 20px;
        width: 110px;
    }

    .form-group label {
        font-size: 20px;
    }

    .form-group input,
    .form-group textarea {
        width: 210%;
        font-size: 18px;
    }

    .continue-btn {
        font-size: 20px;
        width: 173%;
        height: 50px;
    }

    .services-provider-cart-popup {
        width: 240px;
    }

    .schdule-service-cart-item {
        width: 230px;
    }

    .services-provider-cart-total {
        font-size: 16px;
    }

    .schdule-service-confirm-button {
        width: 180px;
        font-size: 16px;
    }

    .modal-heading {
        font-size: 28px;
    }

    @media (max-width: 1440px) and (min-width: 768px) {
        .review-popup {
            width: 500px;
            height: 550px;
            padding: 15px;
        }
        .service-details h2 {
            font-size: 25px;
            margin-bottom: 10px;
            color: #000000;
            margin-left: 10px;
            margin-top: -1px;
        }
        
        .review-heading {
            font-size: 28px;
            margin-left: -200px;
        }
    
        .review-text {
            font-size: 16px;
        }
    
        .review-info {
            display: flex;
            padding: 20px;
            border-bottom: 1px solid #eee;
            margin-top: -15px;
            margin-bottom: -40px;
        }
        .review-image {
            width: 140px;
            height: 140px;
        }
        .schedule-service-image {
            width: 100px;
            height: 100px;
            border-radius: 8px;
        }
        
        
        .appointment-time{
            font-size: 18px;
            color: #000000;
            margin-bottom: 0px;
        }
        .payment-section {
            padding: 20px;
            margin-top: 10px;
        
        }
        .appointment-details {
            padding: 20px;
            color: #888888;
            font-size: 16px;
        }
        
        
        .payment-section h3 {
            font-size: 26px;
            color: #2C2C2C;
            margin: 0;
            margin-top: -10px;
        }
        
        .payment-option {
            border: 1px solid #DEDEDE;
            padding: 15px;
            border-radius: 8px;
            display: flex;
            flex-direction: column; 
            gap: 10px;
            height: 40px;
        }
        
        .payment-img {
            width: 40px;
            height: 40px;
            object-fit: contain;
        }
        
        .payment-option label {
            font-size: 22px;
            color: #000000;
            display: flex;
            flex-direction: row; 
            align-items: center;
            gap: 10px;
            margin-top: -10px;
        }
        .address-container {
            display: flex;
            align-items: center;
            border: 1px solid #DEDEDE;
            border-radius: 8px;
            width: 400px;
        }
        
        
            .address-box {
            font-size: 16px;
            flex-grow: 1;
            padding: 8px;
            width: 70px;
            height: 15px;
        }
        .appointment-time {
            font-size: 16px;
        }
    
        
        .message-section {
            padding: 20px;
            margin-top: -35px;
        }
        
        .total {
            display: flex;
            justify-content: space-between;
            padding: 15px 20px;
            border-top: 1px solid #eee;
            font-size: 20px;
            margin-top: -15px;
        }
        
        .message-box {
            width: 385px;
            height: 20px;
            font-size: 16px;
            margin-bottom: -25px;

        }
    
        .login-btn {
            width: 450px;
            height: 50px;
            font-size: 14px;
        }
    
        .login-btn a {
            line-height: 22px;
        }
    }
    
}

@media (max-width: 1440px) and (min-width: 768px) {
    .services-provider-cart-popup {
        margin-top: 120px;
    }

    .schdule-service-cart-item {
        font-size: 16px;
        width: 220px;
    }

    .services-provider-quantity-controls {
        gap: 10px;
    }

    .services-provider-quantity-btn {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .services-provider-cart-total {
        font-size: 16px;
    }

    .services-provider-quantity-box {
        width: 70px;
    }

    .total-text {
        font-size: 16px;
    }

    .total-amount {
        font-size: 16px;
    }

    .schdule-service-confirm-button {
        width: 180px;
        font-size: 16px;
    }

    .popup-location {
        margin-top: -10px;
    }

    .booking-page {
        max-width: 400px;
    }

    .modal-heading {
        font-size: 28px;
    }

    .confirm-btn,
    .review-btn {
        font-size: 18px;
        height: 50px;
    }

    .modal {
        width: 450px;
    }

    .modal-content {
        width: 450px;
        height: 580px;
    }

    .modal-header {
        font-size: 18px;
    }

    .close-btn {
        font-size: 18px;
    }
}


@media (max-width: 1440px) and (min-width: 768px) {
    .review-popup {
        width: 250px;
        height: 310px;
    }

    .review-heading {
        font-size: 18px;
        margin-left: -100px;
    }

    .review-text {
        font-size: 14px;
    }

    .review-image {
        width: 140px;
        height: 140px;
        margin-top: 15px;
    }


    .login-btn {
        width: 250px;
        font-size: 14px;
        height: 40px;
        color: #FFFFFF;
        margin-top: 10px;
    }

}

/* Mobile device */

@media screen and (max-width: 768px) {
    .schedule-service {
        margin-left: 10px;
        max-width: 75%;
    }

    .schedule-service h2 {
        font-size: 18px;
    }

    .dates {
        width: 390px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: -70px;
    }
    
    .date-item {
        min-width: 25px;
        height: 30px;
    }
    
    .date-day {
        font-size: 20px;
    }
    
    .date-days {
        font-size: 20px;
    }
    
    .date-weekday {
        font-size: 11px;
    }
    
    .date-month {
        font-size: 16px;
    }
    
    .new-date-item {
        min-width: 20px;
        height: 30px;
        text-align: center;
        padding: 10px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        background: #1B82CA;
    }

    .new-date-day {
        font-size: 24px;
    }

    .new-date-weekday {
        font-size: 12px;
    }

    .new-date-month {
        font-size: 16px;
    }

    .time-selector {
        margin-bottom: 15px;
    }

    .schedule-service-heading {
        font-size: 18px;
    }

    .schedule-time-slots {
        grid-template-columns: repeat(3, 1fr);
    }

    .time-slot {
        font-size: 12px;
        height: 20px;
        width: 60px;
    }

    .form-group label {
        font-size: 16px;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        font-size: 14px;
    }

    .continue-btn {
        font-size: 14px;
        width: 250px;
        height: 45px;
    }

    .services-provider-cart-popup {
        width: 200px;
    }

    .schdule-service-cart-item {
        width: 180px;
    }

    .services-provider-cart-total {
        font-size: 12px;
    }

    .schdule-service-confirm-button {
        width: 150px;
        font-size: 12px;
    }

    .modal-heading {
        font-size: 18px;
    }
}

/* Review page */
@media screen and (max-width: 768px) {
    .booking-page {
        max-width: 100%;
        margin: 0px auto;
        padding: 20px;
        height: 500px;
        overflow-y: auto;
    }

    .modal-heading {
        font-size: 16px;
        color: #2C2C2C;
        margin-bottom: -15px;
        margin-top: -15px;
    }

    .confirm-btn, .review-btn {
        width: 100%;
        height: 15px;
        padding: 15px;
        background: #1B82CA;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        margin-top: 10px;
    }

    .modal {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 500px;
        height: 500px;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }

    .modal-content {
        background: white;
        width: 100%;
        height: 100%;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        padding: 15px;
    }

    .modal-header {
        padding: 15px;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .close-btn {
        border: none;
        background: none;
        font-size: 14px;
        cursor: pointer;
        color: #000000;
    }

    .review-info, .appointment-details, .service-list, .total, .payment-section {
        padding: 15px;
        font-size: 10px;
    }

    .service-image {
        width: 100px;
        height: 120px;
        border-radius: 8px;
        margin-left: 10px;
    }
    .schedule-service-image{
        width: 40px;
        height: 60px;
    }

    .service-details h2, .payment-section h3 {
        font-size: 16px;
    }

    .review-rating, .location, .appointment-time {
        font-size: 12px;
        margin-left: 5px;
    }

    .appointment-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }
    .appointment-price{
        font-size: 10px;
    }

    .service-duration {
        font-size: 10px;
        color: #888888;
    }

    .payment-option {
        padding: 12px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        height: 70px;
    }

    .payment-option label {
        font-size: 14px;
        color: #000000;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .address-container {
        display: flex;
        align-items: center;
        border: 1px solid #DEDEDE;
        border-radius: 8px;
        padding: 5px;
        margin-left: 20px;
        width: 100%;
    }

    .address-box {
        font-size: 12px;
        padding: 5px;
        width: 80%;
    }

    .message-box {
        width: 100%;
        height: 15px;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-top: -10px;
        color: #2C2C2C;
        white-space: normal;
        word-wrap: break-word;
        text-overflow: ellipsis;
    }

    .dolar-amount {
        font-weight: bold;
        font-size: 14px;
    }

    .payment-img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .review-star-icon {
        color: #ffd700;
        margin-left: 10px;
    }

    .review-location {
        margin-left: 10px;
    }
}

/* Cart popup */
@media screen and (max-width: 768px) {
    .services-provider-cart-popup {
        margin-top: 120px;
        width: 200px;
        height: 350px;
    }

    .schdule-service-cart-item {
        font-size: 14px;
        width: 180px;
    }

    .services-provider-quantity-controls {
        gap: 8px;
    }

    .services-provider-quantity-btn {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .services-provider-cart-total {
        font-size: 14px;
    }

    .services-provider-quantity-box {
        width: 60px;
    }

    .total-text {
        font-size: 14px;
    }

    .total-amount {
        font-size: 14px;
    }

    .schdule-service-confirm-button {
        width: 160px;
        font-size: 14px;
    }

    .popup-location {
        margin-top: -5px;
    }

    .booking-page {
        max-width: 300px;
    }

    .modal-heading {
        font-size: 16px;
    }

    .confirm-btn,
    .review-btn {
        font-size: 12px;
        height: 45px;
        margin-top: 0px;
    }

    .modal {
        width: 270px;
    }

    .modal-content {
        width: 250px;
        height: 580px;
    }

    .modal-header {
        font-size: 16px;
    }

    .close-btn {
        font-size: 16px;
    }

    .review-popup {
        width: 220px;
        height: 280px;
    }

    .review-heading {
        font-size: 16px;
        margin-left: -80px;
    }

    .review-text {
        font-size: 12px;
    }

    .review-image {
        width: 100px;
        height: 100px;
        margin-top: 10px;
    }

    .login-btn {
        width: 220px;
        font-size: 12px;
        height: 35px;
        color: #FFFFFF;
        margin-top: 8px;
        height: 50px;
    }
}

/* Profile Page */

.create-profile-sidebar {
    width: 230px;
    height: 47%;
    background-color: #ffffff;
    position: fixed;
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px;
    margin-top: 45px;
    margin-left: 45px;
}

.create-profile-nav-item {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px;
    margin-bottom: 20px;
    color: #2C2C2C;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.2s;
    font-size: 22px;
}

.create-profile-nav-item.active {
    background-color: #E8F2F9;
    color: #2C2C2C;
    font-size: 22px;
    height: 10px;
}

.create-booknig-nav-item {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px;
    margin-bottom: 20px;
    color: #2C2C2C;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.2s;
    font-size: 22px;
    background-color: #E8F2F9;
    height: 10px;
}

.create-booking-nav-item.active{
    background-color: #E8F2F9;
    color: #2C2C2C;
    font-size: 22px;
    height: 10px;
}

.create-rewards-nav-item {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px;
    margin-bottom: 20px;
    color: #2C2C2C;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.2s;
    font-size: 22px;
    background-color: #E8F2F9;
    height: 10px;
}

.create-rewards-nav-item.active{
    background-color: #E8F2F9;
    color: #2C2C2C;
    font-size: 22px;

}
.create-profile-main-content {
    margin-left: 320px;
    padding: 20px;
    max-width: 900px;
}

.create-profile-profile-form {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    width: 1085px;
    margin-top: 25px;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #2C2C2C;
}

.create-profile-subtitle {
    color: #888888;
    margin-bottom: 10px;
    font-size: 18px;
}

.create-profile-form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
}

.create-profile-form-group {
    flex: 1;
}

label {
    display: block;
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
}

/* input {
    width: 84%;
    padding: 5px;
    border: 1px solid #B9B9B9;
    border-radius: 7px;
    font-size: 14px;
    color: #000000;
    transition: border-color 0.2s;
} */

.profile-input{
    height: 25px;
    width: 448px;
    border: 1px solid #DADADA;
    font-size: 16px;
    color: #2C2C2C;
}
.create-profile-address-input {
    position: relative;
}

.create-profile-address-input .create-profile-location-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #888888;
}

.profile-img {
    height: 30px;
    width: 30px;
}

.form-group {
    width: 700px;
}

.form-input {
    width: 900px;
    padding: 8px;
    font-size: 16px;
    height: 14px;
    border: 1px solid #DADADA;

}

.address-input-container {
    display: flex;
    align-items: center;
}

.input-location-img {
    margin-left: -30px;
    display: flex;
    align-items: center;
}

.input-location-img img {
    width: 20px;
    height: 20px;
}

.create-profile-save-button {
    background-color: #1B82CA;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    height: 35px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s;
    width: 200px;
    margin-left: 700px;
    margin-top: 20px;
    height: 40px;
}

.create-profile-save-button:disabled {
    background-color: #ffffff;
    cursor: not-allowed;
}


/* Bookings Page */
.booking-main-container {
    margin-top: 50px;
    margin-left: 300px;
}

.booking-header {
    margin-bottom: 24px;
    margin-left: 30px;
}

.booking-header h1 {
    font-size: 32px;
    color: #2C2C2C;
    margin-bottom: 8px;
}
.booking-heading{
    margin-left: 30px;
}
.booking-paragraph{
    margin-left: 30px;
}

.booking-header p {
    font-size: 18px;
    color: #888888;
}

.booking-section-title {
    font-size: 28px;
    color: #2C2C2C;
    margin-bottom:10px;
    margin-left: 30px;
}
.past-order-heading{
    margin-left: 10px;
}
.booking-card {
    background: white;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 1035px;
    margin-left: 30px;
}

.booking-card-content {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    gap: 16px;
}

.booking-info {
    flex: 1;

}

.booking-title {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px;
}

.booking-details {
    font-size: 18px;
    color: #2C2C2C;
    margin-bottom: 0px;
}

.booking-meta {
    font-size: 18px;
    color: #2C2C2C;
    margin-bottom: 10px;
}


.directions-link {
    display: inline-block;
    background-color: #0066cc;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}


.booking-image {
    width: 149px;
    height: 149px;
    border-radius: 8px;
    margin-right: 10px;
}

.directions-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 10px;
    width: 160px;
    background: #1A81C4;
    border-radius: 5px;

}

.image-cover {
    flex: 0 0 10%;
    height: 20px;
    background: url('../assets/white-location.png') no-repeat center center;
}

.get-directions {
    text-decoration: none;
    color: #ffffff;;
    font-size: 18px;
    margin-right: 30px;
}

/* Order */

.past-order-container {
    max-width: 1070px;
    margin: 0 auto;
    margin-left: 330px;
}

h1 {
    font-size: 28px;
    color: #2C2C2C;
    margin-bottom: 20px;
    margin-left: 20px;
}

.order-list {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 25px;
}

.order-item {
    display: flex;
    align-items: center;
    padding: 16px;
    border:  1px solid #E0E0E0;
    margin-bottom: 10px; 
    width: 1065px;
    border-radius: 10px;

}

.order-item:last-child {
    border-bottom: none;
    border:  1px solid #E0E0E0;
}

.order-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 16px;
}

.order-details {
    flex: 1;
}

.order-name {
    color: #000000;
    font-size: 22px;
    margin-bottom: 4px;
}

.order-date {
    font-size: 18px;
    color: #2C2C2C;
    margin-bottom: 4px;
}

.order-price {
    font-size: 22px;
    font-weight: bold;
    color: #1A81C4;
}

.rebook-button {
    background-color: #1B82CA;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
}


/* Rebook popup */


.rebook-button {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background-color: #1B82CA;
    color: white;
    border-radius: 5px;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 430px;  
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    border-radius: 10px;
}

.popup-content {
    position: relative;
    text-align: center;
}

.rating-image {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}

.rating-heading {
    font-size: 32px;
    margin: 10px 0;
    color: #2C2C2C;
}

.rating-feedback {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2C2C2C;
    margin-left: -105px;
}

.feedback-star-rating span {
    font-size: 20px;
    color: #FFAC0B;
    cursor: pointer;
}

.feedback-input {
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #A9A9A9;
    border-radius: 5px;
    resize: none;
}

.submit-button {
    padding: 8px 16px;
    font-size: 18px;
    background-color: #1B82CA;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 200px;
}


.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
}


/* Profile Media query  */

@media (max-width: 1440px) and (min-width: 768px) {
    .create-profile-sidebar {
        width: 200px;
        padding: 15px;
        margin-top: 40px;
        height: 300px;
    }

    .create-profile-nav-item {
        padding: 15px;
        font-size: 20px;
    }

    .create-profile-main-content {
        margin-left: 250px;
        padding: 15px;
    }

    .create-profile-profile-form {
        width: 1050px;
        margin-top: 20px;
        margin-left: 30px;
    }

    h1 {
        font-size: 28px;
    }

    .create-profile-subtitle {
        font-size: 16px;
    }

    .create-profile-form-row {
        flex-direction: column;
    }

    .form-group {
        width: 80%;
    }

    .form-input {
        width: 83%;
        height: 20px;
    }

    .create-profile-save-button {
        width: 150px;
        margin-right: auto;
        margin-top: 20px;
    }
    .profile-input{
        height: 32px;
        width: 433px;
    }
    
}


@media (max-width: 1440px) and (min-width: 768px) {
    .create-profile-form-row {
        flex-direction: row;
        justify-content: space-between; 
    }

    .form-group {
        flex: 1;
        margin-right: 10px; 
    }

    .form-group:last-child {
        margin-right: 0; 
    }

    input {
        height: 30px;
        width: 408px; 
        margin-left: 0px;
    }
}

/* Mobile device */
@media screen and (max-width: 768px) {
    .create-profile-sidebar {
        width: 140px;
        height: 100px;
        padding: 10px;
        margin-top: 20px;
        height: auto;
        margin-left: 0;
    }
    .create-profile-nav-item .active{
        font-size: 10px;
    }
    .create-profile-nav-item {
        display: flex;
        align-items: center;
        gap: 25px;
        padding: 20px;
        margin-bottom: 20px;
        color: #2C2C2C;
        text-decoration: none;
        border-radius: 10px;
        transition: background-color 0.2s;
        font-size: 22px;
    }
    
    .create-profile-nav-item.active {
        background-color: #E8F2F9;
        color: #2C2C2C;
        font-size: 14px;
        height: 10px;
    }
    
    .create-booknig-nav-item {
        display: flex;
        align-items: center;
        gap: 25px;
        padding: 20px;
        margin-bottom: 20px;
        color: #2C2C2C;
        text-decoration: none;
        border-radius: 10px;
        transition: background-color 0.2s;
        font-size: 22px;
        background-color: #E8F2F9;
        height: 10px;
    }
    
    .create-booking-nav-item.active{
        background-color: #E8F2F9;
        color: #2C2C2C;
        font-size: 22px;
        height: 10px;
    }
    
    .create-rewards-nav-item {
        display: flex;
        align-items: center;
        gap: 25px;
        padding: 20px;
        margin-bottom: 20px;
        color: #2C2C2C;
        text-decoration: none;
        border-radius: 10px;
        transition: background-color 0.2s;
        font-size: 14px;
        background-color: #E8F2F9;
        height: 10px;
    }
    
    .create-rewards-nav-item.active{
        background-color: #E8F2F9;
        color: #2C2C2C;
        font-size: 14px;
    
    }

    .create-profile-nav-item {
        padding: 10px;
        font-size: 14px;
    }
    

    .create-profile-main-content {
        margin-left: 0;
        padding: 10px;
    }

    .create-profile-profile-form {
        width: 110px;
        margin-top: 10px;
        margin-left: 165px;
    }

    h1 {
        font-size: 18px;
    }
    .profile-img {
        height: 20px;
        width: 20px;
    }
    label {
        display: block;
        font-size: 12px;
        color: #000000;
        margin-bottom: 5px;
    }
    
    .create-profile-nav-item {
        font-size: 12px;
    }
        
    .create-profile-subtitle {
        font-size: 12px;
    }

    .create-profile-form-row {
        flex-direction: column;
    }

    .form-group {
        width: 100%;
    }

    .form-input {
        width: 90px;
        height: 20px;
    }

    .create-profile-save-button {
        width: 100%;
        margin-top: 45px;
        margin-left: 0;
        font-size: 10px;
    }

    .profile-input {
        height: 30px;
        width: 100px;
    }

    input {
        height: 30px;
        width: 150px;
    }
}

/* Bookinng Media query */

@media (max-width: 1440px) and (min-width: 768px) {
    .past-order-container {
        max-width: 1070px;
        margin: 0 auto;
    }
    
    .booking-container {
        margin-left: 0px;
        margin-top: 10px;
    }

    .booking-card {
        max-width: 1005px;
        margin-left: 25px;
    }

    .booking-heading{

        font-size: 32px;
        color: #2C2C2C;
        margin-bottom: 8px;
        margin-right: 150px;
    }

    .past-order-heading{
        margin-left: -20px;
    }
    .booking-paragraph {
        font-size: 18px;
        color: #888888;
    }
    .past-order-heading{
        margin-left: 200px;;
    }
    
    
    .booking-card-content {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    
    .booking-info {
        flex: 1;
    }
    
    .booking-title {
        font-size: 20px;
    }
    
    .booking-details {
        font-size: 16px;
    }
    
    .booking-meta {
        font-size: 16px;
    }
    
    .booking-image {
        width: 120px;
        height: 120px;
        margin-right: 20px;
    }
    
    .directions-container {
        width: 160px;
    }
    .order-price {
        font-size: 22px;
        font-weight: bold;
        color: #1A81C4;
    }
    
    
    .order-container {
        margin-left: 250px;
    }

    .order-list {
        margin: 0 auto;
    }

    .order-item {
        padding: 14px;
        border-radius: 10px;
        margin-left: 160px;
        width: 1000px;
    }

    .order-image {
        width: 50px;
        height: 50px;
    }

    .order-name {
        font-size: 20px;
    }

    .order-date {
        font-size: 16px;
    }

    .order-price {
        font-size: 20px;
        font-weight: bold;
    }

    .rebook-button {
        font-size: 16px;
        padding: 6px 12px;
    }
}
/* Mobile device */

@media screen and (max-width: 768px) {
    .booking-main-container{
        margin-left: 170px;
    }
    .booking-container {
        margin-top: 10px;
    }

    .booking-card {
        background: #ffffff;
        border-radius: 12px;
        margin-bottom: 15px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        border:  1px solid #E0E0E0;
        margin-top: 15px;
        width: 200px;
    }
    
    .booking-card-content {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .booking-info {
        flex: 1;
    }

    .booking-title {
        font-size: 14px;
    }

    .booking-details {
        font-size: 12px;
    }

    .booking-meta {
        font-size: 12px;
    }
    .booking-image {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }

    .directions-container {
        width: 155px;
    }
    .booking-heading{
        font-size: 8px;
        width: 150px;
    }
    .booking-paragraph{
        width: 300px;
        font-size: 6px;
    }

    .order-price {
        font-size: 18px;
        font-weight: bold;
        color: #1A81C4;
    }

    .order-container {
        margin-left: 0;
    }

    .order-list {
        margin: 0;
        margin-left: -140px;
        width: 500px;
    }

    .order-item {
        padding: 10px;
        width: 280px;
        border-radius: 8px;
    }

    .order-image {
        width: 40px;
        height: 40px;
    }

    .order-name {
        font-size: 14px;
    }

    .order-date {
        font-size: 12px;
    }

    .order-price {
        font-size: 14px;
        font-weight: bold;
    }

    .rebook-button {
        font-size: 12px;
        padding: 4px 8px;
    }
    .booking-section-title{
        font-size: 8px;
        width: 300px;
    }
    .past-order-heading{
        font-size: 12px;
        width: 200px;
        margin-left: -120px;
    }
}


/* Rating Popup */

@media (max-width: 1440px) and (min-width: 768px) {

    .popup {
        width: 350px;
        height: 400px;
    }

    .rating-image {
        width: 120px;
        height: 120px;
    }

    .rating-heading {
        font-size: 28px;
    }

    .rating-feedback {
        font-size: 16px;
        margin-left: -80px;
    }

    .feedback-input {
        height: 60px;
        margin-bottom: 15px;
    }

    .submit-button {
        width: 180px;
        padding: 8px 14px;
        font-size: 16px;
    }

    .close-btn {
        font-size: 18px;
        top: 5px;
        right: 5px;
    }

    .rebook-button {
        padding: 8px 16px;
        font-size: 16px;
        margin-right: 45px;
    }
}

/* Mobile device */
@media screen and (max-width: 768px) {
    .popup {
        width: 20%;
        height: auto;
        margin-left: 0;
    }

    .rating-image {
        width: 80px;
        height: 80px;
    }

    .rating-heading {
        font-size: 22px;
    }

    .rating-feedback {
        font-size: 14px;
        margin-left: 0;
    }

    .feedback-input {
        height: 50px;
        margin-bottom: 10px;
    }

    .submit-button {
        width: 100%;
        padding: 6px 12px;
        font-size: 14px;
    }

    .close-btn {
        font-size: 16px;
        top: 5px;
        right: 5px;
    }

    .rebook-button {
        padding: 6px 12px;
        font-size: 14px;
        margin-right: 0;
    }
}

/* Logout Popup */

.logout-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 170px;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 10px;
}

.logout-popup-content {
    text-align: center;
}

.logout-heading {
    font-size: 32px;
    margin-bottom: 10px;
    color: #2C2C2C;

}

.logout-paragraph{
    font-size: 18px;
    margin-bottom: 20px;
    color: #2C2C2C;
}

.logout-buttons {
    display: flex;
    justify-content: space-between;
}

.logout-button,
.cancel-button {
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.logout-button {
    background-color: #1B82CA;
    color: #ffffff;
    width: 120px;
}

.cancel-button {
    background-color: #ffffff;
    color: #000000;
    border:1px solid #B9B9B9;
    width: 120px;

}

.logout-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #1B82CA;
    color: white;
    text-decoration: none;
    width: 120px;
}

/* Logout Popup */

@media (max-width: 1440px) and (min-width: 768px) {

    .logout-popup {
        width: 250px;
        height: 150px;
    }

    .logout-heading {
        font-size: 28px;
    }

    .logout-paragraph {
        font-size: 16px;
    }

    .logout-button,
    .cancel-button {
        font-size: 16px;
        width: 100px;
    }
}

/* Mobile device */
@media screen and (max-width: 768px) {
    .logout-popup {
        width: 240px;
        height: auto;
        margin-left: 0;
    }

    .logout-heading {
        font-size: 22px;
    }

    .logout-paragraph {
        font-size: 14px;
    }

    .logout-button,
    .cancel-button {
        font-size: 14px;
        width: 30%;
    }
}

/* Bookings Details Page */

.booking-card {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border:  1px solid #E0E0E0;
    margin-top: 15px;
    width: 1070px;
}


.booking-details-header {
    margin-bottom: 5px;
    margin-left: 300px;
    margin-top: 40px;
}

.booking-details-header h1 {
    font-size: 32px;
    margin-bottom: 5px;
    color: #2C2C2C;
    margin-left: 30px;

}
.status-badge {
    display: inline-flex;
    align-items: center;
    background-color: #1A81C4;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 30px;
    margin-top: 10px;
}

.confirmed-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 5px;
    
}

.confirmed-image i {
    color: #FFFFFF; 
    font-size: 12px; 
}

.appointment-info {
    margin: 20px 0;
}
.appointment-info h2 {
    font-size: 22px;
    margin-bottom: 4px;
    color: #000000;
}

.time-duration {
    color: #2C2C2C;
    font-size: 18px;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    margin-right: 16px;
    flex-shrink: 0;
}

.detail-icon img {
    width: 150%;
    height: 150%;
    border-radius: 6px;
    margin-top: 30px;
    margin-left: -5px;
}

.detail-content h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 4px;
}

.detail-content p {
    color: #2C2C2C;
    font-size: 18px;
}

.service-details-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.service-info h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #000000;
}

.service-info p {
    color: #2C2C2C;
    font-size: 18px;
}

.overview-heading{
    font-size: 22px;
    color: #000000;
}

.service-cost {
    color: #1A81C4;
    font-weight: bold;
    font-size: 22px;
}

.booking-reference {
    color: #888888;
    font-size: 22px;
    margin-top: 5px;
}

.appointment-cancel{
    color: #2C2C2C;
    font-size: 18px;
    margin-top: 5px;
}

.booking-amount {
    font-size: 18px;
    color: #000000;
}

.total-dolar {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    text-align: right;
    margin-top: -60px;
}

/* Bookings detail media query */

@media (max-width: 1440px) and (min-width: 768px) {
    .booking-details-header {
        margin-left: 300px;
        margin-top: 40px;
    }

    .booking-details-header h1 {
        font-size: 28px;
    }

    .status-badge {
        font-size: 16px;
        padding: 4px 10px;
    }

    .confirmed-image {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

    .confirmed-image i {
        font-size: 10px;
    }

    .appointment-info {
        margin: 16px 0;
    }

    .appointment-info h2 {
        font-size: 20px;
    }

    .time-duration {
        font-size: 16px;
    }

    .detail-item {
        padding: 12px 0;
    }

    .detail-icon {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }

    .detail-icon img {
        width: 120%;
        height: 120%;
        margin-top: 20px;
        margin-left: -8px;
    }

    .detail-content h3 {
        font-size: 20px;
    }

    .detail-content p {
        font-size: 16px;
    }

    .service-details-item {
        margin-bottom: 8px;
    }

    .service-info h3 {
        font-size: 20px;
    }

    .service-info p {
        font-size: 16px;
    }

    .overview-heading {
        font-size: 20px;
    }

    .service-cost {
        font-size: 20px;
    }

    .booking-reference {
        font-size: 18px;
    }

    .appointment-cancel {
        font-size: 16px;
    }

    .booking-amount {
        font-size: 16px;
    }

    .total-dolar {
        font-size: 20px;
        margin-top: -40px;
    }

}
/* Mobile device */
@media screen and (max-width: 768px) {
    .booking-details-header {
        margin-left: 140px;
        margin-top: 20px;
    }

    .booking-details-header h1 {
        font-size: 14px;
    }
    .create-booknig-nav-item {
        display: flex;
        align-items: center;
        gap: 25px;
        padding: 20px;
        margin-bottom: 20px;
        color: #2C2C2C;
        text-decoration: none;
        border-radius: 10px;
        transition: background-color 0.2s;
        font-size: 10px;
        background-color: #E8F2F9;
        height: 10px;
    }    

    .status-badge {
        font-size: 12px;
        padding: 4px 8px;
    }

    .confirmed-image {
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }

    .confirmed-image i {
        font-size: 8px;
    }

    .appointment-info {
        margin: 12px 0;
    }

    .appointment-info h2 {
        font-size: 18px;
    }

    .time-duration {
        font-size: 14px;
    }

    .detail-item {
        padding: 8px 0;
    }

    .detail-icon {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

    .detail-icon img {
        width: 20%;
        height: 20%;
        margin-top: 15px;
        margin-left: -6px;
    }

    .detail-content h3 {
        font-size: 14px;
    }

    .detail-content p {
        font-size: 12px;
    }

    .service-details-item {
        margin-bottom: 6px;
    }
    .detail-profile-date{
        font-size: 10px;
    }

    .service-info h3 {
        font-size: 10px;
    }

    .service-info p {
        font-size: 10px;
    }

    .overview-heading {
        font-size: 10px;
    }

    .service-cost {
        font-size: 4px;
    }

    .booking-reference {
        font-size: 10px;
    }

    .appointment-cancel {
        font-size: 10px;
    }

    .booking-amount {
        font-size: 10px;
    }

    .total-dolar {
        font-size: 18px;
        margin-top: -30px;
    }
}

/* Reward Page */
.reward-container {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 40px;
    border: 1px solid #E0E0E0;
    margin-left: 330px;
    border-radius: 10px;
}

.reward-heading {
    color: #2C2C2C;
    margin-bottom: 20px;
    font-size: 32px;
    margin-left: 20px;
    font-weight: bold;
}

.coupon {
    background: linear-gradient(to right, #7EDBF5, #659EB6);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    color: #FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
    width: 1005px;
    margin-left: 20px;
}


 .coupon::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg); 
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 0 20px 20px 0;
    margin-left: -20px;
 }
 .coupon::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg); 
    width: 40px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 0 20px 20px 0;
    right: -15px; 
}

.discount {
    font-size: 23px;
    margin-right: 0px;
    min-width: 100px;
    color: #FFFFFF;
    /* background: #1A81C4; */
    transform: rotate(-90deg); 
    transform-origin: left center; 
    padding: 10px; 
    margin-top: 130px; 
    margin-left: 50px;
    display: inline-block;
    font-family: 'Cutive Mono';
}
.discount-percentage{
    font-size: 42px;
    font-weight: bold;
    margin-right: 20px;
    min-width: 100px;
    color: #000000;

}
.reward-content {
    flex-grow: 1;
    margin-left: -70px;
}

.reward-description {
    font-size: 18px;
    margin-bottom: 12px;
    opacity: 0.9;
    color: #000000;
}

.copy-btn {
    background: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    color: #1A81C4;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.copy-btn:hover {
    background-color: #f0f0f0;
}

.tag-icon img {
    width: 100px; 
    height: auto;
    border-radius: 5px;
    margin-right: 25px;
}

/* Reward Media query */

@media (max-width: 1440px) and (min-width: 768px) {
    .reward-container {
        max-width:1065px;
        margin-left: 300px;
        margin-right: auto;
    }

    .reward-heading {
        font-size: 28px;
        margin-left: 30px;
    }

    .coupon {
        width: 950px;
        margin-left: 30px;
    }

    .discount {
        font-size: 20px;
        margin-top: 100px;
        margin-left: 30px;
    }

    .discount-percentage {
        font-size: 36px;
        margin-right: 15px;
    }

    .reward-content {
        margin-left: -50px;
    }

    .reward-description {
        font-size: 16px;
    }

    .copy-btn {
        padding: 6px 12px;
        font-size: 16px;
    }

    .tag-icon img {
        width: 80px;
    }
}

/* Mobile device */

@media screen and (max-width: 768px) {
    .reward-container {
        width: 260px;
        margin-left: 170px;
        margin-right: 0;
        margin-top: 20px;
    }

    .reward-heading {
        font-size: 16px;
        margin-left: 10px;
    }

    .coupon {
        width:200px;
        height: 80px;
        margin-left: 10px;
    }

    .discount {
        font-size: 12px;
        margin-top: 130px;
        margin-left: 22px;
    }

    .discount-percentage {
        font-size: 24px;
        margin-right: 10px;
    }

    .reward-content {
        margin-left: -105px;
    }

    .reward-description {
        font-size: 7px;
    }

    .copy-btn {
        padding: 6px 10px;
        font-size: 12px;
        width: 130px;
    }

    .tag-icon img {
        width: 30px;
    }
}


/* menu bar */

/* Mobile Specific Styles */
@media screen and (max-width: 768px) {
    .header-wrapper {
        margin-left: -80px;
        margin-top: -10px;
        padding: 0px 15px;
        margin-bottom: -25px;
    }

    .header-logo {
        margin-left: 70px;
        height: 30px;
        width: 30px;
        margin-top: 10px;
    }

    .search-container {
        width: 100%;
        margin-left: -60px;
    }

    .search-bar {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 2px;
    }

    .search-input-wrapper {
        display: flex;
        align-items: center;
        gap: 2px;
        width: 100%;
    }
    
    .search-input {
        height: 20px;
        padding: 5px;
        font-size: 7px;
        width: 60px;
        box-sizing: border-box;
    }
    
    .search-input-wrapper i {
        height: 10px;
        width: 10px;
        font-size: 7px;
        margin-left: -5px;
    }

    .location-btn, .date-btn, .time-btn {
        width: 35px;
        height: 20px;
        font-size: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2px;
    }

    .location-btn span, .date-btn span, .time-btn span {
        font-size: 6px;
        display: inline-block;
        text-align: center;
    }


    .language-select-container {
        width: 40px;
        height: 10px;
        margin-left: 40px;
        margin-right: 10px;
        font-size: 7px;
        padding: 4px;
    }

    .language-box, .account-content {
        display: flex;
        align-items: center;
        gap: 2px;
        border: 1px solid #CECECE;
        padding: 5px;
        border-radius: 5px;
    }

    .country-img {
        width: 16px;
        height: 16px;
    }

    .language-box {
        width: 30px;
        height: 10px;
        margin-left: 10px;
    }

    .account-content {
        width: 40px;
        height: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .country-icon {
        width: 16px;
        height: 16px;
    }

    .dropdown-icon {
        width: 16px;
        height: 8px;
        margin-top: -5px;
    }

    .country-label {
        font-size: 6px;
    }
}