/* shopify-giftcard-root */

/* Container & Grid System */
.shopify-giftcard-root .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.shopify-giftcard-root .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.shopify-giftcard-root .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
}

.shopify-giftcard-root .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
}

.shopify-giftcard-root .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
}

.shopify-giftcard-root .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


/* Responsive Grid Breakpoints */
@media (max-width: 1199.98px) {
    .shopify-giftcard-root .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .shopify-giftcard-root .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (max-width: 991.98px) {
    .shopify-giftcard-root .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .shopify-giftcard-root .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .shopify-giftcard-root .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .shopify-giftcard-root .container {
        padding: 0 10px;
    }
}

/* Spacing Utilities */
.shopify-giftcard-root .pt-4 {
    padding-top: 1.5rem !important;
}

.shopify-giftcard-root .pb-4 {
    padding-bottom: 1.5rem !important;
}


/* Small ≥576px */
@media (min-width: 576px) {
    .shopify-giftcard-root .col-sm-6 {
        width: 50%;
    }

    .shopify-giftcard-root .col-sm-12 {
        width: 100%;
    }
}

/* Medium ≥768px */
@media (min-width: 768px) {
    .shopify-giftcard-root .col-md-3 {
        width: 25%;
    }

    .shopify-giftcard-root .col-md-6 {
        width: 50%;
    }

    .shopify-giftcard-root .col-md-9 {
        width: 75%;
    }
}

/* Large ≥992px */
@media (min-width: 992px) {
    .shopify-giftcard-root .col-lg-3 {
        width: 25%;
    }

    .shopify-giftcard-root .col-lg-6 {
        width: 50%;
    }

    .shopify-giftcard-root .col-lg-9 {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .shopify-giftcard-root .col-lg-3 {
        width: 25%;
    }

    .shopify-giftcard-root .col-lg-6 {
        width: 50%;
    }

    .shopify-giftcard-root .col-lg-9 {
        width: 75%;
    }
}


/* ===============================
   FLEX UTILITIES
================================ */
.shopify-giftcard-root .d-flex {
    display: flex;
}

.shopify-giftcard-root .flex-wrap {
    flex-wrap: wrap;
}

.shopify-giftcard-root .justify-content-center {
    justify-content: center;
}

.shopify-giftcard-root .w-100 {
    width: 100%;
}


/* Navigation & Tabs */
.shopify-giftcard-root .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.shopify-giftcard-root .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.shopify-giftcard-root .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 0.5rem 1rem;
    margin: 0 0 -1px;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    display: block;
    transition: all 0.15s ease-in-out;
}

.shopify-giftcard-root .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    color: #0056b3;
}

.shopify-giftcard-root .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    color: #0056b3;
    border-bottom-color: transparent;
}

.shopify-giftcard-root .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.shopify-giftcard-root .nav-item {
    margin-bottom: -1px;
}

/* Tab Content */
.shopify-giftcard-root .tab-content {
    display: block;
}

.shopify-giftcard-root .tab-content > .tab-pane {
    display: none;
}

.shopify-giftcard-root .tab-content > .active {
    display: block;
}

.shopify-giftcard-root .tab-pane {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Text Utilities */
.shopify-giftcard-root .text-center {
    text-align: center !important;
}

.shopify-giftcard-root .nav-link.active {
    background-color: #fff !important;
    color: #495057 !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

/* Form & Input Defaults */
.shopify-giftcard-root .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.shopify-giftcard-root .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Display Utilities */
.shopify-giftcard-root .d-none {
    display: none !important;
}

/* Position Utilities */
.shopify-giftcard-root .position-relative {
    position: relative !important;
}

/* Complete Responsive Support */
@media (max-width: 575.98px) {
    .shopify-giftcard-root .container {
        max-width: 540px;
    }

    .shopify-giftcard-root .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .shopify-giftcard-root .col-12, .shopify-giftcard-root .col-sm-12, .shopify-giftcard-root .col-md-3, .shopify-giftcard-root .col-md-9 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 576px) {
    .shopify-giftcard-root .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .shopify-giftcard-root .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .shopify-giftcard-root .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .shopify-giftcard-root .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .shopify-giftcard-root .container {
        max-width: 1400px;
    }
}

/* Custom overrides for your gift card page */
.shopify-giftcard-root .eg-digital-gift-page {
    min-height: 100vh;
}

.shopify-giftcard-root .sidebar-nav-section {
    background: #f8f9fa;
}

.shopify-giftcard-root .heading3-div {
    padding-top: 2rem;
}

.shopify-giftcard-root .tab-section1 .tablinks1 {
    background-color: inherit !important;
    color: inherit !important;
}

.shopify-giftcard-root .tab-section1 .tablinks1 .active {
    font-weight: bold;
}

/* Add your existing digitalgift.css styles here */


.shopify-giftcard-root .gift_amount {
    color: #000000;
}

.form input {
    font-size: initial;
}

.shopify-giftcard-root .buy_btn_landing {
    margin-bottom: 15px
}

.shopify-giftcard-root .error {
    text-align: left;
}


.shopify-giftcard-root .delivery-flow-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.shopify-giftcard-root .delivery-section-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
}

.shopify-giftcard-root .delivery-section-header h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
}

.shopify-giftcard-root .delivery-section-header .text-muted {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
}

.shopify-giftcard-root .delivery-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 30px;
}

