/* General Responsive */
@media (max-width: 1920px) {
    main {
        background: url('../img/bg-desktop-en.jpg') no-repeat center center;
        background-size: 1920px;
    }

    .registrationForm {
        gap: 12px;
    }
}

@media (max-width: 1367px) {
    main {
        background: url('../img/bg-desktop-en.jpg') no-repeat center center;
        background-size: 1700px;
    }
}

@media (max-width: 1200px) {
    main {
        background: url('../img/bg-desktop-en.jpg') no-repeat center center;
        background-size: 1500px;
    }

    body.vn {
    .container {
        max-width: 970px;
    }
}
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .leftColumn {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .registrationForm {
      margin: 20px;
    }
  
    .thumbs {
      padding: 0 20px;
    }
}
  
@media (max-width: 1024px) {
    main {
        background: url('../img/bg-tablet-en.jpg') no-repeat center -100px;
        background-size: 1024px;
        padding: 20px;
    }

    .container {
        max-width: 800px;
    }

    /* Registration Form Adjustments */
    .registrationForm {
        width: 100%;
        max-width: 400px;
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
    }

    .form-container {
        width: 100%;
        padding: 10px 15px;
    }

    input {
        width: 150px;
        height: 21px;
    }

    .formButton {
        font-size: 16px;
    }

    .formDescription {
        text-align: center;
    }
    
    label {
        font-size: 11px;
        width: 91px;
    }

    .thumbText {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        color: white;
        text-align: start;
        padding: 10px 5px;
        font-size: 12px;
        font-weight: bold;
    }
}

@media (max-width: 768px) {
    body.in {
        .slider-item {
            font-size: 22px;
        }
        .thumbText {
            font-size: 10px;
        }
}

    /* Registration Form Layout */
    .registrationForm {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .form-container {
        max-width: 500px;
        width: 100%;
        padding: 10px 20px;
    }

    .form-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
        gap: 10px;
    }

    .form-content label {
        font-size: 12px;
        width: 40%;
        margin-right: 5px;
    }

    .form-content input,
    .form-content select {
        width: 40%;
        padding: 3px;
        font-size: 12px;
    }

    .thumbText {
        font-size: 10px !important;
    }
}

@media (max-width: 599px) {
    /* General Layout Adjustments for Mobile */
    body {
        font-family: MyriadPro, Arial, sans-serif;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    body.in {main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        background-image: url('../img/bg-mobile-in.jpg');
        background-repeat: no-repeat;
        background-position: top center;
        padding: 20px;
        width: 100%;
    }
}

    main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        background-image: url('../img/bg-mobile-en.jpg');
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        padding: 20px;
        width: 100%;
    }

    .main-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .container {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        color: white;
        align-items: center;
    }

    /* Slider Adjustments */
    .slider {
        width: 100%;
        max-width: 300px;
        margin-top: 250px;
        margin-bottom: 20px;
        order: 1;
    }

    .slider-content {
        display: flex;
        transition: transform 0.5s ease;
    }

    .slider-item {
        min-width: 100%;
        padding: 20px 0;
        font-size: 24px;
        font-weight: 900;
        text-align: center;
        color: white;
    }

    .slider-dots {
        display: flex;
        justify-content: center;
    }

    .btnLearnMore {
        padding: 10px 20px;
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
        order: 2;
        align-self: center;
        width: auto;
    }

    /* Registration Form Adjustments for Mobile */
    .registrationForm {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        order: 3;
        margin-top: 20px;
        transform-origin: top center;
        margin-left: auto; 
        margin-right: auto; 
    }

    .form-container {
        background-color: rgba(12, 16, 17, 0.7);
        padding: 10px 20px;
        border: 1px solid white;
        color: white;
        width: 100%;
        max-width: 300px;
    }

    .form-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
        width: 100%;
    }

    .form-content label {
        font-size: 13px;
        margin-right: 10px;
        width: 35%;
    }

    .form-content input,
    .form-content select {
        width: 60%;
        padding: 3px;
        font-size: 14px;
    }

    .formButton {
        background-color: #ffe000;
        color: black;
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        border: none;
        font-size: 18px;
        margin-top: 15px;
    }

    /* Thumbs Section Adjustments */
    .thumbs {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 15px;
        margin-top: 20px;
        order: 4;
    }

    .thumbLink {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 320px;
    }

    .thumbImage {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .thumbText {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: white;
        padding: 10px 5px;
        font-size: 14px;
        font-weight: 600;
    }

    .tpl-lang-wrap {
        top: -8px !important;
    }
}
