﻿




/* Thumbnail styling */
#video-thumbnail {
    position: fixed;
    top: 120px;
    right: 20px;
    width: 180px;
    cursor: pointer;
    border-radius: 90px;
    z-index: 9999; /* Ensure the thumbnail is in front */
}

/* Modal styling */
#video-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Dark background */
    justify-content: center;
    align-items: center;
    z-index: 9998; /* Ensure modal is in front of other elements but behind the thumbnail */
}

/* Modal content styling */
#modal-content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.7); /* Dark background */
    opacity 0.2;
    border-radius: 8px;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

    /* Video tag styling (updated from iframe) */
    #modal-content video {
        width: 1000px;
        height: 500px;
        max-width: 800px;
        border: none;
        display: block;
        margin: 0 auto;
        border-radius: 8px;
        background-color: black;
    }

/* Close button */
#close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #f44336;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10000; /* Close button should be in front of the modal */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    #video-thumbnail {
        width: 100px;
        top: 10px;
        right: 10px;
    }

    #modal-content video {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 480px) {
    #video-thumbnail {
        width: 80px;
    }

    #modal-content video {
        height: 250px;
    }
}


.quote {
    position: relative;
    font-size: 1.2rem;
    margin: 40px auto;
    padding: 1px 20px;
    width: 100%;
    color: #333;
}

    .quote::before, .quote::after {
        font-size: 6rem;
        color: navy;
        position: absolute;
        font-family: 'Microsoft Yi Baiti',serif;
    }

    .quote::before {
        content: '"';
        top: 20px;
        left: -12px;
    }

    .quote::after {
        content: '"';
        bottom: -20px;
        right: 190px;
    }


.top_bar {
    position: relative;
    width: 100%;
    z-index: 999; /* Ensure it stays on top */
    transition: all 0.3s ease;
}

    .top_bar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #0e204d; /* or match original */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }




.section-divider svg {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: -5px; /* overlap slightly with next section if needed */
}

.wave-divider {
    fill: white !important;
}



.slide {
    max-height: 33vh;
    height: 300px;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}



.aboutuspagetitles {
    width: 120%;
}

.aboutuspagetext {
    width: 120%;
    margin-left: -20%;
}

.aboutuspagetexttitle {
    width: 120%;
}

.aboutuspagetexttitletext {
    width: 120%;
    text-align: justify;
    font-size: 20px;
}

#marquee_span {
    width: 95vh;
}

.site-navigation-div {
    height: 70px;
}

.site-navigation-div-title {
    font-size: 55px;
    line-height: 40px;
    margin: 0;
}

.footer-img-logo {
    margin-top: 15%;
}



.fontsize25 {
    font-size: 25px;
}

.fontsize20 {
    font-size: 20px;
}

.fontsize18 {
    font-size: 18px;
}

.fontsiz30 {
    font-size: 30px;
}



.about-section-div {
    height: 950px;
}

.about-section-div-logo {
    width: 250px;
    height: 250px;
    margin-top: -80%;
}

.about-section-div-title {
    font-weight: bolder;
    width: 100%;
    color: white;
}

.about-section-div-svg {
    width: 100%;
    height: auto;
}

.about-section-main {
    margin-top: -1%;
}

.about-section-main-logo-img {
    width: 600px;
    /*height: 520px;*/
}

.about-section-main-title-desc {
    text-align: justify;
    font-size: 20px;
}

.testimonial-section-ttm-fid-title {
    font-size: 20px;
    color: black;
}

.Director-page-title {
    text-align: left;
}

.Director-message-text {
    flex: 1;
    color: black;
    text-align: justify;
    font-size: 20px;
}

.Director-message-name {
    float: right;
    font-weight: bold;
    font-size: 18px;
}

.Director-message-div-img {
    flex: 0 0 300px;
}

.Director-message-img {
    width: 100%;
    height: 280px;
    border: 2px solid navy;
}


.info-alert-featured-title {
    font-size: 30px;
}

.seaguard-title {
    text-align: justify;
    font-size: 20px;
}

.seaguard-title-txt {
    font-size: 22px;
}

.testimonial-text-blockquote {
    font-size: 21px;
    text-align: justify;
}

.index-gallery-img {
    height: 240px;
}

.JoinUstxt {
    -webkit-text-stroke: 2px white;
}

.JoinUstxt-h2 {
    color: white;
}



#intpartners_div {
    width: 120%;
    margin-left: -50%;
}

#intpartners_titlediv {
    width: 160%;
}

#intpartners_descdiv {
    width: 130%;
    text-align: justify;
    font-size: 20px;
}


.info-alerts-block-title {
    font: bold !important;
    color: blue;
    font-size: 18px;
}

.info-alerts-block-subtitle {
    color: navy;
}

.info-alerts-block-doc {
    color: deepskyblue;
}


.pictures-div {
    font: bold;
    font-size: 14px;
}


.videos-div {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0;
    width: 400px;
    height: 300px;
}


.videos-div-text {
    text-align: center;
}



.contactus-div-message {
    height: 180px;
}

.contactus-div-send-btn {
    width: 20%;
    color: black;
    font-weight: bold;
}


.reqstar {
    color: red;
}

