body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "width" 100;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 19px;
    padding: 20px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header img {
    height: auto;
    max-height: 40px;
    margin-left: 50px;
}

.nav {
    display: flex;
    gap: 30px;
    align-items: center; 
    justify-content: center;
}

.nav a {
    font-size: 16px;    
    text-decoration: none;
    color: #D21885;
    font-weight: bold;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 100%; 
    left: 0; 
}

.dropdown-content a {
    color: #D21885;
    padding: 12px 16px;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 14px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 2px solid #CF388D;
    padding: 5px;
    border-radius: 25px;
    margin-right: 20px;
}

.search-bar input {
    border: none;
    outline: none;
    padding: 5px;
    border-radius: 25px;
}

.search-bar i {
    color: #D21885;
}

.search-bar button {
    border: none;
    background: none;
    cursor: pointer;
}

.golden-line {
    height: 4px;
    background-color: #C49F24;
    margin: 0;
    opacity: 100%;
}
.golden-section {
    background: linear-gradient(to right, #CEAE37, #FFE3B3);
    padding: 20px 0;
    height: 0;
}

.banner-content-section {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #D21885; 
    color: white;
}

.banner-text-container {
    flex: 1;
    padding-right: 20px; 
    padding-left: 20px; 
    text-align: left; 
    margin-left: 0; 
    max-width: 50%; 
}

.banner-image-container {
    flex: 1;    
    display: flex;
    justify-content: flex-end;
    align-items: center; 
    max-width: 50%; 
}

.banner-image-container img {
    max-width: 60%; 
    height: auto; 
    display: block;
}

.banner-text-container h1 {
    font-weight: bolder;
    font-size: 60px; 
    margin-bottom: 10px;
}

.banner-text-container p {
    font-size: 36px; 
    max-width: 100%; 
    margin-top: 0;
    margin-bottom: 20px;
}

.nothing-content-section {
    background-color: #D21885;
    color: white;
    padding: 20px; 
    text-align: center;
}

.nothing-text-container {
    margin-bottom: 0;
    padding-bottom: 20px; 
}

.nothing-text-container h2 {
    font-size: 42px;
    font-weight: bold;
    margin: 0; 
}

.nothing-text-container p {
    font-size: 25px;
    max-width: 1100px;
    margin: 0 auto; 
}

.nothing-image-container {
    display: flex;
    justify-content: center;
    margin-top: 40px; 
}

.nothing-image-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.history-content-section {
    background-color: #D21885;
    color: white;
    padding: 20px 20px; 
    text-align: center;
}

.history-text-container {
    margin-bottom: 10px;
    padding-top: 0; 
}

.history-text-container h2 {
    font-size: 42px;
    font-weight: bold;
    margin-top: 0; 
    margin-bottom: 5px; 
}

.history-text-container p {
    font-size: 25px;
    max-width: 1100px;
    margin: 0 auto 5px; 
}


.filipina-content-section {
    background-color: #D21885;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
}

.filipina-image-container {
    flex: 1;
    display: flex;
    justify-content:flex-end ;
    align-items: center;
    margin-right: 40px;
    flex-shrink: 0; 
}

.filipina-image-container img {
    max-width: 85vw; 
    height: 75vh;
    display: block;
    flex-wrap: wrap;
}

.filipina-text-container {
    flex: 1;
    max-width: 50%;
    padding-left: 20px; 
}

.filipina-text-container h2 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
}

