@media screen and (min-width: 300px) {
    .page-name {
        width: 100%;
        height: 350px;
        background: url(../image/IMG_8529.jpg);
        background-size: cover;
    
        .cover {
            width: 100%;
            height: 100%;
            display: flex;
            font-size: 35px;
            color: var(--thm-white);
            font-weight: 800;
            align-items: center;
            padding-left: 10px;
            background-color: rgba(0, 0, 0, 0.7);
        }
    }
    
    .queries {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 10px;
        padding-right: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    
    
        .queries-head {
            width: 100%;
            height: 300px;
            padding-top: 50px;
    
    
            .detail1 {
                width: 100%;
                height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;
    
                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
    
                    i {
                        color: var(--thm-base);
                    }
                }
            }
    
            .detail2 {
                width: 100%;
                height: 130px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
    
                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 40px;
                    line-height: 45px;
                }
            }
    
            .detail3 {
                width: 100%;
                height: 100px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
    
                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }
    
        .queries-body {
            width: 100%;
            height: fit-content;
            display: block;
            padding-top: 100px;
    
    
            .queries-left {
                width: 100%;
                height: 70vh;
                background-color: brown;
    
                img {
                    width: 100%;
                    height: 100%;
                }
            }
    
            .queries-right {
                width: 100%;
                height: fit-content;
                background-color: #f7f7f7;
                display: flex;
                align-items: center;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 50px;
    
    
                form {
                    width: 100%;
                    display: block;
    
                    input {
                        width: 100%;
                        height: 60px;
                        margin-bottom: 20px;
                        padding: 10px;
                        padding-left: 30px;
                        border: 1px solid var(--bs-gray);
                        font-weight: 700;
                        color: var(--bs-dark);
                    }
    
                    input:focus {
                        border: 1px solid var(--thm-base);
                        outline: var(--thm-base);
                    }
    
                    input::placeholder {
                        color: var(--bs-gray);
                        font-weight: 700;
                    }
    
                    textarea {
                        width: 100%;
                        height: 150px;
                        margin-bottom: 20px;
                        padding: 10px;
                        padding-left: 30px;
                        border: 1px solid var(--bs-gray);
                        font-weight: 700;
                        color: var(--bs-dark);
                    }
    
                    textarea:focus {
                        border: 1px solid var(--thm-base);
                        outline: var(--thm-base);
                    }
    
                    textarea::placeholder {
                        color: var(--bs-gray);
                        font-weight: 700;
                    }
    
                    button {
                        text-decoration: none;
                        color: var(--thm-white);
                        background-color: var(--thm-base);
                        padding: 20px 35px;
                        font-weight: 600;
                        font-size: 20px;
                        border: none;
                        position: relative;
                        overflow: hidden;
                        transition: background-color 0.7s ease, color 0.7s ease;
                        z-index: 1;
    
                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            border-radius: 100px;
                            padding: 5px 5px;
                        }
                    }
    
                    button:after {
                        content: "";
                        position: absolute;
                        top: 0;
                        right: -100%;
                        width: 100%;
                        height: 100%;
                        background-color: var(--thm-black);
                        transition: right 0.7s ease;
                        z-index: -1;
                    }
    
                    button:hover:after {
                        right: 0;
                    }
    
                    button:hover i {
                        background-color: #9f9696;
                        color: var(--thm-gray);
                    }
                }
            }
        }
    }
    .modal {
        display: none; /* Hidden by default */
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }

   
    
    .modal-content {
        background-color: white;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        max-width: 500px;
        margin: 55% auto;
    
        .cont{
            width: 100%;
            height: fit-content;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            font-size: 70px;
            color: var(--bs-success);
        }
    
        .note{
            width: 100%;
            height: fit-content;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            color: var(--bs-gray);
            margin-top: 20px;
            text-align: center;
        }
    }
    
    .close-btn {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
}

