:root {
    --black: #000000;
    --white: #ffffff;
    --light-gray: #999999;
    --gray: #444444;
    --golden: #42aeab;
    --blue: #0d3966;
    /* --golden: #deb20b; */
    /* --blue:#040955; */
    /* --blue: #0a0f59; */
}

@font-face {
    font-family: fontMB;
    src: url(../fonts/BaiJamjuree-Bold.ttf);
}

@font-face {
    font-family: fontMS;
    src: url(../fonts/BaiJamjuree-SemiBold.ttf);
}

/* @font-face {
    font-family: fontPL;
    src: url(../fonts/Poppins-Light.ttf);
} */

@font-face {
    font-family: fontMR;
    src: url(../fonts/BaiJamjuree-Regular.ttf);
}

/*
@font-face {
    font-family: fontPM;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: fontPB;
    src: url(../fonts/Poppins-Bold.ttf);
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: fontMB;
}

body {
    font-family: fontMR;
}

a {
    text-decoration: none;
}

.t-golden {
    color: var(--golden);
}

.t-blue {
    color: var(--blue);
}

.btn-mark {
    background-color: var(--golden);
    color: var(--white);
    box-shadow: 5px 5px 1px var(--blue);
    border-radius: 0;
    transition: all 0.3s;
}

.btn-mark:hover {
    box-shadow: 8px 8px 1px var(--blue);
    background-color: var(--white);
    color: var(--golden);
}

/* =============================================================== */
/* Start Navbar Here */
/* =============================================================== */

.navbar {
    width: 100%;
    padding: 10px 60px;
    background-color: transparent;
}

.navbar img {
    width: 25rem;
}

.navbar .nav-link {
    margin: 10px 16px;
    /* text-transform: uppercase; */
    color: var(--black);
    /* transition: color 300ms cubic-bezier(0.075, 0.82, 0.165, 1); */
    /* position: relative;
    padding: 10px 0;
    z-index: 1; */
}

.navbar .nav-link:hover {
    color: var(--golden);
}

.navbar .nav-link.active {
    color: var(--golden);
}

.dropdown-menu {
    background-color: var(--white);
    color: var(--black);
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.navbar-nav .nav-link.show {
    color: var(--golden) !important;
}

.navbar-nav .nav-link.show:hover {
    color: var(--golden) !important;
}

.dropdown-item {
    padding: 8px 16px;
    transition: border 200ms ease, color 200ms ease;
    border-bottom: 1px solid var(--white);
    border-top: 1px solid var(--white);
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--blue);
    border-bottom: 1px solid var(--golden);
    border-top: 1px solid var(--golden);
    /* background-color: var(--golden); */
}

/* =============================================================== */
/* End Navbar Here */
/* =============================================================== */

.logo {
    width: 30%;
}

/* =============================================================== */
/* Start Slider Here */
/* =============================================================== */

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* =============================================================== */
/* End Slider Here */
/* =============================================================== */

.section-space {
    padding: 4rem 0px;
}

/* =============================================================== */
/* Start About Us Here */
/* =============================================================== */

.about-section img {
    border-radius: 4rem 0rem 4rem 0rem;
    /* box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); */
}

.about-content {
    background-color: var(--blue);
    padding: 1.2rem;
    color: var(--white);
    /* border: 4px solid var(--white); */
    box-shadow: 8px 8px 1px var(--golden);
}

/* title */
.title-container i {
    color: var(--golden);
}

.title-container label {
    letter-spacing: 5px;
}

/* values */
.core-values {
    background: var(--blue);
}

