@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.78em;
    color: #2e2e2e;
    font-weight: 300;
    background-color: #d4cbc4;
    letter-spacing: 1.4px;
}

p:empty {
    display: none;
}

p {
    margin-bottom: 1.5em;
}

p:last-child {
    margin-bottom: 0;
}

span {
    display: inline-block;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #2e2e2e;
}

a:hover {
    text-decoration: none;
    color: #2e2e2e;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2em;
    color: #2e2e2e;
    letter-spacing: normal;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 1.56vw;
}

h3 {
    font-size: 1.3vw;
}

.img-wrap {
    text-align: center;
}

.text-light,
.text-light * {
    color: #fff;
}

.section {
    background-color: #fff;
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.wh-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.container {
    width: 90%;
    max-width: 1230px;
}

div[class^="col"] {
    padding: 15px;
}

.form-field {
    position: relative;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.wpcf7-spinner {
    display: block !important;
    margin: 5px auto 0;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7-form-control-wrap {
    display: block;
}


/* Site Header */

.site-header {
    background-color: #d4cbc4;
    position: relative;
}

.site-header .container {
    width: 100%;
    max-width: 1600px;
}

.dropdown-menu:hover {
    display: block;
}

.dropdown-menu {
    background-color: #c9c0b8;
    min-width: 230px;
    border: 0;
    border-radius: 0;
}

.dropdown-item {
    color: #2e2e2e !important;
    background-color: transparent !important;
    padding: 5px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
}

.dropdown-menu {
    margin: 0;
}

.navbar-toggler i {
    color: #fff;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

button.navbar-toggler span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link {
    color: #fff;
    font-weight: 400;
}

.social-icons li {
    display: inline-block;
}

.social-icons ul {
    padding: 0;
    margin: 0;
}

.social-icons li:not(:last-child) {
    margin-right: 12px;
}

.site-header .social-icons a {
    color: #fff;
}

.site-header .social-icons a:hover {
    color: #2e2e2e;
}

.site-logo {
    margin-bottom: 10px;
}

.navbar-toggler {
    background-color: #ccc3bb;
}


/* Site Footer */

.site-footer .container {
    max-width: 1600px;
}

.footer-widget {
    background-color: #e0d5cf;
    padding: 40px 0 50px;
}

.footer-bar {
    padding: 10px 0;
    background-color: #d4cbc4;
}

.contact-list ul {
    padding: 0;
}

.contact-list li {
    display: block;
}

.contact-list a:hover,
.info-links a:hover {
    font-weight: 400;
    color: white;
}

.widget {
    line-height: 2.2em;
}

.widget h4 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.4px;
    font-weight: 700;
}

.info-links li {
    display: block;
}

.info-links ul {
    padding: 0;
    margin: 0;
}

.whatsapp-icon {
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #64a412;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.floating-icon {
    position: fixed;
    right: 0;
    bottom: 50%;
}

.social-icons a:hover {
    color: #fff;
}


/* Responsiveness */

@media screen and (max-width: 1366px) {
    .nav-link {
        font-size: 12px;
    }
    .banner-section {
        padding-top: 0;
    }
    h1 {
        font-size: 26px;
    }
    h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 100%;
        background-color: #fff;
        z-index: 9;
        left: 0;
        text-align: center;
    }
    .site-header div[class^="col"],
    .navbar {
        position: static;
    }
    .nav-link {
        color: #2e2e2e;
        font-size: 14px;
    }
    .site-logo {
        margin-bottom: 0;
    }
    .dropdown-menu {
        text-align: center;
        min-width: 100%;
    }
    .site-footer {
        font-size: 13px;
    }
}


/* ==============

       Jom

===============*/


/* February 24, 2022 */

@media (min-width: 1440px) and (max-width: 1550px) {
    body {
        zoom: 75% !important;
    }
}

@media (min-width: 1366px) and (max-width: 1366px) {
    body {
        zoom: 75% !important;
    }
}


/* ==============

    Jom Ends

===============*/