/* MOP Landing Page Template */

.main-mop-landing {
    padding-top: 100px;
    background-color: #ffffff;
    overflow-x: hidden;
}

/* Section 1: Hero "Mobilno poručivanje" */
.mop-hero-section {
    padding: 100px 0 80px 0;
    background-color: #ffffff;
}

.mop-hero-wrapper {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.mop-hero-content {
    flex: 0 0 50%;
    width: 100%;
}

.mop-hero-image {
    flex: 0 0 50%;
}

.mop-hero-image img {
    width: 100%;
    max-width: 500px;
    margin: auto;
    height: auto;
    display: block;
}

.mop-hero-title {
    margin-bottom: 1rem;
}

.mop-hero-title-line1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.2rem;
}

.mop-hero-title-line2 {
    display: block;
}

.mop-mobilno-text {
    display: inline-block;
    font-family: SpeedeeBold;
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center !important;
    background-color: #f3ec78;
    background-image: linear-gradient(90deg, rgba(154, 39, 104, 1) 0%, rgba(230, 7, 25, 1) 35%, rgba(235, 88, 19, 1) 100%);
    background-size: 110%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    line-height: 1;
    height: 200px;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
}

.mop-m-logo {
    height: 200px;
    width: auto;
    display: inline-block;
    vertical-align: bottom;
}

.mop-porucivanje-text {
    display: block;
    font-family: SpeedeeBold, Arial, sans-serif;
    font-size: 4.8vw;
    font-weight: 700;
    color: #333333;
    line-height: 1;
}

.mop-hero-copy p {
    font-size: 1.3rem;
    color: #333333;
    margin-top: 80px;
    margin-bottom: 2rem;
    max-width: 500px;
    line-height: 1.4;
    font-weight: 700;
}

.mop-app-badges {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}

.mop-badge-link {
    display: block;
}

.mop-badge-link img {
    height: auto;
    width: auto;
    display: block;
    max-width: 150px;
}

