body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: white;
    position: relative;
}
.logo {
    padding: 10px;
}
.logo img {
    width: 200px;
    height: 50px;
}
.language-links {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    flex-direction: row;
    font-size: 0.7rem;
}
.language-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #666666;
}
.language-links a.active {
    color: #f63c3c;
}
.menu-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-grow: 1;
}
.main-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-grow: 1;
    align-items: flex-end;
    margin-top: 25px;
}
.main-menu a {
    margin: 0 15px;
    text-decoration: none;
    color: #004AAD;
}
.menu {
    display: none;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 32px;
    z-index: 1000;
}
.menu-toggle div {
    width: 20px;
    height: 2.4px;
    background-color: #000;
    margin: 3.2px 0;
}
@media (min-width: 768px) {
    .language-links {
        margin-bottom: 10px;
    }
    .menu-container {
        align-items: flex-end;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .language-links, .main-menu {
        display: none;
    }
    .menu-toggle {
        display: flex;
    }
    .menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        padding: 100px 50px 50px 50px;
        box-sizing: border-box;
        overflow-y: auto;
        text-align: center;
        z-index: 999;
    }
    .menu .mobile-a {
        display: block;
        margin: 20px 0;
        font-size: 1.2rem;
        text-decoration: none;
        color: #004AAD;
    }
    .menu .close-btn {
        display: block;
        text-align: right;
        font-size: 1.2rem;
        cursor: pointer;
        position: absolute;
        top: 26px;
        right: 35px;
    }
    .menu button {
        background-color: #f63c3c;
        color: #fff;
        border: none;
        border-radius: 25px;
        padding: 10px 20px;
        margin-top: 20px;
        font-size: 1rem;
        font-weight: bold;
        cursor: pointer;
    }
    .mobile-language-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        color: #666666;
    }
    .mobile-language-links a {
        margin: 5px 0;
        text-decoration: none;
        color: #666666;
        font-size: 1rem;
    }
    .mobile-language-links a.active {
        color: #f63c3c;
    }
    .menu .logo {
        display: block;
        position: absolute;
        top: 10px;
        left: 20px;
    }
}

.content {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
}
.pink-background {
    background: linear-gradient(to bottom, rgba(255, 200, 200, 0.95), rgba(255, 245, 245, 0.95));
    width: 100%;
    padding: 0;
}

.red {
    color: #f63c3c;
}

