﻿/* =========================================================
   مرتب‌شده — لطفاً فقط همین فایل را استفاده کنید (تغییری حذف نشده)
   - اگر یک قاعده دقیقاً دوبار تکرار شده بود آن یکی حذف شد و بقیه حفظ شدند.
   - بخش‌ها با کامنت فارسی برچسب‌خورده‌اند: "این برای بخش ... هست"
   - فونت‌ها (لعنتی‌ها) حذف نشده‌اند :)
   ========================================================= */


/* =========================
   این برای بخش: متغیرها و پالت رنگ (Brand / root)
   ========================= */

:root {
    --color-primary: #2E7D32;
    --color-primary-light: #4CAF50;
    --color-primary-full: #005F02;
    --color-bg-main: #FFFFFF;
    --color-bg-section: #F8F9FA;
    --color-text-main: #2C2C2C;
    --color-text-light: #6C757D;
}

/* =========================
   این برای بخش: فونت‌ها
   ========================= */

@font-face {
    font-family: "Vazir";
    src: url("../fonts/Vazir.eot");
    src: url("../fonts/Vazir.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir.woff2") format("woff2"), url("../fonts/Vazir.woff") format("woff"), url("../fonts/Vazir.ttf") format("truetype");
}

/* =========================
   این برای بخش: تنظیمات کلی صفحه (global, layout, body)
   ========================= */

html, body {
    height: 100%;
    margin: 0;
    
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
/*    scroll-behavior: smooth;*/
}

body {
    font-family: "Vazir", Arial, Helvetica, sans-serif;
    padding: 0;
    background-color: var(--color-bg-main);
    color: var(--color-text-main);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    --nav-offset: 0px;
}

    body.has-nav-offset {
        --nav-offset: 5rem;
    }

@media (min-width: 576px) {
    body.has-nav-offset {
        --nav-offset: 8rem;
    }
}

.main-content {
    padding-top: var(--nav-offset);
}

main {
    flex: 1;
}
i {
    line-height: 0;
}

/* =========================
   این برای بخش: نوار پیمایش (navbar) و لینک‌ها
   ========================= */

.navbar {
    border-radius: 1.2rem;
/*    backdrop-filter: blur(30px);
    box-shadow: 0px 0px 30px 0 rgba(227, 228, 237, 0.37);*/
    border: 2px solid rgba(255, 255, 255, 0.18);
    position: fixed;
    top: 1rem;
    right: 0;
    left: 0;
    width: 100vw;
    z-index: 100;
    transition: all 0.5s ease;
    padding: 1.3rem;
    background-color: var(--color-primary-light);
}


@media (max-width: 576px) {
    .navbar {
        margin: 0;
        border-radius: 0;
        padding: .5rem 1rem;
        top: 0;
        box-sizing: border-box;
    }

    .navbar-collapse {
        margin-top: 1rem;
        background-color: var(--color-primary-light);
        border-radius: 0.5rem;
        padding: 1rem 0;
    }

}




/* لینک‌ها و برند */
.nav-link,
.navbar-brand {
    color: var(--color-text-main);
}

    .nav-link:hover,
    .navbar-brand:hover {
        color: var(--color-text-light);
        transform: scaleX(1);
    }

    .navbar-brand::before,
    .nav-link::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--color-text-main);
        border-radius: 5px;
        transform: scaleX(0);
        transition: all 0.5s ease;
        bottom: 0;
        left: 0;
    }

/* specificity + important rules preserved */
.navbar .nav-item .nav-link:hover {
    color: var(--color-text-light) !important;
}

