:root {
    --navy: #0f172a;
    --ink: #1f2937;
    --slate: #64748b;
    --accent: #fdad45;
    --teal: #07647a;
    --brand-primary: #03586c;
    --brand-secondary: #07647a;
    --brand-gradient: linear-gradient(45deg, #03586c, #07647a);
}

.primary_color {
    color: var(--brand-primary);
}

.secondary_color {
    color: #ff9206;
}

.login_btn {
    color: #fff !important;
    background: var(--brand-gradient);
}

.left {
    float: left;
    width: 16%;
    margin-right: 10px;
    border-radius: 5px;
}

.right {
    float: left;
    width: 78%;
}

.only_homepage {
    display: none;
}

#header {
    background: var(--brand-gradient);
    padding: 12px 0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
}

#header .logo {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    margin: 0;
}

#header .logo a {
    color: inherit;
    text-decoration: none;
}

#header .logo .brand-mark {
    color: var(--accent);
}

#navbar .nav-link {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    padding: 8px 12px;
}

#navbar .nav-link:hover,
#navbar .nav-link.active {
    color: var(--accent);
}

.nav-cta a {
    background: rgba(3, 88, 108, 0.2);
    border-radius: 999px;
    padding: 8px 14px;
    color: #fff !important;
    border: 1px solid rgba(3, 88, 108, 0.45);
}

.nav-cta+.nav-cta .nav-link {
    background: rgba(7, 100, 122, 0.22);
    border-color: rgba(7, 100, 122, 0.55);
}

.header-social-links a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    margin-left: 8px;
}

.header-social-links a:hover {
    background: #ffffff;
    color: var(--brand-primary);
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.4);
}

.navbar-toggler-icon {
    filter: invert(1);
}

.mega-dropdown {
    position: relative;
}

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-30%);
    width: 85vw;
    max-width: 85vw;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    z-index: 1000;
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mega-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--ink);
    background: #f8fafc;
}

.mega-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e2e8f0;
    color: var(--brand-primary);
    font-size: 22px;
}

.mega-title {
    font-weight: 700;
    display: block;
}

.mega-desc {
    font-size: 0.85rem;
    color: var(--slate);
    display: block;
}

.mega-card:hover {
    background: #e6f3f6;
    color: var(--brand-primary);
}

@media (max-width: 991.98px) {
    .mega-menu {
        position: static;
        box-shadow: none;
        padding: 10px 0 0;
        background: transparent;
        width: 100%;
        max-width: 100%;
        left: 0;
        transform: none;
        max-height: 70vh;
        overflow-y: auto;
    }

    .mega-grid {
        grid-template-columns: 1fr;
    }

    .mega-card {
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
    }

    .mega-desc {
        color: rgba(255, 255, 255, 0.75);
    }
}

.only_homepage {
    display: block !important;
}

.premium-home {
    --navy: #0f172a;
    --ink: #1f2937;
    --slate: #617181;
    --sand: #eef3f5;
    --cream: #f6fbfd;
    --accent: #03586c;
    --teal: #07647a;
    --shadow: 0 18px 45px rgba(3, 88, 108, 0.18);
    font-family: "Open Sans", sans-serif;
    color: var(--ink);
    background: var(--sand);
}

.premium-home .section-title {
    margin-bottom: 30px;
}

.premium-home .section-title h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: none;
    color: var(--navy);
}

.premium-home .section-title h2::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    background: var(--accent);
    margin: 12px auto 0;
    border-radius: 999px;
}

.premium-home .section-title.text-start h2::after {
    margin-left: 0;
    margin-right: auto;
}

.premium-home .section-kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 8px;
    font-weight: 600;
}

.hero-intro {
    position: relative;
    padding: 90px 0 70px;
    background: radial-gradient(circle at 20% 20%, rgba(7, 100, 122, 0.18), transparent 45%),
        radial-gradient(circle at 80% 10%, rgba(3, 88, 108, 0.18), transparent 50%),
        linear-gradient(135deg, #f3f8fa 0%, #e8f1f5 100%);
    overflow: hidden;
}

.hero-intro::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    top: -120px;
    background: rgba(3, 88, 108, 0.12);
    border-radius: 50%;
}

