
/* Layout Container */
.mak-main-container {
    display: flex;
    align-items: center;
    gap: 43px;
    width: 100%;
}


.mak-left-card {
    /* border: 1px solid rgba(197, 168, 128, 0.08); */
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5); */
    position: relative;
    background: transparent;
    border-radius: 16px;
    padding: 0 !important;
    width: 59% !important;
    z-index: 2;
}

.mak-right-card {
    /* border: 1px solid rgba(197, 168, 128, 0.08); */
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5); */
    position: relative;
    background: transparent;

    width: 41% !important;
    padding: 0px;
    z-index: 2;
}

/* Typography explicitly matching the requested layout assets */
.mak-section-title {
    font-family: 'Rufina', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #ffffff;
    letter-spacing: 0.3px;
}

.mak-left-card .mak-section-title {
    text-align: center;
}

.mak-tagline {
    font-size: 12px;
    color: #c5a880;
    letter-spacing: 3px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.mak-subtitle {
    text-align: center;
    color: #999999;
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 300;
}

.mak-subtitle .mak-highlight {
    color: #d9b885;
    font-weight: 500;
}

.mak-description {
    color: #aaaaaa;
    margin-top: 18px;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

/* Custom Luxury Separator Line */
.mak-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(197, 168, 128, 0.4) 50%, transparent 100%);
    position: relative;
}

.mak-divider::after {
    content: "❖";
    color: #c5a880;
    font-size: 10px;
    background-color: #161718;
    padding: 0 10px;
    position: absolute;
}

.mak-divider.mak-align-left {
    background: linear-gradient(90deg, rgba(197, 168, 128, 0.5) 0%, transparent 80%);
    justify-content: flex-start;
}

.mak-divider.mak-align-left::after {
    left: 0;
    padding-left: 0;
}

/* Form Elements Styling */
.mak-reservation-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mak-form-row, .mak-form-row-triple {
    display: flex;
    gap: 24px;
}

.mak-form-row-triple > div {
    flex: 1;
}

.mak-input-group {
    position: relative;
    flex: 1;
}

.mak-input-group i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #777777;
    font-size: 15px;
    pointer-events: none;
    transition: color 0.4s ease;
}

.mak-input-group.mak-textarea-group i {
    top: 24px;
}

.mak-input-group input, 
.mak-input-group select, 
.mak-input-group textarea {
    width: 100%;
    background-color: #161616;
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #ffffff;
    padding: 16px 18px 16px 48px;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    border-radius: 6px;
    outline: none;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.mak-input-group input:focus, 
.mak-input-group select:focus, 
.mak-input-group textarea:focus {
    border-color: rgba(197, 168, 128, 0.6);
    background-color: #1a1a1a;
    box-shadow: 0 0 15px rgba(197, 168, 128, 0.05);
}

.mak-input-group input:focus + i,
.mak-input-group select:focus + i,
.mak-input-group textarea:focus + i {
    color: #c5a880;
}

/* Select Arrow Configuration */
.mak-select-wrapper::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #666666;
    pointer-events: none;
}
.mak-input-group select {
    appearance: none;
    -webkit-appearance: none;
}

/* Premium Metallic Button */
.mak-btn-submit {
    background: linear-gradient(90deg, #b8935c 0%, #e5c99e 50%, #b8935c 100%);
    background-size: 200% auto;
    color: #090909;
    border: none;
    padding: 18px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2.5px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    margin-top: 10px;
    box-shadow: 0 10px 20px rgba(184, 147, 92, 0.15);
}

.mak-btn-submit i {
    transition: transform 0.4s ease;
}

.mak-btn-submit:hover {
    background-position: right center;
    box-shadow: 0 12px 25px rgba(184, 147, 92, 0.3);
}

.mak-btn-submit:hover i {
    transform: translateX(6px);
}

.mak-security-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    color: #666666;
    font-size: 13px;
    font-weight: 300;
}

.mak-security-note i {
    color: rgba(197, 168, 128, 0.4);
}


/* ==========================================
   UPORE MARK KORA PART: LEGENDARY INQUIRY
   ========================================== */

.mak-email-direct {
    background: linear-gradient(135deg, #161513 0%, #1c1915 100%);
    border: 1px solid rgba(197, 168, 128, 0.25);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Subtle continuous glow for email section */
.mak-glow-effect {
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(197, 168, 128, 0.05), transparent);
    transform: skewX(-25deg);
    animation: mak-shine 6s infinite ease-in-out;
}

@keyframes mak-shine {
    0% { left: -100%; }
    30% { left: 150%; }
    100% { left: 150%; }
}

.mak-icon-box-email {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(197, 168, 128, 0.08);
    border: 1px solid rgba(197, 168, 128, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c5a880;
    font-size: 20px;
    box-shadow: inset 0 0 10px rgba(197, 168, 128, 0.1);
}

.mak-email-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: 2;
}

.mak-email-info .mak-label {
    font-size: 12px;
    color: #c5a880;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.mak-email-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.mak-email-direct:hover .mak-email-link {
    color: #e5c99e;
}

/* Inquiry Premium Interactive List */
.mak-inquiry-list {
    display: flex;
    flex-direction: column;
    gap: 12px; /* Card system with soft gaps */
}

.mak-inquiry-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    /* background-color: #161616;
    border: 1px solid rgba(255, 255, 255, 0.02); */
background: rgba(34, 35, 36, 0.45);
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);

