body {
    font-family: 'Kanit', sans-serif !important;
    background: #f0f0f0 !important;
}

.color-det-1 {
    color: #ffa36a !important;
}

.left-social-top li a:hover {
    color: #d86d2a !important;
}

.right-content-top li .icon {
    background: #d86d2a !important;
}





.header-style-2{
    background: linear-gradient(45deg, #ffffffad, #fff7ee, #fff8ef);
}

.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.navbar-brand img {
    max-height: 50px; /* Adjust this value as needed */
    width: auto;
    margin: 0 auto;
}

strong {
    line-height: 2.5;
}



.cover-image {
    width: 30%;
    height: auto;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.article-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.article-details {
    font-size: 20px;
    margin-bottom: 20px;
    white-space: pre-line;
    line-height: 2.0;
    padding: 7%;
}

.article-meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}

/* Breadcrumb Styling */
.breadcrumb-nav {
    margin-bottom: 20px;
}

.breadcrumb-nav ol {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-nav ol li {
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.breadcrumb-nav ol li a {
    text-decoration: none;
    color: #007bff;
}

.breadcrumb-nav ol li::after {
    content: ">";
    margin-left: 5px;
    color: #007bff;
}

.breadcrumb-nav ol li:last-child::after {
    content: "";
}

.service-links a {
    color: #f60;
    margin-right: 10px;
}

.gpt-summary {
    font-size: 16px;
    margin-bottom: 20px;
    font-style: unset;
    border: 1px solid #fff;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Magazine-style Container */
.container-content {
    background: linear-gradient(180deg, #ffffff, #fffbf2, #fff5dc);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
    margin: 200px auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.navbar {
    background: linear-gradient(45deg, rgb(255 255 255), rgb(255 247 237)) !important;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-nav .nav-item .nav-link {
    color: rgb(49 11 0);
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: 1px 4px 1px rgb(252 242 240);
    width: max-content;    
}

.navbar-nav .nav-item .nav-link:hover {
    background-color: rgb(255 255 255 / 66%);
    color: #b44500;
}

/* Section Styles */
section {
    padding: 40px 0;
}

section:nth-child(odd) {
    background-color: #f0f0f0; /* White */
}

section:nth-child(even) {
    background-color: #f0f0f0; /* Light Grey */
}

/* Service Links */
.service-links a {
    color: #f60;
    margin-right: 10px;
    text-decoration: none;
}

/* Responsive Image */
img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}



@media (min-width: 992px) {
    .navbar-nav .nav-item:hover .dropdown-menu {        
        background: #ffffff;
    }
}

@media (max-width: 760px) {

    .navbar-nav .nav-item .nav-link{
        width: 100%;
    }

    .container-content {
        padding: 20px;
        width: 90%;
        margin: 210px 20px 20px 20px;
    }

    .navbar-collapse {
        margin-top: 30px;
    }    

    .navbar-toggler {      
        color: rgb(255 255 255 / 82%);
        background-color: #ff5722cc;
        margin-left: auto;
    }

    .navbar-toggler:focus {  
        box-shadow: 2px 3px 0 0rem;
    }

    .navbar-nav .nav-item .nav-link {               
        padding: 10px;
        margin-bottom: 5px;
    }

    .cover-image {
        width: 100%;
    }
}

