body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.navbar-item {
    padding-right: 40px !important;
    font-size: large !important;
}

.navbar-item:hover {
    background-color: white !important;
    color: black !important;
}
#carousel-section {
    background-color: #f7f7f7 !important;
    padding: 50px 0;
    margin-bottom: 50px;
}

#carousel-demo {
    margin-top: 50px;
}

#card-product-description {
    color: black;
}

#card-product-price {
    margin-bottom: 10px;
}

.card-product-features {
    margin: 10px 0 30px 0;
    text-align: center;
}

.card-product-features ul {
    display: inline-block;
    list-style: inside;
    text-align: left;
}

#package-section.columns {
    flex-wrap: wrap;
    justify-content: center;
}

/* Override për ekrane të vogla - planet vertikalisht */
@media screen and (max-width: 1024px) {
    #package-section.columns {
        flex-wrap: wrap !important;
        flex-direction: column !important;
        align-items: center !important;
    }
}

#fresh-fruits-section {
    margin-top: 50px;
}

#tasty-fruits-section {
    background-image: url(https://technext.github.io/tropika/images/tasty-image.png);
    background-repeat: no-repeat;
    height: 400px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 50px;
    margin-bottom: 100px;
}

.card:hover, .card.active {
    border-top: 5px solid var(--premium-theme, #3e8ed0);
    margin-top: -5px;
}

.is-white-text-title {
    color: white !important;
    text-transform: uppercase;
}

.is-256x256 {
    width: 256px !important;
    height: 256px !important;
}

#contact-section {
    background-image: url(https://technext.github.io/tropika//images/orange-dish.png);
    background-repeat: no-repeat;
    height: 500px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 50px;
    margin-bottom: 100px;
    background-position: right center;
    overflow: hidden;
}

input.is-custom-field {
    border-bottom: 0.8px solid #252525 !important;
    outline: none;
    border: none;
    box-shadow: none !important;
    /* width: 90% !important; */
    border-radius: unset;
}

textarea {
    border-bottom: 0.8px solid #252525 !important;
    outline: none !important;
    border: none;
    box-shadow: none !important;
    border-radius: unset;
    border-color: none !important;
    outline-color: none !important;
}

#map {
    width: 100% !important;
    height: 400px;
    margin-bottom: 50px;
}

.footer-main {
    background-color: white !important;
    padding: 0 !important;
}

.footer-secondary {
    padding: 20px;
    margin-top: 20px;
}

.button.is-black {
    background-color: black !important;
    color: white !important;
}

.button.is-orange {
    background-color: #fc5d35 !important;
    color: white !important;
}

.button.is-orange:hover {
    background-color: white !important;
    color: #fc5d35 !important;
}
.button.is-black:hover {
    background-color: white !important;
    color: black !important;
}

.is-black-social {
    color: black !important;
}
.is-black-social:hover {
    background-color: white !important;
    color: #fc5d35 !important;
}

#paymentFooter {
    padding-bottom: 30px;
}

/* Premium plans – wider layout & WeTransfer-style cards */
.premium-plans-section {
    padding: 2.5rem 1.5rem 3rem;
}

.premium-plans-container {
    max-width: 1280px;
    width: 100%;
    padding: 0 1rem;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Responsive padding për ekrane të vogla */
@media screen and (max-width: 768px) {
    .premium-plans-section {
        padding: 1.5rem 1rem 2rem;
    }
    
    .premium-plans-container {
        padding: 0 0.5rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .premium-plans-section {
        padding: 2rem 1rem 2.5rem;
    }
}

/* Pa scroll: përmbajtja përshtatet brenda modales */
.premium-plans-section {
    overflow: hidden;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .premium-plans-section {
        overflow-x: hidden;
    }
    .premium-plans-section .premium-plans-container {
        overflow-x: hidden;
    }
}

.premium-plans-section .premium-plans-container {
    overflow: visible;
}

/* Të 3 planet në një rresht, me hapësirë të barabartë dhe kartat më të mëdha */
.premium-plans-one-row.columns,
#package-section.premium-plans-one-row {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.premium-plan-column {
    flex: 1 1 0;
    min-width: 0;
    max-width: 420px;
    padding: 0.75rem 0.5rem;
    display: flex;
    box-sizing: border-box;
}

/* Responsive design për ekrane të vogla dhe laptop */
/* Për tablet dhe ekrane të vogla - planet vertikalisht */
@media screen and (max-width: 768px) {
    .premium-plans-container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 0.75rem;
        overflow-x: hidden !important;
        box-sizing: border-box;
    }
    
    .premium-plans-one-row.columns,
    #package-section.premium-plans-one-row {
        flex-wrap: wrap !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box;
    }
    
    .premium-plan-column {
        flex: 1 1 auto !important;
        min-width: 280px;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 1rem;
        padding: 0.75rem 0.5rem;
        box-sizing: border-box;
    }
    
    .premium-plan-card {
        min-height: auto;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    
    .premium-plan-card .card-content {
        max-width: 100%;
        box-sizing: border-box;
    }
}

