
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

/* Hide video container when video source is empty - prevents play button from showing in Safari */
/* Remove this rule or add a video source to show the video */
.video-container {
    display: none !important;
}

@font-face {
    font-family: Chevalon;
    src: url(../fonts/Chevalon-Medium.otf);
}

@font-face {
    font-family: 'Chevalon-Light';
    src:
    url('../fonts/Chevalon-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Chevalon-SemiBold';
    src:
    url('../fonts/Chevalon-SemiBold.otf') format('opentype');
}
@font-face {
    font-family: 'Chevalon-Medium';
    src:
    url('../fonts/Chevalon-Medium.otf') format('opentype');
}

.expand-to-fill {
    width: 100%;
    height: 60vh;
    max-height: 60vh;
    min-height: 320px;
    border-top-right-radius: 5000px;
    animation: expandToFill 350ms forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}

@keyframes expandToFill {
    to {
        width: 100%;
        height: 60vh;
        max-height: 60vh;
        bottom: 0;
        left: 0;
        border-top-right-radius: 0%;
    }
}

.bobbing {
    animation: bobbingAnimation 1000ms ease-in-out infinite;
}

@keyframes bobbingAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes underlineExpand {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.hover-effect {
    cursor: pointer;
}

/* .fish-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */

/* Styles for screens with min-width: 601px and max-width: 700px */
@media only screen and (min-width: 601px) and (max-width: 700px) {
    .fish-image {
        height: 275px;
        /* Additional styles for this size */
    }
}

/* Styles for screens with min-width: 701px and max-width: 800px */
@media only screen and (min-width: 701px) and (max-width: 800px) {
    .fish-image {
        height: 375px;
        /* Additional styles for this size */
    }
}

/* Styles for screens with min-width: 801px and max-width: 900px */
@media only screen and (min-width: 801px) and (max-width: 900px) {
    .fish-image {
        height: 340px;
        /* Additional styles for this size */
    }
}

/* Styles for screens with min-width: 901px and max-width: 1000px */
@media only screen and (min-width: 901px) and (max-width: 1000px) {
    .fish-image {
        height: 340px;
        /* Additional styles for this size */
    }
}

/* Styles for screens with min-width: 1001px and max-width: 1100px */
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
    .fish-image {
        height: 340px;
        /* Additional styles for this size */
    }
}

/* Styles for screens with min-width: 1101px and max-width: 1200px */
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
    .fish-image {
        height: 350px;
        /* Additional styles for this size */
    }
}

/* Styles for screens with min-width: 1201px and max-width: 1300px */
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .fish-image {
        height: 375px;
        /* Additional styles for this size */
    }
}

/* Styles for screens with min-width: 1301px and max-width: 1400px */
@media only screen and (min-width: 1301px) and (max-width: 1400px) {
    .fish-image {
        height: 385px;
        /* Additional styles for this size */
    }
}

/* Styles for screens with min-width: 1401px and max-width: 1500px */
@media only screen and (min-width: 1401px) and (max-width: 1500px) {
    .fish-image {
        height: 385px;
        /* Additional styles for this size */
    }
}

/* Styles for screens with min-width: 1501px and max-width: 1600px */
@media only screen and (min-width: 1501px) and (max-width: 1600px) {
    .fish-image {
        height: 400px;
        /* Additional styles for this size */
    }
}

.dropdown-navigation-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 50px;
    width: 120px;
    display: none !important;
}

.close-dropdown-navigation {
    padding: 22px 28px;
    right: 0;
    position: absolute;
}

.dropdown-navigation-contact {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 25px;
}

.dropdown-navigation-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dropdown-navigation-item  a {
    color: #064273 !important;
    text-decoration: none;
    font-family: "Chevalon-SemiBold";
    font-size: 29.07px;
    font-style: normal;
    font-weight: 800;
    line-height: 47px;
    display: inline-block;
    padding: 14px 0;
    width: 100%;
    text-align: center;
}

