:root {
--primary-color: #032160;
--secondary-color: #023787;
--dark: #121214;
--blue: #032160;
--red: #df0305;
--gradient: linear-gradient(0deg, rgba(20, 99, 184, 1) 0%, rgba(0, 58, 118, 1) 100%);
}
.text-blue{ color: #023787 !important;}
html[data-page="index"] #header{margin-bottom: -80px; top: 20px;}
html[data-page="index"] #header:not(.header-sticky.sticky-active) .header-inner{
background: transparent;
box-shadow:none;
}
html[data-page="index"] #header:not(.header-sticky.sticky-active) .header-inner #mainMenu nav>ul>li>a,
html[data-page="index"] #header:not(.header-sticky.sticky-active) .header-inner .header-extras>ul>li a > i,
html[data-page="index"] #header:not(.header-sticky.sticky-active) .header-inner .header-extras>ul>li .p-dropdown
.lang-name{
color: #fff;
}
html[data-page="index"] #header:not(.header-sticky.sticky-active) .header-inner #mainMenu nav>ul>li>a:hover{
color: #a2a2a2;
}
html[data-page="index"] #header:not(.header-sticky.sticky-active) .header-inner #logo img{ filter: brightness(0)
invert(1);}
body .body-inner {overflow: hidden;}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 90%;
width:1350px ;
}
}
#page-title[data-bg-parallax], [data-bg-parallax] {
background-color: transparent;
}

html {
scroll-behavior: smooth;
}

.text-color {
color: #c21016;
}

.text-gray {
color: #888;
}

body, p,
#footer,
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]),
.article-name span,
#footer p {
font-family: "Roboto", "Noto Sans Thai", sans-serif;
letter-spacing: 0;
line-height: 1.5;
color: #333;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
#mainMenu nav>ul>li>a,
.tp-caption{
font-family: "Montserrat", "Prompt", sans-serif;
}


body, p, address {
font-size: 16px;
font-weight: 400;
}

.italic {
font-style: italic;
}

.w100, .w-100 {
width: 100%;
}

.w80 {
width: 80%;
}

.w70 {
width: 70%;
}
#header .header-inner, #header #header-wrap {
box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
height: 80px;
background-color: #fff;
left: 0;
right: 0;
transition: all .4s ease-in-out;
}
/* logo */
#header .header-inner #logo {
vertical-align: middle;
align-content: center;
}

#header .header-inner #logo a {
display: inline-block;
height: auto;
float: left;
font-size: initial;
vertical-align: middle;
}

#header .header-inner #logo a>img { height: 60px;}
a {color: var(--primary-color);}
a:not(.btn):hover,
a:not(.btn-view):hover,
a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
color: var(--primary-color);
}

.btn::before{
content: "\e93d";
font-family: 'inspiro-icons' !important;
margin: auto;
font-size: 22px;
float: left;
text-align: left;
margin-right: 5px;
}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
border: none;
line-height: 40px;
border-radius: 50px;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.5px;
text-decoration: none;
outline: none;
padding: 0;
height: auto;
background: transparent;
}
button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
border-color: #333;
color: #333;
background: transparent;
}

button.btn.btn-outline:hover, button.btn.btn-outline:focus, button.btn.btn-outline:active,
button.btn.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline.active {
background: var(--red);
border-color: var(--red);
color: #fff;
}
button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary:not(:disabled):not(.disabled):active,
button.btn.btn-primary:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-primary:hover,
.btn:not(.close):not(.mfp-close).btn-primary:focus,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-primary:hover, a.btn:not([href]):not([tabindex]).btn-primary:focus,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active {
background: var(--red);
color: #333;
}

button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active,
button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
background: var(--red);
color: #fff;
border-color: transparent;
text-decoration: none;
padding: 0 8px;
padding-right: 14px;

}

.headbar {
position: relative;
}

.headbar .btn {
position: absolute !important;
right: 15px;
top: 10px;
}

.header-extras>ul>li {
margin-left: 5px;
}

.header-extras>ul>li.header-link {
margin-left: 18px;
}

.flickity-button {
border-radius: 50%;
}

.flickity-button:hover {
background: var(--primary-color);
}

.form-group label:not(.error) {
font-size: 16px;
letter-spacing: 0;
font-weight: 500;
margin-bottom: 4px;
}

.btn-circle {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
text-align: center;
padding: 0;
display: inline-block;
color: #fff;
background: var(--gradient);
}

.btn-circle.btn-expand img {
width: 14px;
height: auto;
}

#search {
background: rgba(0, 0, 0, 0.88);
backdrop-filter: blur(2px);
}

#search .search-form .form-control {
color: #fff;
text-align: center;
}

#search .search-form .text-muted {
color: rgba(255, 255, 255, 0.62) !important;
opacity: 1;
}

#search .btn-search-close {
background: var(--secondary-color);
color: var(--primary-color)
}

.header-contact {
margin-right: 20px;
}

.header-contact ul.list-contact li {
display: inline-block;
}

.header-contact ul.list-contact li span {
display: none;
}

ul.list-contact li i {
margin-right: 1px !important;
}

ul.list-contact li a:hover i {
color: var(--secondary-color);
background: var(--primary-color);
}

.header-extras>ul>li>a:not(.btn) i,
.header-extras>ul>li .topbar-dropdown>.title i,
.header-language i {
font-size: 18px;
}

.header-extras>ul>li .p-dropdown a>span {
top: -13px;
position: relative;
font-size: 11px;
left: -3px;
}

.img-flags {
width: 20px;
}

.p-dropdown .p-dropdown-content,
.p-dropdown ul.p-dropdown-content {
padding: 5px;
min-width: 80px;
}

/* search */
#btn-shopping,
#btn-search {
margin-top: 17px;
}

#btn-shopping,
#btn-search,
.search-btn {
width: 42px;
height: 42px;
align-content: center;
border-radius: 50%;
line-height: 40px;
padding: 0;
text-align: center;
/* border: 1px solid rgba(0, 0, 0, 0.3); */
/* box-shadow: 0 -2px 2px rgba(25, 25, 25, 0.34) inset; */
}

#btn-shopping i,
#btn-search i,
.search-btn i {
line-height: inherit !important;
}

/* .header-extras a:hover i {
color: var(--primary-color) !important;
} */

.search-wrapper {
width: 42px;
height: 42px;
display: flex;
border-radius: 4rem;

align-items: center;
justify-content: center;
border: 1px solid #ddd;
overflow: hidden;
transition: 400ms ease-in-out;
position: relative;
margin-top: 16px;
}

.search-wrapper.active {
width: 300px;
}

.search-wrapper input {
background: #fff;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin-left: 40px;
margin-right: 2px;
outline: none;
border: none;
font-size: 500;
font-size: 1.2rem;
box-sizing: border-box;
padding: 0;
margin: 0;
}

.search-btn {
background: var(--primary-color);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
margin-left: auto;
z-index: 1;
color: #fff;
}

.search-btn i {
color: inherit !important;
}

.header-social {
border-right: 1px solid rgba(255, 255, 255, 0.17);
float: left;
padding-right: 10px;
margin-right: 10px;
line-height: 80px;
vertical-align: middle;
align-content: center;
margin-top: 23px;
}

/* menu */
#mainMenu nav>ul>li>a {
font-size: 17px;
font-weight: 500;
padding: 0 10px;
letter-spacing: 0.5px;
line-height: 80px;
display: inline-block;
text-transform: capitalize;
}
#mainMenu nav>ul>li>a,
.header-extras>ul>li a,
.header-extras>ul>li a i,
.header-extras>ul>li .p-dropdown a>span {
color: #464646;
}

#mainMenu nav>ul>li.hover-active>a, #mainMenu nav>ul>li.hover-active>span, #mainMenu nav>ul>li.current>a, #mainMenu
nav>ul>li.current>span, #mainMenu nav>ul>li:hover>a, #mainMenu nav>ul>li:hover>span,
#mainMenu nav>ul>li:focus>a, #mainMenu nav>ul>li:focus>span {
color: var(--secondary-color);
}