/* Section 2: Gradient Banner */
.mop-gradient-banner {
    padding: 60px 0;
    background-image: url('/wp-content/uploads/2025/08/mcd-back.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #ffffff;
}

.mop-gradient-title {
    font-size: 4.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 2rem !important;
    color: #ffffff !important;
    font-family: "SpeedeeBold", Arial, sans-serif !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

.mop-gradient-title .line1,
.mop-gradient-title .line2,
.mop-gradient-title .line3 {
    display: block !important;
    margin-bottom: 0.2rem !important;
}

.mop-gradient-title .line3 {
    color: #FFBA00 !important;
}

.mop-gradient-content p {
    font-size: 1.7rem;
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
    font-weight: 500;
}

/* Section 3: "Korak po korak" proces */
.mop-steps-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.mop-steps-title {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 80px;
    font-family: "SpeedeeBold", Arial, sans-serif;
    line-height: 1;
}

.mop-steps-gradient {
    background-color: #f3ec78;
    background-image: linear-gradient(90deg, rgba(154, 39, 104, 1) 0%, rgba(230, 7, 25, 1) 35%, rgba(235, 88, 19, 1) 100%);
    background-size: 110%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
}

.mop-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.mop-step-item {
    text-align: center;
}

.mop-step-icon {
    width: 200px;
    height: 200px;
    margin: 0 auto 1rem auto;
}

.mop-step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mop-step-text {
    text-align: center;
}

.step-bold {
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.step-normal {
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: normal;
}

/* Section 4: Grid "Gde želiš da preuzmeš?" */
.mop-pickup-section {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.mop-pickup-title {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 400!important;
    color: #333333;
    margin-bottom: 3rem;
    font-family: "SpeedeeBold", Arial, sans-serif;
    line-height: 1.1;
}

.mop-pickup-gradient {
    background-color: #f3ec78;
    background-image: linear-gradient(90deg, rgba(154, 39, 104, 1) 0%, rgba(230, 7, 25, 1) 35%, rgba(235, 88, 19, 1) 100%);
    background-size: 110%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: inherit;
    font-weight: inherit;
    font-size:3.5rem;
}

.mop-pickup-container {
    background-color: #FFBA00;
    border: 4px solid #8B2E8B;
    border-radius: 70px;
    padding: 70px;
}

.mop-pickup-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.mop-pickup-card {
    background-color: #ffffff;
    padding: 0rem;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mop-pickup-icon {
    width: 100%;
    height: fit-content;
    margin: 0 auto 1rem auto;
    max-width: 300px;
}

.mop-pickup-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mop-pickup-card h4 {
    font-size: 2rem;
    padding: 35px 30px 0px 30px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 1rem;
    font-family: "SpeedeeBold", Arial, sans-serif;
    text-transform: none;
}

.mop-pickup-steps {
    padding: 20px 40px 40px 70px!important;
    text-align: left;
    padding-left: 1.5rem;
    margin: 0 !important;
    list-style-type: decimal !important;
    list-style: decimal !important;
    counter-reset: none;
    list-style-image: none !important;
}

.mop-pickup-steps li {
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    font-weight: 500;
    display: list-item !important;
    list-style-position: outside !important;
    list-style-type: decimal !important;
    list-style-image: none !important;
    margin-left: 0 !important;
    padding-left: 0.3rem;
}

.mop-pickup-steps li:last-child {
    margin-bottom: 0;
}

/* Pickup image classes with padding */
.pickup-img-sto,
.pickup-img-salter,
.pickup-img-parking {
    padding: 35px;
    max-height: 250px;
}

.pickup-img-mcdrive {
    padding: 0;
}

/* Section 5: FAQ "Info pult" */
.mop-faq-section {
    padding: 4rem 0;
    background-color: #FFBA00;
}

.mop-faq-header {
    text-align: center;
    margin-bottom: 3rem;
}

.mop-faq-title-wrapper {
    margin-bottom: 1.5rem;
}

.mop-faq-gradient {
    display: block;
    font-size: 3.5rem !important;
    font-weight: bold !important;
    font-family: "SpeedeeBold", Arial, sans-serif !important;
    line-height: 4.5rem;
    text-transform: none !important;
    background-color: #f3ec78;
    background-image: linear-gradient(90deg, rgba(154, 39, 104, 1) 0%, rgba(230, 7, 25, 1) 35%, rgba(235, 88, 19, 1) 100%);
    background-size: 110%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    margin-bottom: 0.5rem;
}

.mop-faq-subtitle {
    display: block;
    font-size: 3.5rem !important;
    font-weight: bold !important;
    font-family: "SpeedeeBold", Arial, sans-serif !important;
    line-height: 1 !important;
    text-transform: none !important;
    color: #333333 !important;
}

.mop-faq-description {
    font-size: 1.4rem;
    color: #333333;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

.mop-faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.mop-faq-item {
    background-color: #ffffff;
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mop-faq-question {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333333;
    transition: background-color 0.3s ease;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}

.mop-faq-question:hover {
    background-color: #f8f8f8;
}

.mop-faq-question:hover .mop-faq-arrow {
    transform: scale(1.1);
}

.mop-faq-item.active .mop-faq-question:hover .mop-faq-arrow {
    transform: rotate(180deg) scale(1.1);
}

.mop-faq-arrow {
    width: 18px;
    height: 18px;
    margin-left: 1rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    transform-origin: center;
    cursor: pointer;
}

.mop-faq-item.active .mop-faq-arrow {
    transform: rotate(180deg);
}

.mop-faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.mop-faq-item.active .mop-faq-answer {
    padding: 0 1.5rem 1.5rem 1.5rem;
    max-height: 300px;
}

.mop-faq-answer p {
    color: #666666;
    line-height: 1.6;
    margin: 0;
    font-size: 1rem;
}

/* Section 6: Payment Logos */
.payment-logos-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.payment-logos-wrapper {
    text-align: center;
    margin: 0 auto;
}

.payment-logos-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

/* Program logoi (Visa Secure, ID Check) */
.program-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.program-logo {
    height: 44px;
    width: auto;
}

/* OTP logo u sredini */
.otp-bank {
    display: flex;
    justify-content: center;
}

.otp-logo {
    height: 40px;
    width: auto;
}

/* Logoi prihvatanja (Mastercard, Maestro, Visa) */
.acceptance-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.acceptance-logo {
    height: 38px;
    width: auto;
}

/* Section 6: App CTA + Download */
.end-box1 {
    padding: 60px 0;
    background-color: #ffffff;
}

.intro-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.end-box-column-1 {
    width: 35%;
    text-align: left;
}

.end-box-column-2 {
    width: 25%;
    text-align: center;
}

.end-box-column-3 {
    width: 40%;
    text-align: left;
}

.end-box-image {
    max-width: 100%;
    height: auto;
    margin: auto;
}

#end-h3-1 {
    font-family: "SpeedeeBold", Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    color: #333333;
}

#end-h3-2 {
    font-family: "SpeedeeRegular", Arial, sans-serif;
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.play-store-btn,
.app-store-btn {
    display: inline-block;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 50px;
    margin-right: 10px;
}

.play-store-btn {
    background-image: url("/wp-content/uploads/2021/10/play-store-big.png");
}

.app-store-btn {
    background-image: url("/wp-content/uploads/2021/10/app-store-big.png");
}

.title-p {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.title-p:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    min-width: 20px;
    background-image: url('/wp-content/uploads/2023/06/circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.title-p h3 {
    font-family: "SpeedeeBold", Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    color: #333333;
}

.content-box-3-inner2 {
    padding-left: 1rem;
}

/* Mobile version */
.end-box-mobile {
    display: none;
    padding: 60px 0;
    background-color: #ffffff;
}

.end-box-column-3-mobile {
    width: 100%;
    text-align: left;
    margin-top: 2rem;
}

/* Responsive Design */

/* Tablet (768px - 991px) */
@media (max-width: 991px) and (min-width: 768px) {
    .mop-hero-wrapper {
        gap: 2rem;
    }
    
    .mop-mobilno-text {
        font-size: 4.8vw;
        height: 150px;
    }
    
    .mop-porucivanje-text {
        font-size: 4.8vw;
    }
    
    .mop-m-logo {
        height: 150px;
    }
    
    .mop-gradient-title {
        font-size: 4vw !important;
    }
    
    .mop-gradient-content p {
        font-size: 1.4rem;
    }
    
    .mop-steps-title {
        font-size: 3rem;
    }
    
    .mop-pickup-title {
        font-size: 3rem;
    }
    
    .mop-faq-title {
        font-size: 2rem;
    }
    
    .mop-pickup-steps li {
        font-size: 1rem;
    }
    
    .step-bold,
    .step-normal {
        font-size: 1rem;
    }
    
    .step-bold {
        margin-bottom: 0.2rem;
    }
    
    .mop-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .mop-pickup-container {
        padding: 2rem;
    }
    
    .intro-row {
        gap: 1.5rem;
    }
    
    #end-h3-1 {
        font-size: 1.6rem;
    }
    
    #end-h3-2 {
        font-size: 1.1rem;
    }
    
    .play-store-btn,
    .app-store-btn {
        width: 130px;
        height: 45px;
    }
    
    /* FAQ tablet styles */
    .mop-faq-gradient {
        font-size: 3rem !important;
    }
    
    .mop-faq-subtitle {
        font-size: 3rem !important;
    }
    
    .mop-faq-description {
        font-size: 1.2rem;
    }
    
    .mop-faq-arrow {
        width: 16px;
        height: 16px;
    }
    
    /* Payment logos tablet */
    .payment-logos-grid { gap: 30px; }
}

/* Mobile (< 768px) */
@media (max-width: 767px) {
    .main-mop-landing {
        padding-top: 30px;
    }

    .mop-pickup-gradient {
        font-size: 2rem !important;
    }


    .mop-pickup-card h4 {
        padding:10px;
    }

    .mop-pickup-icon {
        max-width: 200px;
    }

    .mop-steps-title {
        margin-bottom: 40px;
    }

    .mop-step-icon {
        width:100px;
        height:100px;
    }

    .mop-step-text {
        font-size: 1rem;
    }
    
    

    .mop-hero-section {
        padding: 25px 0 50px 0;
    }
    
    .mop-gradient-banner,
    .mop-steps-section,
    .mop-pickup-section,
    .mop-faq-section,
    .payment-logos-section,
    .end-box1 {
        padding: 50px 0;
    }
    
    .mop-hero-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .mop-hero-image {
        flex: none;
        order: 1;
    }
    
    .mop-hero-content {
        flex: none;
        order: 2;
    }
    
    .mop-hero-image img {
        max-width: 150px;
        padding-top:60px;
    }
    
    .mop-hero-title-line1 {
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        gap: 0.3rem;
    }
    
    .mop-hero-title-line2 {
        text-align: center;
    }
    
    .mop-mobilno-text {
        font-size: 2.5rem;
        height: 80px;
    }
    
    .mop-porucivanje-text {
        font-size: 2.5rem;
    }
    
    .mop-m-logo {
        height: 80px;
    }
    
    .mop-hero-copy p {
        font-size: 0.85rem;
        font-weight: bold;
        margin-top: 50px;
        margin-bottom: 15px;
    }
    
    .mop-app-badges {
        justify-content: center;
    }
    
    .mop-badge-link img {
        max-width: 120px;
    }
    
    .mop-gradient-title {
        font-size: 2rem !important;
    }
    
    .mop-gradient-content p {
        font-size: 1.2rem;
        max-width: 100%;
        padding: 0 20px;
    }
    
    .mop-gradient-banner {
        padding: 40px 0;
    }
    
    .mop-steps-title {
        font-size: 2rem;
    }
    
    .mop-pickup-title {
        font-size: 1.5rem;
    }
    
    .mop-faq-title {
        font-size: 1.6rem;
    }
    
    .mop-pickup-steps li {
        font-size: 0.9rem;
    }

    .mop-pickup-steps {
        padding:20px!important;
    }
    
    .step-bold,
    .step-normal {
        font-size: 0.9rem;
    }
    
    .step-bold {
        margin-bottom: 0.2rem;
    }
    
    .mop-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .mop-faq-question {
        line-height: 1.5rem;
    }
    
    .mop-pickup-container {
        padding: 1.5rem;
    }
    
    .mop-pickup-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .mop-pickup-steps {
        padding-left: 1.3rem;
    }
    
    .pickup-img-sto,
    .pickup-img-salter,
    .pickup-img-parking {
        padding: 20px;
    }
    
    .pickup-img-mcdrive {
        padding: 0;
    }
    
    .mop-pickup-card {
        padding: 10px;
    }
    
    .pickup-img-sto,
    .pickup-img-salter,
    .pickup-img-parking {
        padding: 15px;
    }
    
    .pickup-img-mcdrive {
        padding: 0;
    }

    
    /* Mobile end-box */
    .end-box1 {
        display: none;
    }
    
    .end-box-mobile {
        display: block;
    }
    
    .end-box-mobile .intro-row {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .end-box-mobile .end-box-column-1,
    .end-box-mobile .end-box-column-2 {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 1rem;
    }
    
    .end-box-mobile .end-box-column-1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }
    
    .end-box-mobile .end-box-column-2 {
        text-align: center;
        width: 50%;
        margin: 0 auto;
    }
    
    .end-box-mobile #end-h3-1,
    .end-box-mobile #end-h3-2 {
        width: 100%;
        font-size: 1.5rem !important;
    }
    
    .end-box-mobile #end-h3-2 {
        font-size: 1rem !important;
    }
    
    .end-box-mobile .play-store-btn,
    .end-box-mobile .app-store-btn {
        width: 120px;
        height: 45px;
        margin: 0 5px;
    }
    
    .title-p:before {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    
    .title-p h3 {
        font-size: 1.1rem;
    }
    
    /* FAQ mobile styles */
    .mop-faq-gradient {
        font-size: 2rem !important;
    }
    
    .mop-faq-subtitle {
        font-size: 2rem !important;
    }
    
    .mop-faq-description {
        font-size: 1rem;
        padding: 0 20px;
    }
    
    .mop-faq-item.active .mop-faq-answer {
        padding: 0 1rem 1rem 1rem;
    }
    
    .mop-faq-arrow {
        width: 14px;
        height: 14px;
    }
    
    /* Payment logos mobile */
    .payment-logos-grid { flex-direction: column; gap: 16px; }
    .program-logos,
    .acceptance-logos {
        justify-content: center;
    }
    .program-logo { height: 40px; }
    .acceptance-logo, .otp-logo { height: 40px; }
    
    .payment-logos-section {
        padding: 30px 0;
    }
    .otp-logo {
        margin:20px 0px;
    }
}

/* JavaScript functionality for FAQ accordion */
.mop-faq-accordion .mop-faq-item:not(.active) .mop-faq-answer {
    display: none;
}

.mop-faq-accordion .mop-faq-item.active .mop-faq-answer {
    display: block;
} 