.expanded-navigation {
    padding-top: 32px;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.mb-5 {
    margin-bottom: 45px !important;
}

.mb-6 {
    margin-bottom: 30px !important;
}

.mb-7 {
    margin-bottom: 35px !important;
}

.mb-8 {
    margin-bottom: 40px !important;
}

.mb-9 {
    margin-bottom: 45px !important;
}

.mr-1 {
    margin-right: 5px !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.mr-3 {
    margin-right: 15px !important;
}

/* Font specifc media queries */

@media (max-width: 319px) {
    .fish-name {
        font-size: 40px;
    }

    .spec p {
        font-size: 12px;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .fish-name {
        font-size: 40px;
    }

    .spec p {
        font-size: 12px;
    }
}

@media (min-width: 361px) and (max-width: 389px) {
    .fish-name {
        font-size: 40px;
    }

    .spec p {
        font-size: 14px;
    }
}

@media (min-width: 390px) and (max-width: 479px) {
    .fish-name {
        font-size: 50px;
    }

    .spec p {
        font-size: 14px;
    }
}

@media (min-width: 480px) and (max-width: 599px) {  /* Added this query */
    .fish-name {
        font-size: 45px;  /* You can adjust this font-size value as needed */
    }

    .spec p {
        font-size: 14px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .fish-name {
        font-size: 50px;  /* You can adjust this font-size value as needed */
    }

    .spec p {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .fish-name {
        font-size: 60px;
    }

    .spec p {
        font-size: 14px;
    }
}


@media only screen and (max-width: 600px) {
    .navigation_tempoary {
        margin: 15px;
    }

    .fish-profile-photos {
        margin-bottom: 30px;
        width: 100%;
        max-width: 480px;
        height: auto;
        object-fit: contain;
        border-radius: 6px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-flex {
        flex-direction: column !important;
    }

    .footer {
        padding: 55px 35px 35px 35px;
    }
    .products-page-wrapper {
        background: #FDE8D8;
        /* z-index: 99999999999999999999999999999999;
        position: fixed; */
    }

    .story-heading {
        margin-bottom: 10px;
    }

    .main-story {
        padding: 0 16px;
        flex-direction: column;
        gap: 40px;
    }

    .main-story:first-child {
        padding-top: 64px;
    }
    
    .main-story:last-child {
        padding-bottom: 64px;
    }
    
    /* Ensure sections stack properly on mobile */
    section.about-main {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    section.about-main + section.about-main {
        margin-top: 0;
    }

    .our-story-image {
        border-radius: 3px;
        width: 100%;
    }

    .focus {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .mobile-hide {
        display: none !important;
    }

    .header-main {
        /* flex-direction: row;
        justify-content: space-between;
        align-items: center;
        display: flex;
        text-decoration: none; */
    }

    .fish-name {
        width: calc(100vw - 16px - 16px);
    }

    .fish-image {
        width: 100%;
    }

    .hero-main {
        /* padding: 16px; */
        padding-top: 70px;
        /* height: calc(100vh - 70px); */
        height: calc((var(--vh, 1vh) * 100) - 70px);
    }

    .about-main {
        /* Removed gap - sections now stack naturally at 100vh each */
    }
    
    /* Mobile: Make full-height sections auto-height for better mobile experience */
    .full-height {
        height: auto !important;
        min-height: auto !important;
        padding: 60px 16px !important;
    }
    
    #our-story.full-height,
    #services.full-height,
    #products.full-height,
    #vessels.full-height,
    #certifications.full-height {
        height: auto !important;
        min-height: auto !important;
        padding: 60px 16px !important;
        justify-content: flex-start !important;
    }
    
    /* Services and products - allow scrolling on mobile if needed */
    #services.full-height,
    #products.full-height {
        overflow: visible !important;
        max-height: none !important;
    }
    
    /* Vessels and certifications - ensure proper spacing on mobile */
    #vessels.full-height,
    #certifications.full-height {
        overflow: visible !important;
        max-height: none !important;
    }

    .inner {
        width: calc(100vw - 32px);
        flex: 0 0 calc(100vw - 32px);
        scroll-snap-align: start;
    }    
    
    .fish-slideshow {
        scroll-snap-type: x mandatory;
        width: calc(100vw - 16px - 16px);
    }

    .explore {
        margin-bottom: 20px;
    }

    .about-page-wrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /* Make the Our Catches dropdown behave like the normal products list on small screens */
    #our-catches.expand-to-fill {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        min-height: auto !important;
        border-top-right-radius: 0 !important;
        animation: none !important;
    }

}

@media screen and (max-width: 600px) {
    .video-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
    }
    
    .main-video-hero {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .hero-main-header {
        position: absolute;
        z-index: 1;
        top: 50%;
        padding: 0 16px;
    }
    .hero-main-header h1 {
        font-size: 40px;
        width: 100%;
        line-height: 100%;
        text-align: left;
    }

    .hero-main-header p {
        font-size: 20px;
        width: 100%;
        line-height: 100%;
        text-align: left;
        font-family: "Chevalon-SemiBold";
        color: #FDE8D8;
        text-decoration: underline;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 601px) {

    .fishPhoto img {
        height: 70%;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        border-radius: 8px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .fish-profile-photos {
        height: auto;
        width: 100%;
        max-width: 640px;
        object-fit: contain;
        border-radius: 8px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .navigation_tempoary {
        margin: 12px 44px;
    }

    .hero-main-header {
        z-index: 1;
        position: absolute;
        top: 40%;
        padding: 0 50px;
    }
    .hero-main-header h1 {
        font-size: 70px;
        width: 65%;
        line-height: 100%;
        text-align: left;
        font-family: "Chevalon-SemiBold";
        margin-bottom: 20px;
    }

    .hero-main-header p {
        font-size: 30px;
        width: 75%;
        line-height: 100%;
        text-align: left;
        font-family: "Chevalon-SemiBold";
        font-weight: 600;
        color: #FDE8D8;
        text-decoration: underline;
        cursor: pointer;
    }

    .mobile-flex {
        flex-direction: row !important;
    }

    .footer {
        padding: 35px 60px 35px 60px;
    }
    .fish-slideshow {
        margin-top: 105px;
    }
    .products-page-wrapper {
        background: #FDE8D8;
        z-index: 9999;
        position: fixed;
    }

.full-height {
    height: 100vh !important;
    min-height: 100vh !important;
    width: 100% !important;
    box-sizing: border-box;
    position: relative !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0;
    clear: both;
    float: none;
}

#our-story.full-height,
#services.full-height,
#products.full-height,
#vessels.full-height,
#certifications.full-height {
    height: 100vh !important;
    min-height: 100vh !important;
    width: 100% !important;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative !important;
    margin: 0 !important;
    clear: both;
}

/* Override justify-content for products to prevent top cutoff */
#products.full-height {
    justify-content: flex-start;
}

/* Specific fixes for services and products sections */
#services.full-height,
#products.full-height {
    overflow: visible;
    max-height: none;
    flex-shrink: 0;
    flex-grow: 0;
    justify-content: flex-start;
    padding-top: 84px;
    padding-bottom: 84px;
}

/* Ensure vessels and certifications are separate sections */
#vessels.full-height,
#certifications.full-height {
    overflow: visible !important;
    max-height: 100vh !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    height: 100vh !important;
    min-height: 100vh !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.about-main {
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer {
    margin-top: 0;
}

    .custom-height {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .custom-height-first-child {
        padding-top: 160px !important;
    }

    .custom-height-last-child {
        padding-bottom: 160px !important;
    }
    
    .story-heading {
        margin-bottom: 20px;
    }

    .black-header {
        font-size: 55px !important;
    }

    .blue-header {
        font-size: 44px !important;
        color: #064273;
    }

    .service-list {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 40px !important;
    }

    .service-detail {
        max-width: 350px;
    }

    .our-story-image {
        border-radius: 3px;
        height: 350px;
    }

    .vessel-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 45px !important;
    }

    .vessel-photo {
        height: 350px;
    }

    .fish-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px 20px !important;
        row-gap: 60px !important;
        align-items: stretch;
    }
    
    .fish-profile-link {
        height: 100%;
        display: flex;
    }

    .fish-profile {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .fish-profile img {
        width: 100%;
        height: 200px;
        object-fit: contain;
        flex-shrink: 0;
        margin-top: auto;
    }
    
    .fish-profile .name {
        flex-shrink: 0;
    }
    
    .fish-profile .fish-details {
        flex-shrink: 0;
    }
    
    /* .about-main {
        gap: 160px;
    } */

    .main-story {
        padding: 0 194px;
        /* flex-direction: row !important; */
    }

    .main-story:first-child {
        padding-top: 84px;
    }
    
    .main-story:last-child {
        padding-bottom: 84px;
    }

    .desktop-hide {
        display: none !important;
    }

    .hero-fish {
        margin-top: 70px;
    }

    .fish-image {
        height: 475px;
    }

    .fish-name {
        width: calc(100vw - 180px);
        font-size: 120px;
    }
    
    /* .hero-main-header {
        position: absolute;
        z-index: 1;
        top: 50%;
        padding: 0 16px;
    }
    .hero-main-header h1 {
        font-size: 40px;
        width: 100%;
        line-height: 100%;
        text-align: left;
    }

    .hero-main-header p {
        font-size: 16px;
        width: 100%;
        line-height: 100%;
        text-align: left;
        font-family: "Chevalon-SemiBold";
        color: #FDE8D8;
        text-decoration: underline;
    } */


    .header-main {
        /* flex-direction: row;
        justify-content: space-around;
        align-items: center;
        top: 0px;
        display: flex;
        text-decoration: none; */
    }

    .hero-main {
        height: 100vh;
        /* padding: 0 90px; */
    }

    .inner {
        width: calc(100vw - 180px);
    }    

    .fish-specification {
        justify-content: center !important;
        gap: 55px;
    }

    .explore {
        margin-bottom: 30px;
    }

}

.medium-bold {
    color: #FDE8D8;
    text-align: center;
    font-family: "Chevalon-SemiBold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 17.6px */
}

html, body {  
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

h1 {
    margin: 0;
    color: #FDE8D8;
    text-align: center;
    font-family: "Chevalon-SemiBold";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 77.778% */
    user-select: none;
}

.slideshow img {
    height: 275px;
}

.hero-main {
    width: auto;
    display: flex;
    flex-direction: column;
    background-color: #064273;
}

/* .header-main-logo {
    width: 5px;
    height: auto;
} */

.header-links {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    flex-wrap: nowrap;
    align-items: center;
}

.header-links__item {
    text-decoration: none;
    /* padding-left: 20px; */
    transition: border-bottom 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
}

.header-links__item:hover {
    color:#FDE8D8; 
    text-decoration:none; 
    cursor:pointer;
    border-bottom-color: #FDE8D8;
}

a:hover {
    color:#FDE8D8; 
    text-decoration:none; 
    cursor:pointer;
}

.hero-banner {
    display: flex;
    font-family: "Poppins";
    width: 100%;
    height: 25px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    color: #FDE8D8;
    background-color: #064273;
    font-size: 12px;
}

.hero-fish{
    display: flex;
    font-family: "Chevalon-SemiBold";
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    color: #FDE8D8;
    font-size: 30px;
}

.explore {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.explore .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.medium {
    color: #FDE8D8;
    font-family: "Chevalon-SemiBold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    margin: 0;
}

.about-main {
    width: 100%;
    background-color: #F5FAFF;
    display: block;
    position: relative;
    overflow: visible;
    height: auto;
    min-height: auto;
}

/* Ensure each section in about-main stacks vertically */
.about-main > div.full-height {
    display: flex !important;
    position: relative !important;
    clear: both;
    float: none;
    page-break-inside: avoid;
    break-inside: avoid;
}

.about-main img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.about-main img:hover {
    transform: scale(1.02);
}

.services {
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
}

.black-header {
    color: #121212;
    text-align: center;
    font-family: "Chevalon-SemiBold";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
}

@keyframes css-12{
0%{
opacity:0
}
100%{
opacity:1
}
}
@keyframes css-0{
0%{
transform:translate3d(0,-10px,0);
pointer-events:none
}
100%{
transform:translate3d(0,0,0);
pointer-events:auto
}
}
.dropdown-expose {
    animation-name: css-0, css-12;
    animation-duration: 0.367s;
    animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
    animation-fill-mode: both;
}

.expand-to-fill.products-page-wrapper#our-catches,
#our-catches {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

#our-catches .dropdown-expose {
    width: min(760px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 48px 32px;
    margin: 0 auto 32px;
    box-sizing: border-box;
}

#our-catches .product-list {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 20px 0;
}

.expanded-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FDE8D8;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    inset: 0;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
}

.black-small-header {
    color: #121212;
    text-align: center;
    font-family: "Chevalon-SemiBold";
    font-size: 33px;
    font-weight: 600;
    margin: 0;
}

.blue-small-header {
    color: #064273;
    text-align: center;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0 20px;
}

.fish-name {
    color: #FDE8D8;
    text-align: center;
    font-family: "Chevalon-SemiBold";
    font-weight: 600;
    line-height: 1;
    /* position: absolute; */
}

.fish-specification {
    display: flex;  
    flex-direction: row;
    justify-content: space-between;
}

.fish-specification .spec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spec p {
    margin: 0;
    color: #FDE8D8;
    text-align: center;
    font-family: "Chevalon-SemiBold";
    font-weight: 600;
    /* line-height: 28px; */
}

.black-paragraph {
    color: #121212;
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
}

.blue-paragraph {
    color: #064273;
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.fish-slideshow {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
}

/* For Webkit browsers like Chrome, Safari */
.fish-slideshow::-webkit-scrollbar {
    display: none;
}

/* For Firefox */
.fish-slideshow {
    scrollbar-width: none;
    -ms-overflow-style: none;  /* IE 10+ */
}

.main-story{
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    box-sizing: border-box;
}

/* Ensure full-height sections stack properly and don't overlap */
.full-height.main-story {
    flex-shrink: 0;
    flex-grow: 0;
    overflow: visible;
}

@media only screen and (min-width: 601px) {
    /* .fish-image {
        height: 275px;
    } */

    .position-absolute {
        position: absolute;
    }

    .footer {
        display: flex;
        /* gap: 100px; */
        justify-content: space-between;
    }

    .contact-information {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .primary {
        flex: 1;
    }

    .secondary {
        flex: 2;
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: center;
    }
}

@media only screen and (max-width: 600px) {

    .certification-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .certification-list .parent {
        height: 120px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }


    .contact-information {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.service-detail {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: rgba(6, 66, 115, 0.04);
    border-radius: 12px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.service-detail:hover {
    transform: translateY(-4px);
    background-color: rgba(6, 66, 115, 0.06);
}

.service-detail svg {
    min-width: 35px;
    transition: transform 0.3s ease;
}

.service-detail:hover svg {
    transform: scale(1.1);
}

.service-detail .title {
    color: #121212;
    font-family: "Poppins";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.service-detail .description {
    color: rgba(1, 1, 1, 0.7);
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-left: 50px;
    margin-top: 8px;
}

.footer {
    background-color: #064273;
    /* padding: 55px 60px 35px 60px; */
}

.logo-description {
    color: #AEA096;
    font-family: "Poppins";
    font-size: 16.123px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.572px */
    letter-spacing: -0.161px;
}

.footer .logo {
    height: 75px;
}

.footer .bio {
    color: #FFF;
    font-family: Poppins;
    font-size: 24.185px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.social-networks {
    display: flex;
    flex-direction: row;
    gap: 18px ;
}

.social-networks img {
    height: 45px;
    width: 45px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.85;
}

.social-networks img:hover {
    transform: translateY(-4px) scale(1.1);
    opacity: 1;
}

.contact-information .inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-information .title {
    color: #FFF;
    font-family: "Poppins";
    font-size: 16.123px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.572px */
    letter-spacing: -0.161px;
    text-align: right;
}

.contact-information .description {
    color: #FFF;
    font-family: "Poppins";
    font-size: 16.123px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6; /* Comfortable line spacing */
    letter-spacing: -0.161px;
    margin-top: 4px;
    text-align: right;
}

.fish-details {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.navigation_product-list .fish-details {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    margin-top: 0;
    width: 100%;
    flex-shrink: 0;
}

@media screen and (min-width: 601px) {
    .navigation_product-list .fish-details {
        margin-top: 20px;
    }
}

.navigation_product-list .fish-details .border {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    border-left: 1px solid #064273;
    min-width: 120px;
}

.navigation_product-list .fish-details .border:first-child {
    border-left: none;
    padding-left: 0 !important;
}

.navigation_product-list .fish-details .border:last-child {
    border-right: none;
    padding-right: 0 !important;
}

.navigation_product-list .fish-details .border > div {
    text-align: center;
    width: 100%;
}

.border {
    padding: 0 15px;
    border-left: 1px solid black;
}

.border:first-child {
    border-left: none;
    padding-left: 0 !important;
}

.border:last-child {
    border-right: none;
    padding-right: 0 !important;
}

.blue-border {
    padding: 0 15px;
    border-left: 1px solid #064273;
}

.blue-border:first-child {
    border-left: none;
    padding-left: 0 !important;
}

.blue-border:last-child {
    border-right: none;
    padding-right: 0 !important;
}

.fish-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fish-profile {
    background-color: #FFF;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.3s ease;
    cursor: pointer;
    height: 100%;
}

.fish-profile:hover {
    transform: translateY(-6px);
}

.fish-profile img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 200px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: auto;
}

.fish-profile:hover img {
    transform: scale(1.05);
}

.fish-profile-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    height: 100%;
}

.fish-profile .name {
    color: #020414;
    text-align: center;
    font-family: "Chevalon-SemiBold";
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; 
}

.fish-profile .description {
    color: #000;
    text-align: center;
    font-family: "Chevalon-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; 
}

.fish-profile .fish-details {
    font-size: 14px;
}

.fish-profile .fish-details .border {
    font-size: 14px;
}

.fish-profile .fish-details .border > div {
    font-size: 14px;
}

/* V2 */

.header-main {
    font-family: "Chevalon-SemiBold";
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.header_blue {
    background: #064273;
    color: #FDE8D8;
}

.header_blue a {
    color: #FDE8D8;
    text-decoration: none;
    font-family: "Chevalon-SemiBold";
    font-size: 21.802px;
    font-style: normal;
    font-weight: 800;
    line-height: 25.436px;
}

.header_sand {
    background:#FDE8D8; 
    color: #064273;
}

.header_sand a {
    color: #064273;
    text-decoration: none;
    font-family: "Chevalon-SemiBold";
    font-size: 21.802px;
    font-style: normal;
    font-weight: 800;
    line-height: 25.436px;
}

.header_lightblue {
    background: #e0f0ff;
    color: #FDE8D8;
}

.header_lightblue a {
    color: #064273;
    text-decoration: none;
    font-family: "Chevalon-SemiBold";
    font-size: 21.802px;
    font-style: normal;
    font-weight: 800;
    line-height: 25.436px;
}

.navigation_products::-webkit-scrollbar {
    display: none;
}

.navigation_products {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 180ms ease, transform 180ms ease;
    pointer-events: none;
}

.navigation_products.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.navigation_products .prompt_right {
    cursor: pointer;
    animation-name: css-0, css-12;
    animation-duration: 0.367s;
    animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
    animation-fill-mode: both;
    background: #064273;
    height: 45px;
    width: 45px;
    min-width: 45px;
    border-radius: 50%;
    position: sticky;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.navigation_products .prompt_right svg {
    fill: #FDE8D8;
}

.navigation_products .prompt_left {
    cursor: pointer;
    animation-name: css-0, css-12;
    animation-duration: 0.367s;
    animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
    animation-fill-mode: both;
    background: #064273;
    height: 45px;
    width: 45px;
    min-width: 45px;
    border-radius: 50%;
    position: sticky;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.navigation_products .prompt_left svg {
    fill: #FDE8D8;
}

/* Mobile */
@media screen and (max-width: 600px) {
    .navigation_products .prompt_left {
        display: none;
    }

    .navigation_products .prompt_right {
        display: none;
    }

    .navigation_products {
        animation-name: css-0, css-12;
        animation-duration: 0.367s;
        animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
        animation-fill-mode: both;
        display: flex; 
        flex-direction: column; 
        overflow-y: auto;
        padding: 30px 8px;
        position: relative;
    }

    .navigation_product-list {
        user-select: none;
        padding: 24px 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        /* min-width: calc(100vw/3 - 48px - 16px); */
        max-width: 300px;
        justify-content: flex-start;
    }

    .navigation_product-list-border {
        border-bottom: 1px solid #064273;
    }

    .navigation_product-list .image {
        margin: 10px 0;
        width: 200px;
    }

    .navigation_product-list .name {
        color: #064273;
        text-align: center;
        font-family: "Chevalon-SemiBold";
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 20.677px; /* 116.667% */
        position: relative;
        display: inline-block;
    }

    .navigation_product-list:hover .name::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #064273;
        animation: underlineExpand 0.6s ease-out forwards;
    }

    .navigation_product-list .sub-name {
        color: #064273;
        text-align: center;
        font-family: "Chevalon-SemiBold";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20.677px; /* 116.667% */ 
    }

    .navigation_product-list .description {
        color: #064273;
        text-align: center;
        font-family: "Chevalon-SemiBold";
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: 13.046px; /* 140% */
    }
}

/* Desktop */
@media screen and (min-width: 601px) {
    .navigation_products {
        animation-name: css-0, css-12;
        animation-duration: 0.367s;
        animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
        animation-fill-mode: both;
        display: flex; 
        flex-direction: row; 
        overflow-y: auto;
        padding: 30px 8px;
        position: relative;
        align-items: flex-start;
    }

    .navigation_product-list {
        user-select: none;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        min-width: calc(100vw/3 - 48px - 16px);
        justify-content: flex-start;
        height: 100%;
    }

    .navigation_product-list-border {
        border-right: 1px solid #064273;
    }

    .navigation_product-list .image {
        margin: 20px 0;
        width: 290px;
        height: 200px;
        object-fit: contain;
        flex-shrink: 0;
    }

    .navigation_product-list .name {
        color: #064273;
        text-align: center;
        font-family: "Chevalon-SemiBold";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 20.677px; /* 116.667% */
        position: relative;
        display: inline-block;
    }

    .navigation_product-list:hover .name::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #064273;
        animation: underlineExpand 0.6s ease-out forwards;
    }

    .navigation_product-list .sub-name {
        color: #064273;
        text-align: center;
        font-family: "Chevalon-SemiBold";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20.677px; /* 116.667% */ 
    }

    .navigation_product-list .description {
        color: #064273;
        text-align: center;
        font-family: "Chevalon-SemiBold";
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 13.046px; /* 140% */
    }
}










.vessel-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.vessel-profile {
    transition: transform 0.3s ease;
}

.vessel-profile:hover {
    transform: translateY(-6px);
}

.vessel-profile .vessel-photo {
    border-radius: 12px;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.vessel-profile:hover .vessel-photo {
    /* Shadow removed */
}

.vessel-details {
    color: #064273;
    text-align: center;
    font-family: "Chevalon-SemiBold";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
}

.certification-list {
    margin-top: 40px;
    margin-bottom: 40px;
}

.certification-list img {
    width: 100px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(20%);
}

.certification-list img:hover {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.certificate-learn-more {
    color: #064273;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0;
    padding: 12px 32px;
    background-color: rgba(6, 66, 115, 0.08);
    border-radius: 8px;
    display: inline-block;
    transition: all 0.3s ease;
}

.certificate-learn-more:hover {
    background-color: #064273;
    color: #FDE8D8;
    transform: translateY(-2px);
}

.enquire-now-button {
    color: #064273;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0;
    padding: 12px 32px;
    background-color: rgba(6, 66, 115, 0.08);
    border-radius: 8px;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.enquire-now-button:hover {
    background-color: #064273;
    color: #FDE8D8;
    transform: translateY(-2px);
}

.products-page-wrapper .fish-title {
    color: #064273;
    font-family: "Chevalon-SemiBold";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
}

.products-page-wrapper .fish-details-container {
    display: flex;
    color: #064273;
    text-align: center;
    font-family: "Chevalon-SemiBold";
    font-style: normal;
    font-weight: 600;
    line-height: 13.071px;
}


.products-page-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-list {
    border-bottom: 1.5px solid #064273;
    padding: 18px 0;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.product-list:first-child {
    padding-top: 0;
}

.product-list:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.product-list img {
    max-width: 200px;
    height: auto;
    width: 100%;
}

.blue {
    color: #064273;
}

.tan-color {
    color: #FDE8D8;
}

@media screen and (max-width: 600px) {
    .video-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
    }
    
    .main-video-hero {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mobile-force-left-align {
        text-align: left !important;
    }

    .products-page-wrapper {
        padding: 94px 24px 34px 24px;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }

    .products-page-wrapper .fish-title {
        margin-bottom: 5px;
    }

    .products-page-wrapper .fish-details-container {
        font-size: 10px;
    }

    /* Center fish lists (Our Catches dropdown + Products page) on small screens */
    .products-page-wrapper .product-list {
        width: calc(100% - 0px);
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    #our-catches .dropdown-expose {
        width: 100%;
        padding: 32px 16px;
        gap: 32px;
    }
}

@media only screen and (min-width: 601px) {
    .desktop-force-left-align {
        text-align: left !important;
    }
    
    .desktop-force-left-align.blue-small-header {
        text-align: left !important;
        padding: 0 !important;
    }

    .desktop_column-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .certification-list {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 60px;
    }

    .product-list {
        display: flex;
        align-items: center;
        gap: 80px;
        padding: 24px 0 !important;
        justify-content: center;
    }

    .products-page-wrapper {
        height: 100vh;
        /* padding: 0 104px; */
        justify-content: center;
        margin-top: 45px;
    }

    .products-page-wrapper .fish-title {
        width: 280px;
    }

    .products-page-wrapper .fish-details-container {
        font-size: 13px;
        align-items: center;
    }
}

.contact-us-header {
    color: #FDE8D8;
    font-family: "Chevalon-SemiBold";
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 0.8;
}

.contact-us-header-small {
    color: #FDE8D8;
    font-family: "Chevalon-SemiBold";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 0.8;
}

.contact-us-description {
    color: #FDE8D8;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.contact-us-form {
    display: flex;
    flex-direction: column;
}

.contact-us-form input, textarea {
    font-family: "Poppins";
    font-size: 16px;
    background-color: #FFF;
    border-radius: 10px;
    padding: 15px 15px;
    border: none;
}

.contact-us-form button {
    border-radius: 10px;
    background: #E64B37;
    font-family: "Poppins";
    font-size: 15px;
    padding: 12px 16px;
    border: none;
    color: #FFF;
    min-height: 52px;
    width: 100%;
}

.contact-us-social-contact {
    padding: 20px;
    background-color: #FFF;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 360px;
}

#page-fader {
    position: fixed;
    inset: 0;
    background: #e0f0ff;
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
    z-index: 9999;
}

#page-fader.is-visible {
    opacity: 1;
    pointer-events: auto;
}

/* ========================================
   TABLET RESPONSIVE STYLES (601px - 1024px)
   ======================================== */

@media screen and (min-width: 601px) and (max-width: 1024px) {
    /* Navigation - Show hamburger menu on tablets */
    .mobile-hide.header-links {
        display: none !important;
    }
    
    .mobile-hide.header-main__button {
        display: none !important;
    }
    
    .desktop-hide {
        display: block !important;
    }
    
    .navigation_tempoary {
        margin: 12px 24px;
    }
    
    /* Hero Section */
    .hero-main-header h1 {
        font-size: 50px;
        width: 85%;
    }
    
    .hero-main-header p {
        font-size: 24px;
    }
    
    /* Full Height Sections - Tablet adjustments */
    .full-height {
        height: auto;
        min-height: auto;
        padding: 80px 24px;
    }
    
    #our-story.full-height,
    #services.full-height,
    #products.full-height,
    #vessels.full-height,
    #certifications.full-height {
        height: auto;
        min-height: auto;
        padding: 80px 24px;
        justify-content: flex-start;
    }
    
    /* Main Story Section - Stack on tablets */
    .main-story {
        padding: 0 48px;
        flex-direction: column !important;
        gap: 40px;
    }
    
    .main-story:first-child {
        padding-top: 84px;
    }
    
    .main-story:last-child {
        padding-bottom: 84px;
    }
    
    .our-story-image {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
    
    /* Services Grid - 2 columns on tablet */
    .service-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 32px !important;
    }
    
    .service-detail {
        max-width: 100%;
    }
    
    .service-detail .description {
        margin-left: 0;
        margin-top: 8px;
    }
    
    /* Fish List - Single column on tablet for better readability */
    .fish-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .fish-profile {
        max-width: 100%;
    }
    
    .fish-profile-photos {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }
    
    /* Vessels - 2 columns */
    .vessel-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }
    
    .vessel-photo {
        height: 280px;
    }
    
    /* Headers */
    .black-header {
        font-size: 42px !important;
    }
    
    .blue-header {
        font-size: 36px !important;
    }
    
    .black-small-header {
        font-size: 28px;
    }
    
    /* Products Page */
    .products-page-wrapper {
        padding: 24px 32px;
        padding-top: 94px !important;
        align-items: center;
        gap: 16px;
    }
    
    .product-list {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .product-list img {
        width: 200px;
        height: auto;
    }
    
    .products-page-wrapper .fish-title {
        width: auto;
        text-align: center;
    }
    
    .products-page-wrapper .fish-details-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    
    /* Footer - Stack on tablet */
    .footer {
        flex-direction: column;
        gap: 40px;
        padding: 40px 48px;
    }
    
    .secondary {
        justify-content: flex-start;
    }
    
    /* Certification List */
    .certification-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px !important;
    }
    
    .certification-list img {
        width: 120px;
    }
    
    /* Fish Slideshow */
    .fish-name {
        font-size: 80px;
        width: calc(100vw - 96px);
    }
    
    .inner {
        width: calc(100vw - 96px);
    }
    
    .fish-image {
        height: 320px;
    }
    
    /* Navigation Products Dropdown */
    .navigation_products {
        flex-direction: column;
        padding: 24px 16px;
    }
    
    .navigation_product-list {
        min-width: auto;
        padding: 16px;
        border-right: none !important;
        border-bottom: 1px solid #064273;
    }
    
    .navigation_product-list:last-child {
        border-bottom: none;
    }
    
    .navigation_product-list .image {
        width: 200px;
        margin: 12px 0;
    }
    
    .navigation_product-list .name {
        font-size: 26px;
    }
    
    .navigation_products .prompt_left,
    .navigation_products .prompt_right {
        display: none;
    }
    
    /* Custom Height Adjustments */
    .custom-height {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    .custom-height-first-child {
        padding-top: 100px !important;
    }
    
    .custom-height-last-child {
        padding-bottom: 100px !important;
    }
    
    /* Full Height */
    .full-height {
        height: 100vh;
        min-height: 100vh;
        padding: 60px 0;
    }
    
    #our-story.full-height,
    #services.full-height,
    #products.full-height,
    #vessels.full-height,
    #certifications.full-height {
        height: 100vh;
        min-height: 100vh;
    }
    
    /* Contact Page */
    .contact-us-header {
        font-size: 48px;
        text-align: center;
    }
    
    .contact-us-description {
        text-align: center;
    }
    
    .contact-us-social-contact {
        max-width: 100%;
        justify-content: center;
    }
}

/* ========================================
   SMALL TABLET / LARGE PHONE (601px - 768px)
   ======================================== */

@media screen and (min-width: 601px) and (max-width: 768px) {
    /* Even more compact styles for smaller tablets */
    .hero-main-header h1 {
        font-size: 42px;
        width: 90%;
    }
    
    .hero-main-header p {
        font-size: 20px;
    }
    
    .main-story {
        padding: 0 24px;
    }
    
    .service-list {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
    
    .fish-list {
        grid-template-columns: 1fr !important;
    }
    
    .vessel-list {
        grid-template-columns: 1fr !important;
    }
    
    .certification-list {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px !important;
    }
    
    .black-header {
        font-size: 36px !important;
    }
    
    .fish-name {
        font-size: 60px;
    }
    
    .fish-image {
        height: 280px;
    }
    
    .footer {
        padding: 40px 24px;
    }
}

/* ========================================
   ABOUT PAGE TABLET STYLES (601px - 1024px)
   ======================================== */

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .about_section {
        flex-direction: column !important;
        gap: 40px !important;
        align-items: flex-start !important;
    }
    
    .about_list {
        width: 90% !important;
    }
    
    .about_container {
        padding: 0 24px !important;
    }
    
    .our-story-image {
        width: 100% !important;
        height: 300px !important;
        object-fit: cover;
    }
    
    .map_section {
        gap: 30px !important;
    }
    
    .locations_split {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }
    
    .locations_row {
        gap: 12px !important;
    }
    
    .about_world_map_interactive {
        height: 350px !important;
    }
}

@media screen and (max-width: 768px) {
    .navigation_tempoary {
        margin: 12px 18px;
    }

    .about_section {
        flex-direction: column;
        gap: 32px;
        align-items: flex-start;
    }

    .about_list {
        gap: 40px;
        width: 100%;
    }

    .map_section {
        gap: 30px;
    }

    .locations_split {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .locations_row {
        gap: 12px;
    }

    .products-page-wrapper {
        align-items: center;
        gap: 18px;
        justify-content: center;
        width: 100%;
    }

    .expanded-navigation {
        padding-top: 24px;
    }

    .dropdown-navigation-logo {
        width: 90px;
        margin-top: 24px;
        display: none !important;
    }

    .product-list {
        text-align: center;
    }

    .product-list img {
        width: 180px;
        height: auto;
    }

    .products-page-wrapper .fish-details-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .products-page-wrapper .fish-details-container .blue-border {
        min-width: 140px;
    }

    .contact-us-header {
        font-size: 42px;
        text-align: center;
    }

    .contact-us-description {
        text-align: center;
    }

    .contact-us-social-contact {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }
}

/* Tablet and small laptop range */
@media only screen and (min-width: 601px) and (max-width: 900px) {
    .header-links {
        gap: 12px !important;
    }

    .header_blue a, 
    .header_sand a, 
    .header_lightblue a {
        font-size: 13px !important;
        line-height: 1.2 !important;
    }

    .navigation_tempoary {
        margin: 12px 12px !important;
    }
    
    .header-main__button a {
        font-size: 13px !important;
        padding: 6px 12px !important;
    }

    .header-links__item {
        white-space: nowrap;
    }

    .main-story {
        padding: 0 40px;
    }

    .service-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Medium desktop range */
@media only screen and (min-width: 901px) and (max-width: 1199px) {
    .header-links {
        gap: 1.8rem !important;
    }

    .header_blue a, 
    .header_sand a, 
    .header_lightblue a {
        font-size: 17px !important;
    }

    .navigation_tempoary {
        margin: 12px 25px !important;
    }

    .main-story {
        padding: 0 60px;
    }

    .service-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media only screen and (min-width: 1200px) {
    .main-story {
        padding: 0 194px;
    }

    .service-list {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Keep product fish images scaled within the viewport on all devices */
.products-page-wrapper .product-list img {
    width: clamp(140px, 55vw, 240px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .products-page-wrapper .product-list img {
        width: clamp(160px, 24vw, 220px);
    }
}

/* Alignment overrides for fish imagery (avoid stray left margins from other rules) */
.fish-profile-photos {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    object-fit: contain !important;
}

.fishContainer .fishPhoto img {
    display: block;
    margin: 0 auto;
}
