 body {
    font-family: "Inria Serif", serif;
}

.navbar {
    font-family: "Poppins", sans-serif;
    font-family: 300;
}

.nav-link {
    color: #000;
    font-weight: 500;
}

.nav-link.active,
.nav-link:hover {
    color: #000;
    border-bottom: 2px solid #000;
}


.navbar-brand-text {
    font-size: clamp(20px, 3vw, 31px);

}


.header .book-appointment-btn {
    background-color: white;
    font-size: clamp(14px, 2vw, 20px);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: black;
    border: 0;

}

.header .book-appointment-btn:hover {
   background-color: white;
   font-size: clamp(14px, 2vw, 20px);
   font-family: "Poppins", sans-serif;
   font-weight: 400;
   color: black;
}

.header .book-appointment-btn-dark {
    background-color: #141414;
    font-size: clamp(14px, 2vw, 20px);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: white;
    border: 0;
}

.header .book-appointment-btn-dark:hover {
    background-color: #141414;
    font-size: clamp(14px, 2vw, 20px);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: white;
}

.banner-cubin-link {
    background: url('/img/image-25.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    height: 438px;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-cubin-link .banner-title {
    font-size: clamp(32px, 6vw, 64px);
    font-weight: 700;
}

.banner-cubin-link p {
    font-size: 15px;
    font-family: "Poppins", sans-serif;

}





/* sdfghjklhjkldfghjkghjkfgh */
.cubin-enter-detail{
   background-color: #EFEFEF;
}
.cubin-enter-detail .custom-heading {
    font-size: clamp(32px, 6vw, 64px) ;
    font-weight: 700;
    text-align: center;
}

.cubin-enter-detail .form-control{
   background-color: #C0A063;
   border-radius: 0%;
   font-size: clamp(24px, 2vw, 38px);
   color: #141414;
}
.cubin-enter-detail .custom-label{
   font-size: clamp(20px, 2vw, 38px);
   font-weight: 600;
   color: #141414;
}

 .cubin-enter-detail .custom-description{
   font-size: clamp(16px, 2vw, 20px);
   color: #141414;
   text-align: center;
   margin-bottom: 30px;
}
.cubin-enter-detail .price-total{
   background-color: #141414;
   font-size: clamp(24px, 2vw, 38px);
   text-decoration: none;
   color: white;
}




.footer{
   background-color: #141414;
    font-family: "Poppins", sans-serif;
}

.footer .footer-icons img{
   width: 24px;
   height: 24px;
}

/* Custom Gold Price Toggle Styles */
.toggle-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
    padding: 1rem;
    background: #fff;
    border-radius: 0;
    border: 1px solid #dee2e6;
}

