.office701-logo{width: 100px;}
.logo img{max-width: 215px;}
.hide{display: none !important;}

.w-100{width: 100% !important;}
.h-100{height: 100% !important;}
.w-50{width: 50% !important;}
.h-50{height: 50% !important;}
.w-auto{width: auto !important;}
.h-auto{height: auto !important;}

.has-error{
    border-color: #b94a48 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-success{
    border-color: #50cd89 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #555555;
    background: rgba(255, 255, 255, 0.9);
}

.show {
    display: block !important;
}

.closecookies {
   z-index: 2;
    position: absolute !important;
    right: 0 !important;
    border: none;
    background: transparent;
    font-size: 17px;
    padding: 0px;
}

.closeBtn {
    font-weight: bold;
    color: black
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: .9;
    border-style: none;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #555;
    background: #fff;
    box-shadow: 0 0 10 0 rgb(0 0 0 / 24%);
    padding: 15px 10px 15px 5px;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert a:hover {
    color: var(--theme-color2);
}

.cookiealert .cookiealert-text{
    z-index: 1;
    padding: 15px 0px 0px 10px;
    margin: 0;
    width: 100%;
    font-size: 12px;
}

.cookiealert .cookiealert-text p{
    font-size: 13px;
    line-height: 1.5;
}

.cookiealert .full-width{
    width: 100%;
}

.cookiealert .pull-rightleft{
    text-align: center;
}

@media screen and (min-width: 991px){
    .cookiealert{
        bottom: 10px;
        left: 18px;
        width: 400px;
        border-radius: 10px;
    }

    .cookiealert .cookiealert-text{
        width: 414px;
        line-height: 2;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px){
    .cookiealert .pull-rightleft {
        float: none;
        text-align: center;
    }
}

.denizay-wp-icon{
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 99;
}

/* ==================== QUOTATION MODAL STYLES ==================== */
#quotationModal .modal-dialog {
    max-width: 720px;
    margin: 1.75rem auto;
}

.quotation-modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
    background: #ffffff;
}

/* Modal Header */
.quotation-modal-header {
    background: linear-gradient(135deg, #2056a5 0%, #1a4078 100%);
    padding: 30px 25px 25px;
    text-align: center;
    position: relative;
}

.quotation-modal-header .header-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    backdrop-filter: blur(10px);
}

.quotation-modal-header .header-icon i {
    font-size: 28px;
    color: #ffffff;
}

.quotation-modal-header .header-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px;
}

.quotation-modal-header .header-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0;
}

.quotation-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quotation-close-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(90deg);
}

/* Modal Body */
.quotation-modal-body {
    padding: 25px;
}

/* Section Labels */
.section-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.section-label i {
    font-size: 14px;
    color: #2056a5;
}

/* Info & Premium Wrapper - Yan Yana Layout */
.info-premium-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.info-premium-wrapper .info-section,
.info-premium-wrapper .premium-section {
    flex: 1;
    margin-bottom: 0;
}

