/* =========================================
   ELYAH BUSINESS DEVELOPMENT - GLOBAL STYLES
========================================= */

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
}


/* =========================================
   HEADER
========================================= */

.full_bg {
    position: relative;
    width: 100%;
    z-index: 9999;
}


.full_bg .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    padding: 16px 35px;

    background: transparent;

    transition: all 0.3s ease;

    z-index: 9999;
}


.full_bg .header.scrolled {
    background: #173B2D;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);

    padding-top: 10px;
    padding-bottom: 10px;
}


/* =========================================
   LOGO
========================================= */

.logo {
    max-height: 55px;
    width: auto;
}


.navbar-brand {
    padding: 0;
}


/* =========================================
   NAVBAR
========================================= */

.navbar {
    padding: 0;
}


.navbar-nav {
    gap: 8px;
}


.navbar-nav .nav-link {
    color: #fff !important;

    font-size: 15px;
    font-weight: 500;

    padding: 10px 15px !important;

    position: relative;

    transition: all 0.3s ease;
}


.navbar-nav .nav-link::after {

    content: "";

    position: absolute;

    left: 15px;
    right: 15px;

    bottom: 3px;

    height: 2px;

    background: #fff;

    transform: scaleX(0);

    transform-origin: center;

    transition: transform 0.3s ease;
}


.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {

    transform: scaleX(1);

}


/* =========================================
   NAV BUTTON
========================================= */

.elya-nav-btn {

    border: 1px solid #fff;

    border-radius: 4px;

    padding: 9px 20px !important;

    margin-left: 5px;

}


.elya-nav-btn::after {
    display: none;
}


.elya-nav-btn:hover {

    background: #fff;

    color: #173B2D !important;

}


/* =========================================
   FOOTER
========================================= */

.elya-footer {

    background: #173B2D;

    color: #fff;

    padding: 75px 0 0;

}


.elya-footer h3 {

    font-size: 21px;

    font-weight: 600;

    margin-bottom: 25px;

}


.footer-logo img {

    max-height: 60px;

    width: auto;

    margin-bottom: 20px;

}


.footer-company p {

    color: rgba(255, 255, 255, 0.8);

    font-size: 14px;

    line-height: 1.9;

    max-width: 390px;

}


/* =========================================
   FOOTER LINKS
========================================= */

.footer-links ul {

    padding: 0;

    margin: 0;

    list-style: none;

}


.footer-links ul li {

    margin-bottom: 12px;

}


.footer-links ul li a {

    color: rgba(255, 255, 255, 0.8);

    text-decoration: none;

    font-size: 14px;

    transition: all 0.3s ease;

}


.footer-links ul li a:hover {

    color: #fff;

    padding-left: 5px;

}


/* =========================================
   FOOTER CONTACT
========================================= */

.footer-contact p {

    color: rgba(255, 255, 255, 0.8);

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 14px;

}


.footer-contact i {

    width: 25px;

    color: #fff;

}


.footer-contact a {

    color: rgba(255, 255, 255, 0.8);

    text-decoration: none;

}


.footer-contact a:hover {

    color: #fff;

}


/* =========================================
   FOOTER BOTTOM
========================================= */

.footer-bottom {

    margin-top: 35px;

    padding: 25px 0;

    border-top: 1px solid rgba(255, 255, 255, 0.15);

}


.footer-bottom p {

    margin: 0;

    color: rgba(255, 255, 255, 0.65);

    font-size: 13px;

}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .full_bg .header {

        padding: 12px 20px;

        background: #173B2D;

    }


    .navbar-collapse {

        background: #173B2D;

        padding: 20px;

        margin-top: 10px;

    }


    .navbar-nav {

        gap: 0;

    }


    .navbar-nav .nav-link {

        padding: 12px 5px !important;

    }


    .elya-nav-btn {

        display: inline-block;

        margin-top: 10px;

        margin-left: 0;

    }

}


@media (max-width: 767px) {

    .elya-footer {

        padding-top: 50px;

    }

}


/* =========================================
   INNER PAGE - GENERAL
========================================= */

.elya-category-products {
    padding: 120px 0 90px;
    background: #fff;
}


/* =========================================
   SECTION LABEL
========================================= */

.section-label {
    display: inline-block;

    margin-bottom: 12px;

    color: #173B2D;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* =========================================
   SECTION TITLE
========================================= */

.elya-category-products .titlepage {
    margin-bottom: 55px;
}

.elya-category-products .titlepage h2 {
    color: #173B2D;

    font-size: 44px;
    font-weight: 700;

    margin-bottom: 15px;
}

.elya-category-products .titlepage h2 strong {
    color: #173B2D;
}

.elya-category-products .titlepage p {
    max-width: 750px;

    margin: 0 auto;

    color: #666;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   PRODUCT GRID
========================================= */

.elya-product-detail-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;
}


/* =========================================
   PRODUCT CARD
========================================= */

.elya-detail-card {

    background: #fff;

    border: 1px solid #e8ece9;

    border-radius: 12px;

    overflow: hidden;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


.elya-detail-card:hover {

    transform: translateY(-8px);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.12);
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.elya-detail-image {

    height: 250px;

    position: relative;

    overflow: hidden;

    background: #f4f6f4;
}


.elya-detail-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 0.6s ease;
}


.elya-detail-card:hover .elya-detail-image img {

    transform: scale(1.07);
}


/* =========================================
   PRODUCT NUMBER
========================================= */

.elya-detail-image span {

    position: absolute;

    top: 15px;
    left: 15px;

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #173B2D;

    color: #fff;

    border-radius: 50%;

    font-size: 13px;
    font-weight: 700;
}


/* =========================================
   PRODUCT CONTENT
========================================= */

.elya-detail-content {

    padding: 28px;
}


.elya-detail-content h3 {

    color: #173B2D;

    font-size: 21px;

    font-weight: 700;

    margin-bottom: 12px;
}


.elya-detail-content p {

    margin: 0;

    color: #666;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .elya-product-detail-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}


@media (max-width: 767px) {

    .elya-category-products {

        padding: 100px 0 70px;

    }


    .elya-category-products .titlepage h2 {

        font-size: 36px;

    }


    .elya-product-detail-grid {

        grid-template-columns: 1fr;

    }


    .elya-detail-image {

        height: 240px;

    }

}


@media (max-width: 575px) {

    .elya-category-products .titlepage h2 {

        font-size: 30px;

    }


    .elya-detail-content {

        padding: 22px;

    }

}