:root {
    --primary-color: #064080;
    --primary-light: #1a5999;
    --primary-dark: #042e5c;
    --secondary-color: #ffffff;
    --accent-color: #f8c630;
    --text-dark: #333333;
    --text-light: #666666;
    --bg-light: #f5f8fc;
    --transition: all 0.3s ease;
    --shadow: 0 10px 30px rgba(6, 64, 128, 0.1);
    --shadow-strong: 0 15px 40px rgba(6, 64, 128, 0.2);
    --border-radius: 8px;
    --border-radius-lg: 16px;
}

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

/* Abstract Shapes */
.abstract-shape {
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    pointer-events: none;
}

.shape-blob {
    top: 0;
    right: 0;
    width: 40%;
    height: 60%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%23064080" d="M139.5,21.5C168.2,40.8,181.9,79.4,168.8,108.2C155.7,137,115.8,156,80.6,153.8C45.4,151.6,14.8,128.2,5.9,96.8C-2.9,65.4,10,26,38.6,9.7C67.1,-6.6,110.8,2.2,139.5,21.5Z"></path></svg>');
    background-repeat: no-repeat;
    animation: float 15s ease-in-out infinite;
}

.shape-circle {
    top: 25%;
    left: 10%;
    width: 300px;
    height: 300px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle cx="100" cy="100" r="80" fill="%23064080" /></svg>');
    background-repeat: no-repeat;
    animation: pulse 10s ease-in-out infinite;
}

.shape-dna {
    bottom: 10%;
    right: 15%;
    width: 100px;
    height: 300px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 300"><path d="M20,20 C60,40 40,60 80,80 C40,100 60,120 20,140 C60,160 40,180 80,200 C40,220 60,240 20,260 C60,280 40,300 80,320" stroke="%23064080" stroke-width="2" fill="none" /><path d="M80,20 C40,40 60,60 20,80 C60,100 40,120 80,140 C40,160 60,180 20,200 C60,220 40,240 80,260 C40,280 60,300 20,320" stroke="%23064080" stroke-width="2" fill="none" /><line x1="20" y1="20" x2="80" y2="20" stroke="%23064080" stroke-width="1.5" /><line x1="80" y1="80" x2="20" y2="80" stroke="%23064080" stroke-width="1.5" /><line x1="20" y1="140" x2="80" y2="140" stroke="%23064080" stroke-width="1.5" /><line x1="80" y1="200" x2="20" y2="200" stroke="%23064080" stroke-width="1.5" /><line x1="20" y1="260" x2="80" y2="260" stroke="%23064080" stroke-width="1.5" /></svg>');
    background-repeat: no-repeat;
    animation: float-reverse 12s ease-in-out infinite;
}

.shape-pulse {
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 50px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 100"><path d="M0,50 L50,50 L70,20 L100,80 L130,30 L160,70 L180,50 L220,50 L240,30 L260,50 L300,50 L320,70 L350,20 L380,50 L420,50 L450,30 L480,80 L510,50 L550,50 L580,20 L610,70 L640,50 L680,50 L710,30 L740,50 L780,50 L810,70 L840,20 L870,50 L910,50 L940,30 L970,80 L1000,50 L1040,50 L1070,20 L1100,70 L1130,50 L1170,50 L1200,30" stroke="%23064080" stroke-width="3" fill="none" /></svg>');
    background-repeat: no-repeat;
    animation: pulse-wave 15s linear infinite;
}

.shape-hexagon {
    top: 10%;
    right: 5%;
    width: 300px;
    height: 300px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><polygon points="50,30 65,55 50,80 20,80 5,55 20,30" fill="%23064080" /><polygon points="110,30 125,55 110,80 80,80 65,55 80,30" fill="%23064080" /><polygon points="170,30 185,55 170,80 140,80 125,55 140,30" fill="%23064080" /><polygon points="50,90 65,115 50,140 20,140 5,115 20,90" fill="%23064080" /><polygon points="110,90 125,115 110,140 80,140 65,115 80,90" fill="%23064080" /><polygon points="170,90 185,115 170,140 140,140 125,115 140,90" fill="%23064080" /><polygon points="50,150 65,175 50,200 20,200 5,175 20,150" fill="%23064080" /><polygon points="110,150 125,175 110,200 80,200 65,175 80,150" fill="%23064080" /><polygon points="170,150 185,175 170,200 140,200 125,175 140,150" fill="%23064080" /></svg>');
    background-repeat: no-repeat;
    opacity: 0.08;
    animation: rotate 30s linear infinite;
}

