
/* font */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* variable */
:root {
    --primary-font: "Ubuntu", sans-serif;
    /* --secondary-font: "Google Sans Flex", sans-serif;  */
    --secondary-font: var(--primary-font);
    --manrope-font: 'Manrope', sans-serif;
    --primary-color:#0c0d3b;
    --secondary-color: #f0d756;
    --tertiary-color: #e0b01e;
    --dark-gray: #1C1C1C;
    --medium-gray:#69666e;
}
/* reset */
body { 
    font-size: 16px;
    /* font-family: var(--primary-font); */
    line-height: 26px;
    letter-spacing: 0.5px;
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-family: var(--secondary-font);
}
h1, .h1 {
    font-size: 5.25rem;
    line-height: 4.75rem;
}
.primary-font {
  font-family: var(--primary-font);
}
.secondary-font {
  font-family: var(--secondary-font);
}
.rsvp-info h2 {
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.65rem;
    margin-bottom: 10px;
}
/* btn */
.btn {
    font-family: var(--primary-font);
    font-weight: 500;
    letter-spacing:0.5px;
    text-transform: uppercase;
    color: var(--black);
}
.btn-primary-color {
    background-color: var(--primary-color);
    color: var(--white);
}
.btn-primary-color:hover {
    background-color: var(--secondary-color);
}
.btn-secondary-color {
    background-color: var(--secondary-color);
}
.btn-tertiary-color {
    background-color: var(--tertiary-color);
}
.btn-tertiary-color:hover {
    background-color: var(--primary-color);
    color: var(--white)
}