.value-box {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 1rem;
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
    box-shadow: 5px 5px 1px var(--golden);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.value-box i {
    color: var(--golden);
}

.value-box h5 {
    margin-bottom: 0px;
}

/* products */
.products-box img {
    border: 1px solid var(--blue);
    box-shadow: 5px 5px 1px var(--golden);
    transition: all 0.3s;
}

.products-box img:hover {
    box-shadow: 10px 10px 1px var(--golden);
    transform: scale(1.03);
}

.products-box h5 {
    margin-top: 1rem;
    color: var(--gray);
}

/* counter */
.counter {
    background-color: var(--golden);
}

/* counter */
.counter-box {
    background: var(--white);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 5px 5px 1px var(--blue);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}

.counter-box i {
    color: var(--white);
    font-size: 5rem;
    position: absolute;
    left: -5.5rem;
    background-color: var(--blue);
    padding: 0.7rem 2rem;
    border: 6px solid var(--golden);
}

.counter-box h5 {
    margin-bottom: 0px;
}

.counter-box-mob {
    display: none;
}

/* page-title */
.page-title {
    background-color: #f0f0f0;
    padding-top: 3rem;
    color: var(--blue);
}
.page-title h2{
    margin-bottom: 0px;
    text-transform: uppercase;
}
.after-line{
    height: 5px;
    width: 7rem;
    background-color: var(--golden);
    margin-top: 1rem;
}

/* tagline */
.tagline {
    background-image: url(../images/bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 5rem 0px;
}

.tagline h1 {
    font-size: 3.5rem;
}

/* =============================================================== */
/* Start Second Footer Here */
/* =============================================================== */

.second-footer {
    padding: 15rem 0;
    background-image: url(../images/background/b1.webp);
    /* background-size: cover; */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

/* =============================================================== */
/* Start Second Footer Here */
/* =============================================================== */

/* =============================================================== */
/* Start Back To Top Here */
/* =============================================================== */

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btn-back-to-top i {
    font-size: 18px;
    color: white;
}

/* =============================================================== */
/* End Back To Top Here */
/* =============================================================== */

/* =============================================================== */
/* Start Floating Icon Here */
/* =============================================================== */

.wp-button {
    margin-top: 14px;
}

.float {
    position: fixed;
    /* width: 60px; */
    /* height: 60px; */
    padding: 9px 16px;
    bottom: 85px;
    right: 20px;
    background-color: #25d366;
    color: var(--white) !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

/* =============================================================== */
/* Start Floating Icon Here */
/* =============================================================== */

/* =============================================================== */
/* Start Contact Us Here */
/* =============================================================== */

.contact-section {
    margin: 20px 0 80px;
}

.contact-details p {
    line-height: 1.6;
}

.contact-details a {
    text-decoration: none;
    color: var(--black);
}

.icon {
    font-size: 1.5rem;
    vertical-align: middle;
    margin-right: 8px;
}

.contact-details {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.map-container {
    height: 400px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

/* =============================================================== */
/* End Contact Us Here */
/* =============================================================== */

/* =============================================================== */
/* Start Footer Here */
/* =============================================================== */

.footer-section {
    position: relative;
    background-color: var(--blue);
    padding: 50px 0;
    color: var(--white);
    /* background-image: url(../images/background/b2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 50px top 20px; */
}

.footer-section .contact-info .icon-bg {
    /* background-color: var(--gray); */
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--golden);
    border-radius: 2rem;
    color: var(--golden);
    font-size: 1.5rem;
}

.footer-section h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--white);
    text-transform: uppercase;
}

.footer-section a {
    color: var(--white);
    font-size: 16px;
    transition: color 0.3s, transform 0.3s;
}

.footer-section .nav-link {
    font-size: 16px;
    transition: color 0.3s, transform 0.3s;
}

.footer-section .nav-link:hover {
    color: var(--golden);
    /* transform: translateX(5px); */
}

.footer-section .contact-info .foot-title {
    font-size: 16px;
    /* font-weight: bold; */
    color: var(--light-gray);
}

.footer-section ul {
    line-height: 1.7rem;
}

/*  */
.credit-line {
    display: flex;
    justify-content: space-between;
    padding: 0.9rem 0px;
    font-size: 14px;
    color: var(--gray);
}

.credit-line a {
    text-decoration: none;
    color: var(--gray);
    /* font-size: 16px; */
    transition: color 0.3s, transform 0.3s;
}

.credit-line a:hover {
    color: var(--golden);
    transform: scale(1.1);
}

/* =============================================================== */
/* End Footer Here */
/* =============================================================== */