﻿


.button2 {
    border: none;
    outline: none;
    display: inline-block;
    padding: 8px;
    color: white !important;
    background-color: #3498DB;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

    .button2:hover {
        background-color: #2980B9;
    }


.button3 {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white !important;
    background-color: #f10e26;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

    .button3:hover /*, a:hover*/ {
        opacity: 0.7;
    }
.button4 {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white !important;
    background-color: #1f8637;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

    .button4:hover /*, a:hover*/ {
        opacity: 0.7;
    }
.checkbox-custom {
    width: 30px; /* Set the desired width */
    height: 30px; /* Set the desired height */
    margin-right: 10px; /* Add some margin for spacing (optional) */
    border-radius: 50%; /* Makes the element round */
}
/*password*/
.password-card {
    background: var(--lighter-background);
    color: var(--text-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

    .password-card h4 {
        margin-bottom: 25px;
        text-align: center;
    }

.input-group-text {
    cursor: pointer;
}

.form-control {
    border-radius: 5px;
}

.input-group {
    margin-bottom: 15px;
}

.error-message {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.toggle-password {
    color: #007bff;
}

.btn-block1 {
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    padding: 10px 15px;
}

    .btn-block1:hover {
        background-color: #0056b3;
    }
/*password*/


/*    hr {
        border: none;
        height: 1px;
        background: #ddd;
        position: relative;
    }

        hr::before {
            content: "✦";
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            background: white;
            padding: 0 15px;
            font-size: 20px;
            color: #007bff;
        }
*/


/* Custom popup styling */
.popup {
    display: none;
    position: fixed;
/*    background: var(--lighter-background);
*/    background: var(--bg-color-shade2);
    color: var(--text-color);
    /*    border: 1px solid #ccc;
*/ padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-width: 300px;
    word-wrap: break-word;
}

.short-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 300px; /* Adjust width as needed */
    cursor: pointer;
    color: var(--text-color);
    /*    text-decoration: underline;
*/ word-wrap: break-word;
}
.Carousal-short-text {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Show only 1 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*    max-width: 300px;*/ /* Adjust width as needed */
    cursor: pointer;
    color: white;
    /*    text-decoration: underline;
*/ word-wrap: break-word;
}
    .Carousal-short-text i {
        color: white;
    }
/* Custom popup styling */

/*payment div*/

.group:after {
    content: "";
    display: table;
    clear: both;
}

.grid-1-5 {
    border: 2px solid #5d4e65;
    min-height: 400px;
    padding: 1.25em;
    position: relative;
    text-align: center;
    transition: all .2s ease-in-out;
}

@media screen and (min-width: 700px) {
    .grid-1-5 {
        float: left;
        width: 50%;
    }

        .grid-1-5:nth-child(odd) {
            clear: left;
        }
}

@media screen and (min-width: 800px) {
    .grid-1-5 {
        width: 33.3333333%;
    }

        .grid-1-5:nth-child(3n+1) {
            clear: left;
        }

        .grid-1-5:nth-child(odd) {
            clear: none;
        }
}

@media screen and (min-width: 1120px) {
    .grid-1-5 {
        width: 20%;
    }

        .grid-1-5:nth-child(odd), .grid-1-5:nth-child(3n+1) {
            clear: none;
        }
}

.grid-1-5:hover {
    background-color: rgb(83,69,91);
    background: linear-gradient(to bottom, rgba(83,69,91,1) 0%, rgba(32,29,34,1) 100%);
    border-top: 2px solid #ec7a37;
    border-bottom: 2px solid #ff4f69;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 1);
    transform: scale(1.025);
    z-index: 2;
}

    .grid-1-5:hover:before, .grid-1-5:hover:after {
        content: "";
        position: absolute;
        background-color: rgb(246,125,53);
        background: linear-gradient(to bottom, rgba(246,125,53,1) 0%, rgba(255,79,104,1) 100%);
        top: -2px;
        bottom: -2px;
        width: 2px;
    }

    .grid-1-5:hover:before {
        left: -2px;
    }

    .grid-1-5:hover:after {
        right: -2px;
    }

    .grid-1-5:hover .button {
        background: linear-gradient(to right, rgba(238,122,54,1) 0%, rgba(235,73,93,1) 100%);
    }

.custom_h2 {
    font-size: 1em;
    font-weight: 900;
    margin: 3px 0 0.5em;
    color: #8d941b;
}

.custom_h3 {
    font-size: 1.5em;
    letter-spacing: 0.0625em;
    margin: 0 0 0.3333333333333333em;
    color: var(--text-color);
}

.custom_p {
    font-size: 0.875em;
    color: #007ffe;
}

.custom_p, .custom_ul {
    margin: 0 0 1.5em;
}

.custom_ul {
    color: #796583;
    font-size: 0.75em;
    list-style-type: none;
    padding: 0;
}

    .custom_ul .custom_li {
        margin: 0 0 0.8333333333333333em;
    }

.paymentSingup_button {
    background-color: #9c83aa;
    border-radius: 20px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    padding: 0.75em 1.5em;
    position: absolute;
    bottom: 1.25em;
    left: 50%;
    margin-left: -60px;
    text-decoration: none;
    width: 120px;
    text-transform: uppercase;
}



sup{
    font-size: 0.6125em;
}
.small {
    font-size: 0.7025em;
}
.i_custom {
    color: var(--text-color1);
}

.payment_Cards_background {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f403032b;
}
/*payment div*/




/*autocomplete*/

.ui-autocomplete {
    max-height: 280px;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 5px;
    z-index: 1050;
    margin-top: 3px; /* Moves the UI 3px down */
}

/* List items */
.ui-menu-item {
    list-style: none;
}

.ui-menu-item-wrapper {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    border-radius: 4px;
    transition: background 0.2s ease-in-out, transform 0.1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    touch-action: manipulation;
}

    /* Hover and active state */
    .ui-menu-item-wrapper:hover,
    .ui-state-active {
        background: #007bff;
        color: white;
        font-weight: 600;
        transform: translateX(4px);
        box-shadow: inset 2px 0px 0px #0056b3;
        outline: none;
    }

    .ui-menu-item-wrapper:active {
        background: #0056b3;
        transform: scale(0.98);
    }

/* Scrollbar Styling */
.ui-autocomplete::-webkit-scrollbar {
    width: 6px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

    .ui-autocomplete::-webkit-scrollbar-thumb:hover {
        background: #aaa;
    }

/* Improve Firefox Scrollbar */
.ui-autocomplete {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

/* Smooth Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*autocomplete*/

/*/a tag*/
.custom-underline {
    position: relative;
    text-decoration: none; /* Remove default underline */
    color: #007bff; /* Bootstrap primary color */
    font-weight: bold;
    padding-bottom: 4px; /* Spacing for the underline */
}

    .custom-underline::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px; /* Custom underline thickness */
        background-color: #ff4500; /* Custom underline color */
        transition: width 0.3s ease-in-out;
        border-radius: 5px; /* Smooth edges */
    }

    .custom-underline:hover::after {
        width: 100%; /* Full-width underline on hover */
    }

/*/a tag*/



/*hover Image*/
.thumbnail-container {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

    .thumbnail-container img {
     /*   width: auto;
        height: auto;*/
        transition: transform 0.3s ease-in-out;
    }

    /* Hover Effect */
    .thumbnail-container:hover img {
        transform: scale(1.5); /* Enlarges on hover */
    }

    /* Click Effect */
    .thumbnail-container img.active {
        transform: scale(1.5); /* Enlarges on click */
    }
/*hover Image*/


/*.table-responsive {
    display: block;
    width: 100%;*/
    /* overflow-x: auto; */
    /*-webkit-overflow-scrolling: touch;
}*/

    /*table td dropdown*/
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

td {
    position: relative; /* Ensures dropdowns anchor to the td */
}

.dropdown-menu {
    position: absolute;
    z-index: 1000; /* Ensure it appears above other content */
}
/*table td dropdown*/



show-more {
    display: block;
    color: #1da1f2;
    background: none;
    border: none;
    cursor: pointer;
    padding: 13px 20px;
    font-size: 1.08rem;
    width: 100%;
    font-weight: 600;
    border-radius: 0 0 18px 18px;
    transition: background 0.18s;
    text-align: left;
}

.show-more:hover {
    background: #253341;
    color: #36b8ff;
}