@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'IBM Plex Sans Arabic', sans-serif }

::selection {
    background-color: #1e3a29;
    color: #F2F2F2 }

/* شريط التمرير */
::-webkit-scrollbar {
    height: 0.5rem; width: 0.5rem;
    background-color: transparent }
::-webkit-scrollbar-thumb {
    background: #1e3a29;
    border-radius: .625rem }
/* شريط التمرير في  FireFox */
* {
    scrollbar-width: thin;
    scrollbar-color: #1e3a29 transparent }

html { scroll-behavior: smooth }

body {
    line-height: 1.65;
    background-color: #1e3a29;
    color: #F2F2F2;
    overflow-x: hidden;
    transition: background-color 0.3s ease, color 0.3s ease }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px }

:root {
    --primary-dark-green: #1e3a29;
    --secondary-light-green: #4ca67a;
    --dark-gray: #1f1f1f;
    --medium-gray: #9e9e9e;
    --black: #000000;
    --white: #F2F2F2;

    --bg-color: var(--primary-dark-green);
    --text-color: var(--white);
    --header-bg: rgba(30, 58, 41, 0.95);
    --header-border: var(--dark-gray);
    --card-bg: var(--dark-gray);
    --card-border: var(--dark-gray);
    --card-shadow: rgba(0, 0, 0, 0.3);
    --input-bg: var(--dark-gray);
    --input-border: var(--medium-gray);
    --input-focus-border: var(--secondary-light-green);
    --footer-bg: var(--black);
    --footer-text: var(--white);
    --footer-border: rgba(255, 255, 255, 0.2);

    --nav-link-color: var(--white);
    --nav-link-hover: var(--secondary-light-green);
    --cta-btn-bg: var(--secondary-light-green);
    --cta-btn-text: var(--primary-dark-green);
    --cta-btn-hover-bg: var(--primary-dark-green);
    --cta-btn-hover-text: var(--white);
    --mobile-menu-btn-span: var(--white);
    --hero-title-main: var(--white);
    --hero-title-sub: rgba(255, 255, 255, 0.9);
    --hero-slogan: rgba(255, 255, 255, 0.95);
    --hero-description: rgba(255, 255, 255, 0.85);
    --btn-primary-bg: var(--secondary-light-green);
    --btn-primary-text: var(--primary-dark-green);
    --btn-primary-hover-bg: var(--primary-dark-green);
    --btn-primary-hover-text: var(--white);
    --btn-secondary-border: var(--white);
    --btn-secondary-text: var(--white);
    --btn-secondary-hover-bg: var(--secondary-light-green);
    --btn-secondary-hover-text: var(--primary-dark-green);
    --feature-card-bg: rgba(76, 166, 122, 0.1); /* Light green transparent */
    --feature-card-border: rgba(76, 166, 122, 0.2); /* Light green transparent */
    --feature-card-hover-bg: rgba(76, 166, 122, 0.15);
    --feature-card-text: rgba(255, 255, 255, 0.85);
    --section-title-color: var(--secondary-light-green);
    --section-subtitle-color: var(--medium-gray);
    --about-description-color: var(--white);
    --why-title-color: var(--secondary-light-green);
    --feature-item-text: var(--white);
    --feature-item-hover-bg: var(--dark-gray);
    --check-icon-bg: var(--secondary-light-green);
    --check-icon-text: var(--primary-dark-green);
    --founder-avatar-bg: var(--dark-gray);
    --founder-avatar-color: var(--secondary-light-green);
    --founder-name-color: var(--secondary-light-green);
    --founder-title-color: var(--medium-gray);
    --founder-description-color: var(--white);
    --tab-btn-bg: var(--dark-gray);
    --tab-btn-border: var(--medium-gray);
    --tab-btn-text: var(--white);
    --tab-btn-active-bg: var(--secondary-light-green);
    --tab-btn-active-border: var(--secondary-light-green);
    --tab-btn-active-text: var(--primary-dark-green);
    --package-card-border-featured: var(--secondary-light-green);
    --featured-badge-bg: var(--secondary-light-green);
    --featured-badge-text: var(--primary-dark-green);
    --package-title-color: var(--secondary-light-green);
    --package-subtitle-color: var(--medium-gray);
    --price-color: var(--secondary-light-green);
    --service-icon-bg: var(--dark-gray);
    --service-icon-color: var(--secondary-light-green);
    --service-title-color: var(--secondary-light-green);
    --service-price-color: var(--secondary-light-green);
    --service-btn-bg: var(--secondary-light-green);
    --service-btn-text: var(--primary-dark-green);
    --service-btn-hover-bg: var(--primary-dark-green);
    --testimonial-card-bg: var(--dark-gray);
    --testimonial-text-color: var(--white);
    --author-avatar-bg: var(--secondary-light-green);
    --author-avatar-color: var(--primary-dark-green);
    --author-name-color: var(--secondary-light-green);
    --author-title-color: var(--medium-gray);
    --form-label-color: var(--secondary-light-green);
    --info-card-bg: var(--dark-gray);
    --info-icon-bg: var(--secondary-light-green);
    --info-icon-color: var(--primary-dark-green);
    --info-content-h4: var(--secondary-light-green);
    --info-content-p: var(--white);
    --footer-logo-icon-bg: var(--secondary-light-green);
    --footer-logo-h3: var(--white);
    --footer-logo-span: var(--medium-gray);
    --social-link-bg: rgba(255, 255, 255, 0.1);
    --social-link-hover-bg: var(--secondary-light-green) }

.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--header-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--header-border);
    z-index: 1000;
    transition: all 0.3s ease }

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px }

