:root {
    --accent: #f25c27;
    --dark: #123b32;
    --light: #f9f8f6;
    --text: #444;
    --muted: #666;
    --radius: 16px;
}
body {
    background: var(--light);
    font-family: "Inter", sans-serif;
    color: var(--text);
}
a {
    text-decoration: none;
}
ul li {
    list-style: none;
}
.btn-accent {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 10px 35px 10px;
    border-radius: 25px;
}
.btn-accent:hover {
    background: #d84f22;
    color: #fff;
}
.btn-outline-dark {
    border: 1px solid #ccc;
    color: #333;
    padding: 10px 35px 10px;
    border-radius: 25px;
}
.btn-outline-dark:hover {
    background: #eee;
    color: #000;
}
.navbar {
    margin: 30px 50px 0;
    border-radius: 20px;
}
.navbar .navbar-toggler-icon {
    background-image: url(../assets/icon/menu.png);
}
.navbar-brand {
    font-weight: 600;
    color: #6b6b6b;
}
.nav-link {
    color: #111;
    color: #363636;
}
.hero-section {
    padding: 60px 0;
}
.hero-img {
    border-radius: var(--radius);
}
.pill {
    background: #fff;
    border-radius: 30px;
    padding: 5px 12px;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.08);
}
.feature-dark {
    background: var(--dark);
    color: #fff;
    border-radius: var(--radius);
    padding: 60px 40px;
}
.feature-card {
    background: #1e5148;
    border-radius: var(--radius);
    padding: 25px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.05);
}
.section-heading {
    text-align: center;
    margin-bottom: 40px;
}
.pricing-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.05);
}
.pricing-card.active {
    border: 2px solid var(--accent);
}
.testimonial-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 25px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.05);
}
footer {
    background: #123b32;
    color: #ddd;
    padding: 80px 0 30px;
    position: relative;
}
.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}
.footer-links a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: 0.3s;
}
.footer-links a:hover {
    color: #f25c27;
}
.social-icons a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: #2b2b2b;
    color: #fff;
    margin: 0 6px;
    transition: 0.3s;
}
.social-icons a:hover {
    background: #f25c27;
}
.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: #aaa;
}
.subscribe-box {
    background: #1e5148;
    border-radius: var(--radius);
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.05);
    color: #fff;
}
.subscribe-box input {
    border: 0;
    border-radius: 25px;
    padding: 8px 25px;
}
.hero-content {
    background: #00000008;
    padding: 45px 50px 30px;
    border-radius: 20px;
}
.hero-content h1 {
    font-size: 45px;
    color: #000;
}
.hero-btn-1 {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 10px 35px 10px;
    border-radius: 25px;
    font-size: 16px;
}
.hero-btn-1:hover {
    opacity: 0.5;
    color: #fff;
}
.hero-btn-2:hover {
    color: #fff;
    background: #f25c27;
}
.hero-btn-2 {
    border: 1px solid #ccc;
    color: #333;
    padding: 10px 35px 10px;
    border-radius: 25px;
}
.hero-btm-sec h2 {
    font-size: 60px;
}
.hero-btm-sec h2 span {
    opacity: 0.4;
}
.feature-card h6 {
    font-size: 20px;
}
.ftr-block-lf h2 {
    font-size: 50px;
}
.scc-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.05);
}
.scc-card img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
}
.scc-card h6 {
    font-size: 20px;
}
.core-wrap {
    background: #123b32;
    margin-top: 80px;
    padding: 70px 0 70px;
}
.core-ctr-img img {
    border-radius: 20px;
}
.core-card {
    background: #1e5148;
    color: #fff;
    padding: 40px 30px 40px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.core-card h3 {
    font-size: 22px;
}
.core-card-row h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-size: 30px;
}
.core-card img {
    margin-bottom: 15px;
    width: 50px;
}
.footer-cta {
    background: #123b32;
    padding: 100px 0 0;
}
.social-icons a i {
    margin-top: 10px;
    display: inline-block;
}
.stacked-pro img {
    margin-right: 10px;
    width: 200px;
}
.about-mission {
    padding: 80px 0;
}
.about-mission img {
    border-radius: 12px;
}
.about-mission h2 {
    font-weight: 700;
}
.about-stats {
    background: var(--light);
    padding: 30px 0;
}
.stat-box {
    text-align: center;
    background: #fff;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 0.05);
}
.stat-box h3 {
    color: var(--accent);
    font-size: 2rem;
    margin-bottom: 10px;
}
.about-team {
    padding: 80px 0;
}
.team-card {
    border: none;
    text-align: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.05);
    transition: 0.3s;
}
.team-card:hover {
    transform: translateY(-5px);
}
.team-card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.team-card h5 {
    font-weight: 600;
}
.services {
    padding: 80px 0;
    background: #fff;
}
.service-card {
    border: none;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.05);
    transition: all 0.3s ease;
    text-align: center;
    padding: 40px 20px;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgb(0 0 0 / 0.08);
}
.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 14px;
    background: var(--accent);
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.feature-section {
    color: #111;
    padding: 80px 0;
}
.feature-section img {
    border-radius: 12px;
}
.feature-section h2 {
    font-weight: 700;
}
.use-cases {
    background: var(--light);
    padding: 64px 0;
}
.case-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgb(0 0 0 / 0.05);
    transition: transform 0.25s ease;
}
.case-card:hover {
    transform: translateY(-8px);
}
.contact-info {
    padding: 80px 0;
    background: #fff;
}
.info-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.05);
    padding: 30px;
    text-align: center;
    transition: all 0.3s;
}
.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgb(0 0 0 / 0.08);
}
.info-icon {
    width: 70px;
    height: 70px;
    background: var(--accent);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 20px;
}
.contact-form-section {
    background: var(--light);
    padding: 80px 0;
}
.contact-form {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.06);
    padding: 40px;
}
.form-control {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 12px;
}
.form-control:focus {
    border-color: var(--accent);
    box-shadow: none;
}
.btn-accent {
    background: var(--accent);
    color: #fff;
    border-radius: 50px;
    padding: 12px 30px;
    border: none;
    transition: 0.3s;
}
.btn-accent:hover {
    opacity: 0.9;
}
.map-section iframe {
    width: 100%;
    height: 400px;
    border: 0;
    border-radius: 12px;
    margin-bottom: 60px;
}
