
body,h4,h3,h5,h6,p{
    font-family:'Gandom',sans-serif;
}
h1{
    font-family: B Titr;
}
h2{
    font-family: Gandom;
}
.categories{
    background:#fafaf8;
}
.category-card{
    background:#fff;
    padding:40px;
    text-align:center;
    border-radius:15px;
    transition:.4s;
    cursor:pointer;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}
.category-card i{
    font-size:60px;
    color:#F7931E;
    margin-bottom:20px;
}
.category-card h4{
    font-weight:700;
    margin-bottom:10px;
}
.category-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}
.production-line{
    background:#f7f5f5;
}

.process-card{
    background:#f8f9fa;
    padding:35px 25px;
    text-align:center;
    border-radius:15px;
    transition:.3s;
    height:100%;
}

.process-card:hover{
    background:#0B3C5D;
    color:#fff;
    transform:translateY(-8px);
}

.process-card i{
    font-size:55px;
    color:#F7931E;
    margin-bottom:20px;
}
.about-factory{
    text-align: right;
    background:#f8f9fa;
}
.about-factory img{
    border-radius:20px;
    height: 350px;
}
.counter-box{
    background:white;
    padding:25px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
}
.counter-box:hover{
    transform:translateY(-5px);
}
.counter-box h2{
    color:#F7931E;
    font-size:38px;
    font-weight:bold;
}
.counter-box span{
    font-size:16px;
    color:#666;
}

/* Dynamic product catalogue */
.product-sidebar,
.product-detail-card {
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 8px 28px rgba(11, 60, 93, .07);
}

.product-sidebar .fruite-name {
    padding: 10px 0;
    border-bottom: 1px solid #eef1f2;
}

.product-sidebar .fruite-name.is-active a,
.product-sidebar .fruite-name.is-active span {
    color: var(--bs-primary);
    font-weight: 700;
}

.featured-product {
    gap: 12px;
    padding: 10px 0;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #eef1f2;
}

.featured-product:last-child { border-bottom: 0; }
.featured-product img,
.featured-product-placeholder {
    display: grid;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    place-items: center;
    object-fit: cover;
    border-radius: 12px;
    background: #f1f4f5;
    color: #9aa6ad;
}
.featured-product strong,
.featured-product small { display: block; }
.featured-product small { color: #7b858b; margin-top: 3px; }

.product-card-v2 {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(11, 60, 93, .07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.product-card-v2:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 35px rgba(11, 60, 93, .15);
}

.product-card-image {
    position: relative;
    display: block;
    height: 230px;
    overflow: hidden;
    background: #f2f5f6;
}

.product-card-image img,
.product-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.product-card-v2:hover .product-card-image img { transform: scale(1.06); }

.product-image-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #a4afb5;
    background: #f2f5f6;
}

.product-category-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 5px 10px;
    color: #fff;
    background: var(--bs-primary);
    border-radius: 99px;
    font-size: .8rem;
}

