* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #e8e2f5 0%, #f5f0ff 30%, #fff5e6 70%, #ffe0e6 100%);
    min-height: 100vh;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}



/* Hero Section - Reduced padding to bring content closer to navbar */
.hero {
    padding: 30px 0 60px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 120px);
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-left {
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Hero Background Image - Made Much Darker */
.hero-bg-image {
    position: absolute;
    top: -50px;
    left: -110px;
    width: 700px;
    height: 500px;
    z-index: -1;
    opacity: 0.4;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%) contrast(250%) brightness(0.2);
}

.innovation-tag {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.innovation-text {
    color: #e74c3c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Title line with UNITED FINS and Automation on same line */
.hero-title-line {
    display: flex;
    align-items: baseline;
    gap: 40px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.hero-title {
    flex: 0 0 auto;
    position: relative;
}

/* UNITED FINS with Volkhov font, bold, gradient color and scribble underline */
.main-title {
    font-family: 'Volkhov', serif;
    font-size: 64px;
    font-weight: 700;
    background: linear-gradient(90deg, #2d1b69 0%, #3b499b 30%, #4a5bb5 70%, #5a6bc5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    line-height: 1.1;
    margin-bottom: 15px;
}

/* Better scribble underline using SVG */
.scribble-underline {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 25px;
}

.scribble-svg {
    width: 100%;
    height: 100%;
}

.divider {
    font-size: 64px;
    font-weight: 300;
    color: #3b499b;
    line-height: 1;
    margin: 0 15px;
}

.automation-title-section {
    flex: 0 0 auto;
}

.automation-title {
    font-size: 48px;
    font-weight: 700;
    color: #e74c3c;
    letter-spacing: 2px;
    line-height: 1.1;
    transition: all 0.5s ease;
}

.hero-description {
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.hero-description p {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    max-width: 480px;
}

.btn-find-more {
    background: #4fd1c7;
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(79, 209, 199, 0.3);
    position: relative;
    z-index: 2;
    align-self: flex-start;
}

.btn-find-more:hover {
    background: #45b7aa;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 209, 199, 0.4);
}

/* Hero Right Section - Reduced image size */
.hero-right {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -60px;
    margin-top: 30px;
    z-index: 1;
}

.automation-section {
    text-align: center;
    position: relative;
}

.automation-image {
    position: relative;
    display: inline-block;
    z-index: 5;
}

/* Reduced image size with smooth transition */
.farm-image {
    width: 110%;
    max-width: 500px;
    height: auto;
    position: relative;
    z-index: 5;
    transition: all 0.8s ease;
    opacity: 1;
}

/* Fade effect for image transitions */
.farm-image.fade-out {
    opacity: 0;
    transform: scale(0.95);
}

.farm-image.fade-in {
    opacity: 1;
    transform: scale(1);
}

/* Background Decorative Elements - Dots Patterns Only */
.bg-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* Right side dots pattern */
.dots-pattern-right {
    position: absolute;
    bottom: 70px;
    right: 30px;
    width: 150px;
    height: 150px;
    opacity: 0.7;
}

.dots-img-right {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Bottom right dots pattern */
.dots-pattern-bottom {
    position: absolute;
    bottom: 50px;
    right: 610px;
    width: 135px;
    height: 135px;
    opacity: 0.6;
}

.dots-img-bottom {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* AOS Custom Animations */
[data-aos="slide-up-fade"] {
    transform: translateY(100px);
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos="slide-up-fade"].aos-animate {
    transform: translateY(0);
    opacity: 1;
}

/* Laptop Screens (1366px - 1920px) */
@media (min-width: 1025px) and (max-width: 1920px) {
    .container {
        max-width: 90%;
    }
    
    .hero {
        padding: 25px 0 50px;
        min-height: calc(100vh - 110px);
    }
    
    .hero-content {
        gap: 60px;
        max-width: 1100px;
    }
    
    .main-title {
        font-size: 58px;
    }
    
    .automation-title {
        font-size: 44px;
    }
    
    .hero-right {
        margin-left: -50px;
        margin-top: 25px;
    }
    
    .farm-image {
        width: 105%;
        max-width: 480px;
    }
}

/* Large Tablets */
@media (max-width: 1024px) {
    .hero {
        min-height: auto;
        padding: 30px 0 50px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .hero-title-line {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .main-title {
        font-size: 48px;
    }
    
    .automation-title {
        font-size: 36px;
    }
    

    
    .hero-bg-image {
        width: 500px;
        height: 300px;
        left: -50px;
    }
    
    .hero-right {
        margin-left: -30px;
        margin-top: 20px;
        justify-content: center;
    }
    
    .farm-image {
        width: 100%;
        max-width: 450px;
    }
    
    .innovation-tag {
        margin-bottom: 12px;
    }
    
    .hero-description {
        margin-bottom: 20px;
    }
    
    .hero-description p {
        max-width: none;
    }
    
    .btn-find-more {
        align-self: center;
    }
}

/* Mobile Styles - Enhanced navigation priority */
@media (max-width: 768px) {
    .header .container {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .social-icons {
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
    
    .mobile-menu-btn {
        display: flex;
        position: fixed;
        right: 20px;
        top: 15px;
        transform: none;
        z-index: 10001; /* Highest priority */
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        padding: 8px;
        border-radius: 6px;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    }
    
   
    
    .hero {
        padding: 20px 0 40px;
    }
    
    .hero-content {
        gap: 30px;
    }
    
    .hero-title-line {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .main-title {
        font-size: 36px;
    }
    
    .automation-title {
        font-size: 28px;
    }
    
    /* Mobile specific: Only adjust background image, keep text positions unchanged */
    .hero-bg-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60vw; /* 60% of viewport width */
        height: auto;
        opacity: 0.3;
        z-index: -1;
    }
    
    .hero-right {
        margin-left: -15px;
        margin-top: 15px;
    }
    
    .farm-image {
        width: 100%;
        max-width: 380px;
    }
    
    .innovation-tag {
        margin-bottom: 10px;
    }
    
    .hero-description {
        margin-bottom: 20px;
    }
    
    .scribble-underline {
        bottom: -5px;
        height: 20px;
    }
    
    /* Enhanced hamburger animation */
    .mobile-menu-btn.active .hamburger:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
        background: #3b499b;
    }
    
    .mobile-menu-btn.active .hamburger:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-btn.active .hamburger:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
        background: #3b499b;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero {
        padding: 15px 0 30px;
    }
    
    .main-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .automation-title {
        font-size: 24px;
    }
    
    .hero-description p {
        font-size: 14px;
    }
    
    .btn-find-more {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .logo-text {
        font-size: 20px;
    }
    

    /* Small mobile: Smaller background image */
    .hero-bg-image {
        width: 10vw; /* 50% of viewport width for small screens */
     left: 40px;
    }
    
    .hero-right {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .farm-image {
        width: 100%;
        max-width: 320px;
    }
    
    .innovation-tag {
        margin-bottom: 8px;
    }
    
    .hero-title-line {
        margin-bottom: 15px;
        gap: 8px;
    }
    
    .hero-description {
        margin-bottom: 15px;
    }
    
    .dots-pattern-right,
    .dots-pattern-bottom {
        display: none;
    }
    
    .divider {
        font-size: 48px;
    }
    
    .scribble-underline {
        height: 15px;
    }
}


/* Sector Contribution Section - Dark Blue Radial Gradient */
.sector-contribution-section {
    background: radial-gradient(circle at center, #1e293b 0%, #0f172a 40%, #000814 70%, #020617 100%);
    min-height: 100vh;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.sector-contribution-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Background Decoration - Top Right */
.bg-decoration-top-right {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 300px;
    height: 300px;
    z-index: 1;
}

.top-right-design {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0.6);
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}

/* "Sector" text in WHITE */
.sector-white {
    color: white;
}

/* "Contribution" with scribble underline */
.section-title .highlight {
    position: relative;
    display: inline-block;
    color: #6366f1;
}

.section-title .highlight::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 12px;
    background: url('data:image/svg+xml;utf8,<svg width="100" height="12" xmlns="http://www.w3.org/2000/svg"><path d="M5 8 Q25 3 50 8 Q75 12 95 7" stroke="%23bb6bd9" stroke-width="3" fill="none" stroke-linecap="round"/></svg>') no-repeat;
    background-size: 100% 100%;
}

/* Charts Container */
.charts-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
    position: relative;
    z-index: 10;
}

.chart-wrapper {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* Left Chart - Radar Chart */
.left-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#radarChart {
    width: 100% !important;
    max-width: 450px;
    height: 450px !important;
    margin-bottom: 30px;
    cursor: pointer;
}

.chart-legend {
    display: flex;
    gap: 30px;
    align-items: center;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.legend-color.yellow {
    background: #fbbf24;
}

.legend-color.blue {
    background: #3b82f6;
}

.legend-item strong {
    font-weight: 700;
    font-size: 16px;
    margin-left: 5px;
}

/* Right Chart - Sector Details Card */
.right-chart {
    position: relative;
    min-height: 550px;
    display: flex;
    flex-direction: column;
}

.sector-details-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.sector-card-title {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
}

.sector-name-highlight {
    color: #bb6bd9;
    font-weight: 700;
    transition: opacity 0.3s ease;
}

.sector-card-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    text-align: justify;
    transition: opacity 0.3s ease;
}

/* Sector Navigation Arrows */
.sector-navigation {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    gap: 15px;
    z-index: 20;
}

.nav-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-arrow:hover {
    background: rgba(187, 107, 217, 0.3);
    border-color: #bb6bd9;
    transform: scale(1.1);
}

.nav-arrow:active {
    transform: scale(0.95);
}

/* Description */
.description {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.description p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .charts-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .section-title {
        font-size: 40px;
    }
    
    .bg-decoration-top-right {
        width: 200px;
        height: 200px;
        top: 10px;
        right: 10px;
    }
    
    .description p {
        font-size: 16px;
    }
    
    #radarChart {
        max-width: 400px;
        height: 400px !important;
    }
}

@media (max-width: 768px) {
    .sector-contribution-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .chart-wrapper {
        padding: 20px;
    }
    
    #radarChart {
        height: 300px !important;
    }
    
    .chart-legend {
        flex-direction: column;
        gap: 15px;
    }
    
    .bg-decoration-top-right {
        width: 150px;
        height: 150px;
    }
    
    .description p {
        font-size: 14px;
    }
    
    .sector-navigation {
        bottom: 20px;
        right: 20px;
    }
    
    .nav-arrow {
        width: 45px;
        height: 45px;
    }
    
    .sector-card-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .charts-container {
        gap: 30px;
        margin-bottom: 60px;
    }
    
    .chart-wrapper {
        padding: 15px;
    }
    
    .bg-decoration-top-right {
        display: none;
    }
    
    .right-chart {
        min-height: 450px;
    }
}






/* Hard & Impossible Section */
.hard-impossible-section {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.hard-impossible-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Header */
.section-header {
    text-align: left;
    margin-bottom: 80px;
    max-width: 100%;
}

/* Title Image Container - Responsive */
.title-image-container {
    margin-bottom: 30px;
    width: 100%;
    max-width: 1200px;
}

.title-image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.section-description {
    font-size: 18px;
    line-height: 1.7;
    color: #374151;
    max-width: 900px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

/* Content Grid */
.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}

/* Left Content - Image Card */
.left-content {
    position: relative;
}

.image-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.main-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* Right Content - Text */
.right-content {
    padding-left: 20px;
}

.right-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    text-align: justify;
    margin-bottom: 30px;
}

.right-content p:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .title-image-container {
        max-width: 700px;
    }
    
    .section-description {
        font-size: 16px;
    }
    
    .right-content {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .hard-impossible-section {
        padding: 80px 0;
    }
    
    .section-header {
        margin-bottom: 60px;
        text-align: center;
    }
    
    .title-image-container {
        max-width: 600px;
        margin: 0 auto 30px auto;
    }
    
    .section-description {
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
    }
    
    .content-grid {
        gap: 40px;
    }
    
    .right-content p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 20px;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .hard-impossible-section {
        padding: 60px 0;
    }
    
    .title-image-container {
        max-width: 100%;
    }
    
    .section-description {
        font-size: 13px;
    }
}

/* High DPI / Retina Support for Images */
@media screen and (-webkit-min-device-pixel-ratio: 2),
       screen and (min-resolution: 192dpi) {
    .title-image {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}










/* Sector capital section ends here  */



/* ===== What is United Fins Section - Original Desktop/Laptop Styles ===== */
.what-is-fins-section {
    position: relative;
    padding: 100px 0;
    color: white;
    text-align: center;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    min-height: 400px;
}

/* Zigzag Wave Background - Original */
.zigzag-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.zigzag-image {
    width: 90%;
    height: 90%;
    object-fit: fill;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
}

/* Container - Original */
.what-is-fins-section .container {
    position: relative;
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Title - Original */
.what-is-fins-section .section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    color: white;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}

/* Golden Underline - Original */
.what-is-fins-section .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: #fbbf24;
    border-radius: 2px;
}

/* Section Description - Original */
.what-is-fins-section .section-description {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    max-width: 800px;
    margin: 0 auto;
    letter-spacing: 0.3px;
}

/* ===== MOBILE ONLY RESPONSIVE DESIGN (768px and below) ===== */
@media screen and (max-width: 768px) {
    .what-is-fins-section {
        padding: clamp(3rem, 8vw, 5rem) 0;
        min-height: clamp(20rem, 40vh, 25rem);
    }
    
    .zigzag-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
        transform: none;
    }
    
    .what-is-fins-section .container {
        max-width: 95%;
        padding: 0 clamp(1rem, 4vw, 1.5rem);
    }
    
    .what-is-fins-section .section-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
        margin-bottom: clamp(1rem, 4vw, 1.5rem);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }
    
    .what-is-fins-section .section-title::after {
        width: clamp(60px, 20vw, 100px);
        height: 3px;
        bottom: clamp(-8px, -2vw, -12px);
    }
    
    .what-is-fins-section .section-description {
        font-size: clamp(0.9rem, 3.5vw, 1.1rem);
        line-height: 1.5;
        max-width: 100%;
        letter-spacing: 0.2px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
}

/* ===== SMALL MOBILE OPTIMIZATION (480px and below) ===== */
@media screen and (max-width: 480px) {
    .what-is-fins-section {
        padding: 2.5rem 0;
        min-height: 18rem;
    }
    
    .what-is-fins-section .container {
        padding: 0 1rem;
    }
    
    .what-is-fins-section .section-title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        line-height: 1.3;
    }
    
    .what-is-fins-section .section-title::after {
        width: 60px;
        height: 2px;
        bottom: -6px;
    }
    
    .what-is-fins-section .section-description {
        font-size: 0.85rem;
        line-height: 1.4;
        letter-spacing: 0.1px;
    }
}

/* ===== EXTRA SMALL MOBILE (375px and below) ===== */
@media screen and (max-width: 375px) {
    .what-is-fins-section {
        padding: 2rem 0;
        min-height: 16rem;
    }
    
    .what-is-fins-section .section-title {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }
    
    .what-is-fins-section .section-title::after {
        width: 50px;
        height: 2px;
        bottom: -5px;
    }
    
    .what-is-fins-section .section-description {
        font-size: 0.8rem;
        line-height: 1.4;
    }
}

/* ===== MOBILE ACCESSIBILITY & PERFORMANCE ===== */
@media screen and (max-width: 768px) {
    @media (prefers-reduced-motion: reduce) {
        .zigzag-background,
        .what-is-fins-section .section-title,
        .what-is-fins-section .section-description {
            animation: none !important;
            transition: none !important;
        }
    }
    
    @media (prefers-contrast: high) {
        .what-is-fins-section .section-title {
            text-shadow: 0 0 4px #000000;
        }
        
        .what-is-fins-section .section-description {
            color: #ffffff;
            text-shadow: 0 0 2px #000000;
        }
        
        .what-is-fins-section .section-title::after {
            background: #ffff00;
        }
    }
}

/* Our Sectors Section - Responsive Design */
.sectors-section {
    background: linear-gradient(180deg, #fefbf3 0%, #fff4e0 50%, #ffecd1 100%);
    padding: clamp(50px, 8vw, 80px) 0;
    position: relative;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.sectors-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(15px, 3vw, 20px);
    position: relative;
}

/* Section Header - Responsive */
.section-header {
    text-align: center;
    margin-bottom: clamp(40px, 6vw, 60px);
}

.section-title {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

/* Orange underline - Responsive */
.section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(80px, 15vw, 120px);
    height: 4px;
    background: #ea580c;
    border-radius: 2px;
}

.section-subtitle {
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 700;
    color: #374151;
    margin: clamp(20px, 4vw, 30px) 0 clamp(15px, 3vw, 20px) 0;
    text-align: left;
}

.section-description {
    font-size: clamp(13px, 2.5vw, 16px);
    font-weight: 400;
    color: #6b7280;
    line-height: 1.6;
    max-width: 800px;
    text-align: left;
    margin-bottom: 0;
}

/* Responsive Sectors Grid */
.sectors-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: clamp(15px, 3vw, 30px);
    margin-top: clamp(30px, 5vw, 50px);
}

/* Individual Sector Item - LAPTOP STYLE PRESERVED */
.sector-item {
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    perspective: 1000px;
}

/* LAPTOP HOVER EFFECT - UNCHANGED */
.sector-item:hover {
    transform: translateY(-50px) scale(3.2);
    z-index: 1000;
}

.sector-item:hover .sector-image {
    transform: translateZ(100px) scale(2.2);
}

.sector-item:hover .sector-card {
    opacity: 0;
    visibility: hidden;
    transform: translateZ(50px) translateY(-20px) scale(1.2);
}

/* RESPONSIVE IMAGE CONTAINER */
.sector-image {
    width: clamp(100px, 20vw, 200px);
    height: clamp(100px, 20vw, 200px);
    margin: 0 auto clamp(10px, 2vw, 15px);
    display: block;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.sector-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
    display: block;
}

/* Responsive Text Card */
.sector-card {
    background: white;
    border-radius: clamp(8px, 1.5vw, 12px);
    padding: clamp(8px, 2vw, 15px) clamp(12px, 2.5vw, 18px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.sector-name {
    font-size: clamp(12px, 2vw, 16px);
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 5px;
    line-height: 1.3;
}

.sector-count {
    font-size: clamp(10px, 1.5vw, 12px);
    font-weight: 500;
    color: #f59e0b;
    margin: 0;
}

/* ============ ULTRA CLEAN 3D DRONE - ABSOLUTELY NO UI ============ */
.ultra-clean-drone-3d {
    position: absolute;
    top: clamp(15px, 3vw, 30px);
    right: clamp(15px, 3vw, 30px);
    width: clamp(180px, 25vw, 320px);
    height: clamp(160px, 22vw, 280px);
    z-index: 50;
    /* COMPLETELY INVISIBLE CONTAINER */
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: hidden;
    /* CROP UI ELEMENTS */
    clip-path: inset(8% 8% 18% 8%);
    -webkit-clip-path: inset(8% 8% 18% 8%);
}

.ultra-clean-drone-3d iframe {
    /* OVERSIZED TO CROP OUT UI ELEMENTS */
    width: 130% !important;
    height: 130% !important;
    margin: -15% 0 0 -15% !important;
    border: none !important;
    background: transparent !important;
    /* SCALE DOWN TO FIT */
    transform: scale(0.8) !important;
    /* REMOVE ALL VISUAL EFFECTS */
    box-shadow: none !important;
    outline: none !important;
    /* FORCE TRANSPARENCY */
    opacity: 1 !important;
    filter: none !important;
}

/* FORCE HIDE ANY REMAINING ELEMENTS */
.ultra-clean-drone-3d::before,
.ultra-clean-drone-3d::after {
    display: none !important;
    content: none !important;
}

/* FLOATING ANIMATION FOR ULTRA CLEAN DRONE */
@keyframes ultraCleanFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

.ultra-clean-drone-3d {
    animation: ultraCleanFloat 4s ease-in-out infinite;
}

/* FLOATING ANIMATION FOR SECTOR ITEMS */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.sector-item:hover .sector-image img {
    animation: float 2s ease-in-out infinite;
}

/* ===== TABLET RESPONSIVE - 1024px and below ===== */
@media screen and (max-width: 1024px) {
    .sectors-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: clamp(20px, 3vw, 25px);
    }
    
    .section-header {
        text-align: center;
    }
    
    .section-subtitle,
    .section-description {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Ultra Clean 3D Drone - Tablet */
    .ultra-clean-drone-3d {
        width: clamp(140px, 20vw, 200px);
        height: clamp(120px, 18vw, 180px);
        top: clamp(10px, 2vw, 20px);
        right: clamp(10px, 2vw, 20px);
    }
    
    /* TABLET HOVER EFFECT */
    .sector-item:hover {
        transform: translateY(clamp(-25px, -4vw, -30px)) scale(2.8);
        z-index: 1000;
    }
    
    .sector-item:hover .sector-image {
        transform: translateZ(80px) scale(2.0);
    }
    
    .sector-item:hover .sector-card {
        opacity: 0;
        visibility: hidden;
    }
}

/* ===== MOBILE RESPONSIVE - 768px and below ===== */
@media screen and (max-width: 768px) {
    .sectors-section {
        padding: clamp(40px, 8vw, 60px) 0;
    }
    
    .sectors-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: clamp(15px, 3vw, 20px);
    }
    
    .section-header {
        margin-bottom: clamp(30px, 6vw, 40px);
        text-align: center;
    }
    
    .section-subtitle,
    .section-description {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Ultra Clean 3D Drone - Mobile */
    .ultra-clean-drone-3d {
        width: clamp(100px, 15vw, 140px);
        height: clamp(90px, 13vw, 120px);
        top: clamp(8px, 1.5vw, 12px);
        right: clamp(8px, 1.5vw, 12px);
        /* TIGHTER CROP ON MOBILE */
        clip-path: inset(10% 10% 20% 10%);
        -webkit-clip-path: inset(10% 10% 20% 10%);
    }
    
    .ultra-clean-drone-3d iframe {
        width: 140% !important;
        height: 140% !important;
        margin: -20% 0 0 -20% !important;
        transform: scale(0.75) !important;
    }
    
    /* MOBILE HOVER EFFECT */
    .sector-item:hover {
        transform: translateY(clamp(-15px, -3vw, -20px)) scale(2.2);
        z-index: 1000;
    }
    
    .sector-item:hover .sector-image {
        transform: translateZ(40px) scale(1.8);
    }
    
    .sector-item:hover .sector-card {
        opacity: 0;
        visibility: hidden;
        transform: translateZ(20px) translateY(-5px) scale(1.1);
    }
}

/* ===== SMALL MOBILE RESPONSIVE - 480px and below ===== */
@media screen and (max-width: 480px) {
    .sectors-section {
        padding: clamp(30px, 6vw, 50px) 0;
    }
    
    .sectors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(12px, 3vw, 15px);
    }
    
    .section-header {
        margin-bottom: clamp(25px, 5vw, 35px);
    }
    
    .sector-card {
        padding: clamp(8px, 2vw, 12px) clamp(10px, 2.5vw, 15px);
    }
    
    /* Hide Ultra Clean 3D Drone on small mobile */
    .ultra-clean-drone-3d {
        display: none;
    }
    
    /* SMALL MOBILE HOVER EFFECT */
    .sector-item:hover {
        transform: translateY(clamp(-8px, -2vw, -10px)) scale(1.8);
        z-index: 1000;
    }
    
    .sector-item:hover .sector-image {
        transform: scale(1.5);
    }
    
    .sector-item:hover .sector-card {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-3px) scale(1.05);
    }
}

/* ===== EXTRA SMALL MOBILE - 375px and below ===== */
@media screen and (max-width: 375px) {
    .sectors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .sector-image {
        width: clamp(80px, 18vw, 90px);
        height: clamp(80px, 18vw, 90px);
    }
    
    .sector-item:hover {
        transform: translateY(-5px) scale(1.6);
    }
    
    .sector-item:hover .sector-image {
        transform: scale(1.3);
    }
    
    .ultra-clean-drone-3d {
        display: none;
    }
}

/* ===== LANDSCAPE MOBILE OPTIMIZATION ===== */
@media screen and (max-height: 500px) and (orientation: landscape) {
    .sectors-section {
        padding: 30px 0;
    }
    
    .section-header {
        margin-bottom: 25px;
    }
    
    .sectors-grid {
        margin-top: 20px;
    }
    
    .sector-item:hover {
        transform: translateY(-10px) scale(1.5);
    }
    
    .ultra-clean-drone-3d {
        width: 100px;
        height: 80px;
        top: 5px;
        right: 5px;
    }
}

/* ===== REDUCED MOTION SUPPORT ===== */
@media (prefers-reduced-motion: reduce) {
    .sector-item,
    .sector-image,
    .sector-card,
    .ultra-clean-drone-3d {
        transition: none !important;
        animation: none !important;
    }
    
    .sector-item:hover .sector-image img {
        animation: none !important;
    }
    
    .sector-item:hover {
        transform: scale(1.1) !important;
    }
}

/* ===== HIGH CONTRAST MODE ===== */
@media (prefers-contrast: high) {
    .sector-card {
        border-width: 2px;
        border-color: #000;
    }
    
    .ultra-clean-drone-3d iframe {
        filter: contrast(1.2) brightness(1.1);
    }
}

/* ===== PERFORMANCE OPTIMIZATIONS ===== */
.ultra-clean-drone-3d,
.sector-item,
.sector-image {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* ===== ACCESSIBILITY IMPROVEMENTS ===== */
.ultra-clean-drone-3d:focus-within {
    outline: 3px solid #1e40af;
    outline-offset: 2px;
    border-radius: 20px;
}

.sector-item:focus-within {
    outline: 2px solid #1e40af;
    outline-offset: 4px;
    border-radius: 12px;
}

/* ===== BROWSER SPECIFIC FIXES ===== */
/* Safari specific */
@supports (-webkit-appearance: none) {
    .ultra-clean-drone-3d iframe {
        -webkit-transform: scale(0.8) !important;
        -webkit-clip-path: inset(8% 8% 18% 8%);
    }
}

/* Firefox specific */
@-moz-document url-prefix() {
    .ultra-clean-drone-3d {
        -moz-clip-path: inset(8% 8% 18% 8%);
    }
}

/* ===== PRINT MEDIA ===== */
@media print {
    .ultra-clean-drone-3d {
        display: none;
    }
}

/* our team styles  */
/* Our Team Section - Unique Classes */
.ourTeamSectionUnique {
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
    position: relative;
    min-height: 600px;
}

.teamContainerUnique {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Header */
.teamHeaderUnique {
    text-align: center;
    margin-bottom: 60px;
}

.teamTitleUnique {
    font-size: 48px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

/* Orange underline */
.teamTitleUnique::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 4px;
    background: #fd7f28;
    border-radius: 3px;
}

.teamSubtitleUnique {
    font-size: 16px;
    font-weight: 500;
    color: #1a202c;
    margin: 0;
    letter-spacing: 0.3px;
    text-align: center;
}

/* Center Team Image */
.teamImageWrapperUnique {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.teamImageUnique {
    max-width: 1000px;
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    transition: none;
    transform: none;
}

.teamImageUnique:hover {
    transform: none;
    box-shadow: none;
    background: none;
    border: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .teamImageUnique {
        max-width: 900px;
    }
}

@media (max-width: 768px) {
    .ourTeamSectionUnique {
        padding: 60px 0;
    }
    
    .teamTitleUnique {
        font-size: 36px;
    }
    
    .teamSubtitleUnique {
        font-size: 14px;
    }
    
    .teamImageUnique {
        max-width: 95%;
    }
    
    .teamHeaderUnique {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .ourTeamSectionUnique {
        padding: 50px 0;
    }
    
    .teamTitleUnique {
        font-size: 28px;
    }
    
    .teamSubtitleUnique {
        font-size: 13px;
    }
    
    .teamImageUnique {
        max-width: 98%;
    }
    
    .teamImageWrapperUnique {
        margin-top: 30px;
    }
}




/* FAQ Section */
.faq-section-unique {
    background: linear-gradient(135deg, #a8e6cf 0%, #a4dca0 25%, #c1a5db 50%, #b5b3e6 75%, #a8a3e8 100%);
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
    min-height: 600px;
}

.faq-container-unique {
    max-width: 900px;
    margin: 0 auto;
}

/* Section Title */
.faq-title-unique {
    font-size: 42px;
    font-weight: 800;
    color: #2d3748;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Orange scribbled underline */
.faq-title-unique::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 8px;
    background: url('data:image/svg+xml;utf8,<svg width="300" height="12" xmlns="http://www.w3.org/2000/svg"><path d="M5 6 Q75 2 150 6 Q225 10 295 6" stroke="%23e67e22" stroke-width="4" fill="none" stroke-linecap="round"/></svg>') no-repeat center;
    background-size: contain;
}

/* FAQ Accordion Container */
.faq-accordion-unique {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Individual FAQ Item - Default White */
.faq-item-unique {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Only Active Item Gets Green Background */
.faq-item-unique.active {
    background: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* FAQ Question Button - White by Default */
.faq-question-unique {
    width: 100%;
    background: white;
    color: #2d3748;
    border: none;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    line-height: 1.4;
}

/* Only Active Question Gets Green Background */
.faq-item-unique.active .faq-question-unique {
    background: #2d6a4f;
    color: white;
}

.faq-question-unique:hover {
    background: #f7fafc;
}

.faq-item-unique.active .faq-question-unique:hover {
    background: #1b5e3f;
}

/* FAQ Icon */
.faq-icon-unique {
    font-size: 20px;
    font-weight: 700;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
    color: #2d3748;
}

.faq-item-unique.active .faq-icon-unique {
    color: white;
    transform: rotate(45deg);
}

/* FAQ Answer */
.faq-answer-unique {
    background: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 25px;
}

.faq-answer-unique.active {
    max-height: 500px;
    padding: 25px 25px;
}

.faq-answer-unique p {
    margin: 0;
    color: #4a5568;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-section-unique {
        padding: 60px 15px;
    }
    
    .faq-title-unique {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .faq-title-unique::after {
        width: 250px;
    }
    
    .faq-question-unique {
        padding: 18px 20px;
        font-size: 15px;
    }
    
    .faq-answer-unique.active {
        padding: 20px 20px;
    }
    
    .faq-answer-unique p {
        font-size: 13px;
    }
    
    .faq-icon-unique {
        font-size: 18px;
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .faq-section-unique {
        padding: 50px 10px;
    }
    
    .faq-title-unique {
        font-size: 28px;
    }
    
    .faq-title-unique::after {
        width: 200px;
    }
    
    .faq-question-unique {
        padding: 16px 18px;
        font-size: 14px;
    }
    
    .faq-answer-unique.active {
        padding: 18px 18px;
    }
    
    .faq-answer-unique p {
        font-size: 12px;
    }
    
    .faq-accordion-unique {
        gap: 12px;
    }
}





/* customer satisfactin  */


/* Customer Stats Section */
.customer-stats-section {
    background:#050038; 
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Section Title */
.stats-title {
    font-size: 42px;
    font-weight: 800;
    color: white;
    margin-bottom: 60px;
    letter-spacing: -0.5px;
}

/* Stats Grid - All in Same Line */
.stats-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
}

/* Individual Stat Card - Same Color for All */
.stat-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    max-width: 280px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.stat-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Stat Icon */
.stat-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.stat-card:hover .stat-icon {
    background: rgba(255, 255, 255, 0.2);
}

/* Stat Info */
.stat-info {
    text-align: left;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: white;
    margin: 0 0 8px 0;
    line-height: 1;
}

.stat-label {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.4;
}

/* CTA Section */
.cta-section {
    margin-top: 40px;
}

/* Dark Blue Button */
.book-appointment-btn {
    background: #1a1d3a;
    color: white;
    border: none;
    padding: 16px 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.book-appointment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    background: #151833;
}

.book-appointment-btn:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .stats-grid {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .stats-title {
        font-size: 36px;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .customer-stats-section {
        padding: 60px 15px;
    }
    
    .stats-grid {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .stats-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .stat-card {
        padding: 25px 20px;
        gap: 15px;
        max-width: none;
        flex: 1 1 calc(50% - 10px);
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .stat-label {
        font-size: 14px;
    }
    
    .stat-icon {
        width: 50px;
        height: 50px;
    }
    
    .stat-icon svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .customer-stats-section {
        padding: 50px 10px;
    }
    
    .stats-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .stats-title {
        font-size: 28px;
    }
    
    .stat-card {
        padding: 20px 15px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
        max-width: 280px;
        width: 100%;
    }
    
    .stat-info {
        text-align: center;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .stat-label {
        font-size: 13px;
    }
    
    .book-appointment-btn {
        padding: 14px 35px;
        font-size: 16px;
    }
}



/* Newsletter Section Updated Gradient and Smaller Doodles */
.newsletter-section {
    background: radial-gradient(ellipse at center, #fbc6d4 30%, #fde9c8 60%, #fef3c7 100%);
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

.newsletter-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 300px;
}

/* Left Doodles - Reduced Size */
.doodles-left {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 230px;
    z-index: 2;
}

.doodles-left .doodle-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.8;
}

/* Right Doodles - Reduced Size */
.doodles-right {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 230px;
    z-index: 2;
}

.doodles-right .doodle-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.8;
}

/* Newsletter Content */
.newsletter-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}

.newsletter-title {
    font-size: 48px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

/* Orange underline */
.newsletter-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: #ea580c;
    border-radius: 2px;
}

.newsletter-description {
    font-size: 16px;
    font-weight: 400;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Newsletter Form */
.newsletter-form {
    display: flex;
    gap: 0;
    max-width: 500px;
    margin: 0 auto;
    background: white;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.email-input {
    flex: 1;
    padding: 16px 25px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #374151;
    background: white;
    outline: none;
    border-radius: 50px 0 0 50px;
}

.email-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.subscribe-btn {
    background: #4338ca;
    color: white;
    border: none;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.subscribe-btn:hover {
    background: #3730a3;
    transform: translateX(-2px);
}

.subscribe-btn:active {
    transform: translateX(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .doodles-left {
        width: 150px;
        height: 190px;
        left: -20px;
    }
    
    .doodles-right {
        width: 150px;
        height: 190px;
        right: -20px;
    }
    
    .newsletter-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .newsletter-section {
        padding: 60px 15px;
    }
    
    .doodles-left,
    .doodles-right {
        display: none;
    }
    
    .newsletter-title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .newsletter-description {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .newsletter-form {
        flex-direction: column;
        border-radius: 15px;
        max-width: 400px;
    }
    
    .email-input {
        border-radius: 15px 15px 0 0;
        padding: 14px 20px;
    }
    
    .subscribe-btn {
        border-radius: 0 0 15px 15px;
        padding: 14px 25px;
    }
}

@media (max-width: 480px) {
    .newsletter-section {
        padding: 50px 10px;
    }
    
    .newsletter-title {
        font-size: 32px;
    }
    
    .newsletter-title::after {
        width: 100px;
    }
    
    .newsletter-description {
        font-size: 14px;
    }
    
    .newsletter-form {
        max-width: 100%;
    }
    
    .email-input {
        font-size: 15px;
        padding: 12px 18px;
    }
    
    .subscribe-btn {
        font-size: 15px;
        padding: 12px 20px;
    }
}


/* Footer Section Complete - Modern Blue Theme */
.footer-section-complete {
    background: linear-gradient(135deg, #0f2862 0%, #1c3d7a 50%, #2a5298 100%);
    color: #e8f1ff;
    font-family: 'Inter', sans-serif;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

/* Decorative Circles - Blue Gradient Design */
.circle-left,
.circle-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    background: rgba(65, 105, 225, 0.12);
    border: 1px solid rgba(100, 149, 237, 0.25);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.6;
}

.circle-left::before,
.circle-right::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: rgba(70, 130, 255, 0.08);
    border: 1px solid rgba(100, 149, 237, 0.2);
    border-radius: 50%;
}

.circle-left::after,
.circle-right::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: rgba(135, 206, 250, 0.05);
    border: 1px solid rgba(100, 149, 237, 0.15);
    border-radius: 50%;
}

.circle-left {
    left: -200px;
}

.circle-right {
    right: -200px;
}

/* Footer Container */
.footer-container-complete {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    position: relative;
    z-index: 2;
}

/* Footer Columns */
.footer-column-complete {
    display: flex;
    flex-direction: column;
}

.footer-column-complete h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.footer-column-complete ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column-complete ul li {
    margin-bottom: 16px;
}

.footer-column-complete ul li a {
    color: #b8d4ff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    line-height: 1.6;
    display: block;
}

.footer-column-complete ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
    text-shadow: 0 0 8px rgba(100, 149, 237, 0.5);
}

/* Brand Column */
.footer-brand-complete {
    max-width: 320px;
}

.brand-header-complete {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.brand-logo-complete {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4169e1, #1e90ff);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(30, 144, 255, 0.4);
}

.brand-logo-complete img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.brand-header-complete h3 {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin: 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.contact-text-complete {
    font-size: 14px;
    color: #b8d4ff;
    margin: 0 0 8px 0;
    font-weight: 400;
}

.phone-number-complete {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin: 0 0 35px 0;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Contact Info */
.contact-info-complete {
    margin-bottom: 35px;
}

.contact-item-complete {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-icon-complete {
    width: 24px;
    height: 24px;
    color: #87ceeb;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-label-complete {
    color: #b8d4ff;
    font-weight: 400;
    display: block;
    margin-bottom: 2px;
}

.contact-value-complete {
    color: white;
    font-weight: 500;
    display: block;
}

/* Social Icons */
.social-icons-complete {
    display: flex;
    gap: 15px;
}

.social-link-complete {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b8d4ff;
    text-decoration: none;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.05);
}

.social-link-complete:hover {
    background: linear-gradient(135deg, #1e90ff, #00bfff);
    border-color: #00bfff;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(30, 144, 255, 0.5);
}

/* Footer Bottom */
.footer-bottom-complete {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 60px;
    padding: 30px 0;
    background: rgba(15, 38, 98, 0.5);
}

.footer-bottom-container-complete {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.copyright-complete {
    font-size: 14px;
    color: #a8c8e8;
    font-weight: 400;
}

.footer-links-complete {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}

.footer-links-complete a {
    color: #a8c8e8;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
}

.footer-links-complete a:hover {
    color: #00bfff;
    text-shadow: 0 0 8px rgba(0, 191, 255, 0.5);
}

.footer-links-complete span {
    color: #6b8bb3;
    font-weight: 300;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-container-complete {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
        padding: 0 30px;
    }
    
    .circle-left,
    .circle-right {
        width: 350px;
        height: 350px;
    }
    
    .circle-left {
        left: -175px;
    }
    
    .circle-right {
        right: -175px;
    }
    
    .footer-bottom-container-complete {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .footer-section-complete {
        padding: 60px 0 0;
    }
    
    .footer-container-complete {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    
    .circle-left,
    .circle-right {
        display: none;
    }
    
    .footer-bottom-container-complete {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 0 20px;
    }
    
    .brand-header-complete h3 {
        font-size: 24px;
    }
    
    .phone-number-complete {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .footer-section-complete {
        padding: 50px 0 0;
    }
    
    .footer-container-complete {
        padding: 0 15px;
        gap: 35px;
    }
    
    .brand-logo-complete {
        width: 45px;
        height: 45px;
    }
    
    .brand-logo-complete img {
        width: 24px;
        height: 24px;
    }
    
    .brand-header-complete h3 {
        font-size: 22px;
    }
    
    .phone-number-complete {
        font-size: 18px;
    }
    
    .social-link-complete {
        width: 38px;
        height: 38px;
    }
    
    .footer-links-complete {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    .footer-bottom-container-complete {
        padding: 0 15px;
    }
}

/* Enhanced Visual Effects */
@media (prefers-reduced-motion: no-preference) {
    .circle-left,
    .circle-right {
        animation: subtleFloat 8s ease-in-out infinite alternate;
    }
    
    @keyframes subtleFloat {
        0% {
            transform: translateY(-50%) rotate(0deg);
            opacity: 0.5;
        }
        100% {
            transform: translateY(-52%) rotate(2deg);
            opacity: 0.7;
        }
    }
}

/* -------------------------------------------------------------------------- */
/*                      UNITED FINS TEAM SECTION                              */
/* -------------------------------------------------------------------------- */

/* Base Section Styles */
.uf-team-section {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.uf-team-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Section */
.uf-team-header {
    text-align: left;
    margin-bottom: 80px;
    max-width: 100%;
}

.uf-team-title-img {
    margin-bottom: 30px;
    width: 100%;
    max-width: 1200px;
}

.uf-team-title-img img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.uf-team-intro {
    font-size: 18px;
    line-height: 1.7;
    color: #374151;
    max-width: 100%;
    width: 100%;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    text-align: justify;
    margin: 0;
}

/* Content Grid */
.uf-team-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}

/* Image Column */
.uf-team-image-col {
    position: relative;
}

.uf-team-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.uf-team-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* Text Column */
.uf-team-text-col {
    padding-left: 20px;
}

.uf-team-paragraph {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    text-align: justify;
    margin-bottom: 30px;
}

.uf-team-paragraph-last {
    margin-bottom: 0;
}

/* ---------------------- Responsive: Team Section ---------------------- */

/* Tablet View (768px - 1024px) */
@media (max-width: 1024px) {
    .uf-team-content-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .uf-team-text-col {
        padding-left: 0;
    }
    
    .uf-team-intro {
        font-size: 17px;
    }
    
    .uf-team-paragraph {
        font-size: 15px;
    }
}

/* Mobile View (< 768px) */
@media (max-width: 768px) {
    .uf-team-section {
        padding: 60px 0;
    }
    
    .uf-team-container {
        padding: 0 16px;
    }
    
    .uf-team-header {
        margin-bottom: 50px;
        text-align: center;
    }
    
    .uf-team-title-img {
        margin-bottom: 24px;
    }
    
    .uf-team-intro {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }
    
    .uf-team-content-grid {
        gap: 40px;
    }
    
    .uf-team-image-wrapper {
        border-radius: 16px;
    }
    
    .uf-team-image-wrapper img {
        border-radius: 16px;
    }
    
    .uf-team-paragraph {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 24px;
        text-align: left;
    }
}

/* Small Mobile View (< 480px) */
@media (max-width: 480px) {
    .uf-team-section {
        padding: 40px 0;
    }
    
    .uf-team-container {
        padding: 0 12px;
    }
    
    .uf-team-header {
        margin-bottom: 40px;
    }
    
    .uf-team-title-img {
        margin-bottom: 20px;
    }
    
    .uf-team-intro {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .uf-team-content-grid {
        gap: 30px;
    }
    
    .uf-team-image-wrapper {
        border-radius: 12px;
    }
    
    .uf-team-image-wrapper img {
        border-radius: 12px;
    }
    
    .uf-team-paragraph {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}