#mainMenu nav>ul>li {
display: inline-block;
float: none;
margin: 0;
}
#mainMenu nav>ul>li .dropdown-menu li {
line-height: 40px;
font-size: 1em;
}

#mainMenu nav>ul>li .dropdown-menu li a {
color: #333;
display: inline-block;
width: 100%;
}

#mainMenu nav>ul>li .dropdown-menu>li.current>a, #mainMenu nav>ul>li .dropdown-menu>li.current>span,
#mainMenu nav>ul>li .dropdown-menu>li:hover>a, #mainMenu nav>ul>li .dropdown-menu>li:hover>span,
#mainMenu nav>ul>li .dropdown-menu>li:focus>a, #mainMenu nav>ul>li .dropdown-menu>li:focus>span,
#mainMenu nav>ul>li .dropdown-menu>li:active>a, #mainMenu nav>ul>li .dropdown-menu>li:active>span,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>a, #mainMenu nav>ul>li .dropdown-menu>li.hover-active>span {
color: var(--primary-color);
}

#mainMenu nav>ul>li>a:hover {
text-decoration: none;
color: var(--red);
}

#mainMenu nav>ul>li .dropdown-menu li:hover {
background: #f2f2f2;
}

h2.htitle {
font-size: 2.2em;
}

#slider {
position: relative;
top: -81px;
margin-bottom: -81px;
}
#slider .tp-caption, 
#slider .tp-link a{ 
  color: #fff !important;
}
#slider .tp-link a{ 
  padding: 0 10px 0 5px !important;
}


#slider .slide {
position: relative;
aspect-ratio: 21/8;
}

#slider .slide .embed-responsive {
height: 100%;
width: initial;
}

#slider .flickity-page-dots {
bottom: 25px;
}

.inspiro-slider .slide .slide-captions>p,
.inspiro-slider .slide .slide-captions h1 {
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
color: #fff;
}

.inspiro-slider .slide .slide-captions h1 {
font-weight: 500;
font-size: 2em;
letter-spacing: 0;
line-height: 1;
}

.inspiro-slider .slide .slide-captions>p {
font-size: 1.7em;
color: #fff;
margin-bottom: 20px;
}

.inspiro-slider .slide .slide-captions .text-link img {
display: block;
margin: 0 auto;
margin-bottom: 5px;
height: 40px;
}

.inspiro-slider .slide .slide-captions .text-link {
position: absolute;
bottom: -240px;
left: 0;
right: 0;
margin: auto;
color: #fff;
}

/* about */
.sect-about {
background-color: #eaeaea;
}

