.elementor-12772 .elementor-element.elementor-element-0bef53d{--display:flex;}/* Start custom CSS */.celikel-import-duty-guide-page {
    font-family: inherit;
    color: #1e293b;
    line-height: 1.6;
}

.celikel-import-duty-guide-page * {
    box-sizing: border-box;
}

/* ============================================================
   CONTAINER
   ============================================================ */
.celikel-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.celikel-center {
    text-align: center;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.celikel-cta-row,
.celikel-cta-inline {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.celikel-cta-centered {
    justify-content: center;
}

.celikel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}

.celikel-btn-primary {
    background-color: #3b82f6 !important;
    color: #fff !important;
    border-color: #3b82f6 !important;
}

.celikel-btn-primary:hover {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, .3);
}

.celikel-btn-secondary {
    background-color: transparent !important;
    color: #1a2d50 !important;
    border-color: #1a2d50 !important;
}

.celikel-btn-secondary:hover {
    background-color: #1a2d50 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

/* ============================================================
   SECTIONS
   ============================================================ */
.celikel-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.celikel-bg-alt {
    background-color: #f8fafc;
}

.celikel-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a2d50;
    margin-top: 0;
    margin-bottom: 24px;
}

.celikel-lead {
    font-size: 18px;
    color: #475569;
    margin-bottom: 24px;
    line-height: 1.7;
}

.celikel-text {
    font-size: 16px;
    color: #475569;
    margin-bottom: 16px;
}

.celikel-text a {
    color: #3b82f6;
    text-decoration: none;
}

.celikel-text a:hover {
    text-decoration: underline;
}

.celikel-small-note {
    font-size: 13px;
    color: #64748b;
    font-style: italic;
    margin-top: 15px;
}

.celikel-mt-30 {
    margin-top: 30px;
}

/* ============================================================
   GRIDS
   ============================================================ */
.celikel-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
}

.celikel-two-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

/* ============================================================
   CARDS
   ============================================================ */
.celikel-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.celikel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
    border-color: rgba(59, 130, 246, .3);
}

.celikel-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a2d50;
    margin-top: 0;
    margin-bottom: 15px;
}

.celikel-card-text {
    font-size: 15px;
    color: #475569;
    margin: 0;
}

.celikel-card-text a {
    color: #3b82f6;
    text-decoration: none;
}

.celikel-card-text a:hover {
    text-decoration: underline;
}

/* ============================================================
   INFO BOX (blue left border)
   ============================================================ */
.celikel-info-box {
    background: #eff6ff;
    border-left: 4px solid #3b82f6;
    padding: 25px;
    border-radius: 0 8px 8px 0;
    margin-top: 30px;
}

/* ============================================================
   HIGHLIGHT BOX (gold left border — tips)
   ============================================================ */
.celikel-highlight-box {
    background: #fdfaf0;
    border-left: 4px solid #d4a843;
    padding: 25px;
    border-radius: 0 8px 8px 0;
    margin-top: 30px;
}

.celikel-box-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2d50;
    margin-top: 0;
    margin-bottom: 15px;
}

/* ============================================================
   TABLE
   ============================================================ */
.celikel-table-wrapper {
    overflow-x: auto;
    margin-top: 30px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.celikel-styled-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.celikel-styled-table thead {
    background: #1a2d50;
    color: #fff;
}

.celikel-styled-table thead th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
}

.celikel-styled-table tbody tr {
    border-bottom: 1px solid #e2e8f0;
    transition: background-color .15s;
}

.celikel-styled-table tbody tr:last-child {
    border-bottom: none;
}

.celikel-styled-table tbody tr:hover {
    background-color: #f1f5f9;
}

.celikel-styled-table tbody td {
    padding: 14px 20px;
    color: #475569;
}

.celikel-styled-table tbody td:first-child {
    font-weight: 600;
    color: #1e293b;
}

/* ============================================================
   CHECK LIST
   ============================================================ */
.celikel-check-list {
    list-style: none;
    padding-left: 0;
}

.celikel-check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

.celikel-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #3b82f6;
    font-weight: 700;
    font-size: 18px;
}

.celikel-check-list a {
    color: #3b82f6;
    text-decoration: none;
}

.celikel-check-list a:hover {
    text-decoration: underline;
}

/* ============================================================
   TIMELINE
   ============================================================ */
.celikel-timeline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.celikel-timeline-item {
    display: flex;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .02);
}

.celikel-timeline-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #1a2d50;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-right: 25px;
}

.celikel-timeline-content h4 {
    margin: 0 0 10px;
    color: #1a2d50;
    font-size: 18px;
}

.celikel-timeline-content p {
    margin: 0;
    color: #475569;
    font-size: 15px;
}