.toggle-label {
    font-weight: 600;
    font-size: clamp(16px, 2vw, 20px);
    color: #141414;
    flex: 1;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 30px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

input:checked + .toggle-slider {
    background-color: #C0A063;
}

input:checked + .toggle-slider:before {
    transform: translateX(30px);
}

.custom-markup-section {
    margin-top: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 0;
    border: 2px solid #C0A063;
    display: none;
    animation: slideDown 0.3s ease;
}

.custom-markup-section.show {
    display: block;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-markup-input {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #C0A063;
    border-radius: 0;
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 600;
    text-align: center;
    background-color: #C0A063;
    color: #141414;
}

.custom-markup-input:focus {
    outline: none;
    border-color: #141414;
    box-shadow: 0 0 0 3px rgba(192, 160, 99, 0.2);
}

.cabin-img-sec {
    background-color: #fff;
}

/* Live Gold Price Text */
.live-gold-price-text {
    font-family: "Poppins", sans-serif;
    font-size: clamp(14px, 1.5vw, 18px);
    color: #141414;
    padding: 0.5rem 0;
}

.live-price-label {
    color: #141414;
    font-weight: 500;
    margin-right: 0.5rem;
}

.live-price-value {
    color: #C0A063;
    font-weight: 700;
    margin-right: 0.25rem;
}

.live-price-per {
    color: #141414;
    font-weight: 400;
    font-size: clamp(12px, 1.2vw, 16px);
}

/* Toast Notification Styles */
/* Toast container - fixed position at top right */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Toast base styles */
.toast {
    min-width: 300px;
    max-width: 400px;
    background: #FFFFFF;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.3s ease;
    border-left: 4px solid;
    font-family: "Poppins", sans-serif;
}

/* Toast show animation */
.toast.show {
    opacity: 1;
    transform: translateX(0);
}

/* Toast content layout */
.toast-content {
    display: flex;
    align-items: center;
    padding: 1rem;
    gap: 0.75rem;
}

/* Toast icon */
.toast-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* Toast message */
.toast-message {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    line-height: 1.4;
}

/* Toast close button */
.toast-close {
    background: none;
    border: none;
    color: #252525;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.toast-close:hover {
    opacity: 1;
}

/* Toast types - different colors */
.toast-success {
    border-left-color: #28a745;
}

.toast-success .toast-icon {
    color: #28a745;
}

.toast-error {
    border-left-color: #C34545;
}

.toast-error .toast-icon {
    color: #C34545;
}

.toast-warning {
    border-left-color: #ffc107;
}

.toast-warning .toast-icon {
    color: #ffc107;
}

.toast-info {
    border-left-color: #4555C3;
}

.toast-info .toast-icon {
    color: #4555C3;
}

/* Mobile responsive */
@media (max-width: 576px) {
    .toast-container {
        top: 10px;
        right: 10px;
        left: 10px;
    }
    
    .toast {
        min-width: auto;
        max-width: 100%;
    }
}

/* Mobile View - Reduce Spacing in Calculator */
@media (max-width: 767.98px) {
    /* Calculator container padding kam karo mobile pe */
    .cubin-enter-detail .custom-font-container {
        padding: 0.75rem !important;
    }
    
    /* Row spacing kam karo mobile pe */
    .cubin-enter-detail .row.mb-2,
    .cubin-enter-detail .row.mb-4 {
        margin-bottom: 0.5rem !important;
    }
    
    /* Input fields padding kam karo mobile pe */
    .cubin-enter-detail .form-control {
        padding-top: 0.35rem !important;
        padding-bottom: 0.35rem !important;
    }
    
    /* Description text margin kam karo mobile pe */
    .cubin-enter-detail .custom-description {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
    }
    
    /* Label spacing kam karo mobile pe */
    .cubin-enter-detail .custom-label {
        margin-bottom: 0.15rem;
    }
    
    /* Section padding kam karo mobile pe */
    .cubin-enter-detail .container {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    
    /* Column gap kam karo mobile pe */
    .cubin-enter-detail .row.g-2 {
        --bs-gutter-y: 0.25rem;
        --bs-gutter-x: 0.25rem;
    }
}

/* Payment Section Styles */
/* Payment box styling */
.payment-section {
    background-color: #EFEFEF;
    padding: 2rem 0;
}

.payment-box {
    border-radius: 0;
    border: 2px solid #C0A063;
}

.payment-title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #141414;
}

/* Order Summary Styles */
.order-summary {
    background-color: #F1F1F1;
    padding: 1.5rem;
    border-radius: 0;
}

.summary-label {
    font-family: "Poppins", sans-serif;
    font-size: clamp(14px, 1.5vw, 18px);
    color: #252525;
    font-weight: 500;
}

.summary-value {
    font-family: "Poppins", sans-serif;
    font-size: clamp(14px, 1.5vw, 18px);
    color: #252525;
    font-weight: 600;
}

.payment-total {
    font-size: clamp(18px, 2vw, 24px) !important;
    color: #4555C3 !important;
}

/* Payment Button Styles (Inside Calculator Card) */
/* Professional design matching theme colors - #141414 (dark) and #C0A063 (gold) */
.payment-btn {
    background-color: #C0A063; /* Theme gold color (default) */
    color: #141414; /* Dark text on gold background */
    font-family: "Poppins", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    border: 2px solid #C0A063;
    border-radius: 0; /* Sharp corners like theme */
    transition: all 0.3s ease;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(192, 160, 99, 0.3);
}

.payment-btn:hover {
    background-color: #141414; /* Theme dark color on hover */
    border-color: #141414;
    color: #FFFFFF; /* White text on dark background */
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(20, 20, 20, 0.4);
}

.payment-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(20, 20, 20, 0.3);
}

.payment-btn:disabled {
    background-color: #C0C0C0;
    border-color: #C0C0C0;
    color: #FFFFFF;
    cursor: not-allowed;
    transform: none;
    opacity: 0.6;
    box-shadow: none;
}

.payment-btn:disabled:hover {
    background-color: #C0C0C0;
    border-color: #C0C0C0;
    color: #FFFFFF;
    transform: none;
    box-shadow: none;
}

.payment-btn i {
    font-size: 1.3em;
    margin-right: 0.5rem;
    vertical-align: middle;
}

/* Payment button inside calculator card */
.cubin-enter-detail .payment-btn {
    margin-top: 1.5rem;
    width: 100%;
}

/* Mobile responsive adjustments */
@media (max-width: 767.98px) {
    .payment-btn {
        font-size: clamp(14px, 3vw, 18px);
        padding: 0.65rem 1.25rem;
        margin-top: 1rem;
    }
    
    .payment-btn i {
        font-size: 1.2em;
    }
}

