@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f3f3f3;
}

input,
textarea {
    outline: none !important;
    box-shadow: none !important;
}

.alert {
    font-size: 13px;
    padding: 10px;
}

body.login-wrap {
    background-color: #fff;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(rgb(0, 154, 233), rgb(0, 161, 169));
}

.login-wrap main {
    padding: 0;
    position: relative;
    min-height: calc(100vh - 55px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.login-wrap main::before {
    content: '';
    background: url(../images/pattern_top.svg) no-repeat top right;
    background-size: auto 110%;
    width: 100%;
    height: 70vh;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
}

.login-wrap main::after {
    content: '';
    background: url(../images/pattern_btm.svg) no-repeat left bottom;
    background-size: auto 110%;
    width: 100%;
    height: 70vh;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
}

.login-wrap footer {
    padding: 15px 0 15px 0;
    width: 100%;
    height: 50px;
    border: none;
}

.login-wrap footer p {
    opacity: 0.8;
    font-size: 13px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.login-card {
    max-width: 500px;
    width: 90%;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    margin: auto;
}

.login-wrap .logo img {
    height: 85px;
    margin-bottom: 15px;
    max-height: none;
}

.login-card .title {
    text-align: left;
    margin-bottom: 20px;
}

.login-card .title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group input::-webkit-input-placeholder {
    opacity: 0;
}

.form-group input:-ms-input-placeholder {
    color: #666;
}

.form-group input::placeholder {
    color: #666;
}

.form-group label {
    color: #666;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="date"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="file"],
.form-group select {
    width: 100%;
    height: 48px;
    padding-left: 35px;
    border-radius: 8px;
    border: solid 1px#aaa;
    background-color: #fff;
}

.form-group input[type="password"] {
    padding-right: 33px;
}

.form-group label {
    background: #fff;
    padding: 0 4px;
    display: inline;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 31px;
    font-size: 14px;
    color: #727272;
    transform: translateY(12px);
    transition-duration: 300ms;
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
    color: #666;
    transform: translateY(-10px);
    font-size: 13px;
}


.form-group select:focus~label,
.form-group select:not([value=""]):valid~label {
    color: #666;
    transform: translateY(-10px);
    font-size: 13px;
}

.form-group input:focus+label {
    color: rgb(0, 154, 233);
    font-weight: 500;
}

.form-group .icon {
    height: 48px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
    opacity: 0.5;
    z-index: 2;
}

.form-group input:focus-visible+label+.icon {
    filter: grayscale(0);
    opacity: 1;
}

.login-button {
    font-weight: 500;
    width: 100%;
    border: none;
    height: 50px;
    text-transform: uppercase;
    padding: 15px 25px 15px 24px;
    object-fit: contain;
    border-radius: 2px;
    background: rgb(0, 154, 233);
    background: linear-gradient(97deg, rgb(0, 154, 233) 0%, rgba(0, 217, 178, 1) 100%);
    margin-right: 10px;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 0.19px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-button:hover,
.register-button:hover,
.info-button:hover {
    color: #fff;
    box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.20);
}

.card {
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.btn-sm {
    margin: 3px;
}

.search-bar {
    max-width: 100%;
    height: 55px;
    background: #fff url(../images/search.svg) no-repeat 15px center;
    background-size: 20px;
    padding-left: 45px;
    border: 1px solid #ccc;
    border-radius: 50px;
}

.profile-img {
    max-width: 150px;
    border-radius: 10px;
}

.logo-img {
    max-width: 100px;
    margin-top: 10px;
}

.header-wrap {
    width: 100%;
    padding: 20px;
    background: linear-gradient(rgb(0, 154, 233), rgb(0, 161, 169));
    position: relative;
}

.header-wrap::before {
    content: '';
    background: url(../images/pattern_top.svg) no-repeat top right;
    background-size: 90%;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    right: 0;
}

.header-wrap * {
    position: relative;
    z-index: 1;
}

.header-wrap .text-center {
    z-index: 0;
}

.header-wrap .logo {
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.header-wrap .logo img {
    width: 125px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    display: block;
}

.header-wrap h1 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.header-wrap p {
    font-size: 16px;
    font-weight: 400;
    color: #eee;
}

.form-select.select-filter {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #6a3c2c url(../images/filter.svg) no-repeat center center;
    position: absolute;
    top: 75px;
    right: 11px;
    border: none;
    background-size: 36px;
}

.form-select.select-filter option {
    background-color: #fff;
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}

.contact-list {
    padding: 20px;
    border-radius: 0px;
}

.card.card-contact {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.051);
    border: 1px solid #eee;
}

.card.card-contact .img {
    border-radius: 100px;
    border: 2px solid #633829;
    width: 80px;
    height: 80px;
    padding: 4px;
    overflow: hidden;
    min-width: 80px;
}

.card.card-contact .img img {
    border-radius: 100px;
    width: 68px;
    height: 68px;
}

.btn-flex-card {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
}

.card-body {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding: 0;
    padding-top: 15px;
}

.btn-call {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-whatsapp {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #25D366;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-map {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #a53fb9;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-email {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #dc3545;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-flex-card .btn {
    font-size: 17px;
}

.btn-flex-card .btn:hover {
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.moredtls {
    position: absolute;
    bottom: 18px;
    right: 15px;
}

.card-title {
    padding-right: 40px;
    font-size: 17px;
    color: #333;
    font-weight: 600;
    margin-bottom: 6px;
}

.card-text {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.moredtls a {
    border-radius: 50px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border: 1px solid #eee;
    color: #6a3c2c;
}

.moredtls a:hover {
    background: #6a3c2c;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card.card-contact .dtls h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #009ae9;
}

.card.card-contact .dtls p {
    font-size: 16px;
    color: #555;
    margin: 0 !important;
}

.card.card-contact .dtls p.text-muted {
    font-size: 16px;
    font-weight: 400;
    margin: 0 !important;
}

.backbtn a {
    position: absolute;
    background: #ffffffee;
    display: block;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50px;
}

.profiledtls-img {
    text-align: center;
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 50%;
    margin: 25px auto 10px;
}

.profiledtls-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 100%;
    border: none;
    object-fit: cover;
}

.profiledtls p {
    margin-bottom: 10px;
}

.company-logo-img {
    height: 50px;
    width: auto;
    margin: 15px 0 25px;
}

.company-name {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.profiledtls p strong {
    display: block;
    font-weight: 400;
    color: #666;
    font-size: 15px;
}

.profiledtls p {
    display: block;
    font-weight: 500;
    color: #333;
    font-size: 17px;
}

.company-dtls-img {
    max-height: 150px;
    max-width: 100%;
    height: auto;
}

.social-btns {
    display: flex;
    gap: 10px;
}

.social-btns a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}

.facebook {
    background-color: #1877F2;
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%,
            #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.youtube {
    background-color: #FF0000;
}

.linkedin {
    background-color: #0A66C2;
}

.x-twitter {
    background-color: #000000;
}

.social-btns a:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    width: 50%;
    text-align: center;
    justify-content: center;
    text-decoration: none;
}

.share-btn {
    background-color: #1877F2;
}

.share-btn:hover {
    background-color: #145db2;
}

.download-btn {
    background-color: #28a745;
}

.download-btn:hover {
    background-color: #1e7e34;
}

.contact-btn i {
    font-size: 16px;
}

.action-btns {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 98;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, .7);
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 20px;
    gap: 15px;
    border-top: solid 1px rgba(0, 0, 0, .05);
    text-align: center;
    box-shadow: 0px 0px 4px rgba(var(22, 65, 80), 0.1);
    transition: transform 350ms ease !important;
}

.event-card {
    margin-bottom: 20px;
    border-radius: 12px;
    display: none;
    border: 1px solid #ddd;
    box-shadow: none !important;
    padding: 15px !important;
}

.event-card.active {
    display: block;
}

.event-card h5 {
    color: #007bff;
}

.event-meta {
    font-size: 14px;
    margin-bottom: 5px;
}

.event-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.status-upcoming {
    background: #d1ecf1;
    color: #0c5460;
}

.status-ongoing {
    background: #d4edda;
    color: #155724;
}

.status-completed {
    background: #f8d7da;
    color: #721c24;
}

/* Empty State */
.no-events {
    margin-top: 50px;
    text-align: center;
    padding: 40px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.no-events h4 {
    color: #6c757d;
}

ul#eventFilter {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 15px;
}

ul#eventFilter .nav-link {
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 50px;
    background-color: #ccc;
    color: #222;
    font-weight: 500;
    cursor: pointer;
}

ul#eventFilter .nav-link.active {
    background-color: #0d6efd;
    color: #fff;
}

.event-card .card-body {
    padding: 0;
    border: none;
    margin: 0;
}

.add-business .card-body {
    margin-top: 0;
    border-top: none;
    padding: 0;
    padding-top: 15px;
    padding: 20px;
}
.dropify-render img {
    max-height: 80px !important; 
    width: auto !important;
    margin: 0 auto;
}
.dropify-wrapper .dropify-message p {
    font-size: 14px;
    font-weight: 600;
    color: #aaa;
}