.shopify-giftcard-root .delivery-option-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shopify-giftcard-root .delivery-option-card:hover {
    border-color: var(--merchant-bg-color, #dc3545);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px var(--merchant-bg-color, #dc3545);
}

.shopify-giftcard-root .delivery-option-card:hover .delivery-card-icon i {
    color: var(--merchant-icon-color, #dc3545);
}

.shopify-giftcard-root .delivery-option-card.selected {
    border-color: var(--merchant-bg-color, #dc3545);
    box-shadow: 0 6px 20px var(--merchant-bg-color);
    transform: translateY(-3px);
}

.shopify-giftcard-root .delivery-option-card.selected::after {
    content: '✓';
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--merchant-check-icon-color, #00df38);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 2px 8px var(--merchant-check-icon-color, #00df38);
}

.shopify-giftcard-root .delivery-option-card.changebackground {
    border-color: var(--merchant-bg-color, #dc3545);
    box-shadow: 0 6px 20px var(--merchant-bg-color, #dc3545);
    transform: translateY(-3px);
    background-color: white !important;
}

.shopify-giftcard-root .delivery-option-card.changebackground::after {
    content: '✓';
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--merchant-check-icon-color, #00df38);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 2px 8px var(--merchant-check-icon-color, #00df38);
}

.shopify-giftcard-root .delivery-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shopify-giftcard-root .delivery-card-icon {
    margin-bottom: 15px;
}

.shopify-giftcard-root .delivery-card-icon i {
    font-size: 36px;
    color: #6c757d;
    transition: color 0.3s ease;
}

.shopify-giftcard-root .delivery-option-card.selected .delivery-card-icon i {
    color: var(--merchant-icon-color, #dc3545);
}

.shopify-giftcard-root .changebackground.delivery-option-card .delivery-card-icon i,
.shopify-giftcard-root .delivery-option-card.changebackground .delivery-card-icon i {
    color: var(--merchant-icon-color, #dc3545);
}


.shopify-giftcard-root .delivery-card-title h5 {
    margin: 0 0 10px 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 18px;
}

.shopify-giftcard-root .delivery-card-description p {
    margin: 0;
    color: #2c3e50;
    font-size: 14px;
    line-height: 1.4;
}

.shopify-giftcard-root .delivery-option-card.selected .delivery-card-description p,
.shopify-giftcard-root .delivery-option-card.selected .delivery-card-title h5,
.shopify-giftcard-root .changebackground.delivery-option-card .delivery-card-description p,
.shopify-giftcard-root .changebackground.delivery-option-card .delivery-card-title h5 {
    color: var(--merchant-text-color, #2c3e50);
}

.shopify-giftcard-root .delivery-option-card:hover .delivery-card-description p,
.shopify-giftcard-root .delivery-option-card:hover .delivery-card-title h5 {
    color: var(--merchant-text-color, #2c3e50);
}

.shopify-giftcard-root .schedule-options-panel {
    background: white;
    border: 2px solid var(--merchant-bg-color, #dc3545);
    border-radius: 12px;
    margin-top: 20px;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shopify-giftcard-root .schedule-form-container {
    padding: 25px;
}

.shopify-giftcard-root .schedule-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}

.shopify-giftcard-root .schedule-header h5 {
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.shopify-giftcard-root .schedule-date-section {
    margin-bottom: 20px;
}

.shopify-giftcard-root .schedule-date-section .form-group {
    margin-bottom: 15px;
}

.shopify-giftcard-root .delivery-date-picker {
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: white !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    width: 100% !important;
    position: relative !important;
    z-index: 1 !important;
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
}

.shopify-giftcard-root .delivery-date-picker::-webkit-calendar-picker-indicator {
    cursor: pointer !important;
    opacity: 1 !important;
    background: transparent !important;
    color: #007bff !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.shopify-giftcard-root .delivery-date-picker::-moz-focus-inner {
    border: 0 !important;
}

.shopify-giftcard-root .specific-time-toggle {
    text-align: center;
    margin-top: 15px;
}

.shopify-giftcard-root .specific-time-toggle a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}

.shopify-giftcard-root .specific-time-toggle a:hover {
    text-decoration: underline;
}

.shopify-giftcard-root .time-selection-container {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-top: 15px;
}

.shopify-giftcard-root .timezone-section {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.shopify-giftcard-root .timezone-field {
    flex: 1;
    margin-right: 10px;
}

.shopify-giftcard-root .time-fields-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.shopify-giftcard-root .time-dropdowns table {
    width: 100%;
    border-spacing: 10px;
}

.shopify-giftcard-root .time-dropdowns .form-group {
    margin: 0;
}

.shopify-giftcard-root .time-dropdowns select {
    border-radius: 6px;
    border: 1px solid #ced4da;
    padding: 8px 12px;
}

.shopify-giftcard-root .schedule-submit-container {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}


@media (max-width: 768px) {
    .shopify-giftcard-root .delivery-options-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .shopify-giftcard-root .delivery-flow-container {
        padding: 20px 15px;
    }

    .shopify-giftcard-root .time-fields-row {
        grid-template-columns: 1fr;
    }
}

.shopify-giftcard-root .delivery-option-card.purchase-send-now:hover {
    background-color: white !important;
}

.shopify-giftcard-root .future-delivery-date-box {
    text-align: center;
    padding-bottom: 20px;
}

.shopify-giftcard-root .delivery_date {
    height: 40px;
}

.shopify-giftcard-root .schedule-delivery-date-box {
    padding: 15px 0px 30px;
}

.shopify-giftcard-root .column_btn {
    cursor: pointer;
}