@media screen and (min-width: 350px) {
    .page-name {
        width: 100%;
        height: 350px;
        background: url(../image/IMG_8529.jpg);
        background-size: cover;
    
        .cover {
            width: 100%;
            height: 100%;
            display: flex;
            font-size: 35px;
            color: var(--thm-white);
            font-weight: 800;
            align-items: center;
            padding-left: 10px;
            background-color: rgba(0, 0, 0, 0.7);
        }
    }
    
    .queries {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 10px;
        padding-right: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    
    
        .queries-head {
            width: 100%;
            height: 300px;
            padding-top: 100px;
    
    
            .detail1 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
    
                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
    
                    i {
                        color: var(--thm-base);
                    }
                }
            }
    
            .detail2 {
                width: 100%;
                height: 90px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
    
                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 40px;
                    line-height: 45px;
                }
            }
    
            .detail3 {
                width: 100%;
                height: 80px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
    
                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }
    
        .queries-body {
            width: 100%;
            height: fit-content;
            display: block;
            padding-top: 80px;
    
    
            .queries-left {
                width: 100%;
                height: 70vh;
                background-color: brown;
    
                img {
                    width: 100%;
                    height: 100%;
                }
            }
    
            .queries-right {
                width: 100%;
                height: 90vh;
                background-color: #f7f7f7;
                display: flex;
                align-items: center;
                padding-left: 20px;
                padding-right: 20px;
    
    
                form {
                    width: 100%;
                    display: block;
    
                    input {
                        width: 100%;
                        height: 60px;
                        margin-bottom: 20px;
                        padding: 10px;
                        padding-left: 30px;
                        border: 1px solid var(--bs-gray);
                        font-weight: 700;
                        color: var(--bs-dark);
                    }
    
                    input:focus {
                        border: 1px solid var(--thm-base);
                        outline: var(--thm-base);
                    }
    
                    input::placeholder {
                        color: var(--bs-gray);
                        font-weight: 700;
                    }
    
                    textarea {
                        width: 100%;
                        height: 150px;
                        margin-bottom: 20px;
                        padding: 10px;
                        padding-left: 30px;
                        border: 1px solid var(--bs-gray);
                        font-weight: 700;
                        color: var(--bs-dark);
                    }
    
                    textarea:focus {
                        border: 1px solid var(--thm-base);
                        outline: var(--thm-base);
                    }
    
                    textarea::placeholder {
                        color: var(--bs-gray);
                        font-weight: 700;
                    }
    
                    button {
                        text-decoration: none;
                        color: var(--thm-white);
                        background-color: var(--thm-base);
                        padding: 20px 35px;
                        font-weight: 600;
                        font-size: 20px;
                        border: none;
                        position: relative;
                        overflow: hidden;
                        transition: background-color 0.7s ease, color 0.7s ease;
                        z-index: 1;
    
                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            border-radius: 100px;
                            padding: 5px 5px;
                        }
                    }
    
                    button:after {
                        content: "";
                        position: absolute;
                        top: 0;
                        right: -100%;
                        width: 100%;
                        height: 100%;
                        background-color: var(--thm-black);
                        transition: right 0.7s ease;
                        z-index: -1;
                    }
    
                    button:hover:after {
                        right: 0;
                    }
    
                    button:hover i {
                        background-color: #9f9696;
                        color: var(--thm-gray);
                    }
                }
            }
        }
    }
    
}

