.elementor-5759 .elementor-element.elementor-element-b60b22a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a021229 *//* ----------------------------
   SHIPPING DETAILS PAGE
----------------------------- */

.shipping-section {
    max-width: 1050px;
    margin: 20px auto 40px auto;
    padding: 0 20px;
    font-family: "Times New Roman", Times, serif !important; 
    color: #333;
}

.ship-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.ship-desc {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.ship-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.ship-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.ship-table th,
.ship-table td {
    border: 1px solid #c9c9c9;
    padding: 12px 15px;
    text-align: left;
    font-size: 18px;
}

.ship-table th {
    background: #f4f4f4;
    font-weight: 600;
}

.ship-note {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

.ship-note p {
    margin-bottom: 10px;
}

/* ----------------------------
   RESPONSIVE DESIGN
----------------------------- */

/* Tablet & Small Screens */
@media (max-width: 768px) {
    .ship-title {
        font-size: 26px;
    }

    .ship-table th,
    .ship-table td {
        font-size: 14px;
        padding: 10px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .ship-title {
        font-size: 25px;
        text-align: center;
    }

    .ship-desc {
        text-align: center;
        font-size: 16px;
    }

    .ship-note {
        font-size: 15px;
    }
}


.hero-section {
    display: none;
}

.ct-container-full {
    padding: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}/* End custom CSS */