.navbar .nav-link {
    color: var(--color-text-main) !important;
}

    .navbar-brand:active,
    .navbar-brand:focus,
    .navbar .nav-link:focus,
    .navbar .nav-link:active,
    .navbar .nav-link.active {
        color: var(--color-text-light) !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

.navbar-toggler {
    border-color: var(--color-primary);
    color: var(--color-bg-section);
}
.category-dropdown {
    max-height: 40vh; /* حرفه‌ای‌تر از px */
    overflow-y: auto;
}

/* آیکون لیست */
.bi-list {
    font-size: 1.5rem;
}

    .bi-list:focus,
    .bi-list:active {
        color: var(--color-text-main) !important;
    }


/* =========================
   این برای بخش: منوهای کشویی (dropdown)
   ========================= */

.dropdown-menu {
    --bs-dropdown-bg: rgba(20, 20, 25, 0.65);
    background: rgba(20, 20, 25, 0.9);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    padding: 0.5rem;
}

/* یکپارچه‌سازی تمام قواعد مرتبط با .dropdown-item */
.dropdown-item {
    color: var(--color-bg-section);
    padding: 0.7rem;
}

    .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.08);
        color: var(--color-text-light);
        border-radius: 1.2rem;
    }

footer .dropdown-item {
    color: var(--color-text-main);
    font-weight: bold
/*    padding: 0.7rem;*/
}

    footer .dropdown-item:hover {
        background: inherit;
        color: var(--color-text-main);
        /*    border-radius: 1.2rem;*/
        cursor: pointer;
    }

/* =========================
   این برای بخش: نوار وضعیت صفحه اصلی / هدر تصویری (page-wrapper, hero)
   ========================= */

.page-wrapper {
    height: 90vh;
    position: relative;
    overflow: hidden;
    background: url("../images/main-image.webp") center/cover no-repeat;
    display: flex;
    align-items: center;
    padding-top: 60px; /* از تعریف بعدی مرج شد */
}

@media (max-width: 320px) {
    .page-wrapper {
        height: 130vh;
    }
}

.page-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.3));
    z-index: 1;
}

.page-wrapper .container {
    position: relative;
    z-index: 2;
}

.page-wrapper h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-bg-section);
}

.page-wrapper p {
    opacity: 0.9;
    line-height: 2;
    font-size: 1.1rem;
    color: var(--color-bg-section);
}

.page-wrapper .row .col-lg-6 img {
    width: 400px;
    height: 400px;
}

/* wave divider */
.wave-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 3;
}

    .wave-divider svg,
    .wave-divider-down svg {
        display: block;
        width: 100%;
        height: 80px;
    }

/* =========================
   این برای بخش: دات‌ها و عکس زمینه (decorative)
   ========================= */

.dots {
    position: absolute;
    width: 320px;
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}

.dots-tr {
    top: -50px;
    right: -50px;
    /* transform: translate(30%, -30%); */
}

.dots-bl {
    bottom: -60px;
    left: -50px;
    /* transform: translate(-30%, 30%); */
}

.map-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1400px;
    z-index: 0;
    pointer-events: none;
}


/* =========================
   این برای بخش: کارت‌ها و گیم کارت‌ها (card / game-card / swiper)
   ========================= */

.card {
    background-color: var(--color-bg-section);
}

.game-card {
    width: 230px;
    border-radius: 20px;
}

.swiper-slide .card {
    border: none;
}

