/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Ensure all images are visible */
img {
    opacity: 1 !important;
    visibility: visible !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* Override Bootstrap container for larger screens */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
}

.section-subtitle {
    font-family: "Shadows Into Light Two", cursive;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.6px;
    color: #FEAF38;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.section-title {
    font-family: "Big Shoulders Text", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #072E6F;
    text-align: center;
    margin-bottom: 30px;
}

.section-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    max-width: 600px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.btn-primary {
    background: #F6B024;
    color: white;
}

.hero .btn-primary {
    color: black;
}

.btn-primary:hover {
    background: #d4a01f;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(246, 176, 36, 0.3);
}

/* Navbar Contact Us Button Styling */
.navbar .btn-primary {
    background: #F6B024 !important;
    color: #FFF !important;
    font-family: "Alegreya Sans", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 21px !important;
    text-transform: uppercase !important;
    padding: 8px 20px !important;
    border-radius: 0 !important;
    border: none !important;
}


.btn-large {
    padding: 18px 40px;
    font-size: 16px;
}

/* Header */
.navbar.fixed-top {
    background: white !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1030 !important;
}

.navbar-brand {
    text-decoration: none;
}

.logo-image {
    height: 50px;
    width: auto;
    max-width: 200px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo-emblem {
    position: relative;
    width: 80px;
    height: 80px;
}

.logo-fish {
    position: relative;
    width: 100%;
    height: 100%;
}

.fish-body {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 20px;
    background: #1a365d;
    border-radius: 20px 5px 5px 20px;
    transform: rotate(-15deg);
}

.fish-tail {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 15px solid #1a365d;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: rotate(15deg);
}

.fish-fin {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 8px;
    height: 12px;
    background: #1a365d;
    border-radius: 0 4px 4px 0;
    transform: rotate(-45deg);
}

.logo-text-arc {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
    font-weight: 600;
    color: white;
    text-align: center;
    white-space: nowrap;
    background: #1a365d;
    padding: 2px 6px;
    border-radius: 10px;
}

.logo-vlank {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
    font-weight: 600;
    color: white;
    background: #333;
    padding: 2px 8px;
    border-radius: 10px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.logo-romesha {
    color: #1a365d;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.logo-seafood {
    color: #1a365d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.navbar-nav .nav-link {
    color: #1a365d !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    padding: 10px 15px !important;
}

.navbar-nav .nav-link:hover {
    color: #00517F !important;
}

.navbar-nav .nav-link.active {
    color: #1a365d !important;
}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: #F6B024;
}

.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(26, 54, 93, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero Section */
.hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
    padding-top: 140px;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./../img/hero.png') center/cover no-repeat;
}

/* Mobile hero background */
@media (max-width: 767.98px) {
    .hero-background {
        background: url('./../img/hero-mobile.png') center/cover no-repeat;
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.hero-title {
    color: #FFF;
    text-align: center;
    font-family: "Big Shoulders Text";
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 91px;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.9;
    line-height: 1.6;
}

/* What We Do Section */
.what-we-do {
    background: white;
    position: relative;
}

.what-we-do::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #e0f2fe 0%, #b3e5fc 100%);
    border-radius: 50%;
    opacity: 0.3;
    z-index: -1;
}

.about-image {
    position: relative;
    overflow: hidden;
}


/* Ensure AOS animation works for about-image - override global rules */
.about-image[data-aos] {
    opacity: 0 !important;
    transform: translateX(-50px) !important;
    transition: all 0.8s ease !important;
}

.about-image[data-aos].aos-animate {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

/* Alternative approach - use CSS animation that always works */
.about-image {
    animation: slideInFromLeft 1s ease-out 0.5s both;
}

/* If AOS is working, disable the CSS animation */
.about-image[data-aos].aos-animate {
    animation: none;
}

.about-image img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    object-position: center;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}


.services-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.service-icon {
    width: 50px;
    height: 50px;
    background: #F6B024;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(246, 176, 36, 0.3);
}

.service-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 8px;
}

.service-content p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

/* Products Section */
.products {
    padding: 100px 0 0 0;
    background: #f0f8ff;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.products-slider {
    position: relative;
    padding: 0 50px;
}

.products-swiper {
    padding: 20px 0;
}

.products-swiper .swiper-wrapper {
    align-items: stretch;
    padding: 40px 0;
}

.products-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.products-swiper .swiper-slide .product-card {
    width: 100%;
}

.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-image {
    height: 250px;
    overflow: hidden;
    flex-shrink: 0;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-content h3,
.card-title {
    font-family: "Big Shoulders Text", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #072E6F;
    margin-bottom: 15px;
}

.product-content p,
.card-text {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #002132;
    text-align: left;
    flex: 1;
    margin-bottom: 0;
}

/* Ensure all product cards have equal heights */
.products-swiper .swiper-slide .product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.products-swiper .swiper-slide .product-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.products-swiper .swiper-slide .product-card .card-text {
    flex: 1;
    margin-bottom: 0;
}

/* Set a minimum height to ensure consistency */
.products-swiper .swiper-slide .product-card {
    min-height: 450px;
}

/* Fix products container overflow and positioning */
.products-swiper {
    overflow: hidden;
    padding: 0 20px;
}

/* Ensure proper container width on mobile */
@media (max-width: 767.98px) {
    .products {
        padding: 0 5px;
    }
    
    .products .container {
        padding: 0;
        max-width: 100%;
    }
}

/* Mobile card width adjustments - single wide card */
@media (max-width: 767.98px) {
    .products-swiper {
        padding: 0 5px;
        overflow: hidden;
    }
    
    .products-swiper .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: stretch !important;
        flex-shrink: 0 !important;
    }
    
    .products-swiper .swiper-slide .product-card {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 480px;
        margin: 0;
    }
    
    .product-image {
        height: 220px;
    }
    
    .product-content {
        padding: 25px;
    }
    
    /* Ensure proper centering and spacing */
    .products-swiper .swiper-wrapper {
        align-items: stretch;
        padding: 15px 0;
        display: flex;
    }
    
    /* Hide slides that are not active */
    .products-swiper .swiper-slide:not(.swiper-slide-active) {
        opacity: 0;
        pointer-events: none;
    }
}

/* Small mobile devices - extra wide cards */
@media (max-width: 576px) {
    .products-swiper {
        padding: 0 2px;
    }
    
    .products {
        padding: 0 2px;
    }
    
    .products .container {
        padding: 0;
        max-width: 100%;
    }
    
    .products-swiper .swiper-slide .product-card {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 500px;
        margin: 0;
    }
    
    .product-image {
        height: 240px;
    }
    
    .product-content {
        padding: 30px 20px;
    }
    
    .products-swiper .swiper-wrapper {
        padding: 10px 0;
    }
}

.products-swiper .swiper-container {
    overflow: hidden;
}

/* Mobile swiper container adjustments */
@media (max-width: 767.98px) {
    .products-swiper .swiper-container {
        overflow: hidden;
        width: 100%;
    }
    
    .products-swiper .swiper-wrapper {
        width: 100%;
    }
}

.products-swiper .swiper-slide {
    opacity: 1;
    visibility: visible;
}

/* Ensure first and last product cards are fully visible */
.products-swiper .swiper-slide:first-child {
    margin-left: 0;
}

.products-swiper .swiper-slide:last-child {
    margin-right: 0;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid #00517F;
    border-radius: 50%;
    color: #00517F;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

/* Mobile responsive positioning for navigation buttons */
@media (max-width: 991.98px) {
    .swiper-button-next {
        right: 20px;
    }
    
    .swiper-button-prev {
        left: 20px;
    }
}

@media (max-width: 767.98px) {
    /* Hide carousel buttons on mobile */
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

@media (max-width: 576px) {
    /* Hide carousel buttons on small mobile */
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #00517F;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background: #808080;
    opacity: 0.6;
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    background: #00517F;
    opacity: 1;
}

/* Move pagination down from cards */
.products-swiper .swiper-pagination {
    margin-top: 50px !important;
    position: relative !important;
    bottom: auto !important;
}

.testimonials-swiper .swiper-pagination {
    margin-top: 50px !important;
    position: relative !important;
    bottom: auto !important;
}

/* Ensure testimonial cards have equal heights */
.testimonials-swiper .swiper-wrapper {
    align-items: stretch;
    padding: 40px 0;
}

.testimonials-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.testimonials-swiper .swiper-slide .testimonial-card {
    width: 100%;
    height: auto;
}

/* Fix testimonials container overflow and positioning */
.testimonials-swiper {
    overflow: hidden;
    padding: 0 20px;
}

.testimonials-swiper .swiper-container {
    overflow: hidden;
}

.testimonials-swiper .swiper-slide {
    opacity: 1;
    visibility: visible;
}

/* Ensure first and last cards are fully visible */
.testimonials-swiper .swiper-slide:first-child {
    margin-left: 0;
}

.testimonials-swiper .swiper-slide:last-child {
    margin-right: 0;
}

/* Additional pagination positioning */
.swiper-pagination {
    margin-top: 50px !important;
    position: relative !important;
    bottom: auto !important;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 100px 0;
    position: relative;
    color: white;
    margin-top: 0 !important;
}

/* Force top margin on Why Choose Us section */
.why-choose-us.position-relative.text-white.py-5 {
    margin-top: 0 !important;
}

section.why-choose-us {
    margin-top: 0 !important;
}

.why-choose-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./../../assets/img/why-choose-bg.jpg') center/cover no-repeat;
}

.why-choose-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
}

.why-choose-us .section-header {
    position: relative;
    z-index: 2;
}

.why-choose-us .section-subtitle {
    color: #FFF;
    text-align: center;
    font-family: "Shadows Into Light Two", cursive;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.6px;
    letter-spacing: 1.5px;
}

.why-choose-us .section-title {
    color: white;
    margin-bottom: 20px;
}

.why-choose-us .section-description {
    color: #FFF;
    text-align: center;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.5px;
    max-width: 800px;
    margin: 0 auto 15px;
    display: block;
}

.why-choose-header {
    margin-bottom: 30px !important;
}

/* Reduce gap between feature point rows */
.why-choose-us .row.g-4 {
    --bs-gutter-y: 0.25rem !important;
}

.why-choose-us .row.g-4 > .col-lg-6 {
    margin-bottom: 0.125rem !important;
}

/* Force override Bootstrap gutters */
.why-choose-us .g-4 {
    --bs-gutter-x: 1.5rem !important;
    --bs-gutter-y: 0.125rem !important;
}

.why-choose-us .g-4 > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-top: calc(var(--bs-gutter-y) * 0.5) !important;
    padding-bottom: calc(var(--bs-gutter-y) * 0.5) !important;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.feature-item {
    padding: 5px 0;
    justify-content: left;
    text-align: justify;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #F6B024;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #000;
    margin-right: 15px;
    flex-shrink: 0;
}

.feature-item h3 {
    color: #FFF;
    text-align: center;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.5px;
    margin: 0;
}

/* Override for company features section */
.company-features .feature-item h3 {
    color: #072E6F !important;
    font-family: "Alegreya Sans", sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

.company-features .feature-item p {
    color: #171717 !important;
    font-family: "Alegreya Sans", sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Center the features grid better */
.why-choose-us .row {
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.why-choose-us .col-lg-6 {
    display: flex;
    justify-content: center;
}

/* Ensure icons are perfectly aligned */
.why-choose-us .feature-item {
    align-items: center;
    justify-content: flex-start;
}

.why-choose-us .row {
    align-items: center;
}

/* What's Special Section */
.whats-special {
    padding: 100px 0;
    background: white;
}

.special-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.special-feature {
    text-align: center;
    padding: 20px 20px;
}

.special-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 30px;
    color: white;
}

.special-feature:nth-child(1) .special-icon {
    background: #F6B024;
}

.special-feature:nth-child(2) .special-icon {
    background: #10b981;
}

.special-feature:nth-child(3) .special-icon {
    background: #ec4899;
}

.special-feature h3 {
    color: #000;
    text-align: center;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

/* What's Special Section Title Typography */
.whats-special .section-title {
    color: #072E6F;
    text-align: center;
    font-family: "Big Shoulders Text", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.special-feature p {
    color: #828282;
    text-align: center;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Testimonials Section */
.testimonials {
    padding: 100px 0;
    background: #f8fafc;
}

.testimonials-slider {
    position: relative;
    margin-top: 60px;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.07),
        0 1px 3px rgba(0, 0, 0, 0.06),
        0 8px 25px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    position: relative;
    height: auto;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.15),
        0 4px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.testimonial-decoration {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #F6B024;
    border-radius: 50% 0 50% 50%;
}

.testimonial-profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 4px solid #F6B024;
}

.testimonial-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-name {
    font-size: 20px;
    font-weight: 700;
    color: #072E6F;
    margin-bottom: 15px;
}

.testimonial-text {
    color: #666;
    line-height: 1.6;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 0;
}

/* Contact Us Page Styles */
#contact-hero {
    height: 500px !important;
    background-image: url('./../img/contact-hero.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
    padding-top: 0 !important;
    margin-bottom: 0;
}

#contact-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1a365d 0%, #2d5a87 50%, #1a365d 100%) !important;
    background-image: none !important;
    z-index: -1;
}

#contact-hero .hero-title {
    color: #FFF;
    text-align: center;
    font-family: "Big Shoulders Text";
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 91px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#contact-hero .hero-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact-section {
    background: white;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.contact-form-wrapper {
    padding-right: 40px;
}

.contact-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

.contact-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #F6B024;
    border-width: 2px;
    box-shadow: 0 0 0 0.2rem rgba(246, 176, 36, 0.25);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-submit-btn {
    background: #F6B024 !important;
    color: #FFF !important;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 0;
    border: none;
    transition: all 0.3s ease;
}

.contact-submit-btn:hover {
    background: #d4a01f !important;
    color: #FFF !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(246, 176, 36, 0.3);
}

.contact-info-wrapper {
    padding-left: 20px;
    position: relative;
    z-index: 2;
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
}

.map-container iframe {
    border-radius: 12px;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.map-section {
    margin-bottom: 1.5rem !important;
}

.contact-details {
    margin-top: 30px;
    position: relative;
    z-index: 3;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Force contact details to be visible */
.contact-details,
.contact-details * {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Contact Number Styling */
.contact-number {
    background: #F6B024;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.contact-number i {
    color: white !important;
    font-size: 16px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.contact-details .contact-item {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.contact-details .contact-item span {
    display: flex !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #000 !important;
    font-weight: 600 !important;
    min-height: 40px !important;
}

/* Contact Details Styling */
.contact-details {
    background: #f8f9fa !important;
    padding: 20px !important;
    border-radius: 8px !important;
    min-height: 200px !important;
}

.contact-details .contact-item {
    background: white !important;
    padding: 10px !important;
    margin: 10px 0 !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.contact-icon-wrapper {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    flex-shrink: 0;
}

.contact-item .icon-circle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #F6B024;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 16px;

}

/* Ensure main contact icons are visible and centered */
.contact-item .icon-circle i {
    color: white !important;
    font-size: 16px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

/* Contact Description Typography */
.contact-description {
    color: rgba(36, 36, 36, 0.80);
    font-family: "Alegreya Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

/* Mobile-friendly contact links */
.contact-item a[href^="tel:"],
.contact-item a[href^="mailto:"] {
    transition: color 0.3s ease;
}

.contact-item a[href^="tel:"]:hover,
.contact-item a[href^="mailto:"]:hover {
    color: #F6B024 !important;
}

/* Ensure links are properly styled on mobile */
@media (max-width: 767.98px) {
    .contact-item a[href^="tel:"],
    .contact-item a[href^="mailto:"] {
        padding: 8px 0;
        display: inline-block;
        min-height: 44px; /* Mobile touch target size */
        line-height: 28px;
    }
}

.contact-item span {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-left: 65px;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding-left: 0;
}

/* Responsive Contact Page */
@media (max-width: 991.98px) {
    .contact-form-wrapper {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .contact-info-wrapper {
        padding-left: 0;
    }
    
    #contact-hero .hero-title {
        font-size: 28px;
        font-family: "Big Shoulders Text";
        line-height: normal;
    }
}

@media (max-width: 767.98px) {
    #contact-hero {
        height: 400px;
    }
    
    #contact-hero .hero-title {
        font-size: 28px;
        font-family: "Big Shoulders Text";
        line-height: normal;
    }
    
    #contact-hero .hero-subtitle {
        font-size: 1rem;
    }
    
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-form .form-control {
        padding: 12px;
        font-size: 14px;
    }
    
    .contact-submit-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

/* Footer */
.footer {
    background: #1a365d;
    color: white;
    padding: 80px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-logo .logo-emblem {
    width: 60px;
    height: 60px;
}

.footer-logo .fish-body,
.footer-logo .fish-tail,
.footer-logo .fish-fin {
    background: white;
}

.footer-logo .logo-text-arc {
    background: white;
    color: #1a365d;
}

.footer-logo .logo-vlank {
    background: white;
    color: #333;
}

.footer-logo .logo-romesha,
.footer-logo .logo-seafood {
    color: white;
    font-size: 16px;
}

/* Footer Logo Text Typography */
.footer-logo .logo-text {
    color: #FFF;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.333px;
    text-transform: uppercase;
}

.footer-tagline {
    color: #FFF;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #F6B024;
    transform: translateY(-3px);
}

.footer-column h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: white;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Move Links column closer to left content */
.footer .col-lg-2 {
    padding-left: 0 !important;
    margin-left: -50px !important;
}

.footer .row .col-lg-2 {
    padding-left: 0 !important;
    margin-left: -50px !important;
}

.footer .col-lg-2.col-md-6 {
    padding-left: 0 !important;
    margin-left: -50px !important;
}

/* Move Contact column to the right side */
.footer .col-lg-6.col-md-12 {
    text-align: right;
    padding-right: 0 !important;
    padding-left: 50px !important;
}

/* Reset padding for mobile devices */
@media (max-width: 991.98px) {
    .footer .col-lg-6.col-md-12 {
        padding-left: 15px !important;
    }
}

/* Footer Mobile Responsiveness */
@media (max-width: 991.98px) {
    .footer .col-lg-4,
    .footer .col-lg-2,
    .footer .col-lg-6 {
        text-align: left;
        margin-bottom: 30px;
    }
    
    .footer .col-lg-2 {
        margin-left: 0 !important;
        padding-left: 15px !important;
    }
    
    .footer .col-lg-6.col-md-12 {
        text-align: left;
        padding-right: 15px !important;
    }
}

@media (max-width: 767.98px) {
    .footer {
        padding: 60px 0 20px;
    }
    
    .footer .row {
        gap: 20px;
    }
    
    .footer .col-lg-4,
    .footer .col-lg-2,
    .footer .col-lg-6 {
        margin-bottom: 20px;
        text-align: left;
    }
    
    .footer .col-lg-2 {
        margin-left: 0 !important;
        padding-left: 15px !important;
    }
    
    .social-icons {
        justify-content: flex-start;
    }
    
    .footer-logo {
        text-align: left;
    }
}

/* Force override for mobile Links column */
@media (max-width: 767.98px) {
    .footer .col-lg-2.col-md-6 {
        margin-left: 0 !important;
        padding-left: 15px !important;
        position: relative;
        left: 0 !important;
        transform: none !important;
    }
    
    /* Additional mobile overrides */
.footer .col-md-6[data-aos-delay="200"] {
    margin-left: 0 !important;
    padding-left: 15px !important;
}

.footer .row .col-lg-2 {
    margin-left: 0 !important;
    padding-left: 15px !important;
}

/* Left align Contact heading in footer */
.footer .col-lg-6 h3.h5 {
    text-align: left !important;
}

.footer .col-lg-6.col-md-12 h3.h5 {
    text-align: left !important;
}

.footer h3.h5 {
    text-align: left !important;
}

/* Position Contact title above contact details */
.footer .col-lg-6.col-md-12 h3.h5 {
    margin-bottom: 20px;
    margin-left: 0;
    position: relative;
    top: 0;
    text-align: left !important;
    padding-left: 0 !important;
}

.footer .contact-info {
    margin-top: 0;
    padding-top: 0;
}

/* Remove gap between contact details */
.footer .contact-item {
    margin-bottom: 0 !important;
}

.footer .contact-item:last-child {
    margin-bottom: 0 !important;
}

/* Force Contact heading to the left */
.footer h3.h5[class*="mb-4"] {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Force Contact title text alignment to left */
.footer .col-lg-6.col-md-12 h3.h5 {
    text-align: left !important;
}

.footer .col-lg-6 h3.h5 {
    text-align: left !important;
}

/* Specific footer Contact title left alignment */
.footer .col-lg-6.col-md-12 h3.h5.mb-4 {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Force Contact Us heading left alignment with inline style override */
.footer h3.h5.mb-4[style*="text-align: left"] {
    text-align: left !important;
}

.footer .col-lg-6.col-md-12 h3.h5.mb-4[style*="text-align: left"] {
    text-align: left !important;
}

/* Additional specificity for Contact Us heading */
.footer .col-lg-6.col-md-12 h3.h5.mb-4 {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    display: block;
}
}

.footer-links a:hover {
    color: #F6B024;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.contact-item i {
    width: 20px;
    color: #000000;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 20px;
}

/* Contact Icon Wrapper and Circle Styling */
.contact-icon-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
}

.footer .contact-icon-wrapper .icon-circle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #F6B024;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

/* Ensure footer icons are visible and centered */
.footer .contact-icon-wrapper .icon-circle i {
    color: rgb(0, 0, 0) !important;
    font-size: 16px !important;
    text-align: center !important;
    line-height: 1 !important;
}

/* Fallback for icon-circle class */
.icon-circle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #F6B024;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

/* Ensure all icon-circle icons are visible and centered */
.icon-circle i {
    color: white !important;
    text-align: center !important;
    line-height: 1 !important;
}

.contact-item span {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 14px;
    font-weight: 500;
}

/* Force footer contact items to be visible */
.footer .contact-item span {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 14px;
    font-weight: 500;
    display: flex !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* Footer Mobile Responsiveness */
@media (max-width: 991.98px) {
    .footer .col-lg-4,
    .footer .col-lg-2,
    .footer .col-lg-6 {
        text-align: left;
        margin-bottom: 30px;
    }
    
    .footer .col-lg-2 {
        margin-left: 0 !important;
        padding-left: 15px !important;
    }
    
    .footer .col-lg-6.col-md-12 {
        text-align: left;
        padding-right: 15px !important;
    }
}

@media (max-width: 767.98px) {
    .footer {
        padding: 60px 0 20px;
    }
    
    .footer .row {
        gap: 20px;
    }
    
    .footer .col-lg-4,
    .footer .col-lg-2,
    .footer .col-lg-6 {
        margin-bottom: 20px;
        text-align: left;
    }
    
    .footer .col-lg-2 {
        margin-left: 0 !important;
        padding-left: 15px !important;
    }
    
    .social-icons {
        justify-content: flex-start;
    }
    
    .footer-logo {
        text-align: left;
    }
}

/* Footer Column Positioning */
.footer .col-lg-2 {
    padding-left: 0 !important;
    margin-left: -50px !important;
    margin-right: 50px !important;
}

/* About Us Page Styles */
#about-hero {
    height: 500px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
    will-change: transform;
}

#about-hero .hero-background {
    background-image: url('./../img/about-hero.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* Custom CSS for About Us Page (No Bootstrap) */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Keep Bootstrap Navbar - Don't Override */
/* Navbar styles will use Bootstrap classes from index.html */

/* Add body padding to account for fixed navbar */
body {
    padding-top: 76px; /* Adjust this value based on your navbar height */
}

/* Force navbar to be sticky - maximum specificity */
body header#header.navbar.navbar-expand-lg.fixed-top {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1030 !important;
    width: 100% !important;
}

/* Additional navbar sticky rules */
.navbar.fixed-top,
.navbar[class*="fixed-top"] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1030 !important;
}

/* Force all navbar elements to be sticky */
.navbar,
#header,
header.navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1030 !important;
}



/* Hero Section */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    padding-top: 80px;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    margin-left: calc(-50vw + 50%);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: "Big Shoulders Text", sans-serif;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 0;
    opacity: 0.9;
}

/* Who We Are Section */
.who-we-are {
    padding: 80px 0;
    background: white;
}

.who-we-are-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.who-we-are-text {
    padding-right: 20px;
}

.section-subtitle {
    font-family: "Shadows Into Light Two", cursive;
    font-size: 22px;
    color: #FEAF38;
    margin-bottom: 15px;
}

.section-title {
    font-family: "Big Shoulders Text", sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #072E6F;
    margin-bottom: 30px;
    text-align: center;
}

.section-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Company Features */
.company-features .feature-item h3 {
    color: #072E6F !important;
    font-family: "Alegreya Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 0 3px 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

.company-features .feature-item p {
    color: #171717 !important;
    font-family: "Alegreya Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

/* More specific selectors to override any conflicting styles */
.who-we-are .company-features .feature-item h3 {
    margin: 0 0 3px 0 !important;
}

.who-we-are .company-features .feature-item p {
    margin: 0 0 10px 0 !important;
}

/* About Images */
.about-images .single-image {
    text-align: center;
}

.about-images .single-image img {
    width: 100%;
    max-width: 100%;
    height: 600px;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.about-images .single-image img:hover {
    transform: translateY(-5px);
}

/* Our Story Section */
.our-story {
    padding: 80px 0;
    background: #f8f9fa;
}

.story-header {
    text-align: center;
    margin-bottom: 50px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.story-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.story-image:hover {
    transform: translateY(-5px);
}

.story-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.story-image:hover img {
    transform: scale(1.05);
}

.story-image-large {
    grid-column: span 2;
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(7, 46, 111, 0.9);
    color: white;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.story-image:hover .image-caption {
    opacity: 1;
}

/* Image Overlay for Clickable Images */
.story-image {
    cursor: pointer;
    position: relative;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-overlay i {
    color: white;
    font-size: 2rem;
    background: rgba(7, 46, 111, 0.9);
    border-radius: 50%;
    padding: 15px;
}

.story-image:hover .image-overlay {
    opacity: 1;
}

/* Image Modal Styles */
.image-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-modal.show {
    opacity: 1;
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s ease;
}

.image-modal.show .modal-content {
    transform: scale(1);
    opacity: 1;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2001;
    transition: all 0.3s ease;
    transform: scale(1);
}

.close-modal:hover {
    color: #F6B024;
    transform: scale(1.1);
}

.close-modal:hover {
    color: #F6B024;
}

#modalImage {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.4s ease 0.1s;
}

.image-modal.show #modalImage {
    transform: scale(1);
    opacity: 1;
}

.modal-caption {
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    background: rgba(7, 46, 111, 0.9);
    padding: 15px 25px;
    border-radius: 8px;
    max-width: 100%;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease 0.2s;
}

.image-modal.show .modal-caption {
    transform: translateY(0);
    opacity: 1;
}

/* Footer */
.footer {
    background: #1a365d;
    color: white;
    padding: 80px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-section h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: white;
}

.footer-logo .logo-text {
    color: #FFF;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 19.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.footer-tagline {
    color: #FFF;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-link img {
    transition: transform 0.3s ease;
}

.social-link:hover img {
    transform: translateY(-3px);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #F6B024;
}

.contact-info .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-icon-wrapper {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.contact-icon-wrapper i {
    width: 40px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.icon-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: #F6B024;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* Mobile Responsiveness */
@media (max-width: 991.98px) {
    .who-we-are-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-images .single-image img {
        height: 400px;
        object-fit: contain;
        object-position: center;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .story-image-large {
        grid-column: span 1;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .story-image img {
        height: 280px;
    }
    
    .about-images .single-image img {
        height: 300px;
        object-fit: contain;
        object-position: center;
    }
    
    /* What We Do section image - make smaller on tablet */
    .about-image img {
        height: 350px;
        object-fit: contain;
        object-position: center;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .story-image img {
        height: 320px;
    }
    
    .about-images .single-image img {
        height: 250px;
    }
    
    /* What We Do section image - make smaller on mobile */
    .about-image img {
        height: 300px;
        object-fit: contain;
        object-position: center;
    }
}

.who-we-are {
    background: white;
}

.who-we-are .section-title {
    text-align: left;
    margin-bottom: 30px;
}

.who-we-are .section-description {
    text-align: left;
    max-width: none;
    margin-bottom: 30px;
    color: #171717 !important;
    font-family: "Alegreya Sans", sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.company-features .feature-item h3,
.who-we-are .company-features .feature-item h3,
.about-page .company-features .feature-item h3 {
    color: #072E6F !important;
    font-family: "Alegreya Sans", sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    white-space: nowrap !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.company-features .feature-item p {
    color: #171717 !important;
    font-family: "Alegreya Sans", sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}

.about-images .single-image {
    text-align: center;
}

.about-images .single-image img {
    width: 100%;
    max-width: 100%;
    height: 600px;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.about-images .single-image img:hover {
    transform: translateY(-5px);
}

.expertise-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #F6B024;
    padding: 15px;
    border-radius: 8px;
    color: white;
    text-align: center;
    min-width: 120px;
}

.expertise-badge .years {
    display: block;
    font-size: 24px;
    font-weight: 900;
    font-family: "Big Shoulders Text", sans-serif;
    line-height: 1;
}

.expertise-badge .text {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}

.our-story {
    background: #f8f9fa;
}

.story-gallery .story-image {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.story-gallery .story-image:hover {
    transform: translateY(-5px);
}

.story-gallery .story-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.story-gallery .story-image:hover img {
    transform: scale(1.05);
}

.story-gallery .image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(7, 46, 111, 0.9);
    color: white;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.story-gallery .story-image:hover .image-caption {
    opacity: 1;
}

/* Mobile Responsiveness for About Page */
@media (max-width: 991.98px) {
    .about-images .single-image img {
        height: 400px;
        max-width: 100%;
        object-fit: contain;
        object-position: center;
    }
}

@media (max-width: 767.98px) {
    #about-hero {
        min-height: 50vh;
    }
    
    .story-gallery .story-image img {
        height: 200px;
    }
    
    .about-images .single-image img {
        height: 350px;
        object-fit: contain;
        object-position: center;
    }
    
    .story-gallery .col-md-3,
    .story-gallery .col-md-6 {
        width: 100% !important;
        margin-bottom: 15px;
    }
}

.footer .row .col-lg-2 {
    padding-left: 0 !important;
    margin-left: -50px !important;
    margin-right: 50px !important;
}

/* Reset spacing for mobile devices */
@media (max-width: 991.98px) {
    .footer .col-lg-2 {
        margin-right: 0 !important;
    }
    
    .footer .row .col-lg-2 {
        margin-right: 0 !important;
    }
}

.footer .col-lg-2.col-md-6 {
    padding-left: 0 !important;
    margin-left: -50px !important;
}

.footer .col-lg-6.col-md-12 {
    text-align: right;
    padding-right: 0 !important;
}

/* Disable animations on footer */
.footer [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.footer [data-aos].aos-animate {
    opacity: 1 !important;
    transform: none !important;
}

/* Custom Responsive Adjustments */
@media (max-width: 768px) {
    .hero-title {
        color: #FFF;
        text-align: center;
        font-family: "Big Shoulders Text";
        font-size: 28px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        color: #FFF;
        text-align: center;
        font-family: "Big Shoulders Text";
        font-size: 28px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .btn-lg {
        padding: 0.75rem 1.5rem !important;
        font-size: 0.9rem !important;
    }
    
    .about-images .single-image img {
        height: 300px;
        object-fit: contain;
        object-position: center;
        max-width: 100%;
    }
}

/* AOS Animation Overrides */
[data-aos] {
    pointer-events: none;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.6s ease;
}

[data-aos].aos-animate {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

/* Fallback for AOS - ensure content is visible after a delay if AOS fails */
@keyframes aos-fallback {
    to {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }
}

/* Image entrance animation - fallback */
@keyframes imageEntrance {
    0% {
        opacity: 0;
        transform: translateX(-50px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* Slide in from left animation */
@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Fallback animation for about-image if AOS doesn't work */
.about-image:not([data-aos].aos-animate) {
    animation: imageEntrance 0.8s ease-out 0.3s both;
}


[data-aos] {
    animation: aos-fallback 0.1s ease 0s forwards;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
}

/* Custom scroll animations */
[data-aos="fade-up"] {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.6s ease;
}

[data-aos="fade-up"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

[data-aos="fade-left"] {
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.6s ease;
}

[data-aos="fade-left"].aos-animate {
    opacity: 1;
    transform: translateX(0);
}

[data-aos="fade-right"] {
    opacity: 0;
    transform: translateX(-60px);
    transition: all 0.6s ease;
}

[data-aos="fade-right"].aos-animate {
    opacity: 1;
    transform: translateX(0);
}

/* Smooth scrolling for anchor links */
html {
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
}

/* Animation performance optimization */
[data-aos] {
    will-change: transform, opacity;
}

/* Ensure animations work on scroll up and down */
[data-aos].aos-animate {
    will-change: auto;
}

/* Disable animations on footer */
.footer [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.footer [data-aos].aos-animate {
    opacity: 1 !important;
    transform: none !important;
}

/* Reset animations when elements go out of view */
[data-aos] {
    transition: all 0.6s ease;
}

/* Force animation reset on scroll */
[data-aos]:not(.aos-animate) {
    opacity: 0;
    transform: translateY(60px);
}

[data-aos="fade-left"]:not(.aos-animate) {
    transform: translateX(60px);
}

[data-aos="fade-right"]:not(.aos-animate) {
    transform: translateX(-60px);
}

/* Mobile Navbar Styling */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        margin-top: 15px;
        padding-bottom: 40px;
    }
    
    .navbar-nav {
        margin-bottom: 20px;
    }
    
    .navbar-nav .nav-link {
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
    
    .navbar .btn-primary {
        width: 100%;
        margin-top: 15px;
        padding: 12px 20px;
    }
}

/* Force mobile positioning override */
@media (max-width: 767.98px) {
    .footer .col-lg-2.col-md-6[data-aos-delay="200"] {
        margin-left: 0 !important;
        padding-left: 15px !important;
        left: 0 !important;
        transform: none !important;
        position: relative !important;
        max-width: 100% !important;
        overflow: visible !important;
    }
    
    /* Override all footer column positioning on mobile */
    .footer .col-lg-2,
    .footer .col-lg-4,
    .footer .col-lg-6 {
        margin-left: 0 !important;
        padding-left: 15px !important;
        left: 0 !important;
        transform: none !important;
        position: relative !important;
    }
}