.nav-desktop {
    display: flex;
    gap: 32px }

.header-logo img { 
    height: auto; width: 60px;
    margin-top: 10px }

.nav-desktop a {
    text-decoration: none;
    color: var(--nav-link-color);
    font-weight: 600;
    font-size: 1.2rem;
    transition: color 0.3s ease;
    position: relative }

.nav-desktop a:hover { color: var(--nav-link-hover) }

.nav-desktop a::after {
    content: '';
    position: absolute;
    height: 2px; width: 0;
    bottom: -5px; right: 0;
    background: var(--secondary-light-green);
    transition: width 0.3s ease;
    border-radius: 20px }

.nav-desktop a:hover::after { width: 100% }

.cta-btn {
    background: var(--cta-btn-bg);
    color: var(--cta-btn-text);
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease }

.cta-btn:hover {
    background: transparent;
    border: 1px solid var(--white);
    color: var(--cta-btn-hover-text);
    transform: translateY(-2px) }

.mobile-menu-btn { display: none }

.nav-mobile {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-top: 1px solid var(--header-border);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    background: var(--bg-color);
    top: 70px;
    left: 0;
    z-index: 999 }

.nav-mobile.active {
    opacity: 1;
    visibility: visible }

.nav-mobile a {
    text-decoration: none;
    color: var(--nav-link-color);
    font-weight: 600;
    padding: 8px 0;
    transition: color 0.3s ease }

.nav-mobile a:hover { color: var(--nav-link-hover) }

.hero {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--primary-dark-green) 0%, var(--secondary-light-green) 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden }

.hero-bg {
    position: absolute;
    inset: 0;
    opacity: 0.1 }

.hero-bg::before {
    content: '';
    position: absolute;
    top: 80px;
    right: 80px;
    width: 120px;
    height: 120px;
    border: 2px solid var(--white);
    border-radius: 50% }

.hero-bg::after {
    content: '';
    position: absolute;
    bottom: 80px;
    left: 80px;
    width: 80px;
    height: 80px;
    border: 2px solid var(--white);
    border-radius: 8px;
    transform: rotate(45deg) }

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 100px 0 50px }

.hero-text {
    text-align: right;
    animation: fadeInUp 1s ease }

.hero-logo {
    margin-bottom: 24px;
    color: var(--white) }

.hero-title .main-title {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 700;
    color: var(--hero-title-main);
    display: block;
    margin-bottom: 8px }

.hero-title {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 400;
    color: var(--hero-title-sub);
    display: block }

.hero-slogan {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    color: var(--hero-slogan);
    margin: 24px 0;
    font-weight: 400 }