/* Variations for other sections */
.shape-blob-light {
    top: 0;
    left: 0;
    width: 30%;
    height: 50%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%23064080" d="M42.7,-65.1C56.9,-60.5,71.2,-51.5,79.6,-38.1C88,-24.7,90.5,-6.9,85.6,8.3C80.7,23.5,68.3,36.1,55.8,47.6C43.3,59.1,30.7,69.5,15.8,74.8C0.9,80.1,-16.4,80.3,-31.1,74.1C-45.8,67.9,-57.9,55.3,-65.4,40.8C-72.9,26.2,-75.8,9.7,-74.2,-6.3C-72.6,-22.3,-66.5,-37.8,-55.9,-44.9C-45.3,-52,-30.2,-50.7,-17.2,-56.5C-4.2,-62.3,6.8,-75.2,20.2,-78.3C33.6,-81.4,49.3,-74.7,42.7,-65.1Z" transform="translate(100 100)" /></svg>');
    background-repeat: no-repeat;
    animation: float-reverse 18s ease-in-out infinite;
}

.shape-circle-light {
    bottom: 10%;
    right: 5%;
    width: 200px;
    height: 200px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle cx="100" cy="100" r="60" fill="%23064080" /><circle cx="100" cy="100" r="40" fill="%23064080" opacity="0.7" /><circle cx="100" cy="100" r="20" fill="%23064080" opacity="0.5" /></svg>');
    background-repeat: no-repeat;
    animation: pulse 12s ease-in-out infinite;
}

.shape-pulse-light {
    top: 50%;
    left: 0;
    width: 100%;
    height: 30px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 50"><path d="M0,25 L50,25 L70,10 L100,40 L130,15 L160,35 L180,25 L220,25 L240,15 L260,25 L300,25 L320,35 L350,10 L380,25 L420,25 L450,15 L480,40 L510,25 L550,25 L580,10 L610,35 L640,25 L680,25 L710,15 L740,25 L780,25 L810,35 L840,10 L870,25 L910,25 L940,15 L970,40 L1000,25 L1040,25 L1070,10 L1100,35 L1130,25 L1170,25 L1200,15" stroke="%23064080" stroke-width="2" fill="none" /></svg>');
    background-repeat: no-repeat;
    animation: pulse-wave 20s linear infinite;
}

.shape-dna-light {
    top: 15%;
    right: 5%;
    width: 80px;
    height: 240px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 240"><path d="M16,16 C48,32 32,48 64,64 C32,80 48,96 16,112 C48,128 32,144 64,160 C32,176 48,192 16,208 C48,224 32,240 64,256" stroke="%23064080" stroke-width="2" fill="none" /><path d="M64,16 C32,32 48,48 16,64 C48,80 32,96 64,112 C32,128 48,144 16,160 C48,176 32,192 64,208 C32,224 48,240 16,256" stroke="%23064080" stroke-width="2" fill="none" /><line x1="16" y1="16" x2="64" y2="16" stroke="%23064080" stroke-width="1.5" /><line x1="64" y1="64" x2="16" y2="64" stroke="%23064080" stroke-width="1.5" /><line x1="16" y1="112" x2="64" y2="112" stroke="%23064080" stroke-width="1.5" /><line x1="64" y1="160" x2="16" y2="160" stroke="%23064080" stroke-width="1.5" /><line x1="16" y1="208" x2="64" y2="208" stroke="%23064080" stroke-width="1.5" /></svg>');
    background-repeat: no-repeat;
    animation: float 15s ease-in-out infinite;
}

.shape-circle-small {
    bottom: 20%;
    left: 5%;
    width: 150px;
    height: 150px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><circle cx="75" cy="75" r="50" fill="%23064080" opacity="0.8" /><circle cx="75" cy="75" r="30" fill="%23064080" opacity="0.6" /></svg>');
    background-repeat: no-repeat;
    animation: pulse 8s ease-in-out infinite;
}

