/* TABLET (max-width: 768px) */
@media (max-width: 768px) {

    /* Section Title */
    .section-title {
        font-size: var(--fz-lg);
    }

    /* Hero Section */
    .hero-image-container {
        height: 380px;
    }

    .hero-caption {
        width: 80%;
        padding: 0 var(--space-lg);
    }

    .hero-caption h1 {
        font-size: var(--fz-xl);
        font-weight: var(--fw-xl);
        margin-bottom: var(--space-md);
        line-height: auto;
    }

    .hero-caption p {
        font-size: var(--fz-sm);
        font-weight: var(--fw-sm);
        margin-bottom: var(--space-xl);
    }

    .hero-caption .button {
        gap: var(--space-sm);
        font-size: var(--fz-xs);
        padding: var(--space-md) var(--space-lg);
    }

    /* Center CTA buttons on mobile */
    .cta-content .button {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .owl-carousel .owl-dots {
        bottom: var(--space-xs);
    }

    .owl-carousel .owl-dot span {
        width: 8px !important;
        height: 8px !important;
    }

    /* Licence Section */
    .licence-col {
        font-size: var(--fz-xs);
        gap: var(--space-lg);
    }

    .lisense-item h6 {
        font-size: var(--fz-xs);
    }

    /* Solutions Section */
    .solution-item {
        flex-direction: column;
        gap: var(--space-xl);
        padding: var(--space-3xl) 0;
    }

    .solution-item .solution-illustration {
        height: 200px;
        width: 100%;
        max-width: 400px;
    }

    .solution-item:nth-child(2) .solution-content {
        order: 2;
    }

    .solution-item:nth-child(2) .solution-illustration {
        order: 1;
    }

    .solution-content h1 {
        font-size: var(--fz-xl);
        line-height: 28px;
    }

    .solution-content p {
        font-size: var(--fz-sm);
        margin-bottom: var(--space-3xl);
    }

    .solution-content .button-primary {
        font-size: var(--fz-sm);
        padding: var(--space-md) var(--space-lg);
    }

    /* Developer Gateway Section */
    .developer-gateway-wrapper {
        padding: var(--space-4xl);
        height: 300px;
    }

    .developer-gateway-wrapper img {
        width: 100%;
        height: auto;
    }

    /* Pricing Section */
    .bank-mno {
        margin-bottom: var(--space-5xl);
    }

    /* Join Community Section */
    .join-community-wrapper {
        flex-direction: column;
        gap: var(--space-4xl);
        padding: var(--space-3xl);
    }

    .join-community-content {
        padding: 0;
    }

    .join-community-illustration {
        margin-bottom: 0;
        margin-right: 0;
        margin-top: var(--space-3xl);
    }

    .join-community-illustration img {
        height: 220px;
    }

    /* Footer */
    /* Footer columns - 2 per row on mobile */
    footer .footer-top .row>div {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-brand,
    .footer-go-to {
        margin-bottom: var(--space-6xl);
    }

    footer .licence-col .lisense-item h6 {
        font-size: var(--fz-xs);
    }

    footer .licence-col .lisense-item img {
        height: 28px;
    }

    .footer-bottom {
        font-size: var(--fz-xs);
    }

    /* About Section */
    .about-mission-section .col-md-4.d-flex {
        margin-bottom: var(--space-4xl);
    }

    .about-mission-section .col-md-4.d-flex:last-child {
        margin-bottom: 0;
    }

    /* Call-to-Action Section */
    .cta-wrapper {
        flex-direction: column;
        gap: var(--space-4xl);
        padding: var(--space-3xl) 0;
    }

    .cta-content {
        text-align: center;
        align-items: center;
    }

    .cta-content h2 {
        font-size: var(--fz-2xl);
    }

    .cta-content p {
        font-size: var(--fz-sm);
        margin-bottom: var(--space-3xl);
    }

    .cta-illustration {
        order: -1;
    }

    .cta-illustration img {
        height: 250px;
    }

    /* Developer Section */
    .integration-overview-title {
        font-size: var(--fz-2xl);
    }

    .integration-overview-description {
        font-size: var(--fz-md);
    }

    .integration-flex-container {
        flex-direction: column;
        gap: var(--space-2xl);
    }

    .developer-cta .cta-illustration img {
        height: auto;
    }

    .developer-cta .cta-content .button {
        align-self: center;
    }

    /* Pricing page */
    .sct-pricing-illustration {
        margin-bottom: var(--space-5xl);
    }

    .pricing-cta-section .button {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .countdown-body {
        text-align: center;
        padding: 0;
        flex: 1;
    }

    .countdown-content {
        padding: var(--space-2xl);
    }

    .countdown-body h1 {
        font-size: var(--fz-2xl);
        font-weight: var(--fw-md);
        margin-bottom: var(--space-2xl);
    }

    .countdown-body p {
        font-size: var(--fz-sm);
        margin-bottom: var(--space-4xl);
    }

    .countdown-timer-item {
        margin-bottom: var(--space-4xl);
    }
    .footer-back-to-top {
        right: var(--space-md);
        bottom: var(--space-6xl);
        width: 32px;
	    height: 32px;
    }
}

/*  MOBILE (max-width: 576px) */

@media (max-width: 576px) {

    /* Contact Offcanvas */
    .contact-offcanvas {
        width: 100% !important;
    }

    /* Hero Section */
    .hero-image-container {
        height: 300px;
    }

    .owl-carousel .owl-dots {
        bottom: var(--space-xs);
    }

    .owl-carousel .owl-dot span {
        width: 8px !important;
        height: 8px !important;
    }

    /* Licence Section */
    .licence-col {
        font-size: var(--fz-xs);
        gap: var(--space-lg);
    }

    .lisense-item {
        font-size: var(--fz-xs);
    }

    .lisense-item img {
        height: 28px;
    }

    /* Features Section */
    .feature-item {
        padding: 0;
    }

    .feature-illustration {
        width: 28px;
        height: 28px;
        object-fit: contain;
        margin-bottom: var(--space-xl);
    }

    .feature-content h4 {
        font-size: var(--fz-xs);
        font-weight: var(--fw-md);
        margin-bottom: var(--space-xs);
        line-height: 18px;
    }

    /* Developer Gateway Section */
    .developer-gateway-wrapper img {
        width: 100%;
        height: auto;
    }

    /* Footer */
    footer .footer-top .row>div {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-social-media span {
        width: 32px;
        height: 32px;
    }

    footer .licence-col {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: var(--space-xl);
    }

    footer .licence-col .lisense-item h6 {
        font-size: var(--fz-xs);
    }

    footer .licence-col .lisense-item img {
        height: 28px;
    }

    .footer-bottom {
        font-size: var(--fz-xs);
    }

    /* About Section */
    .about-mission-card {
        margin-bottom: var(--space-4xl);
    }

    .cta-content {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* Call-to-Action Section */
    .cta-section {
        padding: var(--space-3xl) 0;
    }

    .cta-wrapper {
        padding: var(--space-2xl) 0;
    }

    .cta-content h2 {
        font-size: var(--fz-xl);
    }

    .cta-illustration img {
        height: 200px;
    }

    .cta-content .button {
        padding: var(--space-md) var(--space-3xl);
    }

    /* Developer Section */
    .developer-cta .cta-illustration img {
        height: auto;
    }

    .developer-cta .cta-content .button {
        align-self: center;
    }

    /* Countdown Mobile Styles */
    .countdown-body {
        text-align: center;
        padding: 0;
        flex: 1;
    }

    .countdown-content {
        padding: var(--space-2xl);
    }

    .countdown-body h1 {
        font-size: var(--fz-2xl);
        font-weight: var(--fw-md);
        margin-bottom: var(--space-2xl);
    }

    .countdown-body p {
        font-size: var(--fz-sm);
        margin-bottom: var(--space-4xl);
    }

    .countdown-timer-item {
        margin-bottom: var(--space-4xl);
    }

    /* Services Get Started Illustration */
    .services-getstarted-illustration img {
        width: 100%;
        height: 140px;
        object-fit: contain;
    }

    .footer-back-to-top {
        bottom: var(--space-6xl);
    }

}

/* LARGE DESKTOP (min-width: 1920px) */
@media (min-width: 1920px) {
    .hero-section .col-md-11 {
        width: 75.33333333%;
        margin: 0 auto;
    }

    .hero-image-container {
        height: 700px;
    }

    .hero-caption {
        width: 60%;
    }
}