/*
Theme Name: AfaqCapital
Theme URI: https://inaikas.com
Author: Inaikas
Author URI: https://inaikas.com
Description: Custom WordPress theme for Afaq website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: afaq
*/

@charset "UTF-8";

body {
    font-family: "Kanit", sans-serif !important;
    color: #222;
    background-color: #ffffff;
    margin: 0;
}

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

a:hover,
a:focus {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kanit", sans-serif !important;
    line-height: 1.3;
}

.container {
    max-width: 80%;
    margin: 0 auto;
    @media (max-width: 480px) {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1451px) {
    .container {
        max-width: 1314px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

span.text-color-one {
    color: #043266;
    font-weight: bold;
}

.text-color-two {
    color: #c9a961;
    font-weight: bold;
}

.d-none {
    display: none !important;
}

svg {
    stroke: #c9a961;
}

p {
    font-size: 16px;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #222;
}

.footer-style2 .social-section h3:after {
    display: block;
    content: "";
    margin-top: 5px;
    width: 55px;
    height: 1px;
    background-color: #c9a961;
}

/* .strategy-section-title h2 {
    font-family: "Kanit", sans-serif !important;
} */

.footer-style2 .social-section h3:after {
    background-color: #c9a961 !important;
}

.principles-item {
    font-size: clamp(1.2rem, 3vw, 1.3rem) !important;
}

.principles-item {
    font-family: "Kanit", sans-serif !important;
}

.principles-title {
    font-family: "Kanit", sans-serif !important;
}

.strategy-priority-title {
    /* font-family: "Kanit", sans-serif !important; */
}

.strategy-priority-list li {
    font-family: "Kanit", sans-serif;
}

body {
    font-family: "Kanit", sans-serif !important;
}

.page-id-59 section.cta-section {
    display: none;
}

.criteria-icon {
    display: none !important;
}

.contact-page .footer-note {
    padding: 10px 10px !important;
    font-size: 12px !important;
}