.shape-blob-small {
    top: 10%;
    left: 5%;
    width: 25%;
    height: 40%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%23064080" d="M44.6,-76.2C59.3,-69.8,73.8,-60.5,83.1,-47.1C92.3,-33.7,96.4,-16.8,94.6,-1.1C92.9,14.7,85.4,29.4,76.1,43.5C66.8,57.6,55.7,71.1,41.6,77.8C27.4,84.5,10.2,84.4,-6.9,83.1C-24,81.8,-41,79.3,-54.8,71.1C-68.6,62.9,-79.2,49,-85.2,33.3C-91.2,17.7,-92.6,0.3,-87.8,-14.8C-83,-29.9,-72,-42.8,-59.1,-50.3C-46.2,-57.9,-31.3,-60.2,-17.9,-67.5C-4.4,-74.8,7.5,-87.1,21.4,-88.3C35.3,-89.5,50.2,-79.6,44.6,-76.2Z" transform="translate(100 100)" /></svg>');
    background-repeat: no-repeat;
    animation: float 20s ease-in-out infinite;
}

.shape-hexagon-small {
    bottom: 5%;
    right: 5%;
    width: 200px;
    height: 200px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><polygon points="33,20 43,37 33,53 13,53 3,37 13,20" fill="%23064080" /><polygon points="73,20 83,37 73,53 53,53 43,37 53,20" fill="%23064080" /><polygon points="113,20 123,37 113,53 93,53 83,37 93,20" fill="%23064080" /><polygon points="33,60 43,77 33,93 13,93 3,77 13,60" fill="%23064080" /><polygon points="73,60 83,77 73,93 53,93 43,77 53,60" fill="%23064080" /><polygon points="113,60 123,77 113,93 93,93 83,77 93,60" fill="%23064080" /></svg>');
    background-repeat: no-repeat;
    opacity: 0.08;
    animation: rotate 25s linear infinite;
}

.shape-circle-medium {
    top: 15%;
    right: 10%;
    width: 180px;
    height: 180px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180"><circle cx="90" cy="90" r="70" fill="%23064080" opacity="0.1" /><circle cx="90" cy="90" r="50" fill="%23064080" opacity="0.15" /><circle cx="90" cy="90" r="30" fill="%23064080" opacity="0.2" /></svg>');
    background-repeat: no-repeat;
    animation: pulse 14s ease-in-out infinite;
}

.shape-pulse-medium {
    bottom: 15%;
    left: 0;
    width: 100%;
    height: 40px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 80"><path d="M0,40 L50,40 L70,15 L100,65 L130,25 L160,55 L180,40 L220,40 L240,25 L260,40 L300,40 L320,55 L350,15 L380,40 L420,40 L450,25 L480,65 L510,40 L550,40 L580,15 L610,55 L640,40 L680,40 L710,25 L740,40 L780,40 L810,55 L840,15 L870,40 L910,40 L940,25 L970,65 L1000,40 L1040,40 L1070,15 L1100,55 L1130,40 L1170,40 L1200,25" stroke="%23064080" stroke-width="2.5" fill="none" /></svg>');
    background-repeat: no-repeat;
    animation: pulse-wave 18s linear infinite;
}

.shape-blob-large {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%23064080" d="M38.5,-65.6C52.9,-60.9,69.6,-55.4,79.4,-44.1C89.2,-32.8,92.1,-15.4,89.3,0.5C86.5,16.4,78,32.8,67.4,46.3C56.8,59.8,44.1,70.4,29.7,76.2C15.4,82,0.3,83,-14.4,79.9C-29.1,76.8,-43.4,69.7,-54.4,59.1C-65.4,48.5,-73.1,34.4,-77.9,19.1C-82.7,3.8,-84.6,-12.7,-79.9,-27.2C-75.2,-41.7,-63.9,-54.2,-50.1,-59.5C-36.3,-64.8,-20.1,-62.9,-5.2,-55.8C9.7,-48.7,24.1,-70.3,38.5,-65.6Z" transform="translate(100 100)" /></svg>');
    background-repeat: no-repeat;
    opacity: 0.05;
    animation: float-slow 25s ease-in-out infinite;
}

