.elementor-1046 .elementor-element.elementor-element-a6d34c2{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-1046 .elementor-element.elementor-element-a6d34c2:not(.elementor-motion-effects-element-type-background), .elementor-1046 .elementor-element.elementor-element-a6d34c2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #1E3C72 0%, #2A5298 100%);}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1046 .elementor-element.elementor-element-a80f7f4 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:48px;font-weight:700;color:#FFFFFF;}.elementor-1046 .elementor-element.elementor-element-61b3034 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;color:#FFFFFFCC;}.elementor-1046 .elementor-element.elementor-element-90bed73{--display:flex;--border-radius:18px 18px 18px 18px;--padding-top:18px;--padding-bottom:18px;--padding-left:18px;--padding-right:18px;}.elementor-1046 .elementor-element.elementor-element-90bed73:not(.elementor-motion-effects-element-type-background), .elementor-1046 .elementor-element.elementor-element-90bed73 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-1046 .elementor-element.elementor-element-90bed73{--width:900px;}}/* Start custom CSS for html, class: .elementor-element-6b3659a *//* Shipping Methods */
.shipping-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.shipping-method {
    background: #f8fafc;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    transition: all 0.3s;
}

.shipping-method:hover {
    border-color: #007cba;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,124,186,0.1);
}

.shipping-method.special {
    border-color: #007cba;
    background: linear-gradient(135deg, #f8fafc, #e8f4f8);
}

.method-header {
    background: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
}

.method-header h3 {
    margin: 0;
    color: #1a202c;
    font-size: 18px;
}

.method-price {
    background: linear-gradient(135deg, #007cba, #4fc3f7);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
}

.special .method-price {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
}

.method-details {
    padding: 20px;
}

.method-details p {
    margin-bottom: 8px;
    color: #4a5568;
    font-size: 14px;
}

/* Coverage Grid */
.coverage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.coverage-zone {
    background: #f8fafc;
    padding: 25px;
    border-radius: 12px;
    border-top: 4px solid #007cba;
}

.coverage-zone h4 {
    color: #1a202c;
    margin-bottom: 15px;
    font-size: 16px;
}

.coverage-zone ul {
    margin-left: 20px;
    color: #4a5568;
}

.coverage-zone li {
    margin-bottom: 5px;
    font-size: 14px;
}

/* Free Shipping */
.free-shipping-box {
    background: linear-gradient(135deg, #e8f4f8, #f0f9ff);
    padding: 30px;
    border-radius: 16px;
    border: 2px solid #007cba;
    margin: 30px 0;
    text-align: center;
}

.free-shipping-box h3 {
    color: #007cba;
    margin-bottom: 25px;
}

.shipping-tiers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.tier {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,124,186,0.1);
}

.tier-amount {
    font-size: 24px;
    font-weight: 700;
    color: #007cba;
    margin-bottom: 8px;
}

.tier-benefit {
    color: #1a202c;
    font-weight: 600;
}

.tier-note {
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
    margin-top: 15px;
}

/* Processing Timeline */
.processing-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px;
    background: #f8fafc;
    border-radius: 12px;
    border-bottom: 3px solid #007cba;
}

.step-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #007cba;
}

.step-info h4 {
    color: #1a202c;
    margin-bottom: 8px;
}

.step-info p {
    color: #4a5568;
    font-size: 14px;
    margin-bottom: 5px;
}

.step-time {
    color: #007cba !important;
    font-weight: 600;
    font-size: 12px !important;
}

.cutoff-notice {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    margin: 25px 0;
}

.cutoff-notice p {
    color: #856404;
    font-weight: 600;
    margin-bottom: 10px;
}

.cutoff-notice ul {
    margin-left: 20px;
    color: #856404;
}

/* Special Services */
.special-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.service-item {
    background: #f8fafc;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #007cba;
}

.service-item h4 {
    color: #1a202c;
    margin-bottom: 10px;
}

.service-item p {
    color: #4a5568;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Packaging Features */
.packaging-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 10px;
}

.feature-icon {
    font-size: 2rem;
    color: #007cba;
    flex-shrink: 0;
}

.feature-text h4 {
    color: #1a202c;
    margin-bottom: 5px;
}

.feature-text p {
    color: #4a5568;
    font-size: 14px;
    margin: 0;
}

/* Tracking Info */
.tracking-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.tracking-method {
    background: #f8fafc;
    padding: 25px;
    border-radius: 12px;
    border-top: 3px solid #007cba;
}

.tracking-method h4 {
    color: #1a202c;
    margin-bottom: 15px;
}

.tracking-method ul {
    margin-left: 20px;
    color: #4a5568;
}

.tracking-method li {
    margin-bottom: 6px;
    font-size: 14px;
}

/* Delivery Issues */
.delivery-issues {
    margin: 30px 0;
}

.issue-solution {
    background: #f8fafc;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    border-left: 4px solid #dc3545;
}

.issue-solution h4 {
    color: #1a202c;
    margin-bottom: 15px;
}

.issue-solution p {
    color: #4a5568;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Terms List */
.terms-list {
    margin: 30px 0;
}

.term-point {
    background: #f8fafc;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    border-left: 4px solid #007cba;
}

.term-point h4 {
    color: #1a202c;
    margin-bottom: 8px;
}

.term-point p {
    color: #4a5568;
    font-size: 14px;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .shipping-methods,
    .coverage-grid,
    .shipping-tiers,
    .processing-timeline,
    .special-services,
    .packaging-features,
    .tracking-info {
        grid-template-columns: 1fr;
    }
    
    .method-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .process-step {
        padding: 20px;
    }
}/* End custom CSS */