﻿img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-title {
    text-align: center;
    margin-bottom: 50px;
}

h3.heading {
    position: relative;
    display: inline-block;
    font-size: 28px;
    color: var(--primary-color);
    font-weight: 700;
    margin: 0 auto;
}

    h3.heading:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 50%;
        height: 2px;
        background-color: var(--primary-color);
        transform: translateX(50%);
    }

.cust-primary-btn {
    display: inline-block;
    height: 40px;
    text-decoration: none;
    line-height: 40px;
    white-space: nowrap;
    text-align: center;
    min-width: 120px;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-weight: 600;
    border-radius: 5px;
}

    .cust-primary-btn:hover,
    .cust-primary-btn:focus {
        background: #153C1F;
        color: #fff;
        text-decoration: none;
    }

/* Header */
header {
    position: relative;
}

    header:before {
        content: '';
        position: absolute;
        right: 0;
        width: 30%;
        background-color: var(--primary-color);
        height: 100%;
        z-index: 2;
    }

.header-inner {
    display: flex;
    position: relative;
    z-index: 99;
}

.header-logo {
    width: 300px;
}

.main-menu {
    background-color: #fff;
    padding-right: 40px;
}

    .main-menu ul {
        display: flex;
        gap: 20px;
        height: 100%;
        align-items: center;
    }

        .main-menu ul li a {
            text-decoration: none;
            color: var(--primary-color);
            font-size: 16px;
            font-weight: 600;
        }

            .main-menu ul li a:hover {
                text-decoration: underline;
            }

.menu-right {
    display: flex;
    justify-content: end;
    flex: 1;
    gap: 40px;
}

.menu-info {
    display: flex;
    align-items: center;
    height: 100%;
    background: var(--primary-color);
    transform: skewX(335deg);
    border-left: 2px solid #000;
    padding: 10px;
    gap: 20px;
}

.call-info,
.mail-info {
    transform: skewX(-335deg);
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    gap: 10px;
}

.info-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.header {
    position: relative;
    z-index: 99;
    background: transparent !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap;
}

.header {
    display: flex;
    justify-content: space-between;
}

.menu ul {
    display: flex;
    gap: 20px;
    height: 100%;
    align-items: center;
}

    .menu ul li a {
        padding: 0px !important;
    }

.main-header {
    position: relative;
}

    .main-header:before {
        content: '';
        display: block;
        width: 30%;
        position: absolute;
        background: #226233;
        top: 0;
        height: 100%;
        right: 0;
    }

/* Banner */
.hopko-banner-wrapper {
    position: relative;
}

.banner-content-wrapper {
    position: absolute;
    color: #fff;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.slide-inner {
    position: relative;
}

.slide-container {
    display: none;
}

    .slide-container:first-child {
        display: block;
    }

.hopko-slider.slick-initialized .slide-container {
    display: block;
}

.banner-content-wrapper h1 {
    font-size: 42px;
    color: #30D35C;
    font-weight: 700;
}

    .banner-content-wrapper h1 span {
        color: #fff;
    }

.banner-info {
    display: inline-flex;
    gap: 15px;
    color: #fff;
    font-size: 20px;
    background: #ffffff26;
    padding: 14px 25px;
    border-radius: 3px;
    margin: 20px 0px;
}

    .banner-info img {
        width: 30px;
    }

.banner-read-more a {
    display: inline-block;
    height: 50px;
    text-decoration: none;
    line-height: 50px;
    white-space: nowrap;
    text-align: center;
    min-width: 160px;
    background-color: #30D35C;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    border-radius: 38px;
}

    .banner-read-more a:hover,
    .banner-read-more a:focus,
    .banner-read-more a:focus-visible {
        background-color: #239541;
        border: none;
        text-decoration: none;
    }

.banner-custom-nav {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.custom-btn {
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
}

    .custom-btn:hover,
    .custom-btn:focus,
    .custom-btn:focus-visible {
        border: none;
    }

/* Section: Why Us */
.why-us {
    padding: 0px 20px;
    position: relative;
    z-index: 99;
    margin-top: -70px;
}

.why-us-inner {
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0px 0px 6px #00000024;
    background-color: #fff;
    padding: 40px 10px;
    border-radius: 10px;
}

.why-us-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.why-box {
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 2px solid #000;
    padding: 0px 30px;
}

.why-us-wrapper .why-box:last-child {
    border-right: none;
}

.why-icon {
    width: 50px;
}

.why-content h5 {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}

/* Section: Who We Are */
.who-we-are {
    padding: 40px 0px;
}

.who-we-are-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

.who-we-are-image,
.who-we-are-content {
    width: 50%;
}

    .who-we-are-content p {
        font-size: 16px;
        color: var(--text-color);
        margin-bottom: 15px;
    }

/* Section: About Us */
.about-us {
    padding: 40px 0px;
    background-color: var(--grey-bg);
}

.about-us-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

.point {
    display: flex;
    gap: 15px;
    padding-bottom: 30px;
    position: relative;
}

    .point:before {
        content: '';
        position: absolute;
        left: 45px;
        bottom: 0;
        height: 50%;
        border: 1px dashed var(--primary-color);
    }

.about-us-points li:last-child .point:before {
    display: none;
}

.about-us-points li:last-child .point {
    padding-bottom: 0px;
}

.point-icon {
    flex: none;
    background-color: var(--primary-color);
    width: 90px;
    height: 90px;
    padding: 14px;
}

.point-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 5px;
}

/* Section: Our Products */
.our-products {
    padding: 40px 0px;
}

.our-product-wrapper {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
}

.product-box {
    display: block;
    flex: none;
    max-width: 275px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
}