.hero-description {
    font-size: 18px;
    color: var(--hero-description);
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 600px }

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap }

.btn-primary {
    text-decoration: none;
    background: var(--btn-primary-bg);
    color: var(--btn-primary-text);
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1 }

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--btn-primary-hover-bg);
    transition: all 0.3s ease;
    border-radius: 12px;
    z-index: -1 }

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    color: var(--btn-primary-hover-text) }

.btn-primary:hover::before { width: 100% }

.btn-secondary {
    text-decoration: none;
    background: transparent;
    color: var(--btn-secondary-text);
    border: 2px solid var(--btn-secondary-border);
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1 }

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--btn-secondary-hover-bg);
    transition: all 0.3s ease;
    border-radius: 10px;
    z-index: -1 }

.btn-secondary:hover {
    color: var(--btn-secondary-hover-text);
    border-color: var(--btn-secondary-hover-bg) }

.btn-secondary:hover::before { width: 100% }

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: fadeInRight 1s ease 0.3s both }

.feature-card {
    background: var(--feature-card-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--feature-card-border);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease }

.feature-card:hover {
    transform: translateY(-5px);
    background: var(--feature-card-hover-bg) }

.feature-card .feature-icon {
    color: var(--white) }

.feature-card h3 {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px }

.feature-card p {
    color: var(--feature-card-text);
    line-height: 1.65 }

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite }

.scroll-mouse {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding-top: 8px }

.scroll-wheel {
    width: 4px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    animation: scrollWheel 2s infinite }

.about {
    padding: 100px 0;
    background: var(--bg-color) }

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

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--section-title-color) }

.section-subtitle {
    font-size: 18px;
    color: var(--section-subtitle-color);
    max-width: 600px;
    margin: 0 auto }

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 50px }

.about-text { animation: fadeInUp 0.8s ease }

.about-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--about-description-color);
    margin-bottom: 24px }

.vision-mission-values {
    margin-top: 40px;
    border-top: 1px solid var(--section-subtitle-color);
    padding-top: 30px }

.vmv-item { margin-bottom: 30px }

.vmv-item h3 {
    color: var(--secondary-light-green);
    font-size: 20px;
    font-weight: 600 }

.vmv-item p {
    color: var(--white);
    line-height: 1.7;
    margin-bottom: 10px }

.vmv-item ol {
    padding-right: 20px;
    color: var(--white) }

.vmv-item li {
    margin-bottom: 15px;
    line-height: 1.65 }

.vmv-item strong { color: var(--secondary-light-green) }

.why-choose-us { animation: fadeInUp 0.8s ease 0.2s both }

.why-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--why-title-color) }

.features-grid { display: grid }

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: var(--feature-item-text) }

.feature-item:hover { background: var(--feature-item-hover-bg) }

.check-icon {
    width: 24px;
    height: 24px;
    background: var(--check-icon-bg);
    color: var(--check-icon-text);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0 }

.founders-section { animation: fadeInUp 0.8s ease 0.4s both }

.founders-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--section-title-color);
    text-align: center;
    margin-bottom: 40px }

.founders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px }

.founder-card {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 4px 20px var(--card-shadow);
    transition: all 0.3s ease }

.founder-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px var(--card-shadow) }

.founder-avatar {
    width: 80px;
    height: 80px;
    background: var(--founder-avatar-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--founder-avatar-color) }

.founder-avatar img { 
    height: auto; width: 100px;
    border-radius: 50% }

.founder-name {
    font-size: 22px;
    font-weight: 600;
    color: var(--founder-name-color) }

.founder-title {
    font-size: 18px;
    color: var(--founder-title-color);
    font-weight: 500 }

.founder-description {
    font-size: 16px;
    line-height: 1.65;
    color: var(--founder-description-color);
    margin-top: 6px }

.services {
    padding: 100px 0;
    background: var(--bg-color) }

.services-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 60px }

.tab-btn {
    background: var(--tab-btn-bg);
    border: 2px solid var(--tab-btn-border);
    color: var(--tab-btn-text);
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease }

.tab-btn.active, .tab-btn:hover {
    background: var(--tab-btn-active-bg);
    border-color: var(--tab-btn-active-border);
    color: var(--tab-btn-active-text) }

.tab-content {
    display: none;
    animation: fadeInUp 0.6s ease }

.tab-content.active {
    display: block }

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px }

.package-card {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 32px;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid var(--card-border) }

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px var(--card-shadow) }

.package-card.featured, .service-card.featured {
    border-color: var(--package-card-border-featured);
    transform: scale(1.05) }

.featured-badge {
    position: absolute;
    top: -12px;
    right: 24px;
    background: var(--featured-badge-bg);
    color: var(--featured-badge-text);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600 }

.package-header {
    text-align: center;
    margin-bottom: 32px }

.package-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--package-title-color);
    margin-bottom: 8px }

.package-subtitle {
    font-size: 14px;
    color: var(--package-subtitle-color) }

.package-features { margin-bottom: 32px }

.feature {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-color) }

.check {
    width: 20px;
    height: 20px;
    background: var(--check-icon-bg);
    color: var(--check-icon-text);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0 }

.package-price {
    text-align: center;
    margin-bottom: 24px }

.price {
    font-size: 32px;
    font-weight: 700;
    color: var(--price-color) }

.price-icon {
    display: inline-block;
    height: 30px; width: 30px;
    vertical-align: middle;
    background-color: #4ca67a;
    -webkit-mask-image: url('assets/images/SAR.webp');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-image: url('assets/images/SAR.webp');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center }

.package-btn {
    width: 100%;
    background: var(--cta-btn-bg);
    color: var(--cta-btn-text);
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease }

.package-btn:hover {
    background: var(--cta-btn-hover-bg);
    color: var(--cta-btn-hover-text) }

.individual-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px }

.service-card {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid var(--card-border) }

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px var(--card-shadow) }

.service-icon {
    height: 80px; width: 80px;
    background: var(--service-icon-bg);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--service-icon-color) }

.service-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--service-title-color);
    margin-top: -24px }

.service-subtitle {
    font-size: 14px;
    color: var(--package-subtitle-color);
    margin-bottom: 24px }

.service-features {
    margin-bottom: 24px;
    text-align: right }

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--service-price-color);
    margin-bottom: 24px }

.service-btn {
    width: 100%;
    background: var(--service-btn-bg);
    color: var(--service-btn-text);
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease }

.service-btn:hover { 
    background: var(--service-btn-hover-bg);
    color: var(--white) }

.testimonials {
    padding: 100px 0;
    background: var(--bg-color) }

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px }

.testimonial-card {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s ease }

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px var(--card-shadow) }

.testimonial-content {
    margin-bottom: 24px }

.stars {
    margin-bottom: 16px;
    font-size: 18px;
    color: gold }

.testimonial-text {
    font-size: 16px;
    line-height: 1.65;
    color: var(--testimonial-text-color);
    font-style: italic }

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px }

.author-avatar {
    width: 50px;
    height: 50px;
    background: var(--author-avatar-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--author-avatar-color);
    flex-shrink: 0 }

.author-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--author-name-color);
    margin-bottom: 4px }

.author-title {
    font-size: 14px;
    color: var(--author-title-color) }

.contact {
    padding: 100px 0;
    background: var(--bg-color) }

.contact-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px }

.contact-form {
    background: var(--card-bg);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px var(--card-shadow) }

.form-group { margin-bottom: 24px }

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--form-label-color) }

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--input-border);
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    background: var(--input-bg);
    color: var(--text-color) }

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none;
    border-color: var(--input-focus-border) }

.submit-btn {
    width: 100%;
    background: var(--cta-btn-bg);
    color: var(--cta-btn-text);
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease }

.submit-btn:hover {
    background: var(--cta-btn-hover-bg);
    color: var(--cta-btn-hover-text) }

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

.info-card {
    background: var(--info-card-bg);
    padding: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 10px var(--card-shadow);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer }

.info-card::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(76, 166, 122, 0.1) 0%, rgba(30, 58, 41, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0 }

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) }