.button {
    background-color: #f63c3c;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}
.button:hover {
    background-color: #e03232;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.section-header {
    font-size: 1.8rem;
    font-weight: bold;
}
.section-sub-header {
    font-size: 1.4rem;
    font-weight: bold;
}

.hero {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.hero img {
    width: 100%;
}
.hero h1 {
    color: #000;
    font-size: 2.5rem;
    margin: 0;
}
.hero h2 {
    color: #f63c3c;
    font-size: 1.6rem;
    margin: 5px 0 0 0;
}
.hero p {
    color: #000;
    font-size: 1.1rem;
    margin: 30px auto 0 auto;
    max-width: 600px;
}
.hero-button {
    margin: 35px 0;
}

.problem {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.problem img.thinking {
    position: absolute;
    top: -141px;
    left: 30px;
    width: auto;
    height: 150px;
    z-index: 2;
}
.problem .text-container {
    position: relative;
    margin-top: 141px;
    left: 0;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #f63c3c;
    border-radius: 50px;
    padding: 20px 40px;
    box-sizing: border-box;
    z-index: 3;
    overflow: hidden;
}
.problem .text-container h2 {
    color: black;
    font-size: 1.6rem;
    margin: 0;
}
.problem .text-container p {
    color: #000;
    font-size: 1rem;
    margin: 10px 0 0 0;
}
.problem .text-container .luggage-container {
    display: flex;
    align-items: center;
    margin: 0;
}
.problem .text-container .luggage-container .sub-heading {
    color: black;
    font-size: 1.2rem;
    margin: 0 30px;
    display: inline-block;
}
.problem .text-container .luggage-container .luggage {
    width: auto;
    height: 90px;
}
.problem img.suitcases {
    position: absolute;
    top: -70px;
    right: 0;
    width: 40%;
    height: auto;
    border-radius: 30px;
    z-index: 1;
}

.solution-header {
    text-align: center;
    margin: 60px 20px 90px 20px;
}
.solution-header h2 {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
}

.solution {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.solution img.solution-image {
    position: absolute;
    top: -30px;
    left: 0;
    width: 30%;
    height: auto;
    border-radius: 30px;
    z-index: 1;
}
.solution .solution-text-container {
    position: relative;
    left: 20%;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #f63c3c;
    border-radius: 50px;
    padding: 30px 20px;
    box-sizing: border-box;
    z-index: 2;
}
.solution .solution-text-container .solution-content {
    display: flex;
    align-items: center;
}
.solution .solution-text-container .solution-content .solution-description {
    flex: 70%;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 20px;
    text-align: center;
}
.solution .solution-pickup {
    flex: 30%;
    width: 30%;
    height: auto;
}
.solution .solution-bottom {
    font-weight: normal;
    font-size: 0.9rem;
    color: #666666;
}
.solution .ez-travel-banner {
    position: absolute;
    top: -20px;
    right: 10%;
    background-color: #f63c3c;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    box-sizing: border-box;
    z-index: 3;
}
.solution .ez-travel-banner h2 {
    font-size: 0.9rem;
    font-weight: bold;
    margin: 0;
}

.under-solution {
    text-align: center;
    margin: 40px auto;
    padding: 0 20px;
    max-width: 600px;
}
.under-solution h2 {
    color: #000;
    font-size: 1.1rem;
    font-weight: normal;
}

.using {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
.using-container {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0 auto;
    max-width: 700px;
}
.using-left,
.using-right {
    width: 48%;
    text-align: center;
}
.using-left .relative,
.using-right .relative {
    position: relative;
    display: inline-block;
}
.using-left img,
.using-right img {
    border-radius: 50%;
    border: 1px solid white;
    width: 120px;
    height: 120px;
}
.using-left .number,
.using-right .number {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 70px;
    color: yellow; /* Changed back to white */
    text-shadow: 0 0 3px #111;
    font-family: 'Times New Roman', serif;
    font-weight: bolder;
}
.using-left .title,
.using-right .title {
    position: absolute;
    top: 45px;
    left: 20px;
    background-color: #ffe6e6;
    color: #f63c3c;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1rem;
    white-space: nowrap;
    border: 1px #f63c3c solid;
}
.using-left .subtitle,
.using-right .subtitle {
    margin-top: 20px;
    font-size: 1.1rem;
    color: #000;
}
.using-left .link,
.using-right .link {
    display: block;
    font-weight: bold;
    color: #004AAD;
    text-decoration: none;
    margin: 30px 0;
    font-size: 1.1em;
}
.delivery-container {
    display: inline-flex;
    align-items: center;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #f63c3c;
    border-radius: 100px;
    box-sizing: border-box;
}
.delivery-container img {
    border-radius: 50%;
    border: 1px solid white;
    width: 120px;
    height: 120px;
    vertical-align: middle;
}
.delivery-container .text {
    margin-left: 20px;
    text-align: left;
}
.delivery-container .text h3 {
    color: #f63c3c;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
}
.delivery-container .text p {
    font-size: 1rem;
    color: #000;
    margin: 10px 20px 0 0;
}
.delivery-container .text .link {
    font-weight: bold;
    color: #004AAD;
    text-decoration: none;
    font-size: 1rem;
}
.request-pickup {
    text-align: center;
    margin: 60px auto 50px auto; /* Adjusted margins for larger space */
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
}

.drop-off-locations {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}
.drop-off-locations h2 {
    padding-bottom: 20px;
}
.dropoff-intro {
    width: 80%;
    max-width: 700px;
    padding-bottom: 20px;
    margin: 0 auto;
    font-size: 1.1rem;
}
.images-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px 0;
}
.image-item {
    width: 45%;
    margin-bottom: 20px;
    position: relative;
}
.image-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.image-item p {
    font-size: 1rem;
    margin-top: 5px;
}
.play-button {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    opacity: 0.5; /* 50% transparency */
}
.play-button img {
    width: 100%;
    height: auto;
}
.three-locations {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    max-width: 600px;
    position: relative;
    margin: 50px auto 0 auto;
}
.location {
    display: flex;
    width: 50%; /* Each location takes 50% of the parent width */
    margin-bottom: 30px;
}
.location:nth-child(2) {
    margin-top: 50px; /* Shifted 50px down */
}
.location:nth-child(3) {
    margin-left: 100px; /* Extra 100px space on the left */
}
.location img.location-pin {
    height: 30px; /* Adjusted height */
    margin-right: 20px;
}
.location-text {
    text-align: left;
}
.location-text p {
    margin: 0 0 5px 0;
    font-size: 1rem; /* Smaller font size */
}
.googlemap {
    width: 90%;
    max-width: 700px;
    height: 600px;
    margin: 20px auto 50px auto;
}
.service-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}
.service-area img {
    width: 60%;
    height: auto;
    margin-right: 20px;
}
.service-area .text {
    width: 40%;
}
.service-area .text p {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.price {
    text-align: center;
    margin: 40px auto;
    padding: 20px;
}
.price p {
    font-size: 1.1rem;
    width: 80%;
    max-width: 700px;
    margin: 30px auto;
}
.price-container {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Center content vertically */
    border: 1px solid #f63c3c;
    border-radius: 15px;
    background-color: #fff;
    padding: 20px;
    margin: 40px auto;
    max-width: 700px;
}
.price-items-wrapper {
    display: flex;
    width: 65%;
    justify-content: space-between;
}
.price-item {
    text-align: center;
    width: 45%;
}
.price-item img {
    width: auto;
    height: 200px; /* Set height to 300px */
}
.price-item h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0;
}
.price-item p{
    font-size: 0.9rem;
}
.price-info {
    text-align: left;
    border-left: 2px dotted grey;
    padding-left: 20px;
    width: 30%;
    padding-top: 30px; /* Add space on the top */
    padding-bottom: 30px; /* Add space on the bottom */
}
.price-info-red {
    font-size: 1.1rem;
    font-weight: bold;
    color: #f63c3c;
    margin: 0 0 20px 0;
}
.price-info p {
    margin: 10px 0;
    font-size: 0.9rem;
}
.special-deals {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}
.deal-image {
    display: block;
    width: 80%;
    max-width: 450px;
    margin: 40px auto; /* Center the image horizontally */
}
.special-deals .deal-text {
    font-size: 1.1rem;
}
.grey-dotted-line {
    border: 0;
    border-top: 1px dotted grey;
    margin: 30px auto;
}
.compact-special-container {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Align items vertically centered */
    max-width: 500px;
    margin: 20px auto;
}
.compact-special-left {
    width: 40%;
    text-align: center;
}
.compact-special-left img {
    height: 150px; /* Set height to 150px */
}
.compact-special-right {
    width: 60%;
    text-align: left;
    padding-left: 20px;
}
.compact-special-right .compact-text {
    font-size: 1.1rem;
}

.why {
    text-align: center;
    margin: 0px auto;
    padding: 0 20px;
    max-width: 700px;
}
.why h2 {
    padding-bottom: 30px; 
}
.why-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto;
}
.why-text-left, .why-text-right {
    position: relative;
    border: 1px solid #f63c3c;
    border-radius: 30px;
    padding: 30px 20px 10px 20px;
    flex: 1;
    text-align: left;
}
.why-text-left {
    margin-right: 20px;
}
.why-text-right {
    margin-left: 20px;
}
.why-text-left p, .why-text-right p {
    font-size: 1rem;
}
.why-subheader {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: left;    
}
.number-circle-left, .number-circle-right {
    position: absolute;
    top: -25px;
    width: 40px;
    height: 40px;
    background-color: #ffe6e6;
    border: 1px solid #f63c3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f63c3c;
    font-size: 1.5rem;
    font-weight: bolder;
}
.number-circle-left {
    left: 30px;
}
.number-circle-right {
    right: 30px;
}
.why-image {
    width: 100px;
    height: auto;
}

.request {
    text-align: center;
    padding: 40px 20px 70px 20px;
    margin-top: 50px;
}

.contact {
    text-align: center;
    margin: 40px auto;
    padding: 0px 20px;
    width: 90%;
    max-width: 500px;
}
.contact p {
    margin: 30px 0;
    font-size: 1.1rem;
}
.contact-qr {
    margin: 10px 0 30px 0;
    width: 90%;
    height: auto;
    max-width: 400px;
}

.gallery {
    text-align: center;
    margin: 40px auto;
}
.gallery-image {
    width: 100%;
    max-width: 1000px;
    height: auto;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 40px auto;
    padding-bottom: 50px;
}
.footer-left, .footer-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-image-left {
    height: 30px;
}
.footer-image-right {
    height: 50px;
}

@media (max-width: 767px) {
    .hero h1 {
        font-size: 2.1rem;
    }
    .hero h2 {
        font-size: 1.4rem;
        margin-top: 5px;
    }
    .hero p {
        width: 90%;
        font-size: 1rem;
        margin: 40px auto 10px auto;
    }

    .problem img.thinking {
        left: 15px;
    }
    .problem .text-container {
        width: 90%;
        padding: 20px 30px;
    }
    .problem .text-container h2 {
        font-size: 1.4rem;
    }
    .problem .text-container p {
        font-size: 1rem;
    }
    .problem .text-container .luggage-container .sub-heading {
        font-size: 1rem;
        margin: 0 10px 0 0;
    }
    .problem .text-container .luggage-container .luggage {
        height: 70px;
    }

    .solution-header h2{
        font-size: 1.4rem;
    }

    .solution .solution-text-container {
        width: 90%;
        left: 10%;
    }
    .solution img.solution-image {
        width: 40%;
    }
    .solution .solution-text-container .solution-content {
        flex-direction: column;
        align-items: center;
    }
    .solution .solution-text-container .solution-content .solution-pickup {
        margin-top: 20px;
        width: 60%;
    }
    .solution .solution-text-container .solution-content .solution-description {
        font-size: 1.2rem;
    }
    .under-solution h2{
        width: 80%;
        margin: 0 auto;
    }

    .using-container {
        flex-direction: column;
        align-items: center;
    }
    .using-left,
    .using-right {
        width: 80%;
        margin-bottom: 30px;
    }
    .delivery-container {
        border-radius: 35px; /* Adjust border radius for small screens */
    }
    .delivery-container img {
        width: 70px;
        height: 70px;
    }
    .delivery-container .text {
        margin-left: 10px;
    }
    .delivery-container .text h3 {
        font-size: 1.1rem;
    }
    .delivery-container .text p {
        font-size: 0.9rem;
        margin: 10px 10px 0 0;
    }
    .delivery-container .text .link {
        font-size: 0.9rem;
    }
        
    .dropoff-intro {
        width: 90%;
    }    
    .image-item {
        width: 45%;
        margin-bottom: 10px;
    }
    .image-item p {
        font-size: 0.8rem; /* Smaller font size for mobile screens */
    }
    .three-locations {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }
    .location {
        width: 100%;
        position: relative;
        margin-bottom: 20px; /* Ensure consistent vertical spacing */
        margin-left: 0 !important; /* Remove left margin */
        margin-top: 0 !important; /* Remove top margin */
    }
    .googlemap {
        height: 400px;
    }
    .service-area {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .service-area img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0px;
        align-self: center;
    }
    .service-area .text {
        width: 90%;
        margin: 0 auto;
    }

    .price p {
        font-size: 1.1rem;
        width: 90%;
    }
    .price-container {
        flex-direction: column;
        align-items: center;
    }
    .price-items-wrapper {
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
    }
    .price-item {
        width: 45%;
        margin-bottom: 20px;
    }
    .price-item h3 {
        font-size: 1.1rem;
    }
    .price-item p{
        font-size: 0.8rem;
    }
    .price-info {
        width: 80%;
        border-left: none;
        border-top: 2px dotted grey;
        padding-top: 20px;
        text-align: left;
        padding-left: 20px; /* Add space on the left */
        padding-right: 20px; /* Add space on the right */
    }
    .compact-special-container {
        flex-direction: column;
        align-items: center;
    }
    .compact-special-left,
    .compact-special-right {
        width: 100%;
        text-align: center;
    }
    .compact-special-right {
        text-align: center;
        padding-left: 0;
        padding-top: 10px;
    }
    .why-text-left {
        margin-right: 10px;
    }
    .why-text-right {
        margin-left: 10px;
    }
    .why-text-left p, .why-text-right p {
        font-size: 0.9rem;
    }
    .why-subheader {
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: left;    
    }
    .why-image {
        width: 80px;
        height: auto;
    }
    
}