﻿/**
* Template Name: iLanding
* Template URL: https://bootstrapmade.com/ilanding-bootstrap-landing-page-template/
* Updated: Nov 12 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/

:root {
    /* Fonts */
    --default-font: "Museo Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: var(--default-font);
    --nav-font: var(--default-font);
    /* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --default-color: #212529; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #2d465e; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #2b5a5a; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
    /* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
    --nav-color: var(--default-color); /* The default color of the main navmenu links */
    --nav-hover-color: var(--accent-color); /* Applied to main navmenu links when they are hovered over or active */
    --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
    --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: var(--default-color); /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: var(--accent-color); /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
    /* Smooth scroll */
    scroll-behavior: smooth;
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the same color scheme. */

.light-background {
    --background-color: #f3f9ff;
    --surface-color: #ffffff;
}

.dark-background {
    --background-color: #2B5A5A;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #409dfd;
    --contrast-color: #ffffff;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
    color: var(--default-color);
    background-color: var(--background-color);
    font-family: var(--default-font);
    font-weight: 300;
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}

    a:hover {
        color: color-mix(in srgb, var(--accent-color), transparent 25%);
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-weight: 700;
}

.section-title {
    margin-bottom: 1rem;
    line-height: 1.2;
}
    .section-title:after {
        content: "";
        display: block;
        width: 60px;
        height: 3px;
        background: var(--accent-color);
        margin-top: 0.25rem;

    }

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
    --background-color: rgba(255, 255, 255, 0);
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 20px 0;
    transition: all 0.5s;
    z-index: 997;
}

    .header .header-container {
        background: var(--surface-color);
        border-radius: 50px;
        padding: 5px 25px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

.scrolled .header .header-container {
    background: color-mix(in srgb, var(--surface-color), transparent 5%);
}

.header .logo {
    line-height: 1;
    padding-left: 5px;
}

    .header .logo img {
        max-height: 36px;
        margin-right: 8px;
    }

.header .btn-getstarted,
.header .btn-getstarted:focus {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 20px;
    margin: 0 0 0 30px;
    border-radius: 50px;
    transition: 0.3s;
}

    .header .btn-getstarted:hover,
    .header .btn-getstarted:focus:hover {
        background: color-mix(in srgb, var(--accent-color), transparent 15%);
    }

@media (max-width: 1200px) {
    .header {
        padding-top: 10px;
    }

        .header .header-container {
            margin-left: 10px;
            margin-right: 10px;
            padding: 10px 5px 10px 15px;
        }

        .header .logo {
            order: 1;
        }

        .header .btn-getstarted {
            order: 2;
            margin: 0 10px 0 0;
            padding: 6px 15px;
        }

        .header .navmenu {
            order: 3;
        }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

        .navmenu ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navmenu li {
            position: relative;
        }

        .navmenu a,
        .navmenu a:focus {
            color: var(--nav-color);
            padding: 18px 15px;
            font-size: 16px;
            font-family: var(--nav-font);
            display: flex;
            align-items: center;
            justify-content: space-between;
            white-space: nowrap;
            transition: 0.3s;
        }

            .navmenu a i,
            .navmenu a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
                transition: 0.3s;
            }

        .navmenu li:last-child a {
            padding-right: 0;
        }

        .navmenu li:hover > a,
        .navmenu .active,
        .navmenu .active:focus {
            color: var(--nav-hover-color);
            font-weight: 500;
        }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

        .navmenu ul {
            display: none;
            list-style: none;
            position: absolute;
            inset: 60px 20px 20px 20px;
            padding: 10px 0;
            margin: 0;
            border-radius: 6px;
            background-color: var(--nav-mobile-background-color);
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        }

        .navmenu a,
        .navmenu a:focus {
            color: var(--nav-dropdown-color);
            padding: 10px 20px;
            font-family: var(--nav-font);
            font-size: 17px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: space-between;
            white-space: nowrap;
            transition: 0.3s;
        }

            .navmenu a i,
            .navmenu a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
                width: 30px;
                height: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                transition: 0.3s;
                background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
            }

                .navmenu a i:hover,
                .navmenu a:focus i:hover {
                    background-color: var(--accent-color);
                    color: var(--contrast-color);
                }

            .navmenu a:hover,
            .navmenu .active,
            .navmenu .active:focus {
                color: var(--nav-dropdown-hover-color);
            }

                .navmenu .active i,
                .navmenu .active:focus i {
                    background-color: var(--accent-color);
                    color: var(--contrast-color);
                    transform: rotate(180deg);
                }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .mobile-nav-toggle {
            color: #fff;
            position: absolute;
            font-size: 32px;
            top: 15px;
            right: 15px;
            margin-right: 0;
            z-index: 9999;
        }

        .mobile-nav-active .navmenu {
            position: fixed;
            overflow: hidden;
            inset: 0;
            background: rgba(33, 37, 41, 0.8);
            transition: 0.3s;
        }

            .mobile-nav-active .navmenu > ul {
                display: block;
            }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    position: relative;
}

    .footer .footer-top {
        padding-top: 50px;
    }

    .footer .footer-about .logo {
        line-height: 1;
        margin-bottom: 25px;
    }

        .footer .footer-about .logo img {
            max-height: 40px;
            margin-right: 6px;
        }

        .footer .footer-about .logo h2 {
            font-size: 26px;
            letter-spacing: 1px;
        }

    .footer .footer-about p {
        font-size: 14px;
        font-family: var(--heading-font);
    }

    .footer h3 {
        font-size: 16px;
        position: relative;
        padding-bottom: 12px;
    }

    .footer .footer-links {
        margin-bottom: 30px;
    }

        .footer .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .footer .footer-links ul i {
                padding-right: 2px;
                font-size: 12px;
                line-height: 0;
            }

            .footer .footer-links ul li {
                padding: 10px 0;
                display: flex;
                align-items: center;
            }

                .footer .footer-links ul li:first-child {
                    padding-top: 0;
                }

            .footer .footer-links ul a {
                color: color-mix(in srgb, var(--default-color), transparent 30%);
                display: inline-block;
                line-height: 1;
            }

                .footer .footer-links ul a:hover {
                    color: var(--accent-color);
                }

    .footer .footer-contact p {
        margin-bottom: 5px;
    }

    .footer .copyright {
        padding: 25px 0;
        border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    }

        .footer .copyright p {
            margin-bottom: 0;
        }