.info-card:hover::before { opacity: 1 }

.info-card:hover .info-icon {
    transform: scale(1.1) rotate(5deg);
    background: var(--primary-dark-green);
    color: var(--secondary-light-green) }

.info-icon {
    width: 48px;
    height: 48px;
    background: var(--info-icon-bg);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--info-icon-color);
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1 }

.info-content {
    position: relative;
    z-index: 1 }

.info-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--info-content-h4);
    margin-bottom: 4px;
    transition: color 0.3s ease }

.info-card:hover .info-content h4 { color: var(--white) }

.info-content p {
    font-size: 14px;
    color: var(--info-content-p);
    line-height: 1.65;
    transition: color 0.3s ease }

.info-card:hover .info-content p { color: rgba(255, 255, 255, 0.9) }

.footer {
    background: var(--footer-bg);
    color: var(--footer-text);
    padding: 60px 0 20px }

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

.footer-logo-img img { 
    height: auto; width: 100px;
    border-radius: 50% }

.footer-logo h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--footer-logo-h3) }

.footer-logo span {
    font-size: 12px;
    opacity: 0.8;
    color: var(--footer-logo-span) }

.footer-description {
    font-size: 14px;
    line-height: 1.65;
    opacity: 0.8 }

.footer-links h4, .footer-services h4, .footer-social h4 {
    font-size: 16px;
    font-weight: 600 }

.footer-links h4, .footer-services h4 { margin-bottom: 10px }

.footer-links ul, .footer-services ul { list-style: none }

.footer-links li, .footer-services li { margin-bottom: 5px }

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

.footer-links a:hover, .footer-services a:hover { color: var(--secondary-light-green) }

.social-links {
    display: flex;
    gap: 12px }

.social-link {
    width: 40px;
    height: 40px;
    background: var(--social-link-bg);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease }

.social-link:hover {
    background: var(--social-link-hover-bg);
    transform: translateY(-2px) }

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid var(--footer-border);
    font-size: 14px;
    opacity: 0.8 }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) }
    to {
        opacity: 1;
        transform: translateY(0) }}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px) }
    to {
        opacity: 1;
        transform: translateX(0) }}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0) }
    40% { transform: translateX(-50%) translateY(-10px) }
    60% { transform: translateX(-50%) translateY(-5px) }}

@keyframes scrollWheel {
    0% {
        opacity: 1;
        transform: translateY(0) }
    100% {
        opacity: 0;
        transform: translateY(8px) }}

@media (max-width: 768px) {
    .nav-desktop, .cta-btn { display: none }

    .mobile-menu-btn {
        position: relative;
        height: 12px; width: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        padding: 0;
        background: none;
        border: none }

    .mobile-menu-btn span {
        width: 100%;
        height: 3px;
        background: var(--mobile-menu-btn-span);
        border-radius: 2px;
        transition: all 0.3s ease;
        position: absolute;
        left: 0 }

    .mobile-menu-btn span:first-child { top: 0 }

    .mobile-menu-btn span:last-child { bottom: 0 }

    .mobile-menu-btn.active span:first-child { transform: translateY(4.5px) rotate(45deg) }

    .mobile-menu-btn.active span:last-child { transform: translateY(-4.5px) rotate(-45deg) }

    .nav-mobile { border: none }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center }
    
    .hero-text { text-align: center }
    
    .hero-buttons { justify-content: center }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 40px }
    
    .founders-grid { grid-template-columns: 1fr }
    
    .packages-grid { grid-template-columns: 1fr }
    
    .package-card.featured { transform: none }
    
    .individual-services { grid-template-columns: 1fr }
    
    .testimonials-grid { grid-template-columns: 1fr }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center }
    
    .services-tabs {
        flex-direction: column;
        align-items: center }
    
    .tab-btn { width: 200px }}

@media (max-width: 480px) {
    .container { padding: 0 16px }
    
    .hero-title .main-title { font-size: 2.5rem }
    
    .hero-title { font-size: 1.5rem }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center }
    
    .btn-primary, .btn-secondary {
        width: 100%;
        max-width: 280px }
    
    .contact-form { padding: 24px }}