.premium-kicker {
    color: var(--teal);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.premium-title {
    font-family: "Raleway", sans-serif;
    font-size: clamp(2.3rem, 3vw, 3.4rem);
    font-weight: 700;
    color: var(--navy);
    margin: 15px 0 18px;
}

.premium-lead {
    font-size: 1.1rem;
    color: var(--slate);
    line-height: 1.7;
}

.premium-cta {
    background: var(--navy);
    border-color: var(--navy);
    box-shadow: var(--shadow);
    padding: 12px 28px;
}

.premium-ghost {
    border-color: rgba(15, 23, 42, 0.3);
    color: var(--navy);
}

.hero-metrics .metric-pill {
    background: var(--cream);
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.hero-display {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.display-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.display-title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: var(--navy);
    font-size: 1.1rem;
}

.display-sub {
    color: var(--slate);
    font-size: 0.9rem;
}

.display-pill {
    background: rgba(7, 100, 122, 0.12);
    color: var(--accent);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.display-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.display-tile {
    border-radius: 16px;
    padding: 14px;
    background: #f8f5ef;
}

.tile-label {
    font-size: 0.85rem;
    color: var(--slate);
    margin-bottom: 6px;
}

.tile-value {
    font-weight: 600;
    color: var(--navy);
}

.display-chart {
    height: 120px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(7, 100, 122, 0.18), rgba(3, 88, 108, 0.2));
    position: relative;
    overflow: hidden;
}

.display-chart::after {
    content: "";
    position: absolute;
    inset: 20px;
    border-radius: 12px;
    background: repeating-linear-gradient(90deg, rgba(15, 23, 42, 0.12) 0 8px, transparent 8px 16px);
    opacity: 0.5;
}

.floating-contact {
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1050;
}

.floating-contact a {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-contact a:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
}

.floating-contact .whatsapp {
    background: #25d366;
}

.floating-contact .call {
    background: #0f172a;
}

.floating-contact i {
    font-size: 22px;
}

@media (max-width: 576px) {
    .floating-contact {
        right: 16px;
        bottom: 16px;
    }

    .floating-contact a {
        width: 48px;
        height: 48px;
    }
}

.about-panel {
    background: #ffffff;
    padding: 28px;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    height: 100%;
}

.about-title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 16px;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.about-chip {
    background: var(--cream);
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-chip i {
    color: var(--teal);
}

.stat-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 10px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    height: 100%;
}

.stat-card p {
    margin-top: 8px;
    color: var(--slate);
    font-weight: 600;
}

.counts .purecounter {
    display: block;
    font-size: clamp(1.8rem, 2.6vw, 2.6rem);
    font-weight: 700;
    color: var(--navy);
    letter-spacing: 0.02em;
}

.module-card {
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.module-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.module-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(7, 100, 122, 0.14);
    color: var(--accent);
    font-size: 20px;
}

.our-values .card {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    min-height: 280px;
    box-shadow: var(--shadow);
}

.our-values .card-body {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.55));
    color: #fff;
}

.testimonials {
    background: linear-gradient(135deg, rgba(7, 100, 122, 0.1), rgba(3, 88, 108, 0.08));
}

.testimonials .carousel-inner {
    padding: 10px 0 30px;
}

.testimonials .testimonial-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
    color: var(--ink);
    height: 100%;
}

.testimonials .testimonial-card p {
    color: var(--slate);
    line-height: 1.7;
    margin: 0 0 14px;
}

.testimonials .testimonial-card h3 {
    font-weight: 700;
    color: var(--navy);
    margin: 0;
}

.testimonials .testimonial-meta {
    margin-top: 6px;
    color: var(--slate);
    font-size: 0.9rem;
    font-weight: 600;
}

.testimonials .carousel-indicators [data-bs-target] {
    background-color: var(--navy);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.testimonials .carousel-control-prev,
.testimonials .carousel-control-next {
    width: 40px;
}

.cta {
    background: linear-gradient(120deg, #0f172a, #03586c);
    color: #fff;
}

.cta .cta-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--accent);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.3);
}

.team .member {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.team .member:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.18);
}

.team .member .member-info {
    background: transparent;
    padding: 18px 18px 22px;
    text-align: center;
}

.team .member .member-info h4 {
    color: var(--navy);
    font-weight: 700;
}

.team .member .member-info span {
    display: block;
    color: var(--slate);
    font-weight: 600;
    margin-top: 4px;
}

.team .member-img {
    position: relative;
}

.team .member-img img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.35s ease;
}

.team .member::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(15, 111, 134, 0.06), transparent 40%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.team .member:hover::after {
    opacity: 1;
}

.team .member:hover .member-img img {
    transform: scale(1.03);
}

.team .member .social {
    position: absolute;
    left: 12px;
    top: 12px;
    display: flex;
    gap: 8px;
}

.team .member .social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.15);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.team .member .social a:hover {
    background: var(--accent);
    color: #1b1f2a;
    transform: translateY(-2px);
}

.journey-section {
    padding: 80px 0;
    background: radial-gradient(circle at 15% 20%, rgba(22, 132, 157, 0.08), transparent 45%),
        radial-gradient(circle at 85% 10%, rgba(235, 116, 14, 0.08), transparent 40%),
        linear-gradient(180deg, #f6fbfd 0%, #eef4f7 100%);
    position: relative;
    z-index: 1;
}

.journey-timeline {
    position: relative;
    margin-top: 40px;
    padding: 10px 0;
}

.journey-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #0f6f86, #f2a042);
    transform: translateX(-50%);
    border-radius: 999px;
}