.btn.btn-extra-large,
.btn.btn-rounded.btn-extra-large {
    padding: 24px 49px;
}
.btn.btn-large,
.btn.btn-rounded.btn-small {
    padding: 9px 20px;
}
.btn.btn-large,
.btn.btn-rounded.btn-large {
    font-size: 17px;
    padding: 16px 32px;
}
.btn.btn-medium,
.btn.btn-rounded.btn-medium {
    font-size: 15px;
    padding: 15px 30px;
}
.btn.btn-medium i {
    font-size: 16px;
}
.btn.btn-small i {
    font-size: 15px;
}
.btn.btn-very-small i {
    font-size: 14px;
}
.btn.btn-very-small,
.btn.btn-rounded.btn-very-small {
    font-size: 12px;
    padding: 7px 18px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
/* border color */
.border-color-transparent-dark-very-light {
  border-color: rgba(21, 21, 21, 0.1) !important;
}
/* border radius */
.border-radius-top-left-top-right {
    border-radius: 20px 20px 0 0 !important;
}
/* text color */
.text-dark-gray-light-transparent {
  color: rgba(28, 28, 28, 0.15);
}
.text-primary-color {
    color: var(--primary-color);
}
.text-secondary-color {
    color: var(--secondary-color);
}
/* gradient background color */
.bg-gradient-white-transparent {
  background: rgb(255, 255, 255);
  background: linear-gradient(90.85deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 100%);
}
.bg-gradient-right-white-transparent {
  background: rgb(255, 255, 255);
  background: linear-gradient(87.96deg, rgba(255, 255, 255, 0.15) 0.25%, rgba(255, 255, 255, 0) 100.25%);
}
.bg-gradient-very-light-gray-transparent {
    background: rgba(52, 60, 217, 1);
    background: linear-gradient(87.96deg, rgba(52, 60, 217, 0.10) 0.25%, rgba(52, 60, 217, 0) 100.25%);
}
.bg-gradient-to-top-solitude-blue-transparent {
    background: #F3F3FF;
    background: linear-gradient(180deg, #F3F3FF 0%, rgba(243, 243, 255, 0) 100%);
}
/* background */
.bg-wisp-pink {
    background-color: #faebe7;
}
.bg-pattens-blue {
    background-color: #d7ebf7;
}
.bg-humming-bird {
    background-color: #dbf2eb;
}
.bg-nightingale {
    background-color: #e9dbf2;
}
.bg-ghost-white {
  background-color: #f3f3ff;
}
.bg-primary-color-shade {
    background-color: #b6b6c4;
}
.bg-primary-color {
    background-color: var(--primary-color);
}
.bg-primary-color-transparent {
    background-color: rgba(12, 13, 59, 0.1);
}
.bg-secondary-color {
    background-color: var(--secondary-color);
}
.bg-tertiary-color {
    background-color: var(--tertiary-color);
}
.bg-dark-gray-transparent-medium {
    background-color: rgba(28, 28, 28, 0.4);
}
.bg-dark-gray-transparent-extra-medium {
    background-color: rgba(6, 18, 42, 0.4);
}
.bg-header-img {
    background-image: url('../images/header-bg.jpg') !important;
}

.blur-box {
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
}
/* bg sliding line */ 
.bg-sliding-line-dark-gray { 
    background-image: linear-gradient(135deg, transparent 45%, #464646 45%, #464646 55%, transparent 0);
    background-size: 5px 5px;
}
/* Padding */
.pt-100px {
    padding-top: 100px;
}
.pb-100px {
    padding-bottom: 100px;
}
/* bottom */
.bottom-180px {
    bottom: 180px;
}
/* newsletter style 02 */
.newsletter-style-02 input {
    font-size: 20px;
    border-radius: 0;
    padding-right: 60px !important;
    padding-bottom: 16px;
}
/* box shadow */
.box-shadow-medium-bottom, 
.box-shadow-medium-bottom-hover:hover {
  -webkit-box-shadow: 0 20px 34px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    /* padding: 10px 25px; */
    font-family: var(--manrope-font);
    font-weight: 600;
}
header .navbar-brand {
    padding: 13px 0;
}

/* HERO SECTION */
.rsvp-hero p {
    font-size: 25px;
}

.hm-abt-img img {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.card.rsvp-events {
    min-height: min(30vh, 240px);
    border-radius: 20px;
}
.rsvp-events .card-body span {
    color: #101010;
    padding: 10px;
    display: inline-block;
    background-color: var(--secondary-color);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
a:hover .rsvp-events {
    border-color: var(--primary-color);
}
header.header-simple .navbar [class*=col-] {
    align-self: center;
}
.header-simple .welcome-info {
    font-size: 15px;
}

.tab-style-03 .nav-tabs .nav-link.create-event {
    background-color: var(--secondary-color);
}
#event-creation-form .form-group {
    margin-bottom: 15px;
}

.table-scroll {
    max-height: 300px;
    overflow-y: auto;
}

.table-scroll thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}


.event-details-section .event-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    /* border: 1px solid #e0e0e0; */
}

.event-details-section .image-placeholder {
    background-color: #e9ecef;
    border-radius: 8px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.event-details-section .image-placeholder i {
    font-size: 48px;
    color: #adb5bd;
}

.event-details-section .detail-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.event-details-section .detail-icon {
    margin-right: 10px;
    color: #495057;
    font-size: 20px;
}

.event-details-section .detail-text {
    line-height: 1.4;
}

.event-details-section .detail-label {
    font-weight: 600;
    margin-bottom: 2px;
}

.event-details-section .detail-subtext {
    color: #6c757d;
    font-size: 0.875rem;
}

.event-details-section .edit-btn {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    background: transparent;
    margin-right: 20px;
}

.event-details-section .edit-btn:disabled, .event-details-section .edit-btn:hover:disabled {
    background-color: #f5f5f5;
    color: #a9a9a9;
    border-color: #a9a9a9;
}

.event-details-section .edit-btn:last-of-type {
    margin-right: 0;
}

.event-details-section .edit-btn:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

/*.rsvp-events .card-body span.badge-success {*/
/*    background-color: green;*/
/*}*/
.rsvp-events .card-body span.badge-danger {
    background-color: #bababa;
}
.rsvp-events .card-body span.badge-warning {
    background-color: #f2cda2;
}

/* page title */
.page-title-extra-large h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}
/* tab style 04 */
.tab-style-04 .nav-tabs .nav-item {
    padding: 0;
    flex: 0% 1 0;
}
.tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
    height: 3px;
}
/* footer */
footer .footer-logo img {
    max-height: 70px;
}
.footer-dark, .footer-dark a {
    /* color: rgba(255, 255, 255, 0.40); */
    color: var(--secondary-color);
    font-weight: 300;
}
.footer-dark .ft-bottom a, .footer-dark .ft-bottom p {
    color: #1C1C1C;
    font-weight: 400;
}
.footer-dark .ft-bottom a:hover {
    color: #CCC;
}
.footer-dark p {
    color: var(--white);
}
.footer-dark a:hover, 
.footer-light a:hover, 
.footer-navbar li a:hover {
    color: var(--medium-gray);
}
footer ul li {
    margin-bottom: 2px;
}

footer .policy-nav ul li {
    display: inline-block;
    margin-right: 15px;
}
footer .policy-nav ul li:last-of-type {
    margin-right: 0;
}

footer.footer-simple {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@keyframes scroll1 {
    0% {
        top: 0px;
    }
    100% {
        top: 100%;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1345px;
    }
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link { 
        padding: 10px 20px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link { 
        padding: 10px 15px;
    }
    .team-style-01 figure figcaption .social-icon a {
        margin: 0 8px;
    }
}
@media (max-width: 767px) {  
    h1, .h1 {
        font-size: 4.25rem;
        line-height: 3.75rem;
    }
    .rsvp-hero p {
        font-size: 20px;
    }
    footer.footer-simple {
        position: relative;
    }
}

@media (max-width: 768px) {
    .rsvp-event .event-title {
        font-size: 2rem;
    }
    
    .rsvp-event .info-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .rsvp-event .info-icon {
        margin-bottom: 0.625rem;
        margin-right: 0;
    }
    
    .rsvp-event .event-header {
        padding: 1rem;
    }
    
    .rsvp-event .event-title {
        margin: 1rem 0;
    }
}

@media (max-width: 375px) { 
    h1, .h1 {
        font-size: 3.5rem;
        line-height: 3rem;
    }
}


/* Hide native radio */
.radio-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Card */
.radio-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 10px;
    border-bottom: 2px solid #dee2e6;
    /* background: #fff; */
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Icon */
.radio-card i {
    font-size: 20px;
    color: var(--light-gray);
    transition: color 0.25s ease;
}

/* Text */
.radio-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--light-gray);
}

/* Hover */
.radio-option:hover .radio-card {
    border-color: var(--primary-color);
    transform: translateY(-1px);
}

/* Checked */
.radio-option input:checked + .radio-card {
    border-color: var(--primary-color);
    /* background: rgba(153, 0, 204, 0.08); */
}

.radio-option input:checked + .radio-card i {
    color: var(--tertiary-color);
}

.radio-option input:checked + .radio-card .radio-text {
    color: var(--primary-color);
}

/* Focus (keyboard) */
.radio-option input:focus-visible + .radio-card {
    outline: 3px solid rgba(153, 0, 204, 0.25);
    outline-offset: 3px;
}

/* Form image uploader */

.image-upload-wrapper {
    display: inline-block;
    cursor: pointer;
    max-width: 500px;
    width: 100%;
}

.image-placeholder {
    height: 250px;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    gap: 6px;
    transition: .3s;
}

.image-placeholder i {
    font-size: 30px;
}

.image-upload-wrapper:hover .image-placeholder {
    border-color: var(--tertiary-color);
    color: var(--primary-color);
}

#eventImagePreview {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Single Event CSS */

.rsvp-event .event-container {
    border-radius: 1.25rem;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.rsvp-event .event-header {
    background: #eee;
}

.rsvp-event .status-badge {
    /*background: var(--primary-color);
     border: 1px solid rgba(255, 255, 255, 0.3); */
    border-radius: .5rem;
    padding: 0.5rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--primary-color);
}

.rsvp-event .category-badge {
    background: transparent;
    border-left: 3px solid var(--tertiary-color);
    /* border-radius: .5rem; */
    padding: 0 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
}

.rsvp-event .event-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 1.5rem 0;
    color: var(--black);
    /* text-shadow: 2px 2px 4px rgba(0,0,0,0.2); */
}