/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .scroll-top i {
        font-size: 24px;
        color: var(--contrast-color);
        line-height: 0;
    }

    .scroll-top:hover {
        background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
        color: var(--contrast-color);
    }

    .scroll-top.active {
        visibility: visible;
        opacity: 1;
        bottom: 15px;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}

@media (max-width: 1199px) {
    section,
    .section {
        scroll-margin-top: 66px;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    position: relative;
    padding-top: 160px;
	min-height: 100vh;
	width: 100%;
    background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 95%) 50%, color-mix(in srgb, var(--accent-color), transparent 98%) 25%, transparent 50%);
}

    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
		right: 0;
		bottom: 0;
        background: radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--accent-color), transparent 92%), transparent 40%);
        pointer-events: none;
    }

    .hero .hero-content {
        position: relative;
        z-index: 1;
    }

        .hero .hero-content h1 {
            font-size: 3.5rem;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }

            .hero .hero-content h1 .accent-text {
                color: var(--accent-color);
            }

@media (max-width: 992px) {
    .hero .hero-content {
        text-align: center;
        margin-bottom: 3rem;
    }

        .hero .hero-content h1 {
            font-size: 2.5rem;
        }

        .hero .hero-content .hero-buttons {
            justify-content: center;
        }
}

@media (max-width: 575px) {
    .hero .hero-content h1 {
        font-size: 2rem;
    }
}

.hero .btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .hero .btn-primary:hover {
        background-color: color-mix(in srgb, var(--accent-color), black 20%);
        border-color: color-mix(in srgb, var(--accent-color), black 20%);
    }


.hero .hero-image {
    position: relative;
    text-align: center;
    z-index: 1;
}

    .hero .hero-image img {
        max-width: 100%;
        height: auto;
    }

.hero .stats-row {
    position: relative;
    z-index: 1;
    margin-top: 5rem;
    background-color: var(--surface-color);
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding-bottom: 2rem;
}