.product-image {
    position: relative;
}

    .product-image a {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: var(--primary-color);
        border-radius: 50%;
        padding: 10px;
        border: 5px solid #fff;
        position: absolute;
        bottom: -20px;
        right: 20px;
    }

        .product-image a:hover {
            background-color: #153C1F;
        }

.product-details {
    padding: 15px;
}

    .product-details h5 {
        font-size: 20px;
        font-weight: 700;
        color: var(--primary-color);
        margin-bottom: 10px;
    }

/* Footer */
footer {
    background: #000;
    color: #fff;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    border-top: 1px solid #fff;
}

.footer-icon-wrapper {
    display: flex;
    gap: 20px;
}

.footer-icon {
    width: 30px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
    gap: 30px;
}

.footer-first {
    width: 50%;
}

.footer-logo {
    background-color: #fff;
    max-width: 400px;
    padding: 10px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.footer-second {
    width: 18%;
}

.footer-third {
    flex: none;
    width: 20%;
}

.footer-head h4 {
    font-size: 18px;
    text-decoration: underline;
    margin: 0px;
    margin-bottom: 15px;
}

.footer-menu-list li {
    padding-bottom: 10px;
}

    .footer-menu-list li a {
        color: #fff;
        text-decoration: none;
    }

    .footer-menu-list li img {
        width: 15px;
        display: inline-block;
        margin-right: 5px;
    }

.left-footer p {
    margin: 0;
}

h2.static-page-title {
    display: inline-block;
    position: relative;
    font-size: 36px;
    font-weight: 800;
    margin: 20px 0px 20px;
    color: #226233;
}

/* ---------------- Media Query - min-width 991px ------------- */
@media (min-width: 991px) {
    .menu {
        display: flex !important;
        align-items: center;
    }
}

/* ---------------- Media Query - max-width 1200px ------------- */
@media (max-width: 1200px) {
    .menu-info {
        flex: 1 0 100%;
        justify-content: center;
        order: -1;
        border: none;
    }

    .main-header:before {
        width: 100%;
        height: 60px;
    }
}

/* ---------------- Media Query - max-width 991px ------------- */
@media (max-width: 991px) {
    .menu {
        display: none;
        width: 50%;
        box-shadow: 0px 0px 20px #ebebebab;
        top: 100% !important;
        right: 0;
    }

        .menu ul {
            flex-direction: column;
            width: 100%;
            gap: 0px;
        }

            .menu ul li {
                width: 100%;
            }

                .menu ul li a {
                    padding: 15px 10px !important;
                    width: 100%;
                }

    #menuicon {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

        #menuicon i {
            margin: 0px !important;
            color: green !important;
        }

    /* --- Banner --- */
    .banner-content-inner {
        position: relative;
        z-index: 999;
        width: 80%;
        margin: 0 auto;
    }

    .banner-content-wrapper h1 {
        font-size: 32px;
    }

    /* --- Why Us --- */
    section.why-us {
        margin: 0px;
    }

    .why-us-inner {
        box-shadow: none;
        padding-bottom: 0px;
    }

    .why-us-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .why-box {
        flex-direction: column;
        border-right: none;
        padding-bottom: 30px;
    }

    /* --- About Us --- */
    .about-us-wrapper {
        flex-direction: column;
    }

    .about-us-image {
        max-width: 600px;
    }

    /* --- Who We Are --- */
    .who-we-are-wrapper {
        flex-direction: column;
    }

    .who-we-are-image {
        max-width: 600px;
    }

    .who-we-are-image,
    .who-we-are-content {
        width: 100%;
    }

    /* --- Footer --- */
    .footer-first {
        width: 100%;
    }

    .footer-inner {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .footer-logo {
        margin: 0 0 30px;
    }

    .footer-second,
    .footer-third {
        flex: 1;
        width: 100%;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

/* ---------------- Media Query - max-width 778px ------------- */
@media (max-width: 778px) {
    .banner-content-wrapper h1 {
        font-size: 24px;
    }

    .banner-read-more a {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        min-width: auto;
        padding: 0px 20px;
    }

    .banner-info {
        padding: 5px;
        font-size: 12px;
        align-items: center;
        gap: 5px;
    }

        .banner-info img {
            width: 20px;
        }
}

/* ---------------- Media Query - max-width 551px ------------- */
@media (max-width: 551px) {
    /* --- Header --- */
    .menu-info,
    .call-info,
    .mail-info {
        transform: skew(0);
    }

    .menu-info {
        flex-wrap: wrap;
        margin: 0px -30px;
    }

    .info-icon {
        width: 25px;
        height: 25px;
    }

    .main-header:before {
        display: none;
    }

    /* --- Banner --- */
    .banner-content-inner {
        width: 90%;
    }

    .banner-content-wrapper h1 {
        font-size: 18px;
    }

    .banner-info {
        margin: 5px 0px;
    }

    .banner-read-more a {
        height: 25px;
        line-height: 25px;
        margin-top: 5px;
        font-size: 10px;
        padding: 0px 10px;
    }

    /* --- About Us --- */
    .point {
        flex-direction: column;
        text-align: center;
    }

    .point-icon {
        margin: 0 auto;
    }

    .point:before {
        display: none;
    }
}

/* ---------------- Media Query - max-width 400px ------------- */
@media (max-width: 400px) {
    .product-box {
        max-width: 100%;
    }
}

/* ---------------- Media Query - min-width 2080px ------------- */
@media (min-width: 2080px) {
    .hopko-banner-wrapper {
        position: relative;
        background: #0f0f0f;
    }

    .hopko-banner-wrapper-inner {
        position: relative;
        max-width: 1440px;
        margin: 0 auto;
    }
}
