* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #A97835;
    --card-bg: #FFFBF5;
    --card-border: #F2E8DB;
    --heading: #252525;
    --text: #565656;
}
html {
    scroll-behavior: smooth;
}


body {
    font-family: 'Schibsted Grotesk', sans-serif;
}

.hero-section {
    position: relative;
    height: 800px;
    background: url("../assets/hero.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .65);
}

.custom-navbar {
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 10;
}

.navbar-brand img {
    height: 70px;
}

.navbar-nav {
    gap: 15px;
}

.nav-link {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px !important;
    border-radius: 30px;
    transition: .3s;
}

.active-btn {
    background: #fff;
    color: #252525 !important;
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video-btn {
    background: #fff;
    color: var(--primary);
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
}

.hero-content h1 {
    max-width: 1000px;
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-content p {
    max-width: 605px;
    color: rgba(255, 255, 255, .75);
    font-size: 18px;
    line-height: 2;
}


/* our promise  */

.promise-section {
    padding: 100px 1px 0px;
    background: #fff;
}

.promise-title {
    font-family: 'Schibsted Grotesk', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: #252525;
    margin-bottom: 20px;
}

.promise-text {
    font-size: 16px;
    line-height: 1.9;
    color: #565656;
}

.promise-card {
    background: #FFFBF5;
    border: 1px solid #F2E8DB;
    border-radius: 20px;
    padding: 33px 26px 22px;
    min-height: 275px;
    display: flex;
    flex-direction: column;
}

.icon-wrap {
    width: 40px;
    height: 40px;

    margin-bottom: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.promise-card h5 {
    font-size: 17px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 20px;
    line-height: 1.3;
}

.promise-card p {
    font-size: 13px;
    line-height: 1.8;
    color: #565656;
    margin-bottom: 0;
}

.quote-btn {
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 125px !important;
    height: 45px !important;
    background: #B78336;
    color: #fff;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 600;
    border: 3px solid #fff;
    box-shadow: 0 8px 25px rgba(183, 131, 54, .25);
    transition: .3s ease;
}

.quote-btn:hover {
    color: #fff;
    background: #A97835;
}

@media(max-width:1199px) {

    .promise-title {
        font-size: 30px;
    }

}

@media(max-width:991px) {

    .promise-title {
        font-size: 30px;
    }

}

@media(max-width:767px) {

    .promise-section {
        padding: 70px 0;
    }

    .promise-title {
        font-size: 30px;
    }

    .promise-card {
        min-height: auto;
    }

}

.quote-btn {
    position: absolute;

    right: -70px;
    top: 50%;

    transform: translateY(-50%);

    width: 135px;
    height: 58px;

    background: #B78336;
    color: #fff;

    border-radius: 999px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    font-size: 16px;
    font-weight: 600;

    border: 3px solid #fff;

    box-shadow:
        0 8px 25px rgba(183, 131, 54, .25);

    transition: .3s ease;
}

.quote-btn:hover {
    background: #A97835;
    color: #fff;
}


/* ======== About ============== */

.about-section {
    padding: 120px 0;
    background: #ffffff;
}

.about-card {
    background: #FBFBFB;
    border: 1px solid #F2F2F2;
    border-radius: 20px;
    padding: 70px;
}

.about-image img {
    width: 100%;
    max-width: 412px;
    height: 480px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.about-content {
    padding-left: 20px;
}

.about-content h2 {
    font-family: 'Schibsted Grotesk', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #252525;
    margin-bottom: 15px;
}

.about-content .subtitle {
    font-size: 15px;
    font-weight: 500;
    color: #9D9D9D;
    margin-bottom: 40px;
}

.about-content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 15px;
}

.about-content p {
    font-size: 15px;
    line-height: 1.75;
    color: #565656;
    margin-bottom: 28px;
    max-width: 950px;
}

.profile-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: -30px;
}

.profile-btn {
    background: var(--primary);
    color: #fff;
    text-decoration: none;

    height: 61px;
    padding: 0 28px;

    border-radius: 40px;

    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 16px;
    font-weight: 600;

    box-shadow:
        0 0 30px rgba(169, 120, 53, 0.9);
}

.profile-btn i {
    width: 31px;
    height: 31px;

    background: #fff;
    color: var(--primary);

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
}

.image-bottom {
    margin-bottom: 150px;
}

/* Plant facility */


/* =========================
   FACILITY SECTION
========================= */


.facility-section {
    padding: 0px 0px 70px 0;
}

.facility-wrapper {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 118px;

    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 50px;
    align-items: start;
}

.facility-content h2 {
    font-family: 'Schibsted Grotesk', sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.15;
    color: #252525;
    margin-bottom: 30px;
}

.facility-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #565656;
    /* max-width: 360px; */
}

.facility-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.facility-card {
    border-radius: 20px;
    overflow: hidden;
}

.facility-card:hover {
    transform: translateY(-5px);
}

.facility-card img {
    width: 100%;
    display: block;
}

/* ==========================
   COMMON BOXES SECTION
========================== */

.boxes-section {
    background: #fff;
}

.section-heading {
    margin-bottom: 60px;
    max-width: 500px;
}

.section-heading h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--heading);
    margin-bottom: 10px;
}

