
.site-footer {
    width: 100%;
    background-color: #02112e; 
    padding-top: 30px;
    color: #ffffff;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}


.footer-left {
    width: 40%;
}

.footer-logo {
    height: 130px; 
    width: auto;
    margin-bottom: 25px;
    display: block;
    transition: transform 0.3s ease; 
}


.footer-logo:hover {
    transform: scale(1.15); 
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start; 
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 15px; 
    color: #ffffff;
    line-height: 1.6;
}

.contact-icon {
    width: 35px; 
    height: auto;
    margin-right: 15px;
    margin-top: 2px; 
}


.footer-right {
    width: 70%;
    display: flex;
    flex-direction: column;
}


.footer-nav {
    list-style: none;
    display: flex;
    gap: 80px; 
    padding: 0;
    margin: 30px -20px 50px 0; 
}

.footer-nav a {
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 18px; 
    color: #ffffff; 
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #f4c400; 
}


.footer-booking {
    display: flex;
    align-items: center;
    gap: 20px;
}

.booking-text {
    font-family: 'Candal', sans-serif;
    font-size: 54px; 
    color: #f4c400;
    margin: 0;
    line-height: 1;
}

.booking-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.booking-icon {
    width: 80px; 
    height: auto;
    transition: transform 0.3s ease; 
}


.booking-icon-link:hover .booking-icon {
    transform: scale(1.15); 
}


.footer-bottom {
    width: 95%;
    max-width: 1200px;
    margin: 10px auto 0;
    padding-bottom: 20px;
}

.footer-legal {
    text-align: right; 
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-legal a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #f4c400;
}

.footer-line {
    border: none;
    border-top: 1px solid #ffffff; 
    margin-bottom: 15px;
}

.copyright-text {
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    color: #ffffff; 
    margin: 0;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(2, 17, 46, 0.8);
    z-index: 9999; 
    display: none; 
    justify-content: center;
    align-items: center;
}


.modal-card {
    background-color: #fffdf0; 
    border: 12px solid #0f2a71; 
    border-radius: 20px; 
    width: 90%;
    max-width: 900px;
    height: 80vh; 
    position: relative; 
    overflow: hidden; 
    display: flex;
    flex-direction: column;
}


.modal-close-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 35px;
    height: auto;
    cursor: pointer;
    z-index: 10;
}


.modal-close-icon:hover {
    content: url('../images/icon_close_hover.png');
}


.modal-scroll-area {
    padding: 40px 60px;
    overflow-y: auto; 
    height: 100%;
	display: flex;
    flex-direction: column;
}

.modal-heading {
    font-family: 'Candal', sans-serif;
    font-size: 36px;
    color: #0f2a71;
    margin-bottom: 25px;
    text-align: center;
	margin-top: -10px;
}

.modal-body p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px; 
    color: #0f2a71;
    line-height: 1.3;
    margin-bottom: 20px;
	text-align: justify;
}


.close-modal-btn {
    margin-top: 25px;
    display: flex; 
    width: fit-content; 
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
	align-self: center; 
}


.learn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 14px; 
    color: #fff; 
    background-color: #02112e; 
    border: none;
    border-radius: 7px; 
    padding: 12px 25px; 
    transition: all 0.3s ease;
    margin-bottom: 20px; 
}

.learn-btn:hover {
    background-color: #f4c400; 
    color: #0f2a71;
    font-weight: bolder;
}

.okay-modal-btn {
    margin-top: 25px;
    display: flex; 
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
	align-self: center; 
}


.learn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 14px; 
    color: #fff; 
    background-color: #02112e; 
    border: none;
    border-radius: 7px; 
    padding: 12px 25px; 
    transition: all 0.3s ease;
    margin-bottom: 20px; 
}

.learn-btn:hover {
    background-color: #f4c400; 
    color: #0f2a71;
    font-weight: bolder;
}


@media screen and (max-width: 1024px) {
    .footer-container, 
    .footer-bottom {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
        box-sizing: border-box; 
    }


    .footer-nav {
        gap: 40px; 
        margin-right: 0;
    }

  
    .booking-text {
        font-size: 42px; 
    }

  
    .footer-logo {
        height: 110px; 
    }
}


@media screen and (max-width: 800px) {
    

    .footer-container, 
    .footer-bottom {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }


    .footer-left {
        width: 40%;
        padding-right: 15px; 
    }
    
    .footer-right {
        width: 60%;
    }


    .footer-contact li,
    .footer-contact li span,
    .footer-nav a,
    .footer-legal,
    .footer-legal a,
    .copyright-text {
        font-size: 12px !important;
        line-height: 1.4;
    }


    .footer-logo {
        height: 75px;
        margin-bottom: 15px;
    }


    .contact-icon {
        width: 20px; 
        margin-right: 10px;
    }


    .footer-nav {
        gap: 40px !important; 
        margin: 15px 0 30px 0;
        flex-wrap: wrap;
    }

  
    .booking-text {
        font-size: 26px !important; 
    }

    .booking-icon {
        width: 50px; 
    }
    
    .footer-booking {
        gap: 12px;
    }
}


@media screen and (max-width: 600px) {
    

    .footer-container {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important; 
        gap: 40px !important; 
        padding-left: 20px !important;
        padding-right: 20px !important;
    }


    .footer-right {
        order: 1 !important;
        width: 100% !important; 
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; 
        text-align: center !important;
    }

    .footer-left {
        order: 2 !important; 
        width: 100% !important; 
        padding-right: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; 
        text-align: center !important;
    }


    .footer-contact {
        order: 1 !important; 
        margin-top: 10px !important;
        width: 100% !important;
    }

    .footer-left .logo-link {
        order: 2 !important; 
        margin-top: 30px !important;
    }

    .footer-logo {
        height: 55px !important; 
        margin: 0 auto !important; 
    }


    .footer-contact li {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;
        margin-bottom: 25px !important; 
    }
    
    .footer-contact li span {
        font-size: 12px !important; 
        text-align: center !important; 
        line-height: 1.6 !important;
    }
    
    .contact-icon {
        width: 24px !important; /
        margin: 0 0 8px 0 !important;
    }


    .footer-nav {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important; 
        gap: 15px !important; 
        margin: 0 0 30px 0 !important;
        padding: 0 !important;
    }

    .footer-nav a {
        font-size: 12px !important; 
        text-align: center !important;
    }

 
    .footer-booking {
        justify-content: center !important; 
        gap: 12px !important;
    }

    .booking-text {
        font-size: 22px !important; 
    }

    .booking-icon {
        width: 40px !important; 
    }


    .footer-bottom {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: 30px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; 
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .footer-legal {
        text-align: center !important; 
        font-size: 10px !important; 
        margin-bottom: 5px !important; 
    }


    .footer-line {
        width: 100% !important;
        margin: 15px 0 !important;
    }

    .copyright-text {
        font-size: 10px !important;
        text-align: center !important;
    }
}