/*
Theme Name: Patani
Author: Pawit Wahib for Patani Corp
Author URI: https://kapawit.github.io
Version: 1.0
Description: This theme is exclusively build for Patani Corp.
icense: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3 {
    color: #40612E;
}

h1 {
    font-weight: bolder;
}

h3 {
    font-size: 2.2rem;
    font-weight: 700;
}

.ssr-values p {
    font-size: 1.3rem;
}
.footer-1 {
    background-color: #222222;
    color: white;
}

.footer-2 {
    background-color: #1b1b1b;
    color: white;
}

.nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: larger;
}

.pattern-1 {
    backdrop-filter: grayscale(1);
    padding-top: 60px;
    padding-bottom: 60px;
    background-attachment: fixed;
    background-image: url("assets/img/graphic-1.jpg")
}

.sub-header-1 {
    margin-top: 100px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    background-size: contain;
    background-image: linear-gradient(
        rgb(51 111 13), 
        rgb(179 253 191 / 63%)
      ),url("assets/img/sub-header-1.jpg")
}

.header {
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("assets/img/header-1.jpg")
}
.header-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background-image: url("assets/img/graphic-1.jpg")
}

.header p {
    margin-top: 30px;
    font-weight: 500;
    font-size: 1.2rem;
}

.header a {
    margin-top: 20px;
    border-radius: 50px;
}

.green-1 {
    background-color: #40612E;
}

.green-2 {
    background-color: #AFC444;
}

.green-3 {
    background-color: #004810;
}

.btn-rounded {
    border-radius: 50px;
}

hr.hr-1 {
    border: 3px solid rgb(255, 255, 255);
    border-radius: 5px;
    margin-bottom: 30px;
}
.slick-slide >div {
    display: flex;
    justify-content: center;
    width: 100%;
}

.main-content {
    margin-top: 100px;
    padding-top: 30px;
}

.br-10 {
    border-radius:10px;
}
.br-20 {
    border-radius:20px;
}

.team {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    background-size: cover;
    background-image: linear-gradient(
        rgba(39, 39, 39, 0.5), 
        rgba(0, 0, 0, 0.6)
      ),url("assets/img/team-bg.jpg")
}

/* Sidebar Styling */
#ttr_sidebar {
    margin-top: 20px;
}

.sidebar-widget {
    background-color: #f8f9fa;
    border-left: 4px solid #40612E;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sidebar-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #40612E;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #AFC444;
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list li {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.sidebar-list li:last-child {
    border-bottom: none;
}

.sidebar-list a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding-left: 5px;
}

.sidebar-list a:hover {
    color: #40612E;
    padding-left: 10px;
    font-weight: 600;
}

/* Responsive sidebar */
@media (max-width: 768px) {
    #ttr_sidebar {
        margin-top: 30px;
    }
    
    .sidebar-widget {
        margin-bottom: 15px;
    }
}