.shape-dna-small {
    bottom: 10%;
    right: 10%;
    width: 60px;
    height: 180px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 180"><path d="M12,12 C36,24 24,36 48,48 C24,60 36,72 12,84 C36,96 24,108 48,120 C24,132 36,144 12,156 C36,168 24,180 48,192" stroke="%23064080" stroke-width="1.5" fill="none" /><path d="M48,12 C24,24 36,36 12,48 C36,60 24,72 48,84 C24,96 36,108 12,120 C36,132 24,144 48,156 C24,168 36,180 12,192" stroke="%23064080" stroke-width="1.5" fill="none" /><line x1="12" y1="12" x2="48" y2="12" stroke="%23064080" stroke-width="1" /><line x1="48" y1="48" x2="12" y2="48" stroke="%23064080" stroke-width="1" /><line x1="12" y1="84" x2="48" y2="84" stroke="%23064080" stroke-width="1" /><line x1="48" y1="120" x2="12" y2="120" stroke="%23064080" stroke-width="1" /><line x1="12" y1="156" x2="48" y2="156" stroke="%23064080" stroke-width="1" /></svg>');
    background-repeat: no-repeat;
    animation: float-reverse 12s ease-in-out infinite;
}

.shape-circle-large {
    top: 10%;
    left: 5%;
    width: 250px;
    height: 250px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><circle cx="125" cy="125" r="100" fill="%23064080" opacity="0.08" /><circle cx="125" cy="125" r="75" fill="%23064080" opacity="0.12" /><circle cx="125" cy="125" r="50" fill="%23064080" opacity="0.16" /></svg>');
    background-repeat: no-repeat;
    animation: pulse 16s ease-in-out infinite;
}

.shape-hexagon-medium {
    bottom: 5%;
    right: 5%;
    width: 220px;
    height: 220px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220 220"><polygon points="36,22 47,40 36,58 14,58 3,40 14,22" fill="%23064080" /><polygon points="80,22 91,40 80,58 58,58 47,40 58,22" fill="%23064080" /><polygon points="124,22 135,40 124,58 102,58 91,40 102,22" fill="%23064080" /><polygon points="36,66 47,84 36,102 14,102 3,84 14,66" fill="%23064080" /><polygon points="80,66 91,84 80,102 58,102 47,84 58,66" fill="%23064080" /><polygon points="124,66 135,84 124,102 102,102 91,84 102,66" fill="%23064080" /><polygon points="36,110 47,128 36,146 14,146 3,128 14,110" fill="%23064080" /><polygon points="80,110 91,128 80,146 58,146 47,128 58,110" fill="%23064080" /><polygon points="124,110 135,128 124,146 102,146 91,128 102,110" fill="%23064080" /></svg>');
    background-repeat: no-repeat;
    opacity: 0.08;
    animation: rotate 28s linear infinite;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes float-reverse {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
}

@keyframes float-slow {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.05);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
}