/* ============================================================
   REFERENCES
   ============================================================ */
.celikel-references-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.celikel-references-list li {
    padding: 15px 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: 14px;
    color: #475569;
}

.celikel-references-list li:last-child {
    border-bottom: none;
}

.celikel-references-list a {
    color: #3b82f6;
    text-decoration: none;
    margin-left: 5px;
}

.celikel-references-list a:hover {
    text-decoration: underline;
}

/* ============================================================
   FAQ
   ============================================================ */
.celikel-faq {
    margin-top: 30px;
}

.celikel-faq-item {
    margin-bottom: 15px;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    overflow: hidden;
}

.celikel-faq-question {
    padding: 20px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #1a2d50 !important;
    background-color: #ffffff !important;
    margin: 0 !important;
    transition: background-color .2s !important;
    list-style: none;
    position: relative;
}

.celikel-faq-question::-webkit-details-marker {
    display: none;
}

.celikel-faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #3b82f6 !important;
    font-weight: 400;
}

details[open] .celikel-faq-question::after {
    content: '-';
}

.celikel-faq-question:hover {
    background-color: #f1f5f9 !important;
}

.celikel-faq-answer {
    padding: 0 20px 20px !important;
    color: #475569 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

/* ============================================================
   CALCULATOR
   ============================================================ */
.celikel-calc-wrapper {
    text-align: center;
}

.celikel-calc-wrapper .celikel-section-title {
    text-align: center;
}

.celikel-calc-wrapper .celikel-lead {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.celikel-calc-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
    text-align: left;
}

.celikel-calc-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.celikel-calc-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #1a2d50;
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
}

.celikel-calc-field {
    margin-bottom: 20px;
}

.celikel-calc-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.celikel-calc-input-group {
    display: flex;
    align-items: stretch;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.celikel-calc-input-group:focus-within {
    border-color: #3b82f6;
}

.celikel-calc-currency {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    background: #f8fafc;
    color: #475569;
    font-weight: 600;
    font-size: 16px;
    border-right: 1px solid #e2e8f0;
}

.celikel-calc-input {
    flex: 1;
    border: none;
    padding: 14px 16px;
    font-size: 16px;
    font-family: inherit;
    color: #1e293b;
    background: #ffffff;
    outline: none;
    width: 100%;
}

.celikel-calc-input::placeholder {
    color: #94a3b8;
}

.celikel-calc-select {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    font-family: inherit;
    color: #1e293b;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23475569' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.celikel-calc-select:focus {
    border-color: #3b82f6;
}

.celikel-calc-button {
    width: 100%;
    margin-top: 10px;
    padding: 16px 32px;
    font-size: 17px;
    cursor: pointer;
}

.celikel-calc-results {
    background: #f8fafc;
    border-radius: 12px;
    padding: 30px;
}

.celikel-calc-result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e2e8f0;
}

.celikel-calc-result-item:last-child {
    border-bottom: none;
}

.celikel-calc-result-label {
    font-size: 15px;
    color: #475569;
    font-weight: 500;
}

.celikel-calc-result-value {
    font-size: 18px;
    font-weight: 700;
    color: #1a2d50;
}

.celikel-calc-result-sub {
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
}

.celikel-calc-result-divider {
    height: 2px;
    background: #3b82f6;
    margin: 8px 0;
    border-radius: 1px;
}

.celikel-calc-result-total .celikel-calc-result-label {
    font-size: 17px;
    font-weight: 700;
    color: #1a2d50;
}

.celikel-calc-result-total .celikel-calc-result-value {
    font-size: 24px;
    color: #3b82f6;
}

.celikel-calc-disclaimer {
    margin-top: 30px;
    padding: 24px;
    background: #fefce8;
    border: 1px solid #fde68a;
    border-radius: 8px;
    text-align: left;
}

.celikel-calc-disclaimer p {
    font-size: 14px;
    color: #713f12;
    margin: 0 0 16px;
    line-height: 1.6;
}

.celikel-calc-disclaimer .celikel-btn {
    font-size: 15px;
    padding: 12px 24px;
}

/* ============================================================
   RESPONSIVE — 768px
   ============================================================ */
@media (min-width: 768px) {
    .celikel-section {
        padding: 100px 0;
    }

    .celikel-grid-2,
    .celikel-two-col {
        grid-template-columns: 1fr 1fr;
    }

    .celikel-calc-grid {
        grid-template-columns: 1fr 1fr;
    }

    .celikel-calc-card {
        padding: 50px;
    }
}

/* ============================================================
   RESPONSIVE — 1920px
   ============================================================ */
@media (min-width: 1920px) {
    .celikel-container {
        max-width: 1400px;
    }

    .celikel-section {
        padding: 120px 0;
    }
}/* End custom CSS */