border: 1px solid rgba(255, 255, 255, 0.15);

box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    /* Ultra-smooth transition profile */
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Legendary Smooth Hover Action */
.mak-inquiry-item:not(.mak-no-link):hover {
    background-color: #1c1a17;
    border-color: rgba(197, 168, 128, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4), 0 0 12px rgba(197, 168, 128, 0.03);
}

.mak-icon-container {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #1d1d1d;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c5a880;
    font-size: 16px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.mak-inquiry-item:not(.mak-no-link):hover .mak-icon-container {
    background-color: rgba(197, 168, 128, 0.1);
    border-color: rgba(197, 168, 128, 0.4);
    color: #e5c99e;
    transform: scale(1.05);
}

.mak-item-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-grow: 1;
}

.mak-item-content h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.mak-inquiry-item:not(.mak-no-link):hover .mak-item-content h3 {
    color: #e5c99e;
}

.mak-item-content p {
    font-size: 14px;
    color: #777777;
    font-weight: 300;
    transition: color 0.3s ease;
}

.mak-inquiry-item:not(.mak-no-link):hover .mak-item-content p {
    color: #aaaaaa;
}

/* Micro interaction icons on the right side */
.mak-arrow-icon {
    font-size: 13px;
    color: #444444;
    transform: translateX(0);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0; /* Smooth visibility entry on hover */
}

.mak-inquiry-item:not(.mak-no-link):hover .mak-arrow-icon {
    opacity: 1;
    color: #c5a880;
    transform: translateX(4px);
}

/* Static Card Badge Styling */
.mak-action-badge {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c5a880;
    background: rgba(197, 168, 128, 0.08);
    border: 1px solid rgba(197, 168, 128, 0.15);
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
}

/* Linkable Action Badge Premium Styling */
.mak-action-link {
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover korle badge-ti light golden theme-e smoothly change hobe */
.mak-action-link:hover {
    background: #c5a880;
    color: #090909;
    border-color: #c5a880;
    box-shadow: 0 4px 12px rgba(197, 168, 128, 0.2);
    transform: scale(1.05);
}


/* Single Linkable Badge Styling */
.mak-linkable-badge {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Premium Smooth Hover Effect */
.mak-linkable-badge:hover {
    background-color: #c5a880;
    color: #090909;
    border-color: #c5a880;
    box-shadow: 0 4px 15px rgba(197, 168, 128, 0.25);
    transform: scale(1.05);
}

.mak-no-link {
    cursor: default;
}


/* Smooth Responsive Adaptation */
@media (max-width: 1024px) {
    .mak-main-container {
        flex-direction: column;
        gap: 30px;
    }
    .mak-form-row, .mak-form-row-triple {
        flex-direction: column;
        gap: 24px;
    }
}



/* ==========================================================================
   ULTRA-RESPONSIVE BREAKPOINTS (PERFECT FLEX COLLAPSE)
   ========================================================================== */

/* Medium Devices (Tablets, below 768px) */
@media (max-width: 768px) {

    .mak-left-card {
        padding: 0 !important;
        width: 100%;
    }

    .mak-right-card {
        width: 100%;
        padding: 0px;
    }

    .mak-inquiry-item {
        padding: 18px 20px;
        gap: 14px;
    }
    
    .mak-icon-container {
        width: 44px;
        height: 44px;
        font-size: 15px;
    }
    
    .mak-item-content h3 {
        font-size: 16px;
    }

    .mak-email-link {
        color: #ffffff;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.3px;
        transition: color 0.3s ease;
    }
}

/* Extra Small Devices (Mobile Phones, below 540px) */
@media (max-width: 540px) {
    .mak-left-card {
        padding: 0 !important;
        width: 100% !important;
    }

    .mak-right-card {
        width: 100% !important;
        padding: 0px;
    }
    
    /* .mak-inquiry-item.mak-no-link */
    .mak-inquiry-item.mak-no-link {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
        padding: 20px;
    }


    /* Wrap elements safely underneath text framework nodes */
    .mak-item-content {
        width: 100%;
    }

    .mak-linkable-badge {
        align-self: flex-start;
        width: auto;
        padding: 10px 20px;
    }

    .mak-arrow-icon {
        display: none;
    }
}