.product-card-body { padding: 18px; }
.product-card-body h4 { font-size: 1.1rem; margin: 0 0 10px; }
.product-card-body h4 a { color: #263238; text-decoration: none; }
.product-meta { min-height: 24px; margin-bottom: 16px; color: #718087; font-size: .9rem; }
.product-price { color: var(--bs-primary); }

.product-detail-image {
    height: 430px;
    overflow: hidden;
    border-radius: 16px;
    background: #f2f5f6;
}

.product-detail-category {
    color: var(--bs-primary);
    font-weight: 700;
    text-decoration: none;
}

.product-detail-price {
    margin: 18px 0;
    color: var(--bs-primary);
    font-size: 1.5rem;
    font-weight: 800;
}

.product-specifications { border-top: 1px solid #edf0f2; }
.product-specifications div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #edf0f2;
}
.product-specifications span { color: #718087; }

@media (max-width: 991.98px) {
    .product-detail-image { height: 340px; }
}

/* Search and gallery */
.search-results-form {
    max-width: 760px;
    padding: 10px;
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(11, 60, 93, .08);
}

.search-results-form .form-control {
    min-height: 50px;
    border: 0;
    box-shadow: none;
}

.search-state {
    padding: 64px 20px;
    text-align: center;
    color: #718087;
    background: #f9fbfc;
    border: 1px dashed #cdd9dd;
    border-radius: 18px;
}

.search-state > i {
    display: block;
    margin-bottom: 18px;
    color: var(--bs-primary);
    font-size: 3rem;
}

.search-state h3 { color: #263238; }

.gallery-intro {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
    padding: 25px;
    background: linear-gradient(135deg, #eff9f7, #fff);
    border-radius: 18px;
}

.gallery-intro-icon {
    display: grid;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    place-items: center;
    color: #fff;
    background: var(--bs-primary);
    border-radius: 16px;
    font-size: 1.6rem;
}

.gallery-intro h2 { margin-bottom: 5px; }
.gallery-intro p { color: #718087; }

.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.gallery-filter {
    padding: 9px 16px;
    color: #52636b;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e1e9eb;
    border-radius: 99px;
    transition: .2s ease;
}

.gallery-filter:hover,
.gallery-filter.is-active {
    color: #fff;
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.gallery-filter i { margin-left: 6px; }

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

.gallery-tile {
    position: relative;
    min-height: 240px;
    overflow: hidden;
    border-radius: 18px;
    background: #e9eef0;
    box-shadow: 0 8px 24px rgba(11, 60, 93, .1);
}

.gallery-tile img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    transition: transform .4s ease;
}

.gallery-tile-overlay {
    position: absolute;
    inset: auto 0 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 45px 18px 18px;
    color: #fff;
    background: linear-gradient(transparent, rgba(8, 36, 52, .9));
    transform: translateY(8px);
    transition: transform .25s ease;
}

.gallery-tile-overlay small { color: #c6efea; }
.gallery-tile-overlay strong { font-size: 1.05rem; }
.gallery-tile-overlay em { margin-top: 5px; font-size: .82rem; font-style: normal; opacity: 0; transition: opacity .25s ease; }
.gallery-tile:hover img { transform: scale(1.08); }
.gallery-tile:hover .gallery-tile-overlay { transform: translateY(0); }
.gallery-tile:hover .gallery-tile-overlay em { opacity: 1; }

@media (max-width: 991.98px) {
    .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .gallery-tile, .gallery-tile img { min-height: 200px; }
}

@media (max-width: 420px) {
    .gallery-grid { grid-template-columns: 1fr; }
}

/* Contact page */
.contact-hero { max-width: 680px; margin-bottom: 38px; }
.contact-hero > span { display: grid; width: 66px; height: 66px; place-items: center; margin: 0 auto 16px; color: #fff; background: var(--bs-primary); border-radius: 20px; font-size: 1.8rem; }
.contact-hero p { color: #718087; }
.contact-form-card { padding: 32px; background: #fff; border: 1px solid #e6edef; border-radius: 20px; box-shadow: 0 12px 30px rgba(11, 60, 93, .08); }
.contact-form-card .form-control { min-height: 50px; border: 1px solid #dce7ea; }
.contact-form-card textarea.form-control { min-height: 150px; }
.contact-info-card { display: flex; gap: 16px; align-items: center; min-height: 105px; margin-bottom: 16px; padding: 22px; color: inherit; text-decoration: none; background: #fff; border: 1px solid #e6edef; border-radius: 18px; box-shadow: 0 8px 24px rgba(11, 60, 93, .06); transition: transform .2s ease, box-shadow .2s ease; }
.contact-info-card:hover { color: inherit; transform: translateY(-4px); box-shadow: 0 14px 30px rgba(11, 60, 93, .12); }
.contact-info-card > i { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; color: var(--bs-primary); background: #eaf7f5; border-radius: 14px; font-size: 1.3rem; }
.contact-info-card h4 { margin: 0 0 5px; }
.contact-info-card p { margin: 0; color: #718087; }

/* Home product highlights */
.home-products-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; text-align: right; }
.home-products-heading span { color: var(--bs-primary); font-size: .9rem; font-weight: 700; }
.home-products-heading h2 { margin: 4px 0 0; font-size: 2rem; }
.home-product-card { overflow: hidden; border-color: #e5edef !important; border-radius: 18px !important; background: #fff; box-shadow: 0 8px 24px rgba(11, 60, 93, .08); }
.home-product-card .fruite-img { height: 210px; background: #f2f5f6; }
.home-product-card .fruite-img img { width: 100%; height: 100%; object-fit: cover; }
.home-product-card-body { border-top: 0 !important; }
.home-product-card-body h4 { color: #24333a; }
.home-product-category { min-height: 24px; margin-bottom: 14px; color: #718087; font-size: .9rem; }
.featured-heading { margin-bottom: 24px; }
.home-featured-card { overflow: hidden; border: 0 !important; border-radius: 18px !important; box-shadow: 0 8px 24px rgba(11, 60, 93, .1); }
.home-featured-card .vesitable-img { height: 230px; background: #f2f5f6; }
.home-featured-card .vesitable-img img { width: 100%; height: 100%; object-fit: cover; }
.home-featured-card:hover { box-shadow: 0 16px 34px rgba(11, 60, 93, .17); }

@media (max-width: 575.98px) {
    .contact-form-card { padding: 22px; }
    .home-products-heading { align-items: flex-start; flex-direction: column; }
}

/* About page and footer */
.about-hero { margin-top: 0; color: #fff; background: linear-gradient(125deg, #0b3c5d, #127b70); }
.about-kicker, .section-kicker { display: block; margin-bottom: 10px; color: var(--bs-primary); font-size: .9rem; font-weight: 800; }
.about-hero .about-kicker { color: #bdebe5; }
.about-hero h1 { max-width: 700px; margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 4.2rem); }
.about-hero p { max-width: 650px; color: rgba(255,255,255,.85); font-size: 1.1rem; line-height: 2; }
.about-hero-stat { display: grid; min-height: 240px; place-content: center; padding: 35px; text-align: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 28px; backdrop-filter: blur(4px); }
.about-hero-stat strong { font-size: 4rem; line-height: 1; }.about-hero-stat span { margin-top: 12px; color: #d8f7f2; }
.about-image-wrap { position: relative; }.about-image-wrap img { width: 100%; min-height: 420px; object-fit: cover; border-radius: 24px; box-shadow: 0 18px 38px rgba(11,60,93,.18); }.about-image-badge { position: absolute; right: 24px; bottom: 24px; padding: 13px 18px; color: #fff; background: var(--bs-primary); border-radius: 14px; box-shadow: 0 8px 20px rgba(0,0,0,.18); }.about-image-badge i { margin-left: 8px; }.section-heading { margin-bottom: 16px; color: #23323a; font-size: clamp(1.8rem, 3vw, 2.6rem); }.section-text { color: #6e7d84; line-height: 2; }.about-checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 25px; }.about-checks div { display: flex; gap: 9px; align-items: center; font-weight: 700; }.about-checks i { color: var(--bs-primary); }.about-stats-section { padding: 65px 0; background: #f1f8f7; }.about-stat { height: 100%; padding: 20px; }.about-stat i { display: block; margin-bottom: 12px; color: var(--bs-primary); font-size: 1.8rem; }.about-stat strong, .about-stat span { display: block; }.about-stat strong { color: #23323a; font-size: 2.2rem; }.about-stat span { color: #718087; }.about-value-card { height: 100%; padding: 30px; text-align: center; background: #fff; border: 1px solid #e7edef; border-radius: 20px; box-shadow: 0 10px 28px rgba(11,60,93,.07); }.about-value-card i { display: grid; width: 58px; height: 58px; place-items: center; margin: 0 auto 18px; color: var(--bs-primary); background: #e9f7f4; border-radius: 17px; font-size: 1.5rem; }.about-value-card h3 { color: #23323a; }.about-value-card p { margin: 0; color: #718087; line-height: 1.9; }.about-categories { padding: 32px; background: #f8fbfc; border: 1px solid #e7edef; border-radius: 22px; }.about-category-link { display: flex; gap: 13px; align-items: center; height: 100%; padding: 18px; color: inherit; text-decoration: none; background: #fff; border-radius: 14px; transition: transform .2s ease, box-shadow .2s ease; }.about-category-link:hover { color: inherit; transform: translateY(-4px); box-shadow: 0 10px 24px rgba(11,60,93,.12); }.about-category-link > i:first-child { color: var(--bs-primary); font-size: 1.4rem; }.about-category-link span { flex: 1; }.about-category-link strong, .about-category-link small { display: block; }.about-category-link small { margin-top: 3px; color: #718087; }.about-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 38px; color: #fff; background: linear-gradient(120deg, #0b3c5d, #127b70); border-radius: 22px; }.about-cta h2 { margin-bottom: 8px; }.about-cta p { margin: 0; color: #d7f4ef; }
.footer-modern { color: #b8c5c9; background: #102c3b; }.footer-modern p { line-height: 1.9; }.footer-modern .btn-link, .footer-contact { margin-bottom: 9px; color: #b8c5c9; text-decoration: none; }.footer-modern .btn-link:hover, .footer-contact:hover { color: #fff; }.footer-copyright { color: #b8c5c9; background: rgba(0,0,0,.18); }
@media (max-width: 767.98px) { .about-image-wrap img { min-height: 300px; }.about-checks { grid-template-columns: 1fr; }.about-cta { align-items: flex-start; flex-direction: column; } }