.section-heading p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text);
}

.box-card {
    height: 100%;
    transition: all .35s ease;
}

.box-card:hover {
    transform: translateY(-8px);
}

.box-image {
    background: #F6EFE6;
    border-radius: 20px;
    overflow: hidden;
    /* padding: 40px; */
    min-height: 260px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.box-image img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
    transition: .4s;
}

.box-card:hover .box-image img {
    transform: scale(1.05);
}

.box-content {
    padding: 20px 12px 0;
}

.box-content h5 {
    font-size: 19px;
    font-weight: 600;
    color: var(--heading);
    margin-bottom: 12px;
}

.box-content p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text);
    margin: 0;
}

.contact-section {
    padding: 120px 0;
    background: #fff;
}

.contact-heading {
    margin-bottom: 40px;
}

.contact-heading h2 {
    font-size: 42px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 8px;
    line-height: 1;
}

.contact-heading p {
    max-width: 355px;
    font-size: 16px;
    line-height: 1.9;
    color: #6b6b6b;
}

.contact-row {
    align-items: flex-start;
}

/* MAP */

.map-card {
    height: 530px;
    border-radius: 18px;
    overflow: hidden;
}

.map-card img,
.map-card iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    display: block;
}

/* FORM */

.inquiry-card {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    padding: 42px 35px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    min-height: 530px;
}

.inquiry-card h3 {
    font-size: 30px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 10px;
    line-height: 1;
}

.inquiry-text {
    font-size: 14px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 8px;
}

.form-group label span {
    color: #ff4d6d;
    font-size: 12px;
}

.form-control {
    height: 40px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    font-size: 13px;
    box-shadow: none;
}

textarea.form-control {
    height: 70px;
    resize: none;
    padding-top: 12px;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.contact-btn {
    background: #C08A3D;
    color: #fff;
    border: none;

    height: 34px;
    padding: 0 20px;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 600;

    transition: .3s;
}

.contact-btn:hover {
    background: #a8762f;
}

.g-recaptcha {
    display: inline-block;
}


/* Modal */

.quote-modal {
    border: none;
    border-radius: 20px;
}

.quote-modal .modal-body {
    padding: 40px;
    position: relative;
}

.quote-modal h2 {
    font-size: 35px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 8px;
}

.modal-subtitle {
    color: #565656;
    line-height: 1.8;
    margin-bottom: 25px;
}

.custom-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.quote-modal label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.quote-modal label span {
    color: #ff4d6d;
}

.quote-modal .form-control {
    height: 48px;
    border-radius: 8px;
    box-shadow: none;
}

.quote-modal textarea.form-control {
    height: auto;
    resize: none;
}

.modal-submit-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 50px;
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    transition: .3s;
}