.filipina-text-container p {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
 




.footer {
    background-color: #fff;
    color: #D21885;
    padding: 10px 0;
    text-align: center;
    border-top: 4px solid #D21885;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
}

.footer .container div {
    flex: 1;
    margin: 20px;
    padding-bottom: 20px;
    min-width: 200px;
    text-align: left;
}

.footer .shop-now h3,
.footer .sitemap h3,
.footer .join-pack h3 {
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.footer .shop-now img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 40px;
    padding: 5px;
}

.footer .sitemap ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.footer .sitemap ul li {
    margin: 10px 0;
}

.footer .sitemap ul li a {
    color: #D21885;
    text-decoration: none;
    text-align: center;
}

.footer .sitemap ul li a:hover {
    text-decoration: underline;
}

.footer .join-pack p {
    font-size: 14px;
    color: #D21885;
    margin: 10px 0;
    text-align: justify;
}

.footer .join-pack input {
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    max-width: 350px;
    border: 1px solid #D21885;
    color: #D21885;
    box-sizing: border-box;
    justify-content: center;
}

.footer .join-pack button {
    padding: 10px;
    width: 100%;
    max-width: 350px;
    background-color: #D21885;
    color: #fff;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    justify-content: center;
}

.footer .bottom {
    background-color: #D21885;
    color: #fff;
    padding: 10px 0;
    margin-top: 20px;
    text-align: center;
    margin: 0;
}

.footer .bottom a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

.social-icons {
    margin: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.social-icons i {
    font-size: 30px;
    margin: 0 10px;
    color: #D21885;
}

.golden-line-footer {
    height: 4px;
    background-color: #C49F24;
    margin: 0;
    padding: 0;
}


@media (min-width: 1024px) {
    .header img {
        margin-left: 10px;
        max-height: 43px;
    }
    .search-bar {
        width: 18%;
    }
    .nav {
        flex-direction: row;
        gap: 25px;
    }
    .nav a {
        font-size: 26px;
        gap: 30px;
        margin: 0 15px;
    }
    .dropdown {
        position: relative; 
        margin-right: 100px;
    }
    .dropdown-content {
        position: absolute; 
        left: 0; 
        margin-left: 0;
    }
    .banner-content-section {
        flex-direction: row;
    }
    .banner-text-container {
        max-width: 50%;
    }
    .banner-image-container {
        max-width: 50%;
    }
    .filipina-content-section {
        flex-direction: row;
    }
    .filipina-text-container {
        max-width: 50%;
    }
    .filipina-image-container {
        max-width: 50%;
    }
    .footer .container {
        justify-content: center;
    }

    .footer .container div {
        min-width: 250px;
        text-align: left;
    }

    .footer .shop-now h3,
    .footer .navigation h3,
    .footer .join-pack h3 {
        text-align: center;
    }

    .footer .shop-now img {
        margin: 0 auto;
        height: 50px;
    }
    .footer .join-pack button {
        width: calc(110% - 35px);
    }

    .golden-line-footer {
        height: 4px;
        background-color: #C49F24;
        margin: 0;
        padding: 0;
    }
}
/* For iPad */
@media (min-width: 768px) and (max-width: 1366px) {
    .header {
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin-top: 15px;;
        padding-bottom: 8px;
    }
    .header img {
        margin-top: 10px;
        max-height: 50px;
        margin-right: 65px;
    }
    .nav {
        flex-direction: row;
        gap: 15px;
        margin: 30px 0 0 0;
        width: 100%;
        text-align: center; 
    }
    .nav a {
        font-size: 35px; 
    }
    .search-bar {
        width: 30%;
        margin: 10px 0;
    }
    .golden-section {
        padding: 10px 0;
    }
    .banner-content-section {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }
    .banner-image-container {
        display: flex;
        justify-content: center;
        flex: 1;
    }
    .banner-text-container {
        text-align: left;
        flex: 1;
        align-items: center;
    }
    .nothing-content-section {
        flex-direction: row;
        align-items: center;
        text-align: center;
    }
    .nothing-image-container {
        display: flex;
        justify-content: center;
        flex: 1;
    }
    .nothing-text-container {
        text-align: center;
        flex: 1;
    }
    .filipina-content-section {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }
    .filipina-image-container {
        display: flex;
        justify-content: center;
        flex: 1;
        margin-left: 30px;
        max-width: 100%;
        overflow: hidden;
    }
    .filipina-image-container img {
        max-width: 100%;
        height: auto;
    }
    .filipina-text-container {
        text-align: left;
        flex: 1;
    }
    .footer .container {
        justify-content: space-between;
        padding: 0 50px;
    }
    .footer .container div {
        min-width: 220px;
        text-align: left; 
        margin: 0 40px; 
    }
    .footer .shop-now h3,
    .footer .sitemap h3,
    .footer .join-pack h3 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center; 
    }
    .footer .shop-now img {
        margin: 0 auto; 
        height: 50px; 
    }
    .footer .join-pack input,
    .footer .join-pack button {
        width: 100%;
        max-width: 100%;
        margin: 10px 0; 
        box-sizing: border-box; 
    }
    .golden-line-footer {
        height: 4px;
        background-color: #C49F24;
        margin: 0;
        padding: 0;
    }
}

/* Mobile styles */
@media (max-width: 600px) {
    .header {
        flex-direction: column;
        align-items: center;
        padding: 10px;
        margin-top: 19px;
    }
    .header img {
        margin-top: 10px;
        margin: 0;
        max-height: 50px;
    }
    .nav {
        flex-direction: row;
        justify-content: center;
        margin: 10px 0;
        gap: 20px;
    }
    .nav a {
        font-size: 24px;
        margin-left: 20px;
        gap: 30px;
        align-items: center;
        justify-content: space-between;
    }
    .search-bar {
        width: 90%;
        margin: 10px 0;
    }
    .search-bar input {
        width: calc(100% - 30px); 
    }
    .banner-content-section {
        flex-direction: column;
        align-items: center;
    }
    .banner-text-container {
        max-width: 100%;
        text-align: center;
    }
    .banner-image-container {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .nothing-content-section {
        flex-direction: column;
        align-items: center;
    }
    .nothing-text-container {
        max-width: 100%;
        text-align: center;
    }
    .nothing-image-container {
        max-width: 100%;
    }

    .filipina-content-section {
        flex-direction: column;
        align-items: center;
    }
    .filipina-text-container {
        max-width: 100%;
        text-align: center;
    }
    .filipina-image-container {
        max-width: 100%;
        display: flex;
        margin-left: 38px;
        justify-content: center;
    }
    .golden-section {
        margin-top: 0;
        padding: 20px 0px;
        height: 0;
    }
    .footer .container div {
        margin: 10px 0;
    }
    .footer .join-pack input,
    .footer .join-pack button {
        width: 100%;
        max-width: 100%;
        margin: 10px 0; 
        box-sizing: border-box; 
    }
    .social-icons i {
        font-size: 20px;
        margin: 0 5px;
    }
}

@media (min-width: 601px) and (max-width: 766px) { 
    .banner-content-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .banner-image-container {
        display: flex;
        justify-content: center;
    }
    .banner-text-container {
        text-align: center;
    }
    .nothing-content-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .nothing-image-container {
        display: flex;
        justify-content: center;
    }
    .nothing-text-container {
        text-align: center;
    }
    .filipina-content-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .filipina-image-container {
        display: flex;
        justify-content: center;
    }
    .filipina-text-container {
        text-align: center;
    } 
    .footer .join-pack input,
    .footer .join-pack button {
        width: 100%;
        max-width: 100%;
        margin: 10px 0; 
        box-sizing: border-box; 
    }
}