/* Për laptop 15 inch (1366px - 1440px) - planet horizontalisht por të përshtaten */
@media screen and (min-width: 769px) and (max-width: 1440px) {
    .premium-plans-container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 1rem;
        overflow-x: hidden !important;
        box-sizing: border-box;
    }
    
    .premium-plans-one-row.columns,
    #package-section.premium-plans-one-row {
        flex-wrap: nowrap !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: stretch !important;
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box;
    }
    
    .premium-plan-column {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        max-width: 33.333% !important;
        width: auto !important;
        padding: 0.5rem 0.25rem !important;
        margin-bottom: 0 !important;
        box-sizing: border-box;
    }
    
    .premium-plan-card {
        min-height: auto;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    
    .premium-plan-card .card-content {
        padding: 1.25rem 1rem !important;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .premium-plan-price {
        font-size: 1rem !important;
    }
    
    .premium-plan-name {
        font-size: 1.1rem !important;
        margin-bottom: 1rem !important;
    }
    
    .premium-plan-card .card-product-features li {
        font-size: 0.85rem !important;
        padding: 0.3rem 0 0.3rem 1.5rem !important;
    }
    
    .premium-plan-btn {
        max-width: 180px !important;
        font-size: 0.9rem !important;
        padding: 0.5rem 1rem !important;
    }
}

/* Për ekrane shumë të vogla (mobil) */
@media screen and (max-width: 768px) {
    .premium-plans-container {
        padding: 0 0.5rem;
    }
    
    .premium-plan-column {
        min-width: auto;
        width: 100%;
        padding: 0.5rem 0.25rem;
    }
    
    .premium-plan-card {
        width: 100%;
    }
}

@media screen and (min-width: 1025px) {
    .premium-plan-column {
        flex: 1 1 0;
        min-width: 260px;
        max-width: 420px;
    }
}

.premium-plan-card {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
}

/* Responsive min-height për ekrane të vogla */
@media screen and (max-width: 1024px) {
    .premium-plan-card {
        min-height: auto;
    }
}

.premium-plan-card:hover,
.premium-plan-card.active {
    border-top: 4px solid var(--premium-theme, #156fd0);
    margin-top: 0;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    border-color: var(--premium-theme, #156fd0);
}

.premium-plan-card .card-content {
    padding: 1.75rem 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

/* Responsive padding për card content */
@media screen and (max-width: 768px) {
    .premium-plan-card .card-content {
        padding: 1.25rem 1rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .premium-plan-card .card-content {
        padding: 1.5rem 1.25rem;
    }
}

.premium-plan-price {
    margin-bottom: 0.5rem !important;
    color: #363636;
    font-size: 1.1rem;
}

.premium-plan-name {
    margin-bottom: 1.25rem !important;
    color: #363636;
}

.premium-plan-card .card-product-features {
    flex: 1;
    margin: 0 0 1.5rem 0;
    text-align: left;
    width: 100%;
}

.premium-plan-card .card-product-features ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.premium-plan-card .card-product-features li {
    padding: 0.35rem 0 0.35rem 1.75rem;
    position: relative;
    color: #4a4a4a;
    font-size: 0.9rem;
    white-space: normal;
}

.premium-plan-card .card-product-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.premium-plan-btn {
    width: 100%;
    max-width: 220px;
    border-radius: 8px;
    font-weight: 600;
}

/* Premium modal: compact layout, no scroll, no gateway logo */
.premium-plans-section {
    padding: 1rem 1rem 0.75rem;
}
.premium-plans-section .subtitle {
    margin-bottom: 0.5rem;
}
#services-text-container br {
    display: none;
}
.premium-plans-section #package-errors + br,
.premium-plans-section br {
    margin: 0;
    line-height: 0;
}
.premium-register-container {
    max-width: 900px;
}
.premium-register-card {
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.premium-register-card .card-content {
    padding: 1.25rem 1.5rem;
}
.premium-register-form .form-group .field {
    margin-bottom: 0.75rem;
}
.premium-register-form .form-group .columns {
    margin-bottom: 0.25rem;
}
.premium-register-form .form-group .columns .field {
    margin-bottom: 0.75rem;
}
.premium-register-form .label {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}
.premium-register-form .input,
.premium-register-form .registerInput {
    font-size: 0.95rem;
    height: 2.4em;
}
.premium-register-form hr {
    margin: 0.75rem 0;
}
.premium-register-form .termsAgree {
    margin: 0.5rem 0;
}
.premium-payment-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.premium-payment-footer .button {
    margin: 0;
}
.premium-register-form #errors {
    margin: 0.5rem 0;
    font-size: 0.9rem;
}