.hero .stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
}

    .hero .stat-item .stat-icon {
        flex-shrink: 0;
        width: 64px;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
        border-radius: 50px;
        transition: 0.3s;
    }

        .hero .stat-item .stat-icon i {
            font-size: 1.5rem;
            color: var(--accent-color);
        }

    .hero .stat-item:hover .stat-icon {
        background-color: var(--accent-color);
    }

        .hero .stat-item:hover .stat-icon i {
            color: var(--contrast-color);
        }

    .hero .stat-item .stat-content {
        flex-grow: 1;
    }

        .hero .stat-item .stat-content h2 {
            font-size: 1.25rem;
            margin-bottom: 0.25rem;
        }

        .hero .stat-item .stat-content p {
            font-size: 0.875rem;
            color: color-mix(in srgb, var(--default-color), transparent 40%);
            margin: 0;
        }

@media (max-width: 575px) {
    .hero .stat-item {
        padding: 1.5rem;
    }
}

@keyframes float-badge {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-meta {
    color: var(--accent-color);
    font-weight: 500;
    margin-bottom: 1rem;
    display: inline-block;
}

.about .about-description {
    margin-bottom: 2rem;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.about .feature-list-wrapper {
    margin-bottom: 2rem;
}

.about .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .about .feature-list li {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 1rem;
        font-size: 1rem;
    }

        .about .feature-list li i {
            color: var(--accent-color);
            font-size: 1.25rem;
        }

.about .image-wrapper {
    position: relative;
}

    .about .image-wrapper .small-image {
        position: absolute;
        top: 20%;
        left: -10%;
        width: 45%;
        border: 8px solid var(--surface-color);
    }

@media (max-width: 992px) {
    .about .image-wrapper {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        
    }

        .about .image-wrapper .images {
            display: flex;
            gap: 1.5rem;
            align-items: center;
            justify-content: center;
            width: 90%;
            margin-left: 10%
        }

    .images img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }
}


.about .image-wrapper .experience-badge {
    position: absolute;
    bottom: 5%;
    right: 5%;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 1.5rem;
    border-radius: 0.5rem;
    text-align: center;
    min-width: 200px;
    animation: experience-float 3s ease-in-out infinite;
}

@media (max-width: 992px) {
    .about .image-wrapper .experience-badge {
        position: static;
        width: fit-content;
        margin: 0 auto;
    }
}

.about .image-wrapper .experience-badge h3 {
    color: var(--contrast-color);
    font-size: 2.5rem;
    margin: 0;
    line-height: 0.5;
}

    .about .image-wrapper .experience-badge h3 span {
        font-size: 1rem;
        display: inline-block;
        margin-left: 0.25rem;
    }

.about .image-wrapper .experience-badge p {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
}

@keyframes experience-float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
    border: 0;
    background-color: color-mix(in srgb, var(--default-color), transparent 96%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 6px;
    width: auto;
}

.features .nav-item {
    margin: 0;
    padding: 0 5px 0 0;
}

    .features .nav-item:last-child {
        padding-right: 0;
    }

.features .nav-link {
    background-color: none;
    color: var(--heading-color);
    padding: 10px 30px;
    transition: 0.3s;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    border: 0;
    margin: 0;
}

@media (max-width: 468px) {
    .features .nav-link {
        padding: 8px 20px;
    }
}

.features .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.features .nav-link h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.features .nav-link:hover {
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

    .features .nav-link:hover h3 {
        color: var(--accent-color);
    }

.features .nav-link.active {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

    .features .nav-link.active h3 {
        color: var(--contrast-color);
    }

.features .tab-content {
    margin-top: 30px;
}

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

    .features .tab-pane ul li {
        padding-top: 10px;
    }

    .features .tab-pane ul i {
        font-size: 20px;
        padding-right: 4px;
        color: var(--accent-color);
    }

.features .tab-pane p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Features 2 Section
--------------------------------------------------------------*/
.features-2 .feature-item .feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
}

    .features-2 .feature-item .feature-icon i {
        font-size: 24px;
        color: var(--accent-color);
    }

.features-2 .feature-item .feature-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.features-2 .feature-item .feature-content p {
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    font-size: 15px;
    margin-bottom: 0;
}

.features-2 .phone-mockup {
    position: relative;
    padding: 30px 0;
}

    .features-2 .phone-mockup img {
        max-width: 300px;
        height: auto;
        filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
    }

@media (max-width: 991.98px) {
    .features-2 .feature-item {
        text-align: center !important;
        margin-bottom: 2rem;
    }

        .features-2 .feature-item .d-flex {
            flex-direction: column;
            text-align: center;
            justify-content: center !important;
        }

    .features-2 .phone-mockup {
        margin: 3rem 0;
    }
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action .container {
    background: var(--accent-color);
    color: var(--contrast-color);
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding: 4rem 2rem;
}

.call-to-action .content h2,
.call-to-action .content p {
    color: var(--contrast-color);
    position: relative;
    z-index: 2;
}

.call-to-action .shape {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

    .call-to-action .shape svg {
        width: 100%;
        height: 100%;
    }

        .call-to-action .shape svg path {
            fill: color-mix(in srgb, var(--contrast-color) 50%, transparent);
        }

.call-to-action .shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
    opacity: 0.1;
    transform: rotate(45deg);
    animation: shapes-float 3s ease-in-out infinite;
}

.call-to-action .shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
    opacity: 0.15;
    transform: rotate(-15deg);
    animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .shape-3 {
    width: 150px;
    height: 150px;
    top: 20%;
    right: 15%;
    opacity: 0.08;
    transform: rotate(15deg);
}

.call-to-action .dots {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    color: var(--contrast-color);
}

    .call-to-action .dots svg {
        width: 100%;
        height: 100%;
    }

.call-to-action .dots-1 {
    width: 200px;
    height: 200px;
    top: -30px;
    left: 10%;
    opacity: 0.1;
    transform: rotate(15deg);
    animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .dots-2 {
    width: 150px;
    height: 150px;
    bottom: 20px;
    right: 15%;
    opacity: 0.15;
    transform: rotate(-10deg);
}

@keyframes shapes-float {
    0%, 100% {
        transform: scale(0.8) rotate(45deg) translateY(0);
    }

    50% {
        transform: scale(0.8) rotate(45deg) translateY(-20px);
    }
}

@media (max-width: 992px) {
    .call-to-action .container {
        padding: 3rem 1.5rem;
    }

    .call-to-action .shape-1 {
        width: 200px;
        height: 200px;
    }

    .call-to-action .shape-2 {
        width: 150px;
        height: 150px;
    }

    .call-to-action .shape-3 {
        width: 100px;
        height: 100px;
    }

    .call-to-action .dots-1 {
        width: 150px;
        height: 150px;
    }

    .call-to-action .dots-2 {
        width: 120px;
        height: 120px;
    }

    .call-to-action .dots-3 {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 575px) {
    .call-to-action .container {
        border-radius: 0;
    }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100);
}

    .clients .swiper-slide img:hover {
        filter: none;
        opacity: 1;
    }

.clients .swiper-wrapper {
    height: auto;
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-title {
    margin-bottom: 1rem;
}

.faq .faq-description {
    font-size: 1rem;
    color: var(--default-color);
    margin-bottom: 2rem;
}

.faq .faq-arrow {
    color: var(--accent-color);
}

.faq .faq-container .faq-item {
    background-color: var(--surface-color);
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

    .faq .faq-container .faq-item:last-child {
        margin-bottom: 0;
    }

    .faq .faq-container .faq-item h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 30px 0 0;
        transition: 0.3s;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .faq .faq-container .faq-item h3:hover {
            color: var(--accent-color);
        }

    .faq .faq-container .faq-item .faq-content {
        display: grid;
        grid-template-rows: 0fr;
        transition: 0.3s ease-in-out;
        visibility: hidden;
        opacity: 0;
    }

        .faq .faq-container .faq-item .faq-content p {
            margin-bottom: 0;
            overflow: hidden;
        }

    .faq .faq-container .faq-item .faq-toggle {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 16px;
        line-height: 0;
        transition: 0.3s;
        cursor: pointer;
    }

        .faq .faq-container .faq-item .faq-toggle:hover {
            color: var(--accent-color);
        }

.faq .faq-container .faq-active h3 {
    color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: var(--accent-color);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-box {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 3rem;
    border-radius: 1rem;
    height: 100%;
}

    .contact .info-box h2 {
        color: var(--contrast-color);
        margin-bottom: 1rem;
    }

@media (max-width: 767.98px) {
    .contact .info-box h3 {
        font-size: 1.75rem;
    }
}

.contact .info-box p {
    opacity: 0.8;
    margin-bottom: 2rem;
}

.contact .info-box a {
    color: var(--contrast-color);
}

@media (max-width: 992px) {
    .contact .info-box {
        padding: 1.5rem;
    }
}

.contact .info-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

    .contact .info-item:last-child {
        margin-bottom: 0;
    }

    .contact .info-item .icon-box {
        width: 3.5rem;
        height: 3.5rem;
        background-color: color-mix(in srgb, var(--contrast-color), transparent 85%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: 0.3s;
    }

        .contact .info-item .icon-box i {
            font-size: 1.5rem;
            color: var(--contrast-color);
        }

    .contact .info-item:hover .icon-box {
        background-color: color-mix(in srgb, var(--contrast-color), transparent 70%);
    }

    .contact .info-item .content h3 {
        color: var(--contrast-color);
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .contact .info-item .content p {
        margin-bottom: 0.25rem;
        font-size: 0.95rem;
    }

        .contact .info-item .content p:last-child {
            margin-bottom: 0;
        }

/*--------------------------------------------------------------
# Hero 2 Section
--------------------------------------------------------------*/
.hero-2 {
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--background-color), transparent 0%) 0%, color-mix(in srgb, var(--background-color), var(--accent-color) 10%) 100%);
    overflow: hidden;
}

    .hero-2::before {
        content: "";
        position: absolute;
        background-image: radial-gradient(circle, color-mix(in srgb, var(--accent-color), transparent 90%) 1px, transparent 1px);
        background-size: 30px 30px;
        opacity: 0.5;
        z-index: 1;
    }

    .hero-2 .hero-image {
        transform: perspective(1000px) rotateY(-5deg) rotateX(5deg) !important;
        transition: transform 0.5s ease;
        margin:auto;
    }

        .hero-2 .hero-image:hover {
            transform: perspective(1000px) rotateY(0deg) rotateX(0deg) !important;
        }

        .hero-2 .hero-image .main-image {
            width: 100%;
            height: auto;
            display: block;
        }

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}
/*--------------------------------------------------------------
# Cards Section
--------------------------------------------------------------*/
.cards .feature-card {
    background-color: var(--surface-color);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 8px 25px color-mix(in srgb, var(--default-color), transparent 92%);
}

    .cards .feature-card.highlighted {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px color-mix(in srgb, var(--accent-color), transparent 80%);
    }

        .cards .feature-card.highlighted .card-overlay {
            background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), var(--heading-color) 30%));
        }

            .cards .feature-card.highlighted .card-overlay .icon-wrapper {
                background-color: var(--contrast-color);
                color: var(--accent-color);
            }

        .cards .feature-card.highlighted .category {
            background: var(--accent-color);
            color: var(--contrast-color);
        }

        .cards .feature-card.highlighted .learn-more {
            background: var(--accent-color);
            color: var(--contrast-color);
            border-color: var(--accent-color);
        }

            .cards .feature-card.highlighted .learn-more:hover {
                background: color-mix(in srgb, var(--accent-color), var(--heading-color) 20%);
                border-color: color-mix(in srgb, var(--accent-color), var(--heading-color) 20%);
            }

    .cards .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px color-mix(in srgb, var(--default-color), transparent 85%);
    }

        .cards .feature-card:hover .card-image img {
            transform: scale(1.08);
        }

        .cards .feature-card:hover .card-overlay {
            opacity: 1;
        }

        .cards .feature-card:hover .icon-wrapper {
            transform: scale(1.1);
        }

    .cards .feature-card .card-image {
        position: relative;
        height: 220px;
        overflow: hidden;
    }

        .cards .feature-card .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .cards .feature-card .card-image .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, color-mix(in srgb, var(--heading-color), transparent 20%), color-mix(in srgb, var(--default-color), transparent 60%));
            opacity: 0;
            transition: all 0.4s ease;
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            padding: 20px;
        }

            .cards .feature-card .card-image .card-overlay .icon-wrapper {
                width: 50px;
                height: 50px;
                background-color: color-mix(in srgb, var(--surface-color), transparent 10%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: var(--heading-color);
                font-size: 24px;
                transition: all 0.3s ease;
                backdrop-filter: blur(10px);
            }

    .cards .feature-card .card-content {
        padding: 30px;
    }

        .cards .feature-card .card-content .content-header {
            margin-bottom: 15px;
        }

            .cards .feature-card .card-content .content-header .category {
                display: inline-block;
                padding: 6px 12px;
                background: color-mix(in srgb, var(--accent-color), transparent 85%);
                color: var(--accent-color);
                font-size: 12px;
                font-weight: 700;
                border-radius: 20px;
                letter-spacing: 1px;
                margin-bottom: 10px;
                transition: all 0.3s ease;
            }

            .cards .feature-card .card-content .content-header h3 {
                font-size: 20px;
                margin: 0;
                color: var(--heading-color);
                line-height: 1.3;
            }

        .cards .feature-card .card-content p {
            font-size: 15px;
            line-height: 1.6;
            color: color-mix(in srgb, var(--default-color), transparent 25%);
            margin-bottom: 20px;
        }

        .cards .feature-card .card-content .feature-list {
            list-style: none;
            padding: 0;
            margin: 0 0 25px 0;
        }

            .cards .feature-card .card-content .feature-list li {
                display: flex;
                align-items: center;
                margin-bottom: 8px;
                font-size: 14px;
                color: color-mix(in srgb, var(--default-color), transparent 15%);
            }

                .cards .feature-card .card-content .feature-list li i {
                    color: var(--accent-color);
                    font-size: 16px;
                    margin-right: 10px;
                    flex-shrink: 0;
                }

        .cards .feature-card .card-content .card-action .learn-more {
            display: inline-flex;
            align-items: center;
            padding: 12px 24px;
            background: transparent;
            border: 2px solid color-mix(in srgb, var(--accent-color), transparent 60%);
            border-radius: 50px;
            color: var(--accent-color);
            font-weight: 700;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

            .cards .feature-card .card-content .card-action .learn-more i {
                margin-left: 8px;
                transition: transform 0.3s ease;
            }

            .cards .feature-card .card-content .card-action .learn-more:hover {
                background: var(--accent-color);
                color: var(--contrast-color);
                border-color: var(--accent-color);
                transform: translateY(-2px);
            }

                .cards .feature-card .card-content .card-action .learn-more:hover i {
                    transform: translateX(3px);
                }

@media (max-width: 768px) {
    .cards .feature-card .card-image {
        height: 180px;
    }

        .cards .feature-card .card-image .card-overlay {
            padding: 15px;
        }

            .cards .feature-card .card-image .card-overlay .icon-wrapper {
                width: 45px;
                height: 45px;
                font-size: 20px;
            }

    .cards .feature-card .card-content {
        padding: 20px;
    }

        .cards .feature-card .card-content .content-header h3 {
            font-size: 18px;
        }

        .cards .feature-card .card-content p {
            font-size: 14px;
        }

        .cards .feature-card .card-content .feature-list li {
            font-size: 13px;
        }

            .cards .feature-card .card-content .feature-list li i {
                font-size: 14px;
                margin-right: 8px;
            }

        .cards .feature-card .card-content .learn-more {
            padding: 10px 20px;
            font-size: 13px;
        }
}
/*--------------------------------------------------------------
# About 2 Section
--------------------------------------------------------------*/
.about-2 ul {
    list-style: none;
    padding: 0;
}

    .about-2 ul li {
        padding-bottom: 5px;
        display: flex;
        align-items: center;
    }

    .about-2 ul i {
        font-size: 20px;
        padding-right: 4px;
        color: var(--accent-color);
    }


    