@media screen and (min-width: 750px) {
    .page-name {
        width: 100%;
        height: 350px;
        background: url(../image/IMG_8529.jpg);
        background-size: cover;
    
        .cover {
            width: 100%;
            height: 100%;
            display: flex;
            font-size: 35px;
            color: var(--thm-white);
            font-weight: 800;
            align-items: center;
            padding-left: 30px;
            background-color: rgba(0, 0, 0, 0.7);
        }
    }
    
    .queries {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 30px;
        padding-right: 30px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    
    
        .queries-head {
            width: 100%;
            height: 280px;
            padding-top: 100px;
    
    
            .detail1 {
                width: 100%;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;
    
                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
    
                    i {
                        color: var(--thm-base);
                    }
                }
            }
    
            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
    
                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 45px;
                    line-height: 45px;
                }
            }
    
            .detail3 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
    
                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }
    
        .queries-body {
            width: 100%;
            height: fit-content;
            display: block;
            padding-top: 0px;
    
    
            .queries-left {
                width: 100%;
                height: 100vh;
                background-color: brown;
    
                img {
                    width: 100%;
                    height: 100%;
                }
            }
    
            .queries-right {
                width: 100%;
                height: fit-content;
                background-color: #f7f7f7;
                display: flex;
                align-items: center;
                padding-top: 80px;
                padding-left: 50px;
                padding-right: 50px;
                padding-bottom: 100px;
    
    
                form {
                    width: 100%;
                    display: block;
    
                    input {
                        width: 100%;
                        height: 60px;
                        margin-bottom: 20px;
                        padding: 10px;
                        padding-left: 30px;
                        border: 1px solid var(--bs-gray);
                        font-weight: 700;
                        color: var(--bs-dark);
                    }
    
                    input:focus {
                        border: 1px solid var(--thm-base);
                        outline: var(--thm-base);
                    }
    
                    input::placeholder {
                        color: var(--bs-gray);
                        font-weight: 700;
                    }
    
                    textarea {
                        width: 100%;
                        height: 150px;
                        margin-bottom: 20px;
                        padding: 10px;
                        padding-left: 30px;
                        border: 1px solid var(--bs-gray);
                        font-weight: 700;
                        color: var(--bs-dark);
                    }
    
                    textarea:focus {
                        border: 1px solid var(--thm-base);
                        outline: var(--thm-base);
                    }
    
                    textarea::placeholder {
                        color: var(--bs-gray);
                        font-weight: 700;
                    }
    
                    button {
                        text-decoration: none;
                        color: var(--thm-white);
                        background-color: var(--thm-base);
                        padding: 20px 35px;
                        font-weight: 600;
                        font-size: 20px;
                        border: none;
                        position: relative;
                        overflow: hidden;
                        transition: background-color 0.7s ease, color 0.7s ease;
                        z-index: 1;
    
                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            border-radius: 100px;
                            padding: 5px 5px;
                        }
                    }
    
                    button:after {
                        content: "";
                        position: absolute;
                        top: 0;
                        right: -100%;
                        width: 100%;
                        height: 100%;
                        background-color: var(--thm-black);
                        transition: right 0.7s ease;
                        z-index: -1;
                    }
    
                    button:hover:after {
                        right: 0;
                    }
    
                    button:hover i {
                        background-color: #9f9696;
                        color: var(--thm-gray);
                    }
                }
            }
        }
    }
    
}

@media screen and (min-width: 800px) {
    .page-name {
        width: 100%;
        height: 350px;
        background: url(../image/IMG_8529.jpg);
        background-size: cover;
    
        .cover {
            width: 100%;
            height: 100%;
            display: flex;
            font-size: 35px;
            color: var(--thm-white);
            font-weight: 800;
            align-items: center;
            padding-left: 45px;
            background-color: rgba(0, 0, 0, 0.7);
        }
    }
    
    .queries {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 45px;
        padding-right: 45px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    
    
        .queries-head {
            width: 100%;
            height: 280px;
            padding-top: 100px;
    
    
            .detail1 {
                width: 100%;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;
    
                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
    
                    i {
                        color: var(--thm-base);
                    }
                }
            }
    
            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
    
                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 45px;
                    line-height: 45px;
                }
            }
    
            .detail3 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
    
                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }
    
        .queries-body {
            width: 100%;
            height: fit-content;
            display: block;
            padding-top: 0px;
    
    
            .queries-left {
                width: 100%;
                height: 100vh;
                background-color: brown;
    
                img {
                    width: 100%;
                    height: 100%;
                }
            }
    
            .queries-right {
                width: 100%;
                height: fit-content;
                background-color: #f7f7f7;
                display: flex;
                align-items: center;
                padding-top: 80px;
                padding-left: 65px;
                padding-right: 65px;
                padding-bottom: 100px;
    
    
                form {
                    width: 100%;
                    display: block;
    
                    input {
                        width: 100%;
                        height: 60px;
                        margin-bottom: 20px;
                        padding: 10px;
                        padding-left: 30px;
                        border: 1px solid var(--bs-gray);
                        font-weight: 700;
                        color: var(--bs-dark);
                    }
    
                    input:focus {
                        border: 1px solid var(--thm-base);
                        outline: var(--thm-base);
                    }
    
                    input::placeholder {
                        color: var(--bs-gray);
                        font-weight: 700;
                    }
    
                    textarea {
                        width: 100%;
                        height: 150px;
                        margin-bottom: 20px;
                        padding: 10px;
                        padding-left: 30px;
                        border: 1px solid var(--bs-gray);
                        font-weight: 700;
                        color: var(--bs-dark);
                    }
    
                    textarea:focus {
                        border: 1px solid var(--thm-base);
                        outline: var(--thm-base);
                    }
    
                    textarea::placeholder {
                        color: var(--bs-gray);
                        font-weight: 700;
                    }
    
                    button {
                        text-decoration: none;
                        color: var(--thm-white);
                        background-color: var(--thm-base);
                        padding: 20px 35px;
                        font-weight: 600;
                        font-size: 20px;
                        border: none;
                        position: relative;
                        overflow: hidden;
                        transition: background-color 0.7s ease, color 0.7s ease;
                        z-index: 1;
    
                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            border-radius: 100px;
                            padding: 5px 5px;
                        }
                    }
    
                    button:after {
                        content: "";
                        position: absolute;
                        top: 0;
                        right: -100%;
                        width: 100%;
                        height: 100%;
                        background-color: var(--thm-black);
                        transition: right 0.7s ease;
                        z-index: -1;
                    }
    
                    button:hover:after {
                        right: 0;
                    }
    
                    button:hover i {
                        background-color: #9f9696;
                        color: var(--thm-gray);
                    }
                }
            }
        }
    }
    
}