.journey-item {
    position: relative;
    display: flex;
    width: 50%;
    padding: 14px 28px;
}

.journey-item.left {
    justify-content: flex-end;
    text-align: right;
}

.journey-item.right {
    margin-left: 50%;
    justify-content: flex-start;
    text-align: left;
}

.journey-dot {
    position: absolute;
    top: 22px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid #0f6f86;
    box-shadow: 0 0 0 6px rgba(15, 111, 134, 0.15);
    z-index: 2;
}

.journey-item.left .journey-dot {
    right: -9px;
}

.journey-item.right .journey-dot {
    left: -9px;
}

.journey-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
    max-width: 360px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.journey-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(15, 111, 134, 0.08), transparent 45%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.journey-card:hover::after {
    opacity: 1;
}

.journey-year {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f6f86;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}

.journey-card h3 {
    font-size: 1.05rem;
    margin: 0 0 6px;
    color: #0f172a;
    font-weight: 700;
}

.journey-card p {
    margin: 0;
    color: #546072;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .journey-timeline::before {
        left: 14px;
        transform: none;
    }

    .journey-item,
    .journey-item.right {
        width: 100%;
        margin-left: 0;
        padding-left: 40px;
        text-align: left;
    }

    .journey-item.left {
        justify-content: flex-start;
    }

    .journey-item.left .journey-dot,
    .journey-item.right .journey-dot {
        left: 6px;
        right: auto;
    }
}

.contact .info {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.php-email-form {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.php-email-form .loading,
.php-email-form .error-message,
.php-email-form .sent-message {
    display: none;
}

.portfolio-thumb {
    position: relative;
}

.portfolio-zoom {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    position: relative;
}

.portfolio-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.35s ease;
}

.object-position-top {
    object-position: top;
}

.portfolio-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 88, 108, 0.15), rgba(3, 88, 108, 0.45));
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.portfolio-zoom:hover img,
.portfolio-zoom:focus img {
    transform: scale(1.05);
}

.portfolio-thumb:hover::after,
.portfolio-thumb:focus-within::after {
    opacity: 1;
}

@media (max-width: 767px) {
    .hero-intro {
        padding: 70px 0 50px;
    }

    .display-grid {
        grid-template-columns: 1fr;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }
}

#page-banner.team-banner {
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

#page-banner.team-banner .page-banner-cont {
    position: relative;
    z-index: 2;
}

#page-banner.team-banner .team-bubbles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

#page-banner.team-banner .bubble {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05) 60%, rgba(255, 255, 255, 0.02) 100%);
    opacity: 0.6;
    filter: blur(0.2px);
}

#page-banner.team-banner .bubble.b1 {
    width: 140px;
    height: 140px;
    top: 10%;
    left: 6%;
}

#page-banner.team-banner .bubble.b2 {
    width: 220px;
    height: 220px;
    top: -30px;
    right: 8%;
}

#page-banner.team-banner .bubble.b3 {
    width: 90px;
    height: 90px;
    bottom: 15%;
    left: 28%;
}

#page-banner.team-banner .bubble.b4 {
    width: 160px;
    height: 160px;
    bottom: -40px;
    right: 22%;
}

#page-banner.team-banner .bubble.b5 {
    width: 70px;
    height: 70px;
    top: 28%;
    right: 45%;
}

#page-banner.team-banner .breadcrumb a,
#page-banner.team-banner .breadcrumb-item.active {
    color: #e7f6ff;
}


.tech-benefits {
    background: #f8f5ef;
    padding: 70px 0;
}

.tech-benefits .section-title h2 {
    color: #0f172a;
}

.tech-logo-ring {
    background: #ffffff;
    border-radius: 28px;
    padding: 24px 0;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.logo-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 22px;
    width: max-content;
    animation: logo-marquee 32s linear infinite;
}

.logo-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
}

.logo-item img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 6px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

@keyframes logo-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.tech-stat-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
    display: flex;
    align-items: center;
    gap: 14px;
    height: 100%;
}

.tech-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(31, 122, 107, 0.12);
    color: #1f7a6b;
    font-size: 20px;
}

.tech-stat-card h4 {
    font-size: 1.4rem;
    margin: 0;
    color: #0f172a;
    font-weight: 700;
}

.tech-stat-card p {
    margin: 0;
    color: #64748b;
    font-weight: 600;
}