@media (min-width: 1600px) and (max-width: 3000px) {

    .slide {
        max-height: 33vh;
    }


    .section-divider {
        display: block;
    }

    #logo-icon-space {
        margin-top: -40%;
    }

    #aboutusimage {
        height: 600px;
        width: 60%;
        margin-left: -10%;
    }

    #aboutustextdiv {
        width: 120%;
    }



    #aboutustexttitle {
        width: 130%;
        font-size: 35px;
    }

    #dd-msg-div {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {

    .slide {
        max-height: 55vh;
    }


    .section-divider {
        display: none;
    }

    #logo-icon-space {
        margin-top: -40%;
    }

    #dd-msg-div {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }



    #intpartners_div {
        width: 100%;
        margin-left: 0%;
    }

    #intpartners_titlediv {
        width: 100%;
    }

    #intpartners_descdiv {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .slide {
        max-height: 55vh;
    }


    .section-divider {
        display: none;
    }

    #logo-icon-space {
        margin-top: -40%;
    }

    #dd-msg-div {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }



    #intpartners_div {
        width: 100%;
        margin-left: 0%;
    }

    #intpartners_titlediv {
        width: 100%;
    }

    #intpartners_descdiv {
        width: 100%;
    }



    .aboutuspagetitles {
        width: 100%;
    }

    .aboutuspagetext {
        width: 100%;
        margin-left: 0%;
    }

    .aboutuspagetexttitle {
        width: 100%;
    }

    .aboutuspagetexttitletext {
        width: 100%;
        text-align: justify;
        font-size: 20px;
    }






}

@media (min-width: 768px) and (max-width: 991px) {

    .slide {
        max-height: 0vh;
    }

    .section-divider {
        display: none;
    }

    #intpartners_div {
        width: 100%;
        margin-left: 0%;
    }

    #intpartners_titlediv {
        width: 100%;
    }

    #intpartners_descdiv {
        width: 100%;
    }

    .aboutuspagetitles {
        width: 100%;
    }

    .aboutuspagetext {
        width: 100%;
        margin-left: 0%;
    }

    .aboutuspagetexttitle {
        width: 100%;
    }

    .aboutuspagetexttitletext {
        width: 100%;
        text-align: justify;
        font-size: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .slide {
        max-height: 0vh;
    }

    .section-divider {
        display: none;
    }

    #logo-icon-space {
        margin-top: 0%;
    }





    #intpartners_div {
        width: 100%;
        margin-left: 0%;
    }

    #intpartners_titlediv {
        width: 100%;
    }

    #intpartners_descdiv {
        width: 100%;
    }


    .aboutuspagetitles {
        width: 100%;
    }

    .aboutuspagetext {
        width: 100%;
        margin-left: 0%;
    }

    .aboutuspagetexttitle {
        width: 100%;
    }

    .aboutuspagetexttitletext {
        width: 100%;
        text-align: justify;
        font-size: 20px;
    }
}

@media (min-width: 431px) and (max-width: 479px) {

    .slide {
        max-height: 0vh;
    }

    .section-divider {
        display: none;
    }

    #logo-icon-space {
        margin-top: 0%;
    }





    #intpartners_div {
        width: 100%;
        margin-left: 0%;
    }

    #intpartners_titlediv {
        width: 100%;
    }

    #intpartners_descdiv {
        width: 100%;
    }


    .aboutuspagetitles {
        width: 100%;
    }

    .aboutuspagetext {
        width: 100%;
        margin-left: 0%;
    }

    .aboutuspagetexttitle {
        width: 100%;
    }

    .aboutuspagetexttitletext {
        width: 100%;
        text-align: justify;
        font-size: 20px;
    }
}
/* Specifically for very narrow phones */
@media screen and (max-width: 375px) {
    .slide {
        max-height: 0vh;
    }

    .section-divider {
        display: none;
    }

    #logo-icon-space {
        margin-top: 0%;
    }





    #intpartners_div {
        width: 100%;
        margin-left: 0%;
    }

    #intpartners_titlediv {
        width: 100%;
    }

    #intpartners_descdiv {
        width: 100%;
    }


    .aboutuspagetitles {
        width: 100%;
    }

    .aboutuspagetext {
        width: 100%;
        margin-left: 0%;
    }

    .aboutuspagetexttitle {
        width: 100%;
    }

    .aboutuspagetexttitletext {
        width: 100%;
        text-align: justify;
        font-size: 20px;
    }
}

/* For slightly wider phones like Redmi Note 13 */
@media screen and (min-width: 376px) and (max-width: 430px) {
    .slide {
        max-height: 0vh;
    }

    .section-divider {
        display: none;
    }

    #logo-icon-space {
        margin-top: 0%;
    }





    #intpartners_div {
        width: 100%;
        margin-left: 0%;
    }

    #intpartners_titlediv {
        width: 100%;
    }

    #intpartners_descdiv {
        width: 100%;
    }


    .aboutuspagetitles {
        width: 100%;
    }

    .aboutuspagetext {
        width: 100%;
        margin-left: 0%;
    }

    .aboutuspagetexttitle {
        width: 100%;
    }

    .aboutuspagetexttitletext {
        width: 100%;
        text-align: justify;
        font-size: 20px;
    }


    .about-section-main-logo-img {
        width: 600px;
        /*height: 520px;*/
    }

    .about-section-main-title-desc {
        text-align: justify;
        font-size: 15px;
    }

    .Director-message-text {
        flex: 1;
        color: black;
        text-align: justify;
        font-size: 15px;
    }
    .seaguard-title-txt {
        font-size: 18px;
    }
    .seaguard-title {
        text-align: justify;
        font-size: 15px;
    }


    

        
}