.swiper {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* حالت مخصوص section جدیدترین محصولات */
.newest-product .swiper {
    background-color: var(--color-primary-light);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 0;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        transition: transform 0.5s ease;
    }

/* pagination bullets */
.swiper-pagination-bullet {
    background-color: var(--color-primary);
    transition: 0.5s;
}

.swiper-pagination-bullet-active {
    width: 40px;
    background-color: var(--color-primary-full);
    box-shadow: 0 5px 20px 2px var(--color-primary-light);
    border-radius: 100px;
}

.swiper-pagination {
    padding: 10px;
}

/* next / prev buttons (ظاهر اصلی) */
.swiper-button-next,
.swiper-button-prev {
    background-color: var(--color-primary-full);
    box-shadow: 0 5px 20px 2px var(--color-primary-light);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    z-index: 999;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 50%;
}

/* تفاوت جهت و موقعیت */
.swiper-button-next {
    left: -10px;
    font-size: 10px;
}

.swiper-button-prev {
    right: -10px;
}

    /* آیکون‌های داخلی */
    .swiper-button-next svg,
    .swiper-button-prev svg {
        color: #fff;
        width: 13px;
    }

/* زمانی که می‌خواهیم رنگ آیکون‌ها را تنظیم کنیم */
.swiper-button-next,
.swiper-button-prev {
    color: #198754;
}

@media (max-width: 350px) {
    .swiper {
        padding: 0.2rem;
    }
}

@media (max-width: 450px) {
    .swiper {
        padding: 0.5rem;
    }
}

@media (max-width: 576px) {
    .swiper {
        padding: 1rem;
    }
}

@media (min-width: 767px) {
    .swiper {
        padding: 4rem;
    }
}

@media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .swiper {
        background-color: var(--color-primary-light);
        padding: 2rem;
    }

    .swiper-pagination-bullet {
        display: none;
    }

    .game-card .card-body h5 {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .game-card {
        transition: all 0.3s ease;
    }

        .game-card:hover {
            box-shadow: 0 5px 40px 3px var(--color-primary-light);
            transform: scale(1.05);
        }
}

/* =========================
   این برای بخش: فوتر و لوگو
   ========================= */

footer {
    background-color: var(--color-primary-light);
}

.logo-footer img {
    width: 200px;
    height: 200px;
}

/* =========================
   این برای بخش: بخش محصولات و دسته‌ها (product-category، product-category-cart)
   ========================= */

.product-category {
    margin-top: 8rem;
}

/* ترکیب قواعد کارت‌های محصول */
.product-category-cart .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .product-category-cart .card:hover {
        transform: scale(1.05);
    }

.product-category-cart .card-img-top {
    width: 100%;
    height: 220px;
    object-fit: fill;
}

.product-category-cart .card-body {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-category-cart .btn {
    margin-top: auto;
}

/* =========================
   این برای بخش: پگینیشن (pagination)
   ========================= */

.pagination .page-link {
    color: var(--color-primary);
}

.pagination .page-item.active .page-link {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-bg-main);
}

.pagination .page-link:hover {
    background-color: var(--color-primary-light);
    color: var(--color-bg-main);
}

/* =========================
   این برای بخش: گالری تصویر محصول (pd-image-wrapper, thumbnails)
   ========================= */

.pd-image-wrapper {
    width: 100%;
    --bs-aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 1rem;
    background-color: var(--color-bg-main);
}

.pd-main-image {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: fill;
    transition: transform 0.5s ease, opacity 0.4s ease;
}

/* Zoom on hover */
.pd-image-wrapper:hover .pd-main-image {
    transform: scale(1.15);
}

/* Thumbnails */
.pd-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.pd-thumb {
    width: 80px;
    height: 60px;
    border-radius: 0.75rem;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    transition: all 0.25s ease;
}

    .pd-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .pd-thumb.active,
    .pd-thumb:hover {
        opacity: 1;
        border-color: #198754; /* bootstrap success */
    }

/* Fade animation */
.pd-fade-out {
    opacity: 0;
}

/* =========================
   این برای بخش: کارت دسترسی / ورود (access-card)
   ========================= */

.access-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 40px;
    max-width: 420px;
    width: 100%;
    color: var(--color-bg-main);
    text-align: center;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .4);
    animation: fadeIn 0.8s ease;
}

    .access-card img {
        max-width: 160px;
        margin-bottom: 25px;
        animation: float 3s ease-in-out infinite;
    }