@media screen and (min-width: 1100px) {
    .page-name {
        width: 100%;
        height: 350px;
        background: url(../image/IMG_8529.jpg);
        background-size: cover;
    
        .cover {
            width: 100%;
            height: 100%;
            display: flex;
            font-size: 35px;
            color: var(--thm-white);
            font-weight: 800;
            align-items: center;
            padding-left: 70px;
            background-color: rgba(0, 0, 0, 0.7);
        }
    }
    
    .queries {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 70px;
        padding-right: 70px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    
    
        .queries-head {
            width: 100%;
            height: 280px;
            padding-top: 100px;
    
    
            .detail1 {
                width: 100%;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;
    
                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
    
                    i {
                        color: var(--thm-base);
                    }
                }
            }
    
            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
    
                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 45px;
                    line-height: 45px;
                }
            }
    
            .detail3 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
    
                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }
    
        .queries-body {
            width: 100%;
            height: fit-content;
            display: block;
            padding-top: 0px;
    
    
            .queries-left {
                width: 100%;
                height: 120vh;
                background-color: brown;
    
                img {
                    width: 100%;
                    height: 100%;
                }
            }
    
            .queries-right {
                width: 100%;
                height: fit-content;
                background-color: #f7f7f7;
                display: flex;
                align-items: center;
                padding-top: 80px;
                padding-left: 85px;
                padding-right: 85px;
                padding-bottom: 100px;
    
    
                form {
                    width: 100%;
                    display: block;
    
                    input {
                        width: 100%;
                        height: 60px;
                        margin-bottom: 20px;
                        padding: 10px;
                        padding-left: 30px;
                        border: 1px solid var(--bs-gray);
                        font-weight: 700;
                        color: var(--bs-dark);
                    }
    
                    input:focus {
                        border: 1px solid var(--thm-base);
                        outline: var(--thm-base);
                    }
    
                    input::placeholder {
                        color: var(--bs-gray);
                        font-weight: 700;
                    }
    
                    textarea {
                        width: 100%;
                        height: 150px;
                        margin-bottom: 20px;
                        padding: 10px;
                        padding-left: 30px;
                        border: 1px solid var(--bs-gray);
                        font-weight: 700;
                        color: var(--bs-dark);
                    }
    
                    textarea:focus {
                        border: 1px solid var(--thm-base);
                        outline: var(--thm-base);
                    }
    
                    textarea::placeholder {
                        color: var(--bs-gray);
                        font-weight: 700;
                    }
    
                    button {
                        text-decoration: none;
                        color: var(--thm-white);
                        background-color: var(--thm-base);
                        padding: 20px 35px;
                        font-weight: 600;
                        font-size: 20px;
                        border: none;
                        position: relative;
                        overflow: hidden;
                        transition: background-color 0.7s ease, color 0.7s ease;
                        z-index: 1;
    
                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            border-radius: 100px;
                            padding: 5px 5px;
                        }
                    }
    
                    button:after {
                        content: "";
                        position: absolute;
                        top: 0;
                        right: -100%;
                        width: 100%;
                        height: 100%;
                        background-color: var(--thm-black);
                        transition: right 0.7s ease;
                        z-index: -1;
                    }
    
                    button:hover:after {
                        right: 0;
                    }
    
                    button:hover i {
                        background-color: #9f9696;
                        color: var(--thm-gray);
                    }
                }
            }
        }
    }

    .modal {
        display: none; /* Hidden by default */
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .modal-content {
        background-color: white;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        max-width: 500px;
        margin: 20% auto;
    
        .cont{
            width: 100%;
            height: fit-content;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            font-size: 70px;
            color: var(--bs-success);
        }
    
        .note{
            width: 100%;
            height: fit-content;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            color: var(--bs-gray);
            margin-top: 20px;
        }
    }
    
    .close-btn {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
}

@media screen and (min-width: 1250px) {
    .page-name {
        width: 100%;
        height: 350px;
        background: url(../image/IMG_8529.jpg);
        background-size: cover;
    
        .cover {
            width: 100%;
            height: 100%;
            display: flex;
            font-size: 35px;
            color: var(--thm-white);
            font-weight: 800;
            align-items: center;
            padding-left: 70px;
            background-color: rgba(0, 0, 0, 0.7);
        }
    }
    
    .queries {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 120px;
        padding-left: 80px;
        padding-right: 80px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    
    
        .queries-head {
            width: 100%;
            height: 300px;
            padding-top: 100px;
    
    
            .detail1 {
                width: 100%;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
    
                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
    
                    i {
                        color: var(--thm-base);
                    }
                }
            }
    
            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
    
                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 50px;
                }
            }
    
            .detail3 {
                width: 100%;
                height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;
    
                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }
    
        .queries-body {
            width: 100%;
            height: 100vh;
            display: flex;
    
    
            .queries-left {
                width: 35%;
                height: 100vh;
                background-color: brown;
    
                img {
                    width: 100%;
                    height: 100%;
                }
            }
    
            .queries-right {
                width: 65%;
                height: 100vh;
                background-color: #f7f7f7;
                display: flex;
                align-items: center;
                padding-left: 70px;
                padding-right: 70px;
                /* padding-top: 100px; */

    
    
                form {
                    width: 100%;
                    display: block;
    
                    input {
                        width: 100%;
                        height: 60px;
                        margin-bottom: 20px;
                        padding: 10px;
                        padding-left: 30px;
                        border: 1px solid var(--bs-gray);
                        font-weight: 700;
                        color: var(--bs-dark);
                    }
    
                    input:focus {
                        border: 1px solid var(--thm-base);
                        outline: var(--thm-base);
                    }
    
                    input::placeholder {
                        color: var(--bs-gray);
                        font-weight: 700;
                    }
    
                    textarea {
                        width: 100%;
                        height: 150px;
                        margin-bottom: 20px;
                        padding: 10px;
                        padding-left: 30px;
                        border: 1px solid var(--bs-gray);
                        font-weight: 700;
                        color: var(--bs-dark);
                    }
    
                    textarea:focus {
                        border: 1px solid var(--thm-base);
                        outline: var(--thm-base);
                    }
    
                    textarea::placeholder {
                        color: var(--bs-gray);
                        font-weight: 700;
                    }
    
                    button {
                        text-decoration: none;
                        color: var(--thm-white);
                        background-color: var(--thm-base);
                        padding: 20px 35px;
                        font-weight: 600;
                        font-size: 20px;
                        border: none;
                        position: relative;
                        overflow: hidden;
                        transition: background-color 0.7s ease, color 0.7s ease;
                        z-index: 1;
    
                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            border-radius: 100px;
                            padding: 5px 5px;
                        }
                    }
    
                    button:after {
                        content: "";
                        position: absolute;
                        top: 0;
                        right: -100%;
                        width: 100%;
                        height: 100%;
                        background-color: var(--thm-black);
                        transition: right 0.7s ease;
                        z-index: -1;
                    }
    
                    button:hover:after {
                        right: 0;
                    }
    
                    button:hover i {
                        background-color: #9f9696;
                        color: var(--thm-gray);
                    }
                }
            }
        }
    }

    .modal {
        display: none; /* Hidden by default */
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    .modal-content {
        background-color: white;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        max-width: 500px;
        margin: 20% auto;
    
        .cont{
            width: 100%;
            height: fit-content;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            font-size: 70px;
            color: var(--bs-success);
        }
    
        .note{
            width: 100%;
            height: fit-content;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            color: var(--bs-gray);
            margin-top: 20px;
        }
    }
    
    .close-btn {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

}