/* Info Section */
.info-section {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.info-item {
    background: #f8fafc;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-item .info-label {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.info-item .info-value {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    text-align: right;
}

.info-item .info-value.masked {
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
    font-size: 12px;
}

/* Premium Section */
.premium-section {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.premium-card {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 16px;
    padding: 20px;
    color: #ffffff;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.premium-amount {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
}

.premium-value {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
}

.premium-currency {
    font-size: 18px;
    font-weight: 600;
    margin-left: 5px;
    opacity: 0.9;
}

.premium-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.premium-details .detail-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.premium-details .detail-row span:first-child {
    opacity: 0.8;
}

.premium-details .detail-row span:last-child {
    font-weight: 600;
}

/* Payment Section */
.payment-section {
    margin-bottom: 15px;
}

.payment-card-preview {
    background: linear-gradient(135deg, #334155 0%, #1e293b 100%);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    min-height: 160px;
}

.payment-card-preview .card-chip {
    width: 45px;
    height: 35px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 6px;
    margin-bottom: 25px;
}

.payment-card-preview .card-number-preview {
    font-family: 'Courier New', monospace;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.payment-card-preview .card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.payment-card-preview .card-holder-preview {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.payment-card-preview .card-expiry-preview {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Courier New', monospace;
}

/* Payment Inputs */
.payment-inputs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.input-group-custom {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.input-group-custom label {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.custom-input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 15px;
    color: #1e293b;
    background: #f8fafc;
    transition: all 0.3s ease;
}

.custom-input:focus {
    outline: none;
    border-color: #2056a5;
    background: #ffffff;
    color: #1e293b !important;
    box-shadow: 0 0 0 4px rgba(32, 86, 165, 0.1);
}

.custom-input::placeholder {
    color: #94a3b8;
}

.input-with-icon {
    position: relative;
}

/* .input-with-icon .custom-input {
    padding-right: 80px;
} */

.input-with-icon .card-icons {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
}

.input-with-icon .card-icons i {
    font-size: 24px;
    color: #94a3b8;
}

.input-row {
    display: flex;
    gap: 15px;
}

.input-row .input-group-custom {
    flex: 1;
}

.input-row .cvv-group {
    max-width: 120px;
}

.expiry-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.expiry-inputs .custom-select {
    flex: 1;
}

.expiry-separator {
    color: #94a3b8;
    font-weight: 600;
}

.custom-select {
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 15px;
    color: #1e293b;
    background: #f8fafc;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 35px;
}

.custom-select:focus {
    outline: none;
    border-color: #2056a5;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(32, 86, 165, 0.1);
}

.cvv-help {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    cursor: help;
}

/* Security Note */
.security-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: #f0fdf4;
    border-radius: 10px;
    font-size: 12px;
    color: #16a34a;
}

.security-note i {
    font-size: 14px;
}

/* Modal Footer */
.quotation-modal-footer {
    display: flex;
    gap: 12px;
    padding: 20px 25px 25px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.btn-cancel {
    flex: 1;
    padding: 14px 20px;
    border: 2px solid #e2e8f0;
    background: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-cancel:hover {
    border-color: #cbd5e1;
    background: #f1f5f9;
}

.btn-pay {
    flex: 2;
    padding: 14px 20px;
    border: none;
    background: linear-gradient(135deg, #2056a5 0%, #1a4078 100%);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-pay:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(32, 86, 165, 0.35);
}

.btn-pay:active {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    #quotationModal .modal-dialog {
        margin: 10px;
        max-width: calc(100% - 20px);
    }
    
    .info-premium-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    
    .quotation-modal-header {
        padding: 25px 20px 20px;
    }
    
    .quotation-modal-header .header-icon {
        width: 60px;
        height: 60px;
    }
    
    .quotation-modal-header .header-icon i {
        font-size: 24px;
    }
    
    .quotation-modal-header .header-title {
        font-size: 18px;
    }
    
    .quotation-modal-body {
        padding: 20px;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    .premium-value {
        font-size: 28px;
    }
    
    .payment-card-preview .card-number-preview {
        font-size: 16px;
        letter-spacing: 2px;
    }
    
    .input-row {
        flex-direction: column;
    }
    
    .input-row .cvv-group {
        max-width: 100%;
    }
    
    .quotation-modal-footer {
        flex-direction: column;
    }
    
    .btn-cancel, .btn-pay {
        flex: 1;
    }
}

/* Taksit Seçenekleri Stilleri */
.installment-section {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(32, 86, 165, 0.1);
}

.installment-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.installment-label i {
    color: #2056a5;
}

.installment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.installment-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    min-width: 120px;
    flex: 1;
    max-width: calc(33.333% - 7px);
}

.installment-option:hover {
    border-color: #2056a5;
    background: rgba(32, 86, 165, 0.02);
}

.installment-option.selected {
    border-color: #2056a5;
    background: rgba(32, 86, 165, 0.08);
    box-shadow: 0 2px 8px rgba(32, 86, 165, 0.15);
}

.installment-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.installment-option.selected .installment-radio {
    border-color: #2056a5;
}

.installment-radio .radio-dot {
    width: 10px;
    height: 10px;
    background: #2056a5;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.2s ease;
}

.installment-option.selected .radio-dot {
    transform: scale(1);
}

.installment-info {
    flex: 1;
}

.installment-name {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    display: block;
}

.installment-loading {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 14px;
    width: 100%;
}

.installment-loading i {
    color: #2056a5;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .installment-option {
        max-width: calc(50% - 5px);
    }
}

@media (max-width: 480px) {
    .installment-option {
        max-width: 100%;
    }
}