/* ===============================
   ABOUT US SECTION STYLES
   =============================== */

.about-section {
    position: relative;
    background: linear-gradient(135deg, 
        #f8fafc 0%, 
        rgba(239, 246, 255, 0.7) 50%, 
        rgba(219, 234, 254, 0.5) 100%
    );
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(13, 27, 42, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(217, 159, 89, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.about-header {
    position: relative;
    z-index: 2;
}

.company-overview {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(230, 229, 228, 0.3);
    position: relative;
    overflow: hidden;
}

.company-overview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color), var(--highlight-orange));
}

.company-overview:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-image-container {
    position: relative;
    z-index: 2;
}

.main-image-wrapper {
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-image-wrapper:hover {
    transform: scale(1.02);
}

.excellence-badge {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: float 3s ease-in-out infinite;
    transition: all 0.3s ease;
}

.excellence-badge:nth-child(2) {
    animation-delay: -1.5s;
}

.excellence-badge:hover {
    transform: translateY(-5px) scale(1.05);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* Text color utilities using specified palette */
.text-dark {
    color: var(--dark-color) !important;
}

.text-orange {
    color: var(--highlight-orange) !important;
}

/* Enhanced fade-up animation */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Button hover effects using specified colors */
.about-content a {
    position: relative;
    overflow: hidden;
}

.about-content a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.about-content a:hover::before {
    left: 100%;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .excellence-badge {
        position: static;
        margin: 15px auto;
        max-width: 120px;
    }
    
    .about-image-container {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 48px 0;
    }
    
    .company-overview {
        padding: 1.5rem;
        margin: 20px 0;
    }
    
    .who-heading {
        font-size: 2.5rem !important;
    }
    
    .about-content a {
        width: 100%;
        justify-content: center;
    }
    
    .main-image-wrapper img {
        height: 300px;
    }
}




/* About Us Page - Modern Design */

/* Hero Section Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Modern Hero Section */
.hero-about {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #334155 50%, #475569 75%, #64748b 100%);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/bigstock-Oil-Tanker-Ship-On-Blue-Digita-431698412.jpg') center/cover;
    opacity: 0.1;
    z-index: 1;
}

.hero-about::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(59, 130, 246, 0.1) 0%, rgba(147, 197, 253, 0.1) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    animation: fadeInUp 1s ease-out;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    line-height: 1.6;
    color: #e2e8f0;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.3s forwards;
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.floating-ship {
    position: absolute;
    color: rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
}

.floating-ship:nth-child(1) {
    top: 20%;
    left: 10%;
    font-size: 2rem;
    animation-delay: 0s;
}

.floating-ship:nth-child(2) {
    top: 60%;
    right: 15%;
    font-size: 1.5rem;
    animation-delay: 2s;
}

.floating-ship:nth-child(3) {
    bottom: 20%;
    left: 20%;
    font-size: 1.8rem;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

/* Modern Content Sections */
.content-section {
    padding: 5rem 1.5rem;
    position: relative;
}

.content-section:nth-child(even) {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.section-title.animate {
    opacity: 1;
    transform: translateY(0);
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
    border-radius: 2px;
}

/* Content Cards */
.content-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem;
    margin: 2rem 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.content-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.content-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 1.5rem;
}

.content-text:last-child {
    margin-bottom: 0;
}

.highlight {
    color: #1d4ed8;
    font-weight: 600;
}

/* Mission Section */
.mission-section {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.mission-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/bigstock-Creative-Blue-Radar-Map-Interf-452673199.jpg') center/cover;
    opacity: 0.1;
    z-index: 1;
}

.mission-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.mission-title {
    color: white;
    margin-bottom: 2rem;
}

.mission-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #e2e8f0;
    max-width: 900px;
    margin: 0 auto;
}

/* Core Values Section */
.core-values-section {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.core-values-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.core-values-content {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease;
}

.core-values-content.animate {
    opacity: 1;
    transform: translateX(0);
}

.core-values-image {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease;
}

.core-values-image.animate {
    opacity: 1;
    transform: translateX(0);
}

.core-values-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.core-values-image:hover img {
    transform: scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.section-header {
    margin-bottom: 2rem;
}

.section-subtitle {
    color: #3b82f6;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
}

.core-values-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .core-values-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .core-values-content {
        text-align: center;
    }
    
    .core-values-image {
        order: -1;
    }
}

/* Executive Team Section */
.team-section {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.team-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.9);
}

.team-card.animate {
    opacity: 1;
    transform: scale(1);
    animation: scaleIn 0.8s ease-out;
}

.team-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.team-image {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.team-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/iStock-1095177282.jpg') center/cover;
    opacity: 0.3;
}

.team-image span {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

.team-content {
    padding: 2.5rem;
}

.team-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.team-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 1.2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-about {
        min-height: 70vh;
        padding: 2rem 1rem;
    }
    
    .content-section {
        padding: 3rem 1rem;
    }
    
    .content-card {
        padding: 1.5rem;
        margin: 1rem 0;
    }
    
    .team-card {
        margin: 2rem 0;
    }
    
    .team-image {
        height: 250px;
    }
    
    .team-content {
        padding: 1.5rem;
    }
}

/* Scroll Reveal Animations */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease;
}

.reveal-left.active {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease;
}

.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}

/* Modern Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
}