@keyframes pulse-wave {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-link {
    color: var(--text-dark);
    font-weight: 500;
    position: relative;
    padding: 8px 0;
    transition: var(--transition);
}

.nav-link:hover {
    color: var(--primary-color);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
}

.nav-link:hover::after {
    width: 100%;
}

.nav-cta {
    margin-left: 20px;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger-line {
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #ffffff, #f0f7ff);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    width: 100%;
}

@media (min-width: 768px) {
    .hero .container {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }
}

@media (min-width: 1200px) {
    .hero .container {
        gap: 80px;
    }
}

.hero-content {
    z-index: 1;
    text-align: center;
}

@media (min-width: 768px) {
    .hero-content {
        text-align: left;
    }
}

.hero h1 {
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero .subtitle {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: var(--text-light);
    margin-bottom: 30px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 576px) {
    .cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
    }
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

@media (min-width: 768px) {
    .hero-buttons {
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    .hero-buttons {
        margin-top: 50px;
    }
}



.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
}

.btn-primary {
    background-color: var(--primary-color);
    color: white;
    box-shadow: 0 4px 15px rgba(6, 64, 128, 0.3);
}

.btn-primary:hover {
    background-color: var(--primary-light);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(6, 64, 128, 0.4);
}

.btn-outline {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
    
}

.btn-outline:hover {
    background-color: rgba(6, 64, 128, 0.05);
    transform: translateY(-3px);
}

.hero-visual {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(6, 64, 128, 0.2));
}

@media (min-width: 768px) {
    .hero-image {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .hero-image {
        max-width: 600px;
    }
}

.visual-card {
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    box-shadow: var(--shadow-strong);
}

.pulse-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.pulse-lines::before,
.pulse-lines::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
}

.pulse-lines::before {
    top: 33%;
    animation: pulse-line 3s ease-in-out infinite;
}

.pulse-lines::after {
    top: 66%;
    animation: pulse-line 3s ease-in-out infinite 1.5s;
}

@keyframes pulse-line {
    0%, 100% {
        opacity: 0.2;
        transform: scaleX(1);
    }
    50% {
        opacity: 0.5;
        transform: scaleX(1.05);
    }
}

.card-content {
    position: relative;
    z-index: 1;
    padding: 40px;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-content h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.card-content p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.floating-element {
    position: absolute;
    border-radius: 50%;
}

.yellow-circle {
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background-color: var(--accent-color);
    opacity: 0.7;
    animation: float 6s ease-in-out infinite;
}

.green-circle {
    bottom: -40px;
    left: -40px;
    width: 130px;
    height: 130px;
    background-color: #4CAF50;
    opacity: 0.6;
    animation: float-reverse 7s ease-in-out infinite;
}

.decorative-circle {
    position: absolute;
    border-radius: 50%;
}

.top-right {
    top: -50px;
    right: -50px;
    width: 80px;
    height: 80px;
    background-color: rgba(6, 64, 128, 0.1);
    animation: pulse 6s ease-in-out infinite;
}

.bottom-right {
    bottom: -20px;
    right: 80px;
    width: 60px;
    height: 60px;
    background-color: rgba(6, 64, 128, 0.3);
    animation: pulse 7s ease-in-out infinite 1s;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--primary-color);
    font-size: 0.9rem;
    opacity: 0.8;
    animation: fade-in 2s ease-in-out 1s forwards;
    opacity: 0;
}

@media (max-width: 768px) {
    .scroll-indicator {
        display: none;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translate(-50%, 10px);
    }
    100% {
        opacity: 0.8;
        transform: translate(-50%, 0);
    }
}

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid var(--primary-color);
    border-radius: 25px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.wheel {
    width: 6px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 3px;
    margin-top: 8px;
    animation: scroll-wheel 2s ease-in-out infinite;
}

@keyframes scroll-wheel {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(15px);
        opacity: 1;
    }
}

/* Reveal Text Animation */
.reveal-text {
    opacity: 0;
    animation: reveal 1.5s forwards;
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 1.75rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.section-header h3 {
    font-size: 2.25rem;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.section-header p {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
}

.separator {
    width: 80px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 0 auto 20px;
}

/* About Section */
.about {
    background-color: white;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 992px) {
    .about-content {
        flex-direction: row;
    }
}

.about-text {
    flex: 1;
}

.about-text p {
    font-size: .85rem;
    color: var(--text-light);
    margin-bottom: 20px;
}

.highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .highlights {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.highlight-card {
    background-color: var(--bg-light);
    padding: 24px;
    border-radius: var(--border-radius);
    border-left: 4px solid var(--primary-color);
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(6, 64, 128, 0.15);
}

@media (min-width: 769px) {
    .highlight-card:last-child {
        grid-column: span 2;
    }
}


.highlight-card h4 {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.about-visual {
    flex: 1;
}

.philosophy-card {
    position: relative;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
    padding: 40px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-strong);
}

.philosophy-card::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color);
    border-radius: var(--border-radius);
    z-index: -1;
}

.philosophy-card h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.philosophy-card p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    opacity: 0.9;
}

.quality-badge {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.badge-icon {
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.badge-icon i {
    font-size: 24px;
    color: var(--primary-color);
}

.badge-text h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.badge-text p {
    margin: 0;
    opacity: 0.9;
}

/* Impact Section */
.impact {
    background: linear-gradient(135deg, var(--bg-light), white);
}

.metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .metrics {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 24px;
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .metrics {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.metric-card {
    position: relative;
    background-color: white;
    padding: 30px;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: var(--transition);
}

.metric-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(6, 64, 128, 0.15);
}

.metric-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: rgba(6, 64, 128, 0.1);
    border-bottom-left-radius: 100%;
}

.metric-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.percentage {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-left: 5px;
}

.metric-card h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.metric-card p {
    color: var(--text-light);
}

.check-icon {
    position: absolute;
    bottom: -10px;
    left: -10px;
    font-size: 3rem;
    color: var(--primary-color);
    opacity: 0.1;
}

.impact-footer {
    background-color: var(--primary-color);
    color: white;
    padding: 40px;
    border-radius: var(--border-radius);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.impact-footer h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.impact-footer p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
}

/* Services Section */
.services {
    background-color: white;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .service-cards {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 24px;
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .service-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.service-card {
    background-color: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(6, 64, 128, 0.2);
}

.service-header {
    height: 3px;
    background-color: var(--primary-color);
}

.service-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(6, 64, 128, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 20px;
}

.service-icon i {
    font-size: 28px;
    color: var(--primary-color);
}

.service-card h3 {
    font-size: 1.5rem;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 20px;
    padding: 0 20px;
}

.service-card p {
    color: var(--text-light);
    padding: 0 30px;
    margin-bottom: 30px;
    text-align: center;
}

.service-features {
    padding: 0 30px 30px;
}

.service-features li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: var(--text-light);
}

.service-features li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--primary-color);
}

.quote-box {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
    padding: 50px;
    border-radius: var(--border-radius);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.quote-box i {
    font-size: 3rem;
    opacity: 0.3;
    margin-bottom: 20px;
}

.quote-box h3 {
    font-size: 1.75rem;
    font-style: italic;
    margin-bottom: 20px;
}

.quote-box p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
}

/* Sectors Section */
.sectors {
    background: linear-gradient(135deg, var(--bg-light), white);
}

.sector-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .sector-grid {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
        max-width: 100%;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .sector-grid {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
}

.sector-card {
    background-color: white;
    padding: 30px 20px;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
    flex: 1;
    min-width: 250px;
    max-width: 280px;
}

@media (max-width: 768px) {
    .sector-card {
        padding: 24px 16px;
        flex: none;
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 576px) {
    .sector-card {
        padding: 24px 20px;
        width: 100%;
        max-width: 320px;
    }
}

.sector-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(6, 64, 128, 0.15);
}

.sector-card::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
}

.sector-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(6, 64, 128, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.sector-icon i {
    font-size: 24px;
    color: var(--primary-color);
}

.sector-card h3 {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.sector-card p {
    font-size: 0.9rem;
    color: var(--text-light);
}

.sectors-footer {
    text-align: center;
}

.sectors-footer p {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 24px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


/* Values Section */
.values {
    background-color: white;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

@media (max-width: 768px) {
    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.value-card {
    background-color: var(--bg-light);
    padding: 24px;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(6, 64, 128, 0.15);
}

.value-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(6, 64, 128, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.value-icon i {
    font-size: 20px;
    color: var(--primary-color);
}

.value-card h3 {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.value-card p {
    font-size: 0.9rem;
    color: var(--text-light);
}
.trust-banner {
    background-color: var(--bg-light);
    padding: 40px;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: var(--shadow);
}

.trust-banner h3 {
    font-size: 1.75rem;
    color: var(--text-dark);
    margin-bottom: 30px;
}

.trust-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.trust-point {
    display: flex;
    align-items: center;
}

.trust-point i {
    font-size: 24px;
    color: var(--primary-color);
    margin-right: 15px;
}

.trust-point p {
    font-size: 1.1rem;
    color: var(--text-light);
    font-weight: 500;
}

/* CTA Section */
.cta {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
    text-align: center;
    position: relative;
}

.cta h2 {
    font-size: 2rem;
    margin-bottom: 16px;
}

.cta p {
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto 24px;
    opacity: 0.9;
}

.cta-buttons .btn-light {
    background-color: white;
    color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-buttons .btn-light:hover {
    background-color: #f5f8fc;
    transform: translateY(-3px);
}

.cta-buttons .btn-outline-light {
    border: 2px solid white;
    color: white;
    background-color: transparent;
}

.cta-buttons .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.contact {
    background-color: var(--bg-light);
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 992px) {
    .contact-content {
        flex-direction: row;
    }
}

.contact-info {
    flex: 1;
}

@media (max-width: 768px) {
    .contact-info {
        margin-bottom: 32px;
    }
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    padding: 20px;

}

@media (max-width: 768px) {
    .info-item {
        margin-bottom: 24px;
        padding: 16px;
    }
}

@media (max-width: 576px) {
    .info-item {
        margin-bottom: 20px;
        padding: 14px;
    }
}



.info-item i {
    font-size: 24px;
    color: var(--primary-color);
    margin-right: 16px;
    margin-top: 4px;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .info-item i {
        font-size: 20px;
        margin-right: 12px;
    }
}

.info-item div {
    flex: 1;
}

.info-item h3 {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 6px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .info-item h3 {
        font-size: 1.1rem;
        margin-bottom: 4px;
    }
}

.info-item p {
    font-size: 0.95rem;
    color: var(--text-light);
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 576px) {
    .info-item p {
        font-size: 0.9rem;
    }
}

.info-item a.link-underline {
    position: relative;
}

.info-item a.link-underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    transition: var(--transition);
}

.info-item a.link-underline:hover::after {
    width: 100%;
}

.contact-form {
    flex: 1;
    background-color: white;
    padding: 32px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

@media (max-width: 768px) {
    .contact-form {
        padding: 24px;
    }
}

@media (max-width: 576px) {
    .contact-form {
        padding: 20px;
    }
}

.form-group {
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .form-group {
        margin-bottom: 16px;
    }
}

.form-group label {
    display: block;
    font-size: 0.95rem;
    color: var(--text-dark);
    margin-bottom: 6px;
    font-weight: 500;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: var(--border-radius);
    font-size: 0.95rem;
    color: var(--text-dark);
    transition: var(--transition);
    background-color: #fafafa;
}

@media (max-width: 576px) {
    .form-group input,
    .form-group textarea,
    .form-group select {
        padding: 10px 14px;
        font-size: 0.9rem;
    }
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(6, 64, 128, 0.1);
    background-color: white;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

@media (max-width: 576px) {
    .form-group textarea {
        min-height: 100px;
    }
}

.send-Btn {
    width: 100%;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 600;
}

@media (max-width: 576px) {
    .send-Btn {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
}
/* Responsive Utilities */
.text-center-mobile {
    text-align: left;
}

@media (max-width: 768px) {
    .text-center-mobile {
        text-align: center;
    }
}

.hide-mobile {
    display: block;
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
}

.show-mobile {
    display: none;
}

@media (max-width: 768px) {
    .show-mobile {
        display: block;
    }
}

.flex-column-mobile {
    display: flex;
}

@media (max-width: 768px) {
    .flex-column-mobile {
        flex-direction: column;
    }
}

.full-width-mobile {
    width: auto;
}

@media (max-width: 768px) {
    .full-width-mobile {
        width: 100%;
    }
}

/* Improved spacing utilities */
.section-padding {
    padding: 80px 0;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .section-padding {
        padding: 40px 0;
    }
}

.container-padding {
    padding: 0 20px;
}

@media (max-width: 768px) {
    .container-padding {
        padding: 0 16px;
    }
}

@media (max-width: 576px) {
    .container-padding {
        padding: 0 12px;
    }
}

/* Footer */
.footer {
    background-color: var(--primary-dark);
    color: white;
    padding: 40px 0;
}

@media (max-width: 768px) {
    .footer {
        padding: 32px 0;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 24px 0;
    }
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 768px) {
    .footer-content {
        gap: 20px;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-logo h2 {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.footer-logo p {
    font-size: 0.9rem;
    opacity: 0.8;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.link-group {
    flex: 1;
    min-width: 150px;
}

.link-group h3 {
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.link-group a {
    display: block;
    font-size: 0.9rem;
    color: white;
    opacity: 0.8;
    margin-bottom: 8px;
}

.link-group a:hover {
    opacity: 1;
    color: var(--accent-color);
}

.footer-social h3 {
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.social-icons {
    display: flex;
    gap: 16px;
}

.social-icons a {
    font-size: 20px;
    color: white;
    opacity: 0.8;
}

.social-icons a:hover {
    opacity: 1;
    color: var(--accent-color);
}

.footer-bottom {
    text-align: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Responsive Styles */
/* Profile Panel */
.profile-panel {
    display: none;
}

.profile-panel.active {
    display: block;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .navbar .container {
        position: relative;
    }

    .nav-wrapper {
        width: 100%;
        justify-content: flex-end;
    }

    .menu-toggle {
        display: flex;
        order: 2;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: white;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 10px 10px;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 20px;
        transform: translateY(-10px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 999;
    }

    .nav-links.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav-link {
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        text-align: left;
        width: 100%;
    }

    .nav-link:last-child {
        border-bottom: none;
    }

    .nav-cta {
        margin-left: 0;
        margin-top: 10px;
        padding-top: 15px;
        border-top: 1px solid #f0f0f0;
    }

    .profile-container {
        margin-left: 0;
        padding: 10px 0;
    }

    .hero {
        min-height: calc(100vh - 80px);
        padding: 100px 0 60px;
    }

    .hero .container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-content {
        text-align: center;
        order: 2;
    }

    .hero-visual {
        order: 1;
        margin-bottom: 20px;
    }

    .hero-image {
        max-width: 300px;
    }

    .section-header h2 {
        font-size: 1.3rem;
    }

    .section-header h3 {
        font-size: 1.5rem;
    }

    .about-content {
        flex-direction: column;
    }

    .metrics {
        grid-template-columns: 1fr;
    }

    .service-cards {
        grid-template-columns: 1fr;
    }

    .sector-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .contact-content {
        flex-direction: column;
    }

    .contact-form {
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 90px 0 50px;
    }

    .hero .container {
        gap: 25px;
    }

    .hero-image {
        max-width: 250px;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
        min-width: 140px;
    }

    .section-header h3 {
        font-size: 1.3rem;
    }

    .metric-number {
        font-size: 2rem;
    }

    .cta h2 {
        font-size: 1.5rem;
    }

    .contact-info .info-item i {
        font-size: 20px;
    }

    .info-item h3 {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 0 15px;
    }

    .hero {
        padding: 80px 0 40px;
        min-height: calc(100vh - 60px);
    }

    .hero .container {
        gap: 20px;
    }

    .hero-image {
        max-width: 200px;
    }

    .btn {
        padding: 8px 16px;
        font-size: 0.85rem;
        min-width: 120px;
    }

    .section-header h2 {
        font-size: 1.1rem;
    }

    .section-header h3 {
        font-size: 1.2rem;
    }

    .section-header p {
        font-size: 0.9rem;
    }

    .highlight-card h4 {
        font-size: 1rem;
    }

    .metric-card {
        padding: 16px;
    }

    .metric-number {
        font-size: 1.8rem;
    }

    .service-card h3 {
        font-size: 1.1rem;
    }

    .service-card p,
    .service-features li {
        font-size: 0.85rem;
    }

    .sector-card h3 {
        font-size: 1rem;
    }

    .value-card h3 {
        font-size: 1rem;
    }

    .cta h2 {
        font-size: 1.3rem;
    }

    .cta p {
        font-size: 0.9rem;
    }

    .form-group input,
    .form-group textarea,
    .form-group select {
        font-size: 0.85rem;
    }

    .footer-logo h2 {
        font-size: 1.3rem;
    }

    .link-group h3 {
        font-size: 1rem;
    }
}

/* Conteneur du logo */
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; 
    padding: 5px 0; 
}

.logo img {
   
    height: 50px; 
    width: auto; 
    object-fit: contain; 
}
.profile img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 50%;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 1.5rem;
}

.btn-primary {
    background-color: #064080;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #04305c;
}

input, select, textarea {
    border: 1px solid #d1d5db;
    padding: 0.75rem;
    border-radius: 0.5rem;
    width: 100%;
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