.rsvp-event .event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.rsvp-event .info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px dashed var(--bs-gray-300);
}

.rsvp-event .info-icon {
    width: 3.125rem;
    height: 3.125rem;
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--tertiary-color) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.9rem;
    flex-shrink: 0;
    color: var(--primary-color);
    font-size: 1.2rem;
}

.rsvp-event .info-label {
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 0.3125rem;
    font-size: 0.95rem;
}

.rsvp-event .info-value {
    color: var(--bs-secondary);
    line-height: 1.5;
}

.rsvp-event .section-title {
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 600;
    margin: 0 0 0.9rem 0;
    color: var(--bs-dark);
    padding-bottom: 0.625rem;
    border-bottom: 2px solid var(--bs-gray-300);
}

.rsvp-event .event-description {
    line-height: 1.7;
    color: var(--bs-secondary);
    margin-bottom: 1.5625rem;
}

.rsvp-event .dress-code {
    background: var(--bs-light);
    border: 2px solid var(--bs-gray-300);
    border-radius: 0.75rem;
    padding: 1.25rem;
    margin: 1.25rem 0;
}

.rsvp-event .dress-code .info-icon {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--tertiary-color) 100%);
}

.rsvp-event .reservation-form {
    background: var(--bs-light);
    border: 2px solid var(--bs-gray-300);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-top: 1rem;
    display: none;
}

/* DISPLAY RADIO BUTTON AND CHECK BOX AS INLINE*/
.radio-group-inline,
.checkbox-group-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.radio-option-inline,
.checkbox-option-inline {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.radio-option-inline input,
.checkbox-option-inline input {
    margin-right: 5px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

/* For older browser support */
.radio-option-inline,
.checkbox-option-inline {
    *display: inline;
    zoom: 1;
}

.radio-option-inline input[type="radio"],
.checkbox-option-inline input[type="checkbox"] {
    accent-color: var(--primary-color);
}