.btn-custom {
    background-color: #ff4d4f;
    border: none;
    border-radius: 30px;
    padding: 10px 28px;
    font-weight: 600;
}

    .btn-custom:hover {
        background-color: #ff7875;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* =========================
   این برای بخش: breadcrumb responsive
   ========================= */

.breadcrumb-full {
    width: 100%;
}

@media (min-width: 768px) {
    .breadcrumb-full {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .breadcrumb-full {
        width: 35%;
    }
}

.breadcrumb-box {
    width: fit-content;
    max-width: 100%;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

.breadcrumb {
    flex-wrap: wrap;
}

.breadcrumb a {
    text-decoration: none !important;
    color: #198754;
}

.breadcrumb a:hover {
    color: #146c43;
}

/* =========================
   این برای بخش: هرو (hero) — عنوان‌ها و دکمه‌ها
   ========================= */

.hero-title {
    font-weight: 700;
    font-size: 38px;
}

.hero-text {
    line-height: 2;
    color: #555;
}

.hero-btn {
    padding: 12px 30px;
    border-radius: 12px;
    transition: 0.3s;
}

    .hero-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(25,135,84,0.4);
    }

.hero-img {
    max-height: 450px;
    transition: 0.5s ease;
}

    .hero-img:hover {
        transform: scale(1.05);
    }

/* =========================
   این برای بخش: استایل‌های بخش محصولات/کارت‌ها که دوباره ظاهر شدند (newest-product, product-card, product-img-wrapper)
   ========================= */

.newest-product {
    background-color: var(--color-bg-section);
    border-radius: 25px;
}

/* Header */
.section-line {
    width: 5px;
    height: 25px;
    background: #198754;
    border-radius: 10px;
}

.view-all {
    text-decoration: none;
    color: #198754;
    font-weight: 500;
    transition: 0.3s;
}

    .view-all:hover {
        letter-spacing: 1px;
    }

/* Product Card */
.product-card {
    width: 100%;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

    .product-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }

/* Image wrapper for equal size */
.product-img-wrapper {
    height: 260px;
    overflow: hidden;
    background: #fff;
}

    .product-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        transition: 0.4s;
    }

.product-card:hover img {
    transform: scale(1.1);
}

/* Title */
.product-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

/* Swiper arrows color preserved above */


/* =========================
   این برای بخش: بلاگ (blog-section, blog-card, blog-categories)
   ========================= */

/* بخش بلاگ (پیشتر همآمده بود، اینجا ترکیب شد) */
.blog-section {
    background-color: var(--color-bg-section);
/*    border-radius: 25px;*/
}
.Why-Us {
    background-color: var(--color-bg-section);
}
/* Header */
.section-header h2 {
    font-weight: 700;
    color: var(--color-text-main);
}

.section-header .btn {
    border-radius: 20px;
}

/* Blog Card (Desktop) */
.blog-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

    .blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.blog-image {
    width: 180px;
    flex-shrink: 0;
}

    .blog-image img {
        height: 150px;
        object-fit: cover;
        border-radius: 15px;
    }

.blog-title {
    font-weight: 600;
    color: var(--color-text-main);
}

.blog-excerpt {
    line-height: 1.8;
}

/* Mobile Card */
.blog-card-mobile {
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease;
}

    .blog-card-mobile:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }

    .blog-image img,
    .blog-card-mobile img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }


.section-line {
    width: 4px;
    height: 22px;
    background: #198754;
    border-radius: 4px;
}

.view-all {
    color: #198754;
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s;
}

.view-all:hover {
    color: #146c43;
    transform: translateX(-4px);
}

.newest-product {
    background: #fff;
}

.blog-section {
    background: #f8f9fa;
}

/* =========================
   این برای بخش: دسته‌بندی‌های بلاگ (blog-categories)
   ========================= */

.blog-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-cat {
    padding: 6px 18px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid var(--color-primary-light);
    color: var(--color-primary);
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease;
}

    .blog-cat:hover {
        background-color: var(--color-primary-light);
        color: #fff;
    }

    .blog-cat.active {
        background-color: var(--color-primary);
        color: #fff;
    }

/* =========================
   این برای بخش: استایل اسکرولبار
   ========================= */

::-webkit-scrollbar {
    width: 0.5vh;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--color-primary);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 87, 255, 0.5);
    }




/* =========================
   این برای بخش: Service Section / section-pattern
   ========================= */

.section-pattern {
/*    position: relative;
    overflow: hidden;*/
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary-full) 100%);
}

/*.section-pattern .dots {
    position: absolute;
    width: 250px;
    opacity: 0.3;
    pointer-events: none;
    z-index: 1;
}

.section-pattern .dots-tr {
    top: -30px;
    right: -30px;
}

.section-pattern .dots-bl {
    bottom: -30px;
    left: -30px;
}*/