.modal-submit-btn:hover {
    background: #8b6228;
}

/* ==========================
   FOOTER
========================== */

.footer-section {
    background: #ffffff;
    padding: 0 8px 10px;
}

.footer-bottom {
    background: #252525;
    min-height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

/* Mobile */

@media (max-width: 767px) {

    .footer-bottom {
        min-height: 70px;
        padding: 10px 20px;
    }

    .footer-bottom p {
        font-size: 12px;
        line-height: 1.6;
    }

}





/* Responsive */


/* Mobile */
@media (max-width: 576px) {
    .g-recaptcha {
        transform: scale(0.85);
        transform-origin: center;
    }
}


@media(max-width:991px) {

    .hero-section {
        height: 700px;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .navbar-collapse {
        background: #111;
        padding: 20px;
        border-radius: 15px;
        margin-top: 15px;
    }

    .about-card {
        padding: 40px;
    }

    .about-image {
        margin-bottom: 40px;
    }

    .about-content {
        padding-left: 0;
    }

    .about-content h2 {
        font-size: 42px;
    }

    .facility-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .boxes-section {
        padding: 90px 0;
    }

    .section-heading h2 {
        font-size: 42px;
    }

    .box-image {
        min-height: 220px;
    }

    .map-card {
        height: 400px;
        margin-bottom: 30px;
    }

    .inquiry-card {
        min-height: auto;
    }

    .contact-heading h2 {
        font-size: 42px;
    }

    .inquiry-card h3 {
        font-size: 38px;
    }

    .image-bottom {
        margin-bottom: 0;
    }


}

@media(max-width:768px) {

    .hero-section {
        height: 650px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .video-btn {
        font-size: 14px;
    }

    .navbar-brand img {
        height: 55px;
    }

    .about-section {
        padding: 80px 0;
    }

    .about-card {
        padding: 25px;
    }

    .about-image img {
        height: auto;
    }

    .about-content h2 {
        font-size: 36px;
    }

    .about-content p {
        font-size: 15px;
    }

    .profile-btn {
        width: 100%;
        justify-content: center;
    }

    .facility-content h2 {
        font-size: 38px;
    }

    .facility-gallery {
        grid-template-columns: 1fr;
    }

    .image-bottom {
        margin-bottom: 0;
    }


}

@media(max-width:1400px) {

    .quote-btn {
        position: static;
        transform: none;
        margin: 40px auto 0;
    }

    .facility-container {
        flex-direction: column;
    }

    .facility-left {
        width: 100%;
    }


}

@media(max-width:991px) {

    .promise-title {
        font-size: 20px;
    }

    .promise-card {
        margin-top: 25px;
    }

    .facility-right {
        grid-template-columns: repeat(2, 1fr);
    }

    .image-bottom {
        margin-bottom: 0;
    }


}

@media(max-width:767px) {

    .promise-section {
        padding: 70px 0;
    }

    .promise-title {
        font-size: 20px;
    }

    .promise-card {
        min-height: auto;
    }

    .boxes-section {
        padding: 70px 0;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .section-heading p {
        font-size: 15px;
    }

    .box-content h5 {
        font-size: 18px;
    }

    .box-content p {
        font-size: 14px;
    }

    .box-image {
        min-height: 200px;
        padding: 25px;
    }

    .quote-modal .modal-body {
        padding: 25px;
    }

    .quote-modal h2 {
        font-size: 34px;
    }

    .contact-section {
        padding: 80px 0;
    }

    .contact-heading h2 {
        font-size: 34px;
    }

    .inquiry-card {
        padding: 25px;
    }

    .inquiry-card h3 {
        font-size: 30px;
    }

    .contact-btn {
        width: 100%;
        height: 44px;
    }

    .image-bottom {
        margin-bottom: 0;
    }


}

@media(max-width:1200px) {

    .facility-wrapper {
        grid-template-columns: 1fr;
    }

    .facility-content p {
        max-width: 100%;
    }

}