@media (max-width: 768px) {
    .logo-item {
        width: 80px;
        height: 80px;
    }

    .logo-item img {
        width: 60px;
        height: 60px;
    }
}


    .feature-section {
        padding: 80px 0;
        background: radial-gradient(circle at 10% 20%, rgba(22, 132, 157, 0.08), transparent 45%),
            radial-gradient(circle at 90% 10%, rgba(235, 116, 14, 0.08), transparent 40%),
            linear-gradient(180deg, #f6fbfd 0%, #eef4f7 100%);
    }

    .feature-section .text-pink {
        color: #0f6f86;
        font-weight: 700;
        letter-spacing: 0.2em;
    }

    .feature-section .header-text {
        color: #0f172a;
    }

    .feature-section .sub-para {
        color: #546072;
        max-width: 760px;
        margin: 12px auto 0;
        line-height: 1.7;
    }

    .feature-section .link-block-blue {
        --card-accent: #1c7ea0;
        --card-accent-2: #2a9ab6;
        --card-accent-soft: rgba(28, 126, 160, 0.12);
    }

    .feature-section .link-block-yellow {
        --card-accent: #e07b2e;
        --card-accent-2: #f2a042;
        --card-accent-soft: rgba(224, 123, 46, 0.12);
    }

    .feature-section .link-block-green {
        --card-accent: #1f8b84;
        --card-accent-2: #27a79d;
        --card-accent-soft: rgba(31, 139, 132, 0.12);
    }

    .feature-section .link-block-red {
        --card-accent: #c45a56;
        --card-accent-2: #de6b62;
        --card-accent-soft: rgba(196, 90, 86, 0.12);
    }

    .feature-card {
        padding: 30px 22px;
        border-radius: 22px;
        min-height: 360px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        background: #ffffff;
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
        position: relative;
        overflow: hidden;
    }

    .feature-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 6px;
        background: linear-gradient(90deg, var(--card-accent), var(--card-accent-2));
    }

    .feature-card .icon {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--card-accent-soft);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    }

    .feature-card .icon img {
        width: 32px;
        height: 32px;
    }

    .feature-card h5 {
        margin-top: 16px;
        margin-bottom: 12px;
        font-weight: 700;
        color: #0f172a;
    }

    .feature-card p {
        line-height: 1.6;
        margin-bottom: 18px;
        color: #546072;
    }

    .feature-card .btn {
        border-color: var(--card-accent);
        color: var(--card-accent);
        font-weight: 600;
    }

    .feature-card .btn:hover {
        background: var(--card-accent);
        color: #ffffff;
    }

    @media (max-width: 991px) {
        .feature-card {
            min-height: auto;
        }
    }

.footer_top2 {
		background: linear-gradient(45deg, #03586c, #07647a);
		color: #fff;
		border-bottom: 4px solid #f1b24a;
		padding: 26px 0;
        clear: both;
        position: relative;
        z-index: 2;
	}

	.footer-contact-card {
		background: rgba(255, 255, 255, 0.12);
		border-radius: 16px;
		padding: 16px;
		display: flex;
		gap: 12px;
		align-items: center;
	}

	.footer-contact-card img {
		width: 36px;
		height: 36px;
	}

.footer-contact-card span {
    color: #d9f1f6;
    font-weight: 600;
}

.footer-app-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}

.footer-app-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.footer-app-link:hover {
    background: #ffffff;
    color: #03586c;
}

	.footer-presence-title {
		font-weight: 700;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		margin-bottom: 8px;
		color: #d9f1f6;
	}

	.footer-top {
		background: #f8f5ef;
		padding: 40px 0 20px;
	}

	.footer-top h4 {
		color: #0f172a;
		font-weight: 700;
		margin-bottom: 14px;
	}

	.footer-block p {
		color: #4b5563;
		margin-bottom: 6px;
	}

	.footer-block a {
		color: #03586c;
		text-decoration: none;
	}

	.footer-block strong {
		color: #0f172a;
	}

	#footer .social-links a {
		background: #03586c;
		color: #fff;
		border-radius: 50%;
		width: 36px;
		height: 36px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0 6px;
	}

	#footer .social-links {
		margin-top: 20px;
		text-align: center;
	}

	#footer .social-links a:hover {
		background: #07647a;
		color: #ffffff;
	}

	.footer-bottom {
		background: linear-gradient(45deg, #0f172a, #07647a);
		color: #fff;
		padding: 16px 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
	}

	.footer-bottom a {
		color: #f1b24a;
		text-decoration: none;
	}

	.footer-bottom .credits {
		text-align: right;
	}

	.footer-presence-title+div {
		font-size: 0.95rem;
	}

	@media (max-width: 991px) {
		.footer-bottom {
			justify-content: center;
			text-align: center;
		}

		.footer-bottom .credits {
			text-align: center;
		}
	}