/* کارت‌ها */
.service-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 2rem;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #fff;
}

.service-card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* آیکون‌ها داخل کارت‌ها */
.service-card i {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 1rem;
    border-radius: 50%;
    margin-bottom: 1rem;
}

/* متن کارت */
.service-card span {
    display: block;
}

/* متن اصلی */
.service-card span.fs-4 {
    font-weight: 600;
    margin: 1rem 0;
}

/* متن توضیح */
.service-card span.text-muted {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .section-pattern .dots {
        width: 150px;
        opacity: 0.2;
    }
}



/* =========================
   این برای بخش: بلاگ
   ========================= */


/* Breadcrumb */
.breadcrumb-box {
    width: fit-content;
    max-width: 100%;
}

.breadcrumb a {
    text-decoration: none;
    color: #198754;
}

.breadcrumb a:hover {
    color: #146c43;
}


/* Article Content Styling */
.article-content {
    line-height: 2.2;
    font-size: 1.05rem;
    color: #333;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.article-content img {
    max-width: 100%;
    border-radius: 16px;
    margin: 1.5rem 0;
}

.article-content p {
    margin-bottom: 1.2rem;
}






/*#scrollProgress {
    position: fixed;
    top: 0;
    right: 0;
    height: 4px;
    width: 0%;
    background: linear-gradient(90deg, #198754, #20c997);
    z-index: 9999;
    transition: width 0.1s ease-out;
}*/



.stats-section {
    background: linear-gradient(135deg, #198754, #157347);
    background-attachment: fixed; /* Parallax effect */
    overflow: hidden;
}

.stats-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15); /* subtle dark overlay */
}

.stat-box {
    position: relative;
    z-index: 2;
}

.stat-box h2 {
    font-size: 2.7rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.stat-box p {
    opacity: 0.9;
}

/* Vertical Divider */
.stat-col {
    position: relative;
}

.stat-col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    width: 1px;
    height: 60%;
    background: rgba(255,255,255,0.3);
}

/* موبایل جداکننده حذف شود */
@media (max-width: 768px) {
    .stat-col::after {
        display: none;
    }
}


figure img {
    width: 60%;
    border-radius: 10px;
}

/*product page*/
.tab-btn {
    color: #555;
    border-radius: 0;
    border-bottom: 3px solid transparent;
}

.tab-btn:hover {
    color: #198754;
}

.active-tab {
    color: #198754 !important;
    border-bottom: 3px solid #198754;
}


.features-section {
    direction: rtl;
}

.feature-box {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 35px 20px;
    box-shadow: 0 3px 15px rgba(0,0,0,.04);
}

.feature-item {
    height: 100%;
}

.feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    font-size: 42px;
    color: #3c6b34;
}

.feature-item h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1f4d27;
    margin-bottom: 8px;
}

.feature-item p {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

@media (max-width: 768px) {

    .feature-box {
        padding: 25px 15px;
    }

    .feature-icon i {
        font-size: 36px;
    }

    .feature-item h5 {
        font-size: 16px;
    }

    .feature-item p {
        font-size: 14px;
    }
}



/*product footer*/
.feature-box {
    background: #fff;
    border: 1px solid #dce7dc;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,.04);
}

.contact-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i {
    font-size: 42px;
    color: #3c6b34;
}

.phone-number {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    letter-spacing: 2px;
}

.feature-item.small-feature {
    padding: 28px 10px;
    border-right: 1px solid #ececec;
    height: 100%;
}

.feature-item.small-feature:first-child {
    border-right: none;
}

.feature-item.small-feature .feature-icon {
    display: block;
    font-size: 34px;
    color: #3c6b34;
    margin-bottom: 10px;
}

.feature-item.small-feature p {
    margin: 0;
    font-size: 15px;
    color: #444;
    font-weight: 500;
}

@media(max-width:991px) {

    .border-start {
        border-left: none !important;
        border-bottom: 1px solid #ececec;
    }

    .phone-number {
        font-size: 24px;
    }

    .feature-item.small-feature {
        border-right: none;
        border-top: 1px solid #ececec;
    }
}