/* service */
.sect-service{ background: #08254f;}
.service-header{ padding-right: 8%;}
.service-icon{
width: 90px;
margin: 20px;
background: #08254f;
position: relative;
margin-top: -45px;
padding: 15px;
}
.service-item{ margin-bottom: 60px;}
.service-item h4{ color: #fff;}
.service-item p{ color: #d4d4d4;}
.service-item .inner{
position: relative;
border: 2px solid #fff;
padding: 30px;
padding-top: 0;
min-height: 299px;
}
.service-item .btn{
position: absolute;
bottom:25px;
left: 30px;
}
.sect-service .btn::before{ color: #fff;}

/* COUNTER */
.sect-statistic{
/* background: #08254f; */
/* background: #000000; */
background: #08254F;
background: linear-gradient(rgba(8, 37, 79, 1) 1%, rgba(9, 12, 35, 1));
}
ul.list-statistic{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.counter-card{ padding-top: 20px;}
.counter-card h5{
margin: 0;
font-weight: 600;
text-transform: uppercase;
color: #fff;
}
.counter-card p{ color: #ddd;}
.counter-card strong{
font-size: 2em;
margin-left: 2px;
}
.counter{ margin-bottom: 0; color: #fff;}
.sect-statistic .cleft{ padding-right: 80px;}
.title-bx{background: #d5b896; padding: 20px;}
.title-bx p{
font-size: 13px;
padding-left: 110px;
font-weight: 500;
}

/* project */
.sect-project{ padding: 0;}
.tp-thumbs.tp-span-wrapper{ background: rgba(0, 0, 0, 0.62) !important;}

/* footer */
#footer{
background: #040b16;
padding-bottom: 40px;
}
#footer,
#footer p,
#footer a{
color: #bababa;
}
#footer a:hover{ color: #fff !important;}
.logo-footer{
height: 70px;
margin-bottom: 20px;
}
.name-th{ font-weight: 500;}
footer .list-links{
display: inline-block;
column-count: 2;
}
footer .cright .inner{
display: inline-block;
float: right;
}
footer .call-bx .call-btn{
font-weight: 500;
font-size: 20px;
margin-bottom: 10px;
clear: both;
display: block;
}
footer .call-bx,
footer .social-icons{
clear: both;
margin-bottom: 60px;
}
footer .list-links li{
min-width: 150px;
line-height: 40px;
}
footer .list-links a{
font-family: "Montserrat", "Prompt", sans-serif;
font-size: 17px;
font-weight: 600 !important;
}
.copyright{
font-size: 14px !important;
border-top: 1px solid rgba(221, 221, 221, 0.33);
padding-top: 15px;
}
.copyright a{ float: right; }
.social-icons li.social-facebook a:hover{background-color:#227df5!important;color: #fff; }
.social-icons li.social-youtube a:hover{background-color:#ff0000!important;color: #fff; }
.social-icons li.social-line a:hover{background-color:#00c300 !important;color: #fff; }
.social-icons li.social-x a{background-color:#000; color: #fff; }
.social-icons li.social-x a:hover img, .social-icons li.social-line a:hover img{ filter: brightness(0) invert(1); }
/* .social-icons li.social-tiktok a{background-color:#000 !important; color: #fff; } */
.social-icons li.social-linkedin a:hover{background-color:#0b66c2!important;color: #fff; }
.social-icons.social-icons-colored li a{ margin-right: 5px;}
.social-icons.social-icons-colored .social-line a{background-color:#00c300; }
.social-icons.social-icons-colored .social-tiktok a{background-color:#000000; }

.social-icons.social-icons-colored .social-whatsapp a, .social-icons.social-icons-colored-hover .social-whatsapp
a:hover{ background-color:#24d366 !important;color: #fff; }
.social-icons.social-icons-colored-hover li a:not(:hover) .image-icon-social{ filter: none; }
.social-icons.social-icons-colored-hover li.social-x a:not(:hover),
.social-icons.social-icons-colored-hover li.social-tiktok a:not(:hover){
background:transparent;
color: #000;
}
.social-icons.social-icons-colored-hover li a:not(:hover) .image-icon-social{ filter: brightness(0) invert(1); }
.social-icons.light li a:not(:hover) .image-icon-social{ filter: brightness(0) invert(1); }
.social-icons:not(.social-title) li.social-instagram a:hover{
background-color: transparent;
background: url('../images/social/instagram-bg.jpg') no-repeat;
background-size: cover;
background-position: center;
}
.social-icons:not(.social-title) li.social-tiktok a{
background-color: transparent;
background: #000 url('../images/social/tiktok-bg.webp') no-repeat;
background-size: 15px;
background-position: center;
}
.social-icons li.social-tiktok a:hover i{ opacity:0; }
.image-icon-social{
height: 13px;
top: -1px;
position: relative;
filter: brightness(0) invert(1);
}
footer .social-icons li.social-line a:hover .image-icon-social { filter: brightness(0) invert(1); }
.social-x a:hover{color:#0766c2; }
footer .social-icons li.social-instagram a:hover{ color:#fff; }
.social-icons li:hover img { -webkit-animation: toTopFromBottom 0.3s forwards; animation: toTopFromBottom 0.3s forwards;
}
.social-icons img{ height: 16px;}
.social-icons.social-icons-colored .social-gmail a, .social-icons.social-icons-colored-hover .social-gmail a:hover{
background-color: #ffffff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.34) inset;
}
.social-icons li.social-line a:hover{background-color:#00c300 !important;color: #fff; }
.social-icons.social-icons-medium li a:not(:hover){ background: rgba(255, 255, 255, 0.12) !important;}

/* About Page Styles */
#page-title {
padding: 120px 0 80px;
background-size: cover;
background-position: center;
background-attachment: fixed;
position: relative;
}

#page-title::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
}

#page-title .container {
position: relative;
z-index: 2;
}

#page-title h1 {
font-size: 3.5em;
font-weight: 700;
margin-bottom: 10px;
}

#page-title p {
font-size: 1.2em;
opacity: 0.9;
}

.tags-badge {
border: 1px solid #ddd;
margin: 5px 4px;
display: inline-block;
padding: 0 5px;
color: #333;
border-radius: 3px;
}

.tags-badge:hover {
background: var(--primary-color);
color: #fff !important;
}

/* Product Card Styles */
.product-item {
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
overflow: hidden;
transition: all 0.3s ease;
margin: 15px;
position: relative;
}

.product-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.product-item .product-image {
position: relative;
overflow: hidden;
height: 200px;
}

.product-item .product-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}

.product-item:hover .product-image img {
transform: scale(1.05);
}

.product-item .product-content {
padding: 20px;
background: #fff;
}

.product-item .product-title {
font-size: 18px;
font-weight: 600;
color: var(--text-color);
margin-bottom: 0;
line-height: 1.3;
min-height: 50px;
display: flex;
align-items: center;
justify-content: center;
}

.btn-view-more {
background: var(--primary-color);
color: #fff;
border: 2px solid var(--primary-color);
padding: 8px 20px;
font-size: 14px;
font-weight: 500;
border-radius: 25px;
text-decoration: none;
transition: all 0.3s ease;
display: inline-block;
min-width: 120px;
}

.btn-view-more:hover {
background: transparent;
color: var(--primary-color);
transform: translateY(-2px);
}

/* Product Carousel Styles */
.product-slide {
padding: 20px 0;
}

.product-slide .owl-item {
padding: 0 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.product-item {
margin: 10px;
}

.product-item .product-image {
height: 150px;
}

.product-item .product-title {
font-size: 16px;
min-height: 40px;
}

.btn-view-more {
padding: 6px 16px;
font-size: 13px;
min-width: 100px;
}
}

/* News Card Styles */
.news-item {
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
overflow: hidden;
transition: all 0.3s ease;
position: relative;
margin-bottom: 30px;
}

.news-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.news-item .news-image {
position: relative;
overflow: hidden;
height: 220px;
}

.news-item .news-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
transform: scale(1.05);
}

.news-item .news-date {
position: absolute;
top: 15px;
left: 15px;
background: #777777;
color: #fff;
padding: 8px 12px;
border-radius: 8px;
text-align: center;
min-width: 60px;
}

.news-item .news-date .day {
display: block;
font-size: 18px;
font-weight: 700;
line-height: 1;
}

.news-item .news-date .month {
display: block;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
margin-top: 2px;
}

.news-item .news-content {
padding: 15px;
background: #fff;
}

.news-item .news-category {
margin-bottom: 12px;
}

.news-item .category-tag {
background: var(--primary-color);
color: #fff;
padding: 4px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.news-item .news-title {
margin-bottom: 10px;
line-height: 1.4;
}

.news-item .news-title a {
color: var(--text-color);
text-decoration: none;
font-size: 16px;
font-weight: 600;
transition: color 0.3s ease;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
}

.news-item .news-title a:hover {
color: var(--primary-color);
}

.news-item .news-excerpt {
color: #666;
font-size: 14px;
line-height: 1.6;
margin-bottom: 20px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}

.news-item .news-meta {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
font-size: 12px;
color: #888;
}

.news-item .news-meta span {
display: flex;
align-items: center;
gap: 5px;
}

.news-item .news-meta i {
font-size: 14px;
color: var(--primary-color);
}

.btn-read-more {
background: transparent;
color: var(--primary-color);
border: 2px solid var(--primary-color);
padding: 8px 20px;
font-size: 14px;
font-weight: 500;
border-radius: 25px;
text-decoration: none;
transition: all 0.3s ease;
display: inline-block;
min-width: 120px;
}

.btn-read-more:hover {
background: var(--primary-color);
color: #fff;
transform: translateY(-2px);
}

/* News Carousel Styles */
.news-slider {
padding: 20px 0;
}

.news-slider .owl-item {
padding: 0 10px;
}

/* Section Header Styles */
.sect-news .headbar {
position: relative;
margin-bottom: 50px;
}

.sect-news .h-title {
font-size: 2.2em;
font-weight: 600;
color: var(--text-color);
margin-bottom: 10px;
}

.btn-right {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
color: var(--primary-color);
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
}

.btn-right:hover {
color: var(--text-color);
transform: translateY(-50%) translateX(5px);
}

.btn-right i {
margin-left: 8px;
transition: transform 0.3s ease;
}

.btn-right:hover i {
transform: translateX(3px);
}

/* Responsive adjustments for news */
@media (max-width: 768px) {
.news-item {
margin: 10px;
}

.news-item .news-image {
height: 180px;
}

.news-item .news-content {
padding: 20px;
}

.news-item .news-title a {
font-size: 16px;
}

.news-item .news-excerpt {
font-size: 13px;
-webkit-line-clamp: 2;
}

.news-item .news-meta {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}

.btn-read-more {
padding: 6px 16px;
font-size: 13px;
min-width: 100px;
}

.sect-news .h-title {
font-size: 1.8em;
}

.btn-right {
position: static;
transform: none;
margin-top: 15px;
display: inline-block;
}

.btn-right:hover {
transform: translateX(5px);
}
}

.background-colored {
background-color: var(--primary-color);
}

/* Products Page Styles */
.sect-product-intro {
padding: 80px 0;
background: #fff;
}

.product-intro-content {
max-width: 900px;
margin: 0 auto;
text-align: center;
}

.product-intro-content p {
font-size: 16px;
line-height: 1.8;
color: #666;
margin-bottom: 20px;
}

.sect-product-grid {
padding: 80px 0;
}

/* Product Cards */
.product-card {
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
overflow: hidden;
transition: all 0.3s ease;
margin-bottom: 30px;
/* height: 100%; */
display: flex;
flex-direction: column;
}

.product-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.product-card-image {
position: relative;
overflow: hidden;
height: 200px;
}

.product-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}

.product-card:hover .product-card-image img {
transform: scale(1.05);
}

.product-card-content {
padding: 25px;
display: flex;
flex-direction: column;
flex-grow: 1;
}

.product-card-title {
font-size: 18px;
font-weight: 600;
color: var(--text-color);
margin-bottom: 15px;
line-height: 1.3;
display: flex;
align-items: center;
}

.product-card-desc {
color: #666;
font-size: 14px;
line-height: 1.6;
margin-bottom: 5px;
/* flex-grow: 1; */
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: 66px;
}

.product-price {
margin-bottom: 20px;
}

.btn-contact {
background: var(--primary-color);
color: #fff;
border: 2px solid var(--primary-color);
padding: 10px 20px;
font-size: 14px;
font-weight: 500;
border-radius: 25px;
text-decoration: none;
transition: all 0.3s ease;
display: inline-block;
text-align: center;
align-self: flex-start;
margin-top: 0;
}

.btn-contact:hover {
background: transparent;
color: var(--primary-color);
transform: translateY(-2px);
}

ul.brands-list li {
width: 16%;
display: inline-block;
float: left;
text-align: center;
margin-bottom: 40px;
padding: 0 20px;
}

ul.brands-list li img {
max-width: 100%;
transition: all .2s ease-in-out;
}

ul.brands-list li:hover img {
transform: scale(1.1);
}

/* Contact CTA Section */
.sect-contact-cta {
padding: 80px 0;
background: #f8f9fa;
}

.sect-contact-cta .btn-lg {
padding: 15px 40px;
font-size: 18px;
font-weight: 600;
}

/* Responsive Design for Products */
@media (max-width: 1200px) {
.product-card-title {
font-size: 16px;
min-height: 45px;
}

.product-card-desc {
font-size: 13px;
-webkit-line-clamp: 2;
}
}

@media (max-width: 768px) {

.sect-product-intro,
.sect-product-grid {
padding: 60px 0;
}

.product-intro-content p {
font-size: 15px;
line-height: 1.6;
}

.product-card {
margin-bottom: 20px;
}

.product-card-image {
height: 180px;
}

.product-card-content {
padding: 20px;
}

.product-card-title {
font-size: 16px;
min-height: 40px;
}

.product-card-desc {
font-size: 13px;
margin-bottom: 15px;
}

.btn-contact {
padding: 8px 16px;
font-size: 13px;
}

.sect-contact-cta {
padding: 60px 0;
}
}

@media (max-width: 576px) {
.product-card-image {
height: 160px;
}

.product-card-content {
padding: 15px;
}

.product-card-title {
font-size: 15px;
min-height: 35px;
}

.product-card-desc {
font-size: 12px;
-webkit-line-clamp: 2;
}
}

/* Pagination Styles */
.sect-pagination {
padding: 40px 0;
background: #f8f9fa;
}

.pagination {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
gap: 5px;
}

.page-item {
margin: 0 2px;
}

.page-link {
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
border: 2px solid #e9ecef;
background: #fff;
color: #666;
text-decoration: none;
border-radius: 8px;
font-weight: 500;
transition: all 0.3s ease;
font-size: 16px;
}

.page-link:hover {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(58, 58, 58, 0.2);
}

.page-item.active .page-link {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
box-shadow: 0 4px 15px rgba(58, 58, 58, 0.3);
}

.page-item.disabled .page-link {
background: #f8f9fa;
color: #adb5bd;
border-color: #e9ecef;
cursor: not-allowed;
opacity: 0.6;
}

.page-item.disabled .page-link:hover {
background: #f8f9fa;
color: #adb5bd;
border-color: #e9ecef;
transform: none;
box-shadow: none;
}

.pagination-info {
margin-top: 20px;
}

.pagination-info p {
font-size: 14px;
color: #666;
margin: 0;
}

/* Responsive Pagination */
@media (max-width: 768px) {
.sect-pagination {
padding: 30px 0;
}

.page-link {
width: 40px;
height: 40px;
font-size: 14px;
}

.pagination-info p {
font-size: 13px;
}
}

@media (max-width: 576px) {
.page-link {
width: 35px;
height: 35px;
font-size: 13px;
}

.pagination {
gap: 3px;
}
}

/* Breadcrumb Styles */
.breadcrumb {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 15px 0;
background: transparent;
border-radius: 0;
font-size: 14px;
line-height: 1.5;
justify-content: center;
}

.breadcrumb-item {
display: flex;
align-items: center;
}

.breadcrumb-item+.breadcrumb-item {
padding-left: 8px;
}

.breadcrumb-item+.breadcrumb-item::before {
content: "/";
display: inline-block;
padding-right: 8px;
color: #6c757d;
font-weight: 400;

}

.breadcrumb-item.active {
color: var(--primary-color);
font-weight: 600;
}

.breadcrumb-item a {
color: #1f1f1f;
text-decoration: none;
transition: color 0.3s ease;
padding-right: 10px;
}

.breadcrumb-item a:hover {
color: var(--primary-color);

text-decoration: underline;
}

.breadcrumb-item.active a {
pointer-events: none;
}

/* Breadcrumb Container */
.breadcrumb-container {
margin: 20px 0;
}

.breadcrumb-container .container {
padding: 0 15px;
}

/* Responsive Breadcrumb */
@media (max-width: 768px) {
.breadcrumb {
font-size: 13px;
padding: 12px 0;
}

.breadcrumb-item+.breadcrumb-item {
padding-left: 6px;
}

.breadcrumb-item+.breadcrumb-item::before {
padding-right: 6px;
}
}

@media (max-width: 576px) {
.breadcrumb {
font-size: 12px;
padding: 10px 0;
}

.breadcrumb-item+.breadcrumb-item {
padding-left: 4px;
}

.breadcrumb-item+.breadcrumb-item::before {
padding-right: 4px;
}
}

/* Privacy Policy Popup Styles */
.privacy-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(5px);
animation: fadeIn 0.3s ease-in-out;
}

.privacy-popup-content {
background: #fff;
border-radius: 12px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
max-width: 500px;
width: 90%;
max-height: 80vh;
overflow-y: auto;
animation: slideIn 0.3s ease-out;
position: relative;
}

.privacy-popup-header {
padding: 25px 30px 20px;
border-radius: 12px 12px 0 0;
text-align: center;
}

#privacy-close-btn {
background-color: transparent;
border: none;
box-shadow: none;
color: #000;
position: absolute;
top: 20px;
right: 20px;
}

#privacy-close-btn i {
color: inherit;
}

.privacy-popup-header h3 {
margin: 0;
font-size: 24px;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}

.privacy-popup-header i {
font-size: 28px;
color: #fff;
}

.privacy-popup-body {
padding: 30px;
line-height: 1.6;
}

.privacy-popup-body p {
margin-bottom: 15px;
color: #333;
font-size: 15px;
}

.privacy-popup-body ul {
margin: 15px 0;
padding-left: 20px;
}

.privacy-popup-body li {
margin-bottom: 8px;
color: #555;
font-size: 14px;
}

.privacy-popup-footer {
padding: 20px 30px 30px;
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}

.privacy-popup-footer .btn {
min-width: 120px;
padding: 12px 25px;
font-size: 14px;
font-weight: 500;
border-radius: 8px;
transition: all 0.3s ease;
}

.privacy-popup-footer .btn-outline {
background: transparent;
border: 2px solid var(--primary-color);
color: var(--primary-color);
}

.privacy-popup-footer .btn-outline:hover {
background: var(--primary-color);
color: #fff;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(227, 31, 38, 0.3);
}

.privacy-popup-footer .btn:not(.btn-outline) {
background: var(--primary-color);
color: #fff;
border: 2px solid var(--primary-color);
}

.privacy-popup-footer .btn:not(.btn-outline):hover {
background: #c21016;
border-color: #c21016;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(227, 31, 38, 0.3);
}

/* Animations */
@keyframes fadeIn {
from {
opacity: 0;
}

to {
opacity: 1;
}
}

@keyframes slideIn {
from {
opacity: 0;
transform: translateY(-50px) scale(0.9);
}

to {
opacity: 1;
transform: translateY(0) scale(1);
}
}

/* Responsive Design */
@media (max-width: 768px) {
.privacy-popup-content {
width: 95%;
margin: 20px;
}

.privacy-popup-header {
padding: 20px 20px 15px;
}

.privacy-popup-header h3 {
font-size: 20px;
}

.privacy-popup-body {
padding: 20px;
}

.privacy-popup-footer {
padding: 15px 20px 25px;
flex-direction: column;
}

.privacy-popup-footer .btn {
width: 100%;
min-width: auto;
}
}

@media (max-width: 480px) {
.privacy-popup-header h3 {
font-size: 18px;
flex-direction: column;
gap: 5px;
}

.privacy-popup-body {
padding: 15px;
}

.privacy-popup-body p {
font-size: 14px;
}

.privacy-popup-body li {
font-size: 13px;
}
}

/* Product Detail Page Styles */
.sect-product-detail {
padding: 60px 0;
background: #f8f9fa;
}

.sect-product-detail .container {
max-width: 1200px;
}

/* Product Details Styles */
.product-details {
background: white;
border-radius: 12px;
padding: 30px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
height: 100%;
}

.product-category {
margin-bottom: 20px;
}

.category-tag {
background: linear-gradient(135deg, var(--primary-color), #555);
color: white;
padding: 8px 16px;
border-radius: 20px;
font-size: 14px;
font-weight: 500;
display: inline-block;
}

.product-title {
font-size: 28px;
font-weight: 700;
color: #2c3e50;
margin-bottom: 25px;
line-height: 1.3;
}

.product-description h4 {
color: var(--primary-color);
font-size: 18px;
font-weight: 600;
margin: 25px 0 15px 0;
border-bottom: 2px solid #e9ecef;
padding-bottom: 8px;
}

.product-description p {
color: #555;
line-height: 1.6;
margin-bottom: 20px;
}

.product-features {
list-style: none;
padding: 0;
margin: 0 0 20px 0;
}

.product-features li {
color: #555;
padding: 8px 0;
position: relative;
padding-left: 25px;
}

.product-features li:before {
content: "•";
position: absolute;
left: 0;
color: var(--primary-color);
font-weight: bold;
font-size: 16px;
}

.product-specs {
background: #f8f9fa;
border-radius: 8px;
padding: 20px;
margin: 20px 0;
}

.spec-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0;
border-bottom: 1px solid #e9ecef;
}

.spec-item:last-child {
border-bottom: none;
}

.spec-label {
color: #666;
font-weight: 500;
}

.spec-value {
color: var(--primary-color);
font-weight: 600;
}

/* Product Actions */
.product-actions {
margin-top: 30px;
text-align: center;
padding-top: 25px;
border-top: 2px solid #e9ecef;
}

.btn-contact-us {
background: linear-gradient(135deg, var(--primary-color), #555);
color: white;
padding: 15px 30px;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 10px;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(58, 58, 58, 0.3);
}

.btn-contact-us:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(58, 58, 58, 0.4);
color: white;
text-decoration: none;
}

.btn-contact-us i {
font-size: 18px;
}

.contact-note {
color: #666;
font-size: 14px;
margin-top: 15px;
font-style: italic;
}

/* Responsive Design */
@media (max-width: 991px) {
.sect-product-detail {
padding: 40px 0;
}

.product-details {
margin-top: 30px;
padding: 25px;
}

.product-title {
font-size: 24px;
}

.main-image-link {
height: 350px;
}
}

@media (max-width: 767px) {
.sect-product-detail {
padding: 30px 0;
}

.product-gallery,
.product-details {
padding: 20px;
}

.product-title {
font-size: 22px;
margin-bottom: 20px;
}

.main-image-link {
height: 300px;
}

.thumbnail-item img {
height: 60px;
}

.btn-contact-us {
padding: 12px 25px;
font-size: 15px;
}

.spec-item {
flex-direction: column;
align-items: flex-start;
gap: 5px;
}
}

@media (max-width: 575px) {

.product-gallery,
.product-details {
padding: 15px;
}

.product-title {
font-size: 20px;
}

.main-image-link {
height: 250px;
}

.thumbnail-item img {
height: 50px;
}

.btn-contact-us {
width: 100%;
justify-content: center;
}
}

/* News Page Styles */
.sect-news-grid {
padding: 60px 0;
background: #f8f9fa;
}

.sect-news-grid .headbar {
text-align: center;
margin-bottom: 50px;
}

.sect-news-grid .h-title {
font-size: 36px;
font-weight: 700;
color: #2c3e50;
margin-bottom: 20px;
}

.sect-news-grid .desc {
font-size: 18px;
color: #666;
max-width: 600px;
margin: 0 auto;
line-height: 1.6;
}

/* News Detail Page Styles */
.sect-news-detail {
padding: 60px 0;
background: #f8f9fa;
}

/* Article Styles */
.article-header {
margin-bottom: 30px;
}

.article-meta {
margin-top: 10px;
margin-bottom: 20px;
}

.article-meta span {
display: inline-block;
margin: 0 15px 10px 0;
color: #666;
font-size: 14px;
}

.article-meta i {
margin-right: 5px;
color: var(--primary-color);
}

.article-category {
background: var(--primary-color);
color: white;
padding: 6px 12px;
border-radius: 15px;
font-size: 12px;
font-weight: 500;
}

.article-title {
font-size: 32px;
font-weight: 700;
color: #2c3e50;
margin-bottom: 15px;
line-height: 1.3;
}

.article-subtitle {
font-size: 18px;
color: #666;
margin: 0;
}

.article-featured-image {
margin: 30px 0;
border-radius: 8px;
overflow: hidden;
}

.article-featured-image img {
width: 100%;
height: auto;
transition: transform 0.3s ease;
}

.article-featured-image:hover img {
transform: scale(1.02);
}

.article-content {
line-height: 1.8;
color: #333;
}

.article-content h3 {
color: var(--primary-color);
font-size: 24px;
font-weight: 600;
margin: 35px 0 20px 0;
border-bottom: 2px solid #e9ecef;
padding-bottom: 10px;
}

.article-content p {
margin-bottom: 20px;
font-size: 16px;
}

.article-content ul {
margin: 20px 0;
padding-left: 20px;
}

.article-content li {
margin-bottom: 10px;
font-size: 16px;
}

.article-quote {
background: #f8f9fa;
border-left: 4px solid var(--primary-color);
padding: 25px;
margin: 30px 0;
border-radius: 0 8px 8px 0;
}

.article-quote p {
font-size: 18px;
font-style: italic;
color: #555;
margin-bottom: 15px;
}

.article-quote cite {
color: var(--primary-color);
font-weight: 600;
font-style: normal;
}

/* Article Footer */
.article-footer {
margin-top: 40px;
padding-top: 30px;
border-top: 2px solid #e9ecef;
}

.article-tags {
margin-bottom: 20px;
}

.tag-label {
font-weight: 600;
color: #666;
margin-right: 15px;
}

.tag-item {
display: inline-block;
background: #e9ecef;
color: #666;
padding: 5px 12px;
border-radius: 15px;
text-decoration: none;
margin: 0 5px 5px 0;
font-size: 14px;
transition: all 0.3s ease;
}

.tag-item:hover {
background: var(--primary-color);
color: white;
text-decoration: none;
}

.article-share {
text-align: left;
}

.share-label {
font-weight: 600;
color: #666;
margin-right: 15px;
}

.share-item {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
line-height: 40px;
color: white;
margin: 0 5px;
transition: all 0.3s ease;
}

.share-facebook {
background: #3b5998;
}

.share-twitter {
background: #1da1f2;
}

.share-linkedin {
background: #0077b5;
}

.share-line {
background: #00c300;
}

.share-item:hover {
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
color: white;
text-decoration: none;
}

/* Comments Section */
.comments-section {
background: white;
border-radius: 12px;
padding: 40px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.comments-title {
font-size: 24px;
font-weight: 600;
color: #2c3e50;
margin-bottom: 30px;
}

.comment-form {
margin-bottom: 40px;
padding-bottom: 30px;
border-bottom: 2px solid #e9ecef;
}

.comment-form h4 {
font-size: 20px;
font-weight: 600;
color: #2c3e50;
margin-bottom: 20px;
}

.form-group {
margin-bottom: 20px;
}

.form-control {
border: 2px solid #e9ecef;
border-radius: 8px;
padding: 12px 15px;
font-size: 16px;
transition: border-color 0.3s ease;
}

.form-control:focus {
border-color: var(--primary-color);
box-shadow: 0 0 0 3px rgba(58, 58, 58, 0.1);
}

.btn-primary {
background: var(--primary-color);
border: none;
padding: 12px 25px;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
transition: all 0.3s ease;
}

.btn-primary:hover {
background: #555;
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(58, 58, 58, 0.3);
}

/* Comments List */
.comments-list {
margin-top: 30px;
}

.comment-item {
display: flex;
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #e9ecef;
}

.comment-item:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}

.comment-avatar {
margin-right: 20px;
flex-shrink: 0;
}

.comment-avatar img {
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
}

.comment-content {
flex: 1;
}

.comment-header {
margin-bottom: 10px;
}

.comment-author {
font-size: 16px;
font-weight: 600;
color: #2c3e50;
margin: 0;
}

.comment-date {
color: #666;
font-size: 14px;
margin-left: 15px;
}

.comment-text {
color: #555;
line-height: 1.6;
margin-bottom: 10px;
}

.comment-reply {
color: var(--primary-color);
font-size: 14px;
font-weight: 500;
text-decoration: none;
}

.comment-reply:hover {
text-decoration: underline;
}

/* Sidebar Styles */
.news-sidebar {
position: sticky;
top: 20px;
}

.sidebar-widget {
background: white;
border-radius: 12px;
padding: 25px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
margin-bottom: 30px;
}

.widget-title {
font-size: 20px;
font-weight: 600;
color: #2c3e50;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #e9ecef;
}

/* Search Widget */
.search-widget .search-form {
position: relative;
}

.search-widget .form-control {
padding-right: 50px;
}

.btn-search {
position: absolute;
right: 5px;
top: 5px;
background: var(--primary-color);
border: none;
color: white;
width: 40px;
height: 40px;
border-radius: 50%;
transition: all 0.3s ease;
}

.btn-search:hover {
background: #555;
transform: scale(1.1);
}

/* Recent News Widget */
.recent-news-list {
margin: 0;
padding: 0;
list-style: none;
}

.recent-news-item {
display: flex;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e9ecef;
}

.recent-news-item:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}

.recent-news-image {
margin-right: 15px;
flex-shrink: 0;
}

.recent-news-image img {
width: 80px;
height: 60px;
border-radius: 6px;
object-fit: cover;
}

.recent-news-content h5 {
font-size: 14px;
font-weight: 600;
margin: 0 0 8px 0;
line-height: 1.4;
}

.recent-news-content h5 a {
color: #2c3e50;
text-decoration: none;
}

.recent-news-content h5 a:hover {
color: var(--primary-color);
}

.recent-news-date {
color: #666;
font-size: 12px;
}

/* Categories Widget */
.categories-list {
margin: 0;
padding: 0;
list-style: none;
}

.categories-list li {
margin-bottom: 12px;
}

.categories-list a {
display: flex;
justify-content: space-between;
align-items: center;
color: #555;
text-decoration: none;
padding: 8px 0;
transition: color 0.3s ease;
}

.categories-list a:hover {
color: var(--primary-color);
}

.count {
background: #e9ecef;
color: #666;
padding: 2px 8px;
border-radius: 10px;
font-size: 12px;
}

#page-content:not(.no-sidebar) {
padding: 40px 0px 0px 0px;
}

#btn-search {
display: none;
}

/*gallery*/

.project-gallery { display: flex; flex-direction: column; align-items: center; }
.gallery-main { position: relative; }
.gallery-main img { width: 100%; max-width: 500px; display: block; border-radius: 5px; }
.play-video { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 40px;
text-decoration: none; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 10px; justify-content: center; }
.gallery-thumbs img { width: 100px; cursor: pointer; border: 2px solid transparent; border-radius: 5px; }
.gallery-thumbs img.active { border-color: #007bff; }

.project-gallery .swiper {
width: 100%;
}

.project-gallery .swiper-slide img {
width: 100%;
height: auto;
display: block;
}
/* สไตล์ icon-play ให้อยู่กลางภาพใหญ่ */
.project-gallery .swiper-slide a {
position: relative; /* ให้ a เป็น reference */
}

.project-gallery .swiper-slide a .icon-play {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); /* จัดกลางแนวตั้งและแนวนอน */
font-size: 50px; /* ขนาด icon */
color: rgba(255, 255, 255, 0.8); /* สี icon */
pointer-events: none; /* ให้ click ผ่านไปยัง a */
}
.gallery-thumbs .swiper-slide {
width: 80px; /* ปรับขนาด thumbnail */
height: 80px;
cursor: pointer;
opacity: 0.6;
}

.gallery-thumbs .swiper-slide-thumb-active {
opacity: 1;
border: 2px solid #007bff; /* ขอบ active */
}

/*product service*/
.col-image img {
width: 100%;
}

/*project*/
.project-card-wrapper {
display: flex;
gap: 20px; /* ระยะห่างระหว่างการ์ด */
flex-wrap: wrap; /* ให้ลงบรรทัดใหม่ถ้าหน้าจอแคบ */
}

.project-card {
flex: 1 1 calc(33.333% - 20px); /* 3 การ์ดต่อแถว */
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
display: flex;
flex-direction: column;
}
.project-detail {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
padding: 0px 0px 0px 50px;
}

/* Breadcrumb */
.breadcrumb {
font-size: 14px;
margin-bottom: 15px;
color: #888;
}
.breadcrumb a {
  color: #aaa;
text-decoration: none;
}
.breadcrumb a:hover {
color: #fff !important;
}
.page-item:first-child .page-link{ border-radius: 8px 0 0 8px;}
.page-item:last-child .page-link{border-radius: 0px 8px 8px 0; }


/* Title + Description */
.project-title {
font-size: 28px;
font-weight: 700;
margin-bottom: 15px;
color: #111;
}
.project-desc {
font-size: 15px;
line-height: 1.7;
margin-bottom: 25px;
color: #555;
}

/* Meta Info */
.meta-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
margin-bottom: 25px;
}
.meta-box {
border: 1px solid #dcdcdc;
border-radius: 8px;
padding: 12px 14px;
background: #fff;
}
.meta-box i {
margin-right: 6px;
color: #444;
}
.meta-box strong {
display: block;
font-size: 14px;
font-weight: 600;
color: #111;
}
.meta-box span {
display: block;
font-size: 13px;
color: #777;
margin-top: 3px;
text-transform: uppercase;
}

/* Contact line */
.contact-line {
font-size: 14px;
margin-top: 10px;
}
.contact-line a {
font-weight: 600;
color: #0073e6;
text-decoration: none;
}
.contact-line a:hover {
text-decoration: underline;
}

/* Right Image */
.project-image {
/* background: #e6e6e6; */
display: flex;
align-items: center;
justify-content: center;
/* border-radius: 6px; */
/* padding: 20px; */
}
.project-image img {
max-width: 100%;
border-radius: 4px;
opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
.project-detail {
grid-template-columns: 1fr;
}
.project-image {
order: -1;
margin-bottom: 20px;
}
}

.widget .widget-title, .widget > h2 {
font-size: 22px;margin-bottom: 0px;
}
/* Layout 2 columns */
.project-card-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;margin-bottom: 20px;
}

/* Card style */
.project-card {
position: relative;
background: #fff;
border-radius: 12px;
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
overflow: hidden;
}

.project-card-badge {
position: absolute;
top: 30px;
left: 0;
background: #111;
color: #fff;
font-size: 12px;
font-weight: 700;
writing-mode: vertical-rl;
text-orientation: mixed;
padding: 12px 6px;
border-radius: 0 6px 6px 0;
letter-spacing: 2px;
}

.project-card-image {
/* background: #e9ecef; */
display: flex
;
align-items: center;
justify-content: center;
/* height: 200px; */
}
.project-card-image img {
/* max-width: 80px; */
/* opacity: 0.6; */
width: 100%;
}
.project-card-body {
padding: 20px;
}

.project-card-category {
font-size: 13px;
color: #999;
text-transform: uppercase;
}

.project-card-title {
font-size: 18px;
font-weight: 700;
margin: 8px 0 16px;
color: #1a1a1a;
}

.project-card-meta {
display: flex;
gap: 10px;
margin-bottom: 15px;
}

.project-meta-box {
flex: 1;
border: 1px solid #dcdcdc;
border-radius: 6px;
padding: 8px 12px;
font-size: 13px;
}

.project-meta-box i {
margin-right: 6px;
color: #333;
}

.project-meta-box strong {
display: block;
font-size: 13px;
font-weight: 600;
color: #111;
}

.project-meta-box span {
font-size: 12px;
color: #777;
text-transform: uppercase;
}

.project-card-text {
font-size: 14px;
line-height: 1.6;
color: #555;
}

/* Contact CTA Widget */
.contact-cta-widget {
text-align: center;
background: linear-gradient(135deg, var(--primary-color), #555);
color: white;
}

.contact-cta-widget .widget-title,
.contact-cta-widget p {
color: white;
}

.btn-block {
width: 100%;
margin-top: 15px;
}

/* Related News Section */
.sect-related-news {
padding: 60px 0;
background: white;
}

.related-news-title {
font-size: 28px;
font-weight: 600;
color: #2c3e50;
text-align: center;
margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 991px) {

.sect-news-grid,
.sect-news-detail {
padding: 40px 0;
}

.news-article {
padding: 30px;
}

.article-title {
font-size: 28px;
}

.sidebar-widget {
padding: 20px;
}
}

@media (max-width: 767px) {

.sect-news-grid,
.sect-news-detail {
padding: 30px 0;
}

.news-article {
padding: 25px;
}

.article-title {
font-size: 24px;
}

.article-content h3 {
font-size: 20px;
}

.comments-section {
padding: 25px;
}

.comment-item {
flex-direction: column;
}

.comment-avatar {
margin-right: 0;
margin-bottom: 15px;
}

.sidebar-widget {
padding: 20px;
margin-bottom: 20px;
}

.news-sidebar {
position: static;
}
}

@media (max-width: 575px) {
.news-article {
padding: 20px;
}

.article-title {
font-size: 22px;
}

.article-content h3 {
font-size: 18px;
}

.comments-section {
padding: 20px;
}

.sidebar-widget {
padding: 15px;
}

.article-footer {
text-align: center;
}

.article-share {
text-align: center;
margin-top: 20px;
}
}

/* Contact Page Styles */
.sect-contact {
padding: 60px 0;
background: #f8f9fa;
}

/* Contact Info Styles */
.contact-info {
background: white;
border-radius: 12px;
padding: 30px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
height: 100%;
}

.contact-title {
font-size: 24px;
font-weight: 600;
color: #2c3e50;
margin-bottom: 25px;
padding-bottom: 15px;
border-bottom: 2px solid #e9ecef;
}

.company-details {
text-align: center;
margin-bottom: 30px;
padding-bottom: 25px;
border-bottom: 1px solid #e9ecef;
}

.company-logo {
margin-bottom: 20px;
}

.company-logo img {
max-width: 150px;
height: auto;
margin: auto;
}

.company-name {
font-size: 20px;
font-weight: 600;
color: var(--primary-color);
margin-bottom: 15px;
}

.company-desc {
color: #666;
line-height: 1.6;
margin: 0;
}

.contact-details {
margin-bottom: 30px;
}

.contact-item {
display: flex;
align-items: flex-start;
margin-bottom: 25px;
}

.contact-item:last-child {
margin-bottom: 0;
}

.contact-icon {
width: 40px;
height: 40px;
background: var(--primary-color);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
flex-shrink: 0;
}

.contact-icon i {
color: white;
font-size: 18px;
}

.contact-text h5 {
font-size: 16px;
font-weight: 600;
color: #2c3e50;
margin: 0 0 8px 0;
}

.contact-text p {
color: #666;
line-height: 1.5;
margin: 0;
}

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

.contact-text a:hover {
text-decoration: underline;
}

/* Contact Form Styles */
.contact-form-container {
background: white;
border-radius: 12px;
padding: 40px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
height: 100%;
}

.contact-subtitle {
color: #666;
margin-bottom: 30px;
font-size: 16px;
}

.contact-form .form-group {
margin-bottom: 25px;
}

.contact-form label {
display: block;
font-weight: 600;
color: #2c3e50;
margin-bottom: 8px;
}

.contact-form .form-control {
width: 100%;
padding: 3px 15px;
border: 2px solid #e9ecef;
border-radius: 8px;
font-size: 16px;
transition: all 0.3s ease;
background: #fff;
}

.contact-form .form-control:focus {
border-color: var(--primary-color);
box-shadow: 0 0 0 3px rgba(58, 58, 58, 0.1);
outline: none;
}

.contact-form textarea.form-control {
resize: vertical;
min-height: 120px;
padding-top: 8px;
}

.contact-form select.form-control {
cursor: pointer;
}

.checkbox-group {
display: flex;
align-items: center;
gap: 10px;
}

.checkbox-group input[type="checkbox"] {
width: 18px;
height: 18px;
accent-color: var(--primary-color);
}

.checkbox-group label {
margin: 0;
font-weight: 500;
color: #555;
cursor: pointer;
}

.form-actions {
display: flex;
gap: 15px;
margin-top: 30px;
}

.btn-submit {
background: var(--primary-color);
color: white;
border: none;
padding: 15px 30px;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 10px;
}

.btn-submit:hover {
background: #555;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(58, 58, 58, 0.3);
}

.btn-reset {
background: #6c757d;
color: white;
border: none;
padding: 15px 30px;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 10px;
}

.btn-reset:hover {
background: #5a6268;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(108, 117, 125, 0.3);
}

/* Google Maps Section */
.sect-map {
padding: 0;
}

.map-container {
text-align: center;
}

.map-title {
font-size: 28px;
font-weight: 600;
color: #2c3e50;
margin-bottom: 30px;
}

.map-wrapper iframe {
display: block;
width: 100%;
}
.btn.btn-submit::before,
.btn.btn-reset::before{ 
  display: none;
}
.btn.btn-submit,
.btn.btn-reset{ 
  padding: 0 13px !important;
box-shadow: 0 0 5px rgba(51, 51, 51, 0.21);
}
.btn.btn-submit:not(:hover){ 
  background: var(--primary-color) !important;
  color: #fff !important;
}

/* reCAPTCHA Styles */
.recaptcha-container {
margin: 20px 0;
}

.recaptcha-container .g-recaptcha {
display: inline-block;
margin-bottom: 10px;
}

.recaptcha-note {
color: #666;
font-size: 14px;
margin: 0;
font-style: italic;
}

/* Policy Link Styles */
.policy-link {
color: var(--primary-color);
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}

.policy-link:hover {
color: #555;
text-decoration: underline;
}

/* Responsive reCAPTCHA */
@media (max-width: 575px) {
.recaptcha-container .g-recaptcha {
transform: scale(0.9);
transform-origin: center;
}
}

/* Social Media Widget Styles */
.social-widget {
position: fixed;
bottom: 98px;
right: 19px;
z-index: 9999;
font-family: 'Noto Sans Thai', sans-serif;
}
/* ให้ทุก slide ของ gallery-thumbs แสดงรูปเต็ม */
.swiper.gallery-thumbs .swiper-slide img {
width: 100%; /* ขยายเต็มความกว้างของ slide */
height: 100%; /* ขยายเต็มความสูงของ slide */
object-fit: cover; /* ครอบคลุมเต็มพื้นที่ ไม่บิดสัดส่วน */
display: block; /* ลบ space ใต้ img */
}
.swiper.gallery-thumbs .swiper-slide {
height: 120px; /* ปรับความสูงตามต้องการ */
}
/* Toggle Button */
.widget-toggle {
width: 60px;
height: 60px;
/* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
background: linear-gradient(to bottom right, #585858, #1d1d1d);
border-radius: 50%;
display: none;
/*display: flex;*/
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease;
position: relative;
z-index: 10000;
}

.widget-toggle:hover {
transform: scale(1.1);
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.widget-toggle i {
color: white;
font-size: 24px;
transition: all 0.3s ease;
}

/* Widget Content */
.widget-content {
position: absolute;
bottom: 70px;
right: 0;
/* background: white; */
border-radius: 20px;
padding: 20px 10px;
/* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); */
opacity: 0;
visibility: hidden;
transform: translateY(20px) scale(0.8);
transition: all 0.3s ease;
/* min-width: 280px; */
}

.social-widget.open .widget-content {
opacity: 1;
visibility: visible;
transform: translateY(0) scale(1);
}

/* Social Buttons Container */
.social-buttons {
display: flex;
flex-direction: column;
gap: 15px;
}

/* Social Item */
.social-item {
position: relative;
display: flex;
align-items: center;
gap: 15px;
transition: all 0.3s ease;
}

.social-item:hover {
transform: translateX(5px);
}

/* Social Button */
.social-btn {
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}

.social-btn::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.1);
transform: scale(0);
transition: transform 0.3s ease;
border-radius: 50%;
}

.social-btn:hover::before {
transform: scale(1);
}

.social-btn i {
font-size: 20px;
color: white;
z-index: 1;
position: relative;
}
.social-btn img{ width: 27px;}

/* Social Button Colors */
.tel-btn {
background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.line-btn {
background: linear-gradient(135deg, #00c300 0%, #009900 100%);
}

.facebook-btn {
background: linear-gradient(135deg, #1877f2 0%, #0d6efd 100%);
}

.youtube-btn {
background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

.x-btn {
background: linear-gradient(135deg, #000000 0%, #333333 100%);
}

.instagram-btn {
/* background: linear-gradient(135deg, #e4405f 0%, #c13584 100%); */
background: url('../images/social/instagram-bg.jpg') no-repeat !important;
background-size: cover !important;
background-position: center !important;
}

.shopee-btn {
background: linear-gradient(135deg, #ee4d2d 0%, #ff6b35 100%);
}

.lazada-btn {
/* background: linear-gradient(135deg, #f36f21 0%, #ff6b35 100%); */
background: #833AB4;
background: linear-gradient(220deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

.tiktok-btn {
background: #000;

}
.tiktok-btn:hover{background: linear-gradient(135deg, #000000 0%, #25f4ee 50%, #fe2c55 100%); }

/* Social Label */
.social-label {
font-size: 14px;
font-weight: 500;
color: #333;
white-space: nowrap;
transition: all 0.3s ease;
position: absolute;
right: 70px;
background: #fff;
border-radius: 7px;
box-shadow: 14px 2px 10px #ddd;
padding: 10px;
min-width: 100px;
text-align: center;
}
.social-label::before{
position: absolute;
content: "";
top:0;
bottom: 0;
right: -10px;
margin: auto;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-left: 10px solid #fff;
border-bottom: 10px solid transparent;
}

.social-item:hover .social-label {
color: #667eea;
font-weight: 600;
}

/* Hover Effects */
.social-item.hover .social-btn {
transform: scale(1.1);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
.social-widget {
bottom: 20px;
right: 20px;
}

.widget-toggle {
width: 50px;
height: 50px;
}

.widget-toggle i {
font-size: 20px;
}

.widget-content {
min-width: 250px;
padding: 15px;
bottom: 60px;
}

.social-btn {
width: 45px;
height: 45px;
}

.social-btn i {
font-size: 18px;
}

.social-label {
font-size: 13px;
}
}

@media (max-width: 480px) {
.social-widget {
bottom: 15px;
right: 15px;
}

.widget-content {
min-width: 220px;
padding: 12px;
bottom: 55px;
}

.social-buttons {
gap: 12px;
}

.social-item {
gap: 12px;
}
}

/* Animation for widget opening */
@keyframes widgetSlideIn {
from {
opacity: 0;
transform: translateY(20px) scale(0.8);
}
to {
opacity: 1;
transform: translateY(0) scale(1);
}
}

.social-widget.open .widget-content {
animation: widgetSlideIn 0.3s ease forwards;
}

/* Pulse animation for toggle button */
@keyframes pulse {
0% {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
50% {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15), 0 0 0 10px rgba(102, 126, 234, 0.1);
}
100% {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
}

.widget-toggle:hover {
animation: pulse 2s infinite;
}

/* ABOUT PAGE */
.actions-space{
margin-top: 30px;
text-align: center;
padding-top: 25px;
}
ul.list-coreValue{
display: inline-block;
margin: auto;
}
ul.list-coreValue li{
display: inline-block;
width: calc(100% / 5);
float: left;
padding: 20px;
}
ul.list-coreValue li .coreValue-icon{
height: 60px;
margin-bottom: 15px;
filter: brightness(1) invert(0.8);
transition: all .3s ease-in-out;

}
ul.list-coreValue li:hover .coreValue-icon{
  filter: brightness(1) invert(1);
  transform: scale(1.1);
}
.sect-core-value{
/* background: #ddd; */
background: var(--primary-color);
}
ul.list-group-logo{
display: inline-block;
}
ul.list-group-logo li{
display: inline-block;
float: left;
margin: 0 30px;
}
.group-logo{
height: 80px;
}
ul.list-group-logo li span{
display: block;
margin: 10px 0;
}
.blockquote{ 
  position: relative;
  padding-left: 60px;
  margin-top: 40px;
}
.author .position{
display: block;
font-size: 12px;
color: #6c6c6c;
}
.blockquote-fancy::before{
position: absolute;
top: 0;
font-family: Arial;
line-height: 1;
color: rgba(0, 0, 0, 0.21);
}
.sect-about-csr{
  background: #08254F;
background: linear-gradient(0deg, rgba(8, 37, 79, 1) 1%, rgba(0, 0, 0, 1) 100%);
}
.sect-about-msg .cright{ align-content: center;} 
.bq-vision h4, 
.bq-mission h4{
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* project-detail */

/* ========================================
   PROJECT DETAIL PAGE
======================================== */

/* Hero Banner Section */
.sect-project-hero {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.project-hero-banner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, transparent 100%);
    padding: 60px 0 40px;
    z-index: 2;
}

.hero-text-content {
    color: #fff;
}

.hero-category {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.9);
    display: block;
    margin-bottom: 15px;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    margin: 0;
    line-height: 1.5;
}

/* Main Content Section */
.sect-project-content {
    padding: 60px 0;
    background: #fff;
}

.col-project-info {
    padding-right: 40px;
}

.project-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 25px 0;
    line-height: 1.3;
}

.project-description-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 40px 0;
}

/* Information Boxes */
.project-info-boxes {
    margin-bottom: 50px;
}

.info-box-item {
    margin-bottom: 20px;
}

.info-box {
    display: flex;
    align-items: flex-start;
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
}

.info-box:hover {
    background: #fff;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
    transform: translateY(-2px);
}

.info-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #5c5c5c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.info-icon img{
  width: 28px;
}

.info-icon i {
    font-size: 24px;
    color: #000000;
}

.info-content {
    flex: 1;
}

.info-content h6 {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.info-content p {
    font-size: 14px;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.5;
}

/* About Project Section */
.about-project-section {
    margin-top: 40px;
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #333;
    display: inline-block;
}

.about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 20px 0;
}

.about-content .highlight-text {
    font-size: 17px;
    line-height: 1.8;
    color: #1a1a1a;
    margin: 25px 0 10px 0;
}

.project-features-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.project-features-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.project-features-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}

/* Media Slider Section */
.col-media-slider {
    padding-left: 40px;
}

.media-slider-wrapper {
    position: sticky;
    top: 100px;
}

.project-media-slider {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f0f0;
}

.project-media-slider .swiper-slide {
    position: relative;
}

.media-item {
    position: relative;
    width: 100%;
    padding-bottom: 66.67%; /* 3:2 aspect ratio (600x400) */
    overflow: hidden;
    background: #e0e0e0;
}

.media-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.media-play-overlay:hover {
    background: rgba(0,0,0,0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.media-play-overlay i {
    font-size: 32px;
    color: #fff;
    margin-left: 4px;
}

.project-media-slider .swiper-button-next,
.project-media-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    color: #333;
    transition: all 0.3s ease;
}

.project-media-slider .swiper-button-next:after,
.project-media-slider .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.project-media-slider .swiper-button-next:hover,
.project-media-slider .swiper-button-prev:hover {
    background: #fff;
    transform: scale(1.1);
}

/* Gallery Section */
.sect-project-gallery {
    padding: 60px 0;
    background: #fff;
}

.project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    cursor: pointer;
    background: #f0f0f0;
    margin-bottom: 30px;
}

.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item-col2-row1{ height: 400px;}
.gallery-item-col1-row2{ height: 400px;}
.gallery-item-col2-row2-full{ height: 350px;}
.gallery-item-col1-row4{height: 500px; }

