/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : AeroLogix - Logistics & Transportation HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */

html { scroll-behavior: smooth; }
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. Intro Services css
06. About us css
07. Services css
08. CTA css
09. Recent Project css
10. Our Goals css
11. Features css
12. Latest Posts css
13. Footer css
14. About us Page css
15. Services Page css
16. Service Single css
17. Blog Archive css
18. Blog Single css
19. Contact us Page css
20. Projects Page css
21. Project Single css
22. FAQs css
23. 404 Page css
24. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root{
	--primary-color		: #044bad;
	--secondary-color	: #F7F7F7;
	--text-color		: #333333;
	--accent-color		: #FF7D44;
	--white-color		: #ffffff;
	--divider-color		: #E2E2E2;
	--error-color		: rgb(230, 87, 87);
	--default-font		: "Plus Jakarta Sans", sans-serif;
	--gold-light		: rgb(230, 177, 21);
}


/************************************/
/*** 	   02. General css		  ***/
/************************************/

body{
	font-size: 18px;
	font-weight: 400;
	background: var(--white-color);
	font-family: var(--default-font);
	color: var(--text-color);
	line-height: 1.2em;
}

p{
	line-height: 1.6em;
	margin-bottom: 0;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	font-weight: 700;
	color: var(--primary-color);
}

h2{
	font-size: 40px;
	color: #044bad;
	letter-spacing: -0.02em;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
	line-height: 1.3em;
	color: rgb(230, 177, 21);
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
	line-height: 1.3em;
	color: inherit;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
	color: inherit;
}

html, 
body{
    width: 100%;
    overflow-x: clip;
}

.container{
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
	padding-right: 15px;
	padding-left: 15px;
}

.row{
	margin-right: -15px;
	margin-left: -15px;
}

.row>*{
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters{
    margin-right: 15px;
    margin-left: 15px;
}

.row.no-gutters > *{
    padding-right: 0px;
    padding-left: 0px;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after{
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.reveal{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden;
}

.reveal img{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.btn-default{
    display: inline-block;
    background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218);
    color: var(--white-color);
    font-family: var(--default-font);
	text-transform: capitalize;
	line-height: 1.3em;
    font-size: 18px;
	font-weight: 600;
    padding: 14px 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: none;
    outline: 0;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.btn-default:before{
    content: '';
    position: absolute;
    width: 0;
    height: 104%;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    opacity: 0;
    z-index: -1;
    transform: translateX(-51%) translateY(-51%);
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

.btn-default:hover::before{
    width: 106%;
    opacity: 1;
}

#magic-cursor{
	position: fixed;
	width: 14px !important;
	height: 14px !important;
	pointer-events: none;
	z-index:1000000;
	top: 0;
	left: 0;
}

#ball{
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	background: rgb(230, 177, 21);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1000001;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--accent-color) transparent var(--accent-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 50px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

.section-title{
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.section-title h1,
.section-title h2{
	font-size: 40px;
	color: var(--primary-color);
	letter-spacing: -0.02em;
}

.section-title p{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 20px;
}

/************************************/
/***   	   03. Header css         ***/
/************************************/

.topbar{
	background-color: #044bad;
	padding: 5px 0;
}

.topbar-contact-info{
	padding: 10px 0;
}

.topbar-contact-info ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.topbar-contact-info ul li{
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
}

.topbar-contact-info ul li a{
	color: var(--text-color);
}

.topbar-contact-info ul li i{
	font-size: 16px;
	margin-right: 5px;
	color: var(--primary-color);
}

.topbar-social-links{
	background-color: #044bad;
	padding: 3px 15px;
}

.topbar-social-links ul{
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0;
}

.topbar-social-links ul li{
	display: inline-block;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffffff;
	border-radius: 100%;
	text-align: center;
	color: #ffffff;
	width: 28px;
	height: 28px;
	transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a:hover{
	border: 2px solid rgb(216, 183, 83);
	color: rgb(216, 183, 83);
}

.topbar-social-links ul li:last-child{
	margin-right: 0;
}

.topbar-social-links ul li a i{
	font-size: 15px;
	color: inherit;
}

.main-header{
	background-color: var(--white-color);
	position: relative;
	z-index: 100;
}

header.main-header .header-sticky{
	position: relative;
	top: 0;
	border-bottom: 1px solid #ffffff00;
	z-index: 100;
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: all 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	border-bottom: 1px solid var(--secondary-color);
    transform: translateY(0);
	background: var(--white-color);
}

.navbar>.container{
	display: flex;
	align-items: center;
}

.navbar{
	padding: 0;
}

.main-menu{
	font-family: var(--default-font);
	justify-content: flex-end;
}

.main-menu ul{
	align-items: center;
}

.navbar .main-menu ul li{
	margin: 0 15px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.navbar .main-menu ul li.has-submenu>a{
	position: relative;
	padding-right: 18px;
}

.navbar .main-menu ul li.has-submenu > a:after{
	content: '\f107';
	display: inline-flex;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
	align-items: center;
	margin-left: 5px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
}

.main-menu ul li a{
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	padding: 10px 14px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	border-radius: 4px;
}

.main-menu ul li a:hover,
.main-menu ul li a.active{
	color: #ffffff !important;
	background-color: #0047cc;
}

.main-menu ul ul{
	visibility: hidden;
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 337px !important;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 100%;
    overflow: hidden;
	border-radius: 0 0 10px 10px;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.navbar .main-menu ul li:hover>ul{
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.navbar .main-menu ul ul ul{
	left: 100%;
	top: 0%;
}

.navbar .main-menu ul ul li{
	margin: 0;
}

.navbar .main-menu ul ul li a{
	color: #000000;
	background-color: #ffffff;
	padding: 12px 20px !important;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	font-size: 13px;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a.active{
	color: #ffffff;
	background-color: #0047cc;
}

/* PRODUCTS dropdown narrower width */
#menu > li:nth-child(3) > ul.sub-menu {
    width: 200px;
}

.header-contact-us a{
	display: flex;
	align-items: center;
}

.header-contact-us a img{
	margin-right: 10px;
}

.header-contact-us a h3{
	width: 100%;
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: var(--primary-color);
}

.header-contact-us a h3 span{
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6em;
	color: var(--accent-color);
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	margin-top: 0px;
}

.slicknav_btn{
	background: var(--primary-color);
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 5px;
	border-radius: 0;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	margin: 4px auto !important;
}

.slicknav_menu{
	padding: 0;
	background: #044bad;
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 100vh;
	z-index: 9999;
	margin-top: 0;
	overflow-y: auto;
	transform: translateX(100%);
	transition: transform 0.4s ease-in-out;
	box-shadow: -6px 0 32px rgba(4, 75, 173, 0.25);
}

.slicknav_menu.menu-open {
	transform: translateX(0);
}

/* Overlay */
.slicknav_overlay {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: calc(100% - 280px); height: 100%;
	background: rgba(4, 75, 173, 0.35);
	z-index: 9998;
	transition: opacity 0.4s ease;
}

.slicknav_overlay.active {
	display: block;
}

/* Close button inside drawer */
.slicknav_close_btn {
	display: flex;
	justify-content: flex-end;
	padding: 16px 20px 8px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.slicknav_close_btn button {
	background: transparent;
	border: none;
	color: rgb(230, 177, 21);
	font-size: 22px;
	cursor: pointer;
	line-height: 1;
}

.slicknav_nav ul{
	margin: 0;
	background: #033d96;
}

.slicknav_nav li a{
	position: relative;
	font-size: 14px;
	font-weight: 700;
	padding: 14px 20px;
	margin: 0;
	color: #ffffff;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.slicknav_nav li a:hover{
	background-color: rgb(230, 177, 21);
	color: #ffffff;
	border-radius: 0;
	margin: 0;
}

.slicknav_nav .sub-menu li a{
	padding: 11px 35px;
	background-color: #033d96;
	color: rgba(255,255,255,0.85);
	font-weight: 600;
}

.slicknav_nav .sub-menu li a:hover{
	background-color: rgb(230, 177, 21);
	color: #ffffff;
}

.slicknav_nav .slicknav_row{
	padding: 14px 20px;
	margin: 0;
	background-color: transparent !important;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	width: 20px;
	height: 20px;
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 10px;
	color: rgb(230, 177, 21);
	transition: all 0.3s ease-in-out;
}

.slicknav_open > a .slicknav_arrow:after{
	transform: rotate(-180deg);
}

.navbar-toggle a.slicknav_btn .slicknav_icon span.slicknav_icon-bar{
	transition: 0.1s;
	border-radius: 2px;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
	transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
	opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
	transform: rotate(45deg) translate(-5px, -5px);
}

/************************************/
/*** 	    04. hero css		  ***/
/************************************/

.hero{
	position: relative;
	padding: 120px 0 220px;
	background-image: url(../images/hero-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.hero::before{
	content: '';
	position: absolute;
	background-image: linear-gradient(180deg, transparent 0%, var(--primary-color) 100%);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.hero-video .hero-bg-video{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero-video .hero-bg-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider{
	text-align: left;
	background: none;
	padding: 0;
}

.hero-slider-layout .hero-slide{
	position: relative;
    min-height: calc(100vh - 90px);
    padding: 0;
    display: flex;
    align-items: center;
}

/* Hero Zoom Animations */
@keyframes heroZoomText {
    0%   { opacity: 0; transform: scale(0.85); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes heroZoomImage {
    0%   { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}

.swiper-slide .hero-content,
.swiper-slide .hero-slide-img {
    opacity: 0;
}

.swiper-slide-active .hero-content {
    animation: heroZoomText 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.swiper-slide-active .hero-slide-img {
    animation: heroZoomImage 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.hero.hero-slider:before{
	display: none ;
}

.hero.hero-slider .hero-slider-layout{
	position: relative;
	z-index: 2;
}

.hero-slider-layout .hero-slide::before{
	content: '';
	position: absolute;
	background-image: linear-gradient(180deg, transparent 0%, #0761dc61 100%);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image img,
.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-content{
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.hero-slider-layout .swiper-pagination{
    bottom: 0px;
}

.hero-slider-layout .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #db8e2d;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero-slider-layout .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #db8e2d;
}

.hero-content{
	position: relative;
	z-index: 2;
}

.hero-content-title{
	margin-bottom: 30px;
}

.hero-content-title h1,
.hero-content-title h2{
	width: 100%;
	font-size: 50px;
	color: var(--white-color);
	line-height: 1.4;
}

.hero-content-body{
	margin-bottom: 55px;
}

.hero-content-body p{
	color: var(--white-color);
}

.hero-content-footer .btn-default::before{
	background-color: var(--white-color);
}

.hero-content-footer .btn-default:hover{
	color: var(--primary-color);
}

.video-play-button{
	position: relative;
	z-index: 2;
	text-align: center;
	width: 66px;
	margin: 0 auto;
}

.video-play-button::before{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 3px solid var(--accent-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1s infinite linear;
}

.video-play-button a:after{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 3px solid var(--accent-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1s infinite linear;
	animation-delay: .3s;
}

@-webkit-keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

.video-play-button img{
	width: 65px;
	border: 2px solid var(--accent-color);
	border-radius: 50%;
}

/************************************/
/*** 	05. Intro Services css	  ***/
/************************************/

.cargo-shipment{
	position: relative;
	z-index: 4;
	margin-top: -120px;
}

.cargo-shipment-item{
	position: relative;
	overflow: hidden;
	padding: 30px 50px;
	height: 100%;
	background: var(--white-color);
	box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
	transition: all 0.4s ease-in-out;
}

.cargo-shipment-item::before{
    content: '';
    position: absolute;
	display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: var(--white-color);
	color: var(--primary-color);
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.cargo-shipment-item.active{
	transition: all 0.4s ease-in-out;
}

.cargo-shipment-item.active::before{
	z-index: -1;
}

.cargo-shipment-item:hover:before{
    transform: translate(100%,-100%);
}

.cargo-shipment-item.active::before{
	transform: translate(100%,-100%);
}

.cargo-shipment-image{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.cargo-shipment-item.active .cargo-shipment-image{
	opacity: 1;
}

.cargo-shipment-image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
	opacity: 0.7;
}

.cargo-shipment-item:hover .cargo-shipment-image{
    opacity: 1;
}

.cargo-shipment-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.cargo-shipment-content{
	position: relative;
	z-index: 2;
}

.cargo-shipment-icon{
	margin-bottom: 20px;
}

.cargo-shipment-content h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out;
}

.cargo-shipment-item.active .cargo-shipment-content h3{
	color: var(--white-color);
}

.cargo-shipment-item:hover .cargo-shipment-content h3{
	color: var(--white-color);
}

.cargo-shipment-content p{
	margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
}

.cargo-shipment-item.active .cargo-shipment-content p{
	color: var(--white-color);
}

.cargo-shipment-item:hover .cargo-shipment-content p{
	color: var(--white-color);
}

.cargo-shipment-readmore a{
	font-size: 16px;
	font-weight: 700;
	color: var(--accent-color);
	transition: all 0.4s ease-in-out;
	padding-right: 24px;
	position: relative;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cargo-shipment-readmore a::before{
    content: '\f061';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 900;
    transition: 0.3s ease-in-out;
    background: transparent;
    color: var(--accent-color);
    transform: translateY(-50%);
	display: flex;
    align-items: center;
    justify-content: center;
}

.cargo-shipment-item:hover .cargo-shipment-content a{
	transition: all 0.4s ease-in-out;
	color: var(--white-color);
}

.cargo-shipment-item:hover .cargo-shipment-readmore a::before{
	color: var(--white-color);
}

.cargo-shipment-item.active .cargo-shipment-readmore a{
	color: var(--white-color);
}

.cargo-shipment-item.active .cargo-shipment-readmore a::before{
	color: var(--white-color);
}

/************************************/
/***      06. About us css	      ***/
/************************************/

.home-transportation{
	padding: 100px 0 0px 0;
}

.home-transportation .section-title{
	width: 100%;
	/* max-width: 500px; */
	margin-bottom: 20px;
	text-align: left;
}

.home-transportation .section-title::before{
	display: none;
}

.home-transportation-content{
	margin-right: 15px;
}

.home-transportation-body{
	margin-bottom: 30px;
}

.home-transportation-body p{
	margin-bottom: 15px;
}

.home-transportation-body p:last-child{
	margin-bottom: 0;
}

.home-transportation-footer{
	display: flex;
	align-items: center;
}

.transportation-footer-btn{
	margin-right: 40px;
}

.home-transportation-footer a:last-child{
	margin-right: 0;
}

.home-transportation-content .header-contact-us{
	display: flex;
	align-items: center;
}

.home-transportation-right{
    position: relative;
    background: url(../images/transportation-shape.svg) no-repeat bottom 15px left 28%;
    background-size: auto;
    padding-bottom: 150px;
}

.transportation-img-2 img,
.transportation-img-1 img{
	border-radius: 10px;
}

.transportation-img-1{
	position: relative;
}

.transportation-img-2{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 280px;
}

.transportation-counter-box{
	position: absolute;
	left: 34%;
	bottom: 12%;
	display: inline-block;
	background-color: var(--white-color);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.199);
	border-radius: 10px;
	padding: 30px;
	text-align: center;
}

.transportation-counter-box h3{
	font-size: 46px;
	font-weight: 700;
	color: var(--accent-color);
}

.transportation-counter-box p{
	font-weight: 700;
	text-transform: capitalize;
}

/************************************/
/***       07. Services css       ***/
/************************************/

.our-service{
	background-color: var(--secondary-color);
	padding: 100px 0;
}

.our-service-item{
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.our-service-image{
	border-radius: 10px;
	overflow: hidden;
}

.our-service-image img{
	width: 100%;
	aspect-ratio: 1 / 0.65;
	object-fit: cover;
	border-radius: 10px;
	transition: all 0.5s ease-out;
}

.our-service-item:hover .our-service-image img{
	transform: scale(1.1);
}

.our-service-content{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-top: -10%;
	flex: 1;
}

.service-content-box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75%;
	background-color: var(--primary-color);
	box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
	padding: 10px;
	text-align: center;
	align-self: stretch;
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.service-content-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--white-color);
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.our-service-item:hover .service-content-box::before{
	transform: translate(100%, -100%);
}

.service-content-box .our-service-title{
	position: relative;
	z-index: 2;
}

.our-service-item:hover .service-content-box .our-service-title h2{
	color: var(--white-color);
	transition: all 0.4s ease-in-out;
}

.our-service-item:hover .service-content-box .our-service-title p{
	color: var(--white-color);
	transition: all 0.4s ease-in-out;
}

.our-service-icon{
	margin-right: 10px;
}

.our-service-title h2{
	font-size: 20px;
	font-weight: 700;
	color: var(--text-color);
	text-transform: capitalize;
	padding-bottom: 10px;
}

.our-service-content-button{
	width: 15%;
	background-color: var(--primary-color);
	padding: 13px 11px;
	margin-left: -30px;
	text-align: center;
}

.our-service-content-button a i{
	font-size: 30px;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
}

.our-service-content-button a i:hover{
	color: var(--white-color);
}

.our-service-footer{
	margin-top: 20px;
	text-align: center;
}

/************************************/
/*** 	     08. CTA css	      ***/
/************************************/

.our-contract{
	position: relative;
	background-image: url(../images/contact-bg-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0;
}

.our-contract::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--primary-color);
    opacity: 0.5;
}

.our-cta-box{
	background-color: #044bad4d;
	border-radius: 10px;
	/* max-width: 600px; */
	margin: 0 auto;
	padding: 50px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.our-contract-title{
	margin-bottom: 20px;
}

.our-contract-title h2{
	font-size: 32px;
	font-weight: 700;
	color: var(--white-color);
}

.our-contract-body p{
	color: var(--white-color);
	margin-bottom: 20px;
}

.our-contract-body .btn-default::before{
	background-color: var(--white-color);
}

.our-contract-body .btn-default:hover{
	color: var(--primary-color);
}

.workflow-step:hover > div:first-child{
	box-shadow: 0 0 0 8px rgba(189,142,45,0.25), 0 0 0 16px rgba(189,142,45,0.10);
}

/************************************/
/*** 	09. Recent Project css    ***/
/************************************/

.recent-project{
	padding: 100px 0 0px;
}

.project-slider{
	position: relative;
	width: 1180px;
	margin: 0 auto;
}

.project-item{
	position: relative;
    overflow: hidden;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 30px;
}

.project-image img{
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
	text-align: center;
	transition: all 0.5s ease-out;
}

.project-image{
    perspective: 800px;
}

.project-image figure{
    transform-style: preserve-3d;
    transition: transform 0.7s ease;
    position: relative;
}

.project-item:hover .project-image figure{
    transform: rotateY(180deg);
}

.project-image figure img{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.project-image figure::after{
    content: '';
    position: absolute;
    inset: 0;
    background: var(--primary-color) url(../images/project-img-6.jpg) center / cover no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: rotateY(180deg);
    border-radius: 4px;
}

.project-content{
	content: "";
	position: absolute;
	transition: .5s;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(100%);
	opacity: 0;
	display: flex;
	z-index: 2;
	align-items: flex-end;
	justify-content: flex-end;
}

.project-item:hover .project-content{
	transform: translateY(0);
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.project-item::before{
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	border-radius: 10px;
}

.project-item:hover::before{
	opacity: 1;
}

.project-content-title{
	background-color: var(--primary-color);
	box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
	border-radius: 0 0 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px;
}

.project-content-title h3{
	font-size: 18px;
	font-weight: 600;
	color: var(--white-color);
	text-transform: capitalize;
}

.project-content-title h3 a{
	color: inherit;
}

.project-content-title i{
	font-size: 20px;
	color: var(--accent-color);
}

.client-button-prev{
	left: -4%;
}

.client-button-next{
	right: -4%;
}

.client-button-prev,
.client-button-next{
	color: rgb(230, 177, 21);
	font-size: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.client-button-next:hover,
.client-button-prev:hover{
	color: var(--primary-color);
	opacity: 1;
}

/************************************/
/*** 	  10. Our Goals css	      ***/
/************************************/

.our-goals{
	background-color: var(--secondary-color);
	padding: 100px 0;
}

.our-goals-item{
	background-color: var(--white-color);
	box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
	border-radius: 10px;
	text-align: center;
	padding: 30px;
}

.counter-icon{
	margin-bottom: 20px;
}

.our-goals-counter h3{
	font-size: 50px;
	font-weight: 700;
	color: var(--primary-color);
}

.our-goals-counter h3 span{
	color: inherit;
}

/************************************/
/***       11. Features css	      ***/
/************************************/

.providing-service{
	padding: 100px 0 50px;
}

.Featured-Content-Box img{
	width: 100%;
	border-radius: 10px;
}

.providing-content{
	margin-left: 10px;
}

.providing-content .section-title{
	width: 100%;
	max-width: 450px;
	text-align: left;
	margin-bottom: 30px;
}

.providing-content .section-title h2{
	padding-bottom: 0;
}

.providing-content .section-title::before{
	display: none;
}

.providing-content-body p{
	margin-bottom: 30px;
}

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

.providing-item{
	width: 33.33%;
}

.providing-item .icon-box{
	margin-bottom: 10px;
}

.providing-item span{
	font-weight: 700;
}

/************************************/
/***    11b. Industries css       ***/
/************************************/

.industry-section{
    padding: 60px 20px;
    background: linear-gradient(120deg, #f5f7fb, #ffffff);
}

.ind-title{
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--primary-color);
    margin-bottom: 10px;
    text-align: center;
}

.ind-title span{
    color: rgb(230, 177, 21);
}

.ind-subtitle{
    color: #666;
    margin-bottom: 40px;
    font-size: 16px;
    text-align: center;
}

.ind-slider{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ind-cards{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.ind-card{
    width: 290px;
    background: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0,0,0,0.08);
    transition: 0.3s;
    position: relative;
    padding-bottom: 20px;
    flex-shrink: 0;
}

.ind-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.ind-card--reverse{
    display: flex;
    flex-direction: column;
}

.ind-card--reverse h3{
    margin-top: 20px;
}

.ind-card--reverse .ind-icon{
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 10px auto -30px auto;
    z-index: 1;
}

.ind-card img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.ind-icon{
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--primary-color);
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}

.ind-card h3{
    font-size: 14px;
    color: var(--primary-color);
    margin-top: 40px;
    padding: 0 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.ind-card p{
    font-size: 13px;
    color: #555;
    padding: 10px 18px;
    line-height: 1.5;
    text-align: center;
}

.ind-nav-btn{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: white;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    cursor: pointer;
    position: absolute;
    z-index: 10;
}

.ind-nav-btn i{
    color: var(--primary-color);
    font-size: 18px;
}

.ind-left{
    left: -20px;
}

.ind-right{
    right: -20px;
}

.ind-dots{
    margin-top: 25px;
    text-align: center;
}

.ind-dots span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 4px;
    cursor: pointer;
}

.ind-dots span.active{
    background: var(--primary-color);
}

@media (max-width: 992px){
    .ind-nav-btn{
        display: none;
    }
}

/************************************/
/***    12. Latest Posts css      ***/
/************************************/

.latest-posts{
	padding: 50px 0 70px;
}

.post-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.post-featured-image{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
}

.post-featured-image img{
	aspect-ratio: 1 / 0.70;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img{
    transform: scale(1.1);
}

.post-body h3{
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.post-meta{
	margin-bottom: 20px;
}

.post-meta ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-meta ul li{
	position: relative;
	display: inline-block;
}

.post-meta ul li a{
	font-size: 16px;
	font-weight: 700;
	color: var(--primary-color);
	text-transform: capitalize;
}

.post-readmore a{
	font-size: 16px;
	font-weight: 700;
	color: rgb(230, 177, 21);
	transition: all 0.3s ease-in-out;
	padding-right: 20px;
	position: relative;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

.post-readmore a::before{
    content: '\f061';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 900;
    transition: 0.3s ease-in-out;
    background: transparent;
    color: rgb(230, 177, 21);
    transform: translateY(-50%);
	display: flex;
    align-items: center;
    justify-content: center;
}

.post-readmore:hover a{
	color: var(--primary-color);
}

.post-readmore:hover a::before{
	color: var(--primary-color);
}

/************************************/
/***      13. Footer css	      ***/
/************************************/

/*** New Footer ***/
.nf-footer {
    font-family: NotoSansThai_Regular, Tahoma;
}

.nf-footer-top {
    background-color: #f9f9f9;
    padding: 90px 0 48px;
}

.nf-logo-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nf-logo {
    width: auto;
    height: 140px;
    margin-bottom: 24px;
}

.nf-social-icons {
    display: flex;
    gap: 12px;
}

.nf-social-icons a {
    color: #044bad;
    font-size: 18px;
    transition: opacity 0.2s ease;
}

.nf-social-icons a:hover {
    opacity: 0.7;
}

.nf-col-title {
    color: #044bad;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.5;
}

.nf-col-title-mt {
    margin-top: 28px;
}

.nf-address-col,
.nf-contact-col,
.nf-menu-col {
    padding-top: 4px;
}

.nf-address-text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 16px;
}

.nf-map-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #044bad;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

.nf-map-link:hover {
    text-decoration: underline;
    color: #044bad;
}

.nf-map-link svg {
    color: rgb(230, 177, 21);
    flex-shrink: 0;
}

.nf-info-list p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nf-icon-gold {
    color: rgb(230, 177, 21);
    flex-shrink: 0;
}

.nf-icon-text {
    font-weight: 700;
    font-size: 16px;
}

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

.nf-menu-list li {
    margin-bottom: 8px;
}

.nf-menu-list li a {
    font-size: 16px;
    font-weight: 200;
    color: #666;
    font-family: NotoSansThai_Regular, Tahoma;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.nf-menu-list li a:hover {
    color: #044bad;
}

@media (max-width: 991px) {
    .nf-footer-top {
        padding: 60px 0 36px;
    }
    .nf-logo-col {
        align-items: flex-start;
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .nf-footer-top {
        padding: 48px 0 28px;
    }
    .nf-logo-col {
        /* align-items: revert; */
        margin-bottom: 28px;
    }
    .nf-address-col,
    .nf-contact-col,
    .nf-menu-col {
        margin-bottom: 28px;
    }
    .nf-col-title {
        font-size: 15px;
    }
    .nf-address-text,
    .nf-info-list p,
    .nf-menu-list li a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .nf-footer-top {
        padding: 36px 0 20px;
    }
    .nf-logo {
        width: 80px;
        height: 105px;
        margin-bottom: 16px;
    }
    .nf-social-icons {
        gap: 10px;
    }
    .nf-social-icons a {
        font-size: 16px;
    }
    .nf-col-title {
        font-size: 14px;
    }
    .nf-address-text,
    .nf-info-list p,
    .nf-menu-list li a {
        font-size: 13px;
    }
}

.nf-footer-bottom {
    background-color: #044bad;
    padding: 16px 0;
    text-align: center;
}

.nf-footer-bottom p {
    color: #fff;
    font-size: 12px;
    margin: 0 0 4px;
}

.nf-powered {
    color: #ccc !important;
    font-size: 11px !important;
}

.nf-powered span {
    color: #00d4ff;
    font-weight: 700;
    font-style: italic;
}
/*** End New Footer ***/

/****************************************/
/***      About Slogan Section        ***/
/****************************************/

.about-slogan {
    /* padding: 60px 0; */
    background-color: var(--white-color);
}

.about-slogan-card {
    background: linear-gradient(180deg, #f8f9fa 0%, #1d78ff3d 100%);
    border-radius: 40px;
    padding: 45px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.about-slogan-quote {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 180px;
    font-family: Georgia, serif;
    line-height: 1;
    opacity: 0.05;
    color: #044bad;
    user-select: none;
}

.about-slogan-quote.left  { left: 24px; }
.about-slogan-quote.right { right: 24px; }

.about-slogan-text {
    position: relative;
    z-index: 1;
    font-size: 50px;
    word-spacing: 5px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.5px;
    margin: 0;
}

.about-slogan-text .text-gold         { color: rgb(230, 177, 21); }
.about-slogan-text .text-primary-blue { color: #044bad; }

@media (max-width: 768px) {
    .about-slogan-card  { padding: 50px 30px; border-radius: 24px; }
    .about-slogan-text  { font-size: 24px; }
    .about-slogan-quote { font-size: 100px; }
}

/****************************************/
/***     About Overview Section       ***/
/****************************************/

.about-overview {
    padding: 80px 0;
    background-color: var(--white-color);
}

.about-overview-inner {
    max-width: 860px;
    margin: 0 auto;
}

/* Icon */
.about-overview-icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.about-overview-icon svg,
.about-overview-icon img {
    width: 90px;
    height: 100px;
    object-fit: contain;
}

.about-overview-icon-label {
    font-size: 11px;
    font-weight: 700;
    color: #044bad;
    margin-top: 4px;
    letter-spacing: 1px;
}

/* Subtitle */
.about-overview-subtitle {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-overview-subtitle .text-primary-blue { color: #044bad; }
.about-overview-subtitle .text-gold         { color: rgb(230, 177, 21); }

/* Main Heading */
.about-overview-heading {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 40px;
}

.about-overview-heading .text-gold         { color: rgb(230, 177, 21); }
.about-overview-heading .text-primary-blue { color: #044bad; }

/* Body paragraphs */
.about-overview-body {
    /* text-align: left; */
}

.about-overview-body p {
    font-size: 16px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 24px;
}

.about-overview-body p:last-child { margin-bottom: 0; }

/* Responsive */
@media (max-width: 768px) {
    .about-overview-heading  { font-size: 28px; }
    .about-overview-subtitle { font-size: 15px; }
}

/****************************************/
/***      About Mission Section       ***/
/****************************************/

/* ── Scroll slide-in animation ── */
.sl-from-left,
.sl-from-right {
    opacity: 0;
    transition: opacity 0.75s ease, transform 0.75s ease;
    will-change: opacity, transform;
}
.sl-from-left  { transform: translateX(-60px); }
.sl-from-right { transform: translateX(60px); }

.sl-from-left.sl-visible,
.sl-from-right.sl-visible {
    opacity: 1;
    transform: translateX(0);
}

/* Stagger right column slightly */
.sl-from-right { transition-delay: 0.15s; }

/* ── Health card stagger animation ── */
.sl-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    will-change: opacity, transform;
}
.sl-card.sl-visible {
    opacity: 1;
    transform: translateY(0);
}
.sl-card:nth-child(1) { transition-delay: 0s; }
.sl-card:nth-child(2) { transition-delay: 0.15s; }
.sl-card:nth-child(3) { transition-delay: 0.30s; }
.sl-card:nth-child(4) { transition-delay: 0.45s; }

/* Stylish image frame */
.sl-img-frame img {
    border-radius: 24px 6px 24px 6px;
    box-shadow: 0 16px 48px rgba(4, 75, 173, 0.14);
    width: 100%;
    height: auto;
    display: block;
}

.about-mission {
    padding: 90px 0;
    background-color: var(--white-color);
}

/* Left image */
.about-mission-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(4, 75, 173, 0.12);
}

.about-mission-img::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: 100%;
    height: 100%;
    border: 3px solid rgb(230, 177, 21);
    border-radius: 12px;
    z-index: 0;
}

.about-mission-img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* Right content */
.about-mission-content {
    padding-left: 40px;
}

.about-mission-heading {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 28px;
}

.about-mission-heading .text-primary-blue { color: #044bad; }
.about-mission-heading .text-gold         { color: rgb(230, 177, 21); }

.about-mission-desc {
    font-size: 16px;
    color: #555;
    line-height: 2;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .about-mission-img {
        margin-bottom: 48px;
    }
    .about-mission-img::before {
        display: none;
    }
    .about-mission-content {
        padding-left: 0;
    }
    .about-mission-heading {
        font-size: 26px;
        text-align: center;
    }
    .about-mission-desc {
        text-align: center;
    }
}

/****************************************/
/***      About Global Section        ***/
/****************************************/

.about-global {
    padding: 40px 0;
    background-color: #f9fafb;
}

.about-global-content {
    padding-right: 40px;
}

.about-global-heading {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 28px;
}

.about-global-heading .text-primary-blue { color: #044bad; }
.about-global-heading .text-gold         { color: rgb(230, 177, 21); }

.about-global-desc {
    font-size: 16px;
    color: #555;
    line-height: 2;
    margin-bottom: 0;
}

/* Map */
.about-map-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.about-map-img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.85;
}

/* Pin base */
.about-map-pin {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, -100%);
}

.about-map-pin svg {
    width: 28px;
    height: 28px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}

.about-map-pin span {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #044bad;
    margin-top: 2px;
    white-space: nowrap;
}

/* Pin positions (relative to map image) */
.pin-thailand { top: 58%; left: 62%; }
.pin-thailand svg { width: 34px; height: 34px; }

.pin-china    { top: 32%; left: 68%; }
.pin-china svg { width: 34px; height: 34px; }

.pin-vietnam  { top: 62%; left: 68%; }
.pin-vietnam svg { width: 34px; height: 34px; }

.pin-india    { top: 64%; left: 41.5%; }
.pin-india svg { width: 40px; height: 40px; }

.pin-japan    { top: 38%; left: 76%; }
.pin-japan svg { width: 34px; height: 34px; }

.pin-uae      { top: 48%; left: 53%; }
.pin-uae svg { width: 34px; height: 34px; }

.pin-germany  { top: 28%; left: 47%; }
.pin-germany svg { width: 34px; height: 34px; }

.pin-usa      { top: 38%; left: 18%; }
.pin-usa svg { width: 34px; height: 34px; }

.pin-australia { top: 72%; left: 76%; }
.pin-australia svg { width: 34px; height: 34px; }

/* Pin bounce animation */
@keyframes pinBounce {
    0%, 100% { transform: translate(-50%, -100%); }
    50%       { transform: translate(-50%, -120%); }
}
.pin-thailand,
.pin-china,
.pin-vietnam,
.pin-india,
.pin-japan,
.pin-uae,
.pin-germany,
.pin-usa,
.pin-australia { animation: pinBounce 1.6s ease-in-out infinite; }

/****************************************/
/***          CSR Section             ***/
/****************************************/

.about-csr {
    padding: 80px 0 70px;
    background-color: var(--white-color);
}

/* Intro */
.csr-intro {
    margin-bottom: 48px;
}

.csr-subtitle {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgb(230, 177, 21);
    margin-bottom: 12px;
}

p.csr-subtitle {
    font-size: 28px !important;
    color: #4a4a4a !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.csr-accent {
    /* width: 50px; */
    /* height: 3px; */
    /* background-color: rgb(230, 177, 21); */
    margin: 0 auto 20px;
    border-radius: 2px;
}

.csr-tagline {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    color: #444;
    margin-bottom: 0;
}

/* Hero image */
.csr-hero-img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.csr-hero-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .csr-hero-img img { height: 220px; }
    .csr-tagline      { font-size: 16px; }
}

/****************************************/
/***       Mission Statement Section  ***/
/****************************************/

.mission-section {
    padding-top: 80px;
    padding-bottom: 80px;
    /* background-color: #eceef18c; */
    /* max-width: 900px; */
    margin: 0 auto;
    text-align: center;
}

.quote-container {
    margin-bottom: 36px;
    background-color: #f5ead54a;
    padding: 30px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.brand-name {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgb(230, 177, 21);
    margin-bottom: 20px;
}

.main-quote {
    font-size: 26px;
    font-style: italic;
    font-weight: 600;
    color: #000000;
    line-height: 1.55;
    margin-bottom: 0;
}

.mission-section .description {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.8;
    max-width: 780px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .mission-section {
        padding: 50px 20px;
    }
    .main-quote { font-size: 18px; }
}

/****************************************/
/***         Approach Section         ***/
/****************************************/

.approach-section {
    padding: 80px 60px;
    background-color: #f5f8ff;
    text-align: center;
}

.approach-section-title {
    font-size: 36px;
    font-weight: 700;
    color: rgb(230, 177, 21);
    margin-bottom: 56px;
}

.approach-highlight {
    color: #044bad;
}

.approach-cards-container {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.approach-card {
    flex: 1 1 420px;
    max-width: 500px;
    background-color: var(--white-color);
    border-radius: 16px;
    padding: 48px 40px;
    box-shadow: 0 4px 24px rgba(4, 75, 173, 0.08);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.approach-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(4, 75, 173, 0.14);
}

.approach-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #e8f0fe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px auto;
    transition: background-color 0.3s ease;
}

.approach-card:hover .approach-icon-wrapper {
    background-color: #044bad;
}

.approach-icon-wrapper i {
    font-size: 32px;
    color: #044bad;
    transition: color 0.3s ease;
}

.approach-card:hover .approach-icon-wrapper i {
    color: #ffffff;
}

.approach-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #044bad;
    margin-bottom: 16px;
    line-height: 1.4;
}

.approach-card-text {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .approach-section {
        padding: 50px 20px;
    }
    .approach-section-title { font-size: 26px; }
    .approach-card { padding: 32px 24px; }
}

/****************************************/
/***       Services Intro Section     ***/
/****************************************/

.services-intro {
    font-family: NotoSansThai_Regular, Tahoma, 'Segoe UI', sans-serif;
    text-align: center;
    max-width: 1000px;
    margin: 0px auto;
    padding: 0 20px;
    line-height: 1.6;
}

.services-intro .blue-text  { color: #044bad; }
.services-intro .yellow-text { color: rgb(230, 177, 21); }

.italic-quote {
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 700;
    color: #044bad;
    /* margin-bottom: 80px; */
    line-height: 1.5;
}

.services-header .main-title {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #044bad;
    margin-bottom: 10px;
}

.services-header .sub-quote {
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 700;
    color: #044bad;
    margin-bottom: 25px;
}

.services-header .description-text {
    font-size: 1.05rem;
    color: #555;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .services-header .main-title { font-size: 1.8rem; }
    .italic-quote,
    .services-header .sub-quote  { font-size: 1.4rem; }
    .italic-quote                 { margin-bottom: 40px; }
}

/****************************************/
/***          CTA Banner Section      ***/
/****************************************/

.cta-banner {
    padding: 60px 20px;
    background-color: var(--white-color);
}

.cta-overlay {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-image: url('../images/hero_img_1.png');
    border-radius: 16px;
    overflow: hidden;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    box-shadow: 0 12px 40px rgba(4, 75, 173, 0.18);
}

.cta-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.538) 0%, rgba(0, 0, 0, 0.527) 100%);
    border-radius: 16px;
    z-index: 0;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-content {
    max-width: 780px;
    text-align: center;
}

.cta-title {
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    color: var(--white-color);
    margin-bottom: 24px;
    line-height: 1.35;
}

.cta-description {
    font-size: 22px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.85;
    margin-bottom: 40px;
}

.contact-button {
    display: inline-block;
    padding: 14px 48px;
    background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218);
    box-shadow: 0 2px 10px rgba(199, 154, 43, 0.4);
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-button:hover {
    background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(199, 154, 43, 0.55);
    color: var(--white-color);
    text-decoration: none;
}

@media (max-width: 768px) {
    .cta-overlay { border-radius: 10px; padding: 40px 24px; }
    .cta-title  { font-size: 1.6rem; }
    .cta-description { font-size: 0.95rem; }
    .contact-button { padding: 12px 32px; }
}

/****************************************/
/***         Health Section           ***/
/****************************************/

.about-health {
    padding: 10px 0;
    background-color: var(--white-color);
}

/* Left icon card */
.health-icon-card {
    background-color: #f9fafb;
    border-radius: 40px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 32px;
    height: 100%;
}

.health-icon-wrap {
    position: relative;
    width: 128px;
    height: 128px;
    margin-bottom: 24px;
}

.health-heart-icon {
    width: 128px;
    height: 128px;
    color: #dc2626;
    fill: #dc2626;
    display: block;
}

.health-pulse-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
}

.health-plus-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
    background-color: #dc2626;
    border-radius: 50%;
    border: 3px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.health-plus-badge svg {
    width: 18px;
    height: 18px;
}

.health-icon-title {
    font-size: 28px;
    font-weight: 800;
    color: rgb(230, 177, 21);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Right 2x2 grid */
.health-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    height: 100%;
}

.health-card {
    background-color: rgba(186, 230, 253, 0.5);
    border-radius: 24px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.health-card:hover {
    background-color: rgba(147, 197, 253, 0.6);
    transform: translateY(-3px);
}

.health-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #044bad;
    margin-bottom: 10px;
    line-height: 1.4;
}

.health-card-desc {
    font-size: 13px;
    font-style: italic;
    color: #1e3a6e;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .health-icon-card  { min-height: 280px; margin-bottom: 24px; }
    .health-cards-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
    .health-cards-grid { grid-template-columns: 1fr; }
}

/****************************************/
/***          HSE Section             ***/
/****************************************/

.about-hse {
    padding: 90px 0;
    background-color: #f9fafb;
}

.about-hse-inner {
    max-width: 800px;
    margin: 0 auto;
}

.hse-subtitle {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgb(230, 177, 21);
    margin-bottom: 16px;
}

.hse-heading {
    font-size: 28px;
    font-weight: 700;
    color: #044bad;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 32px;
}

.hse-quotes {
    /* max-width: 600px; */
    margin: 0 auto 60px;
}

.hse-quote-main {
    font-size: 16px;
    font-style: italic;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.8;
}

.hse-quote-sub {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    margin-bottom: 0;
}

/* HSE Diagram — 3 circles in trefoil layout */
.hse-diagram {
    position: relative;
    width: 388px;
    height: 340px;
    margin: 0 auto;
}

/* Center HSE label */
.hse-center-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 28px;
    font-weight: 900;
    color: #222;
    background: #ffffff;
    padding: 6px 14px;
    border-radius: 6px;
    letter-spacing: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Circle base */
.hse-circle {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hse-circle svg {
    width: 38px;
    height: 38px;
}

.hse-circle span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #333;
}

/* Health — top center, red */
.hse-circle-health {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 12px solid #dc2626;
    color: #dc2626;
    padding-bottom: 30px;
}

/* Environment — bottom left, green */
.hse-circle-env {
    bottom: 0;
    left: 0;
    border: 12px solid #16a34a;
    color: #16a34a;
    padding-top: 30px;
}

/* Safety — bottom right, gold */
.hse-circle-safety {
    bottom: 0;
    right: 0;
    border: 12px solid rgb(230, 177, 21);
    color: rgb(230, 177, 21);
    padding-top: 30px;
}

@media (max-width: 576px) {
    .hse-diagram      { width: 280px; height: 280px; }
    .hse-circle       { width: 150px; height: 150px; }
    .hse-center-label { font-size: 22px; }
    .hse-heading      { font-size: 22px; }
}

/****************************************/
/***       Governance Section         ***/
/****************************************/

.about-governance {
    padding: 80px 0;
    background-color: var(--white-color);
}

/* Parallax governance section */
.gov-parallax-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: none;
}

.gov-parallax-bg {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 160%;
    z-index: 0;
    will-change: transform;
    transition: transform 0.05s linear;
}

.gov-parallax-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gov-parallax-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,10,40,0.62) 0%, rgba(0,10,40,0.50) 100%);
}

/* Hero image */
.gov-hero-img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 60px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.gov-hero-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

/* Text readability over video */
.gov-parallax-section .gov-subtitle { color: rgb(230, 177, 21); }
.gov-parallax-section .gov-desc     { color: rgba(255,255,255,0.88); }
.gov-parallax-section .gov-heading  { color: #fff; }

/* Intro block */
.gov-intro {
    max-width: 860px;
    margin: 0 auto 60px;
}

.gov-subtitle {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgb(230, 177, 21);
    margin-bottom: 10px;
}

.gov-accent {
    /* width: 50px; */
    /* height: 3px; */
    /* background-color: rgb(230, 177, 21); */
    margin: 0 auto 24px;
    border-radius: 2px;
}

.gov-desc {
    font-size: 16px;
    color: #555;
    line-height: 2;
    margin-bottom: 36px;
}

.gov-desc strong {
    color: #222;
}

.gov-heading {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 0;
}

.gov-heading .text-primary-blue { color: #044bad; }

/* Cards row — 5 equal columns */
.gov-cards {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.gov-card {
    flex: 1;
    border: 2px solid rgba(255,255,255,0.25);
    border-radius: 24px;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(0,0,0,0.38);
    backdrop-filter: blur(4px);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.gov-card:hover {
    background-color: rgba(0,0,0,0.55);
    transform: translateY(-4px);
}

.gov-card-icon {
    margin-bottom: 16px;
}

.gov-card-icon svg {
    width: 56px;
    height: 56px;
    color: #fff;
}

.gov-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 14px;
}

.gov-card-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.82);
    line-height: 1.8;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1199px) {
    .gov-cards { flex-wrap: wrap; }
    .gov-card   { flex: 0 0 calc(50% - 8px); }
}

@media (max-width: 576px) {
    .gov-card       { flex: 0 0 100%; }
    .gov-heading    { font-size: 24px; }
    .gov-hero-img img { height: 200px; }
}

/****************************************/
/***     Branch Accordion Section     ***/
/****************************************/

.branch-section {
    padding: 80px 0;
    background-color: var(--white-color);
}

.branch-item {
    margin-bottom: 32px;
}

/* Flag */
.branch-flag {
    padding: 0 16px 8px;
}

.branch-flag img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #dde3ee;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Accordion button */
.branch-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #044bad;
    color: #ffffff;
    padding: 14px 24px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.25s ease;
}

.branch-btn:hover,
.branch-item.active .branch-btn {
    background-color: #033c92;
}

/* Chevron icon */
.branch-chevron {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.branch-item.active .branch-chevron {
    transform: rotate(180deg);
}

/* Panel */
.branch-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
    background-color: #ffffff;
    border: 1px solid #dde3ee;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.branch-panel-inner {
    padding: 20px 24px;
}

.branch-panel-inner p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 8px;
}

.branch-panel-inner p:last-child {
    margin-bottom: 0;
}

.branch-panel-inner strong {
    color: #044bad;
}

/* Responsive */
@media (max-width: 767px) {
    .branch-item { margin-bottom: 20px; }
}

/****************************************/
/***  About International Group       ***/
/****************************************/

.about-international {
    padding: 45px 0;
    background-color: #f9fafb;
}

.about-international-inner {
    max-width: 860px;
    margin: 0 auto;
}

.about-intl-subtitle {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgb(230, 177, 21);
    margin-bottom: 8px;
}

.about-intl-heading {
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    color: #044bad;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-intl-accent {
    /* width: 60px; */
    /* height: 3px; */
    /* background-color: rgb(230, 177, 21); */
    margin: 0 auto 40px;
    border-radius: 2px;
}

.about-intl-body {
    text-align: left;
}

.about-intl-body p {
    font-size: 16px;
    color: #555;
    line-height: 2;
    margin-bottom: 24px;
}

.about-intl-body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .about-intl-heading { font-size: 28px; }
    .about-intl-body    { text-align: center; }
}

/****************************************/
/***      About Offices Section       ***/
/****************************************/

.about-offices {
    padding: 60px 0 80px;
    /* background-color: #f4f7fb; */
}

.offices-heading {
    margin-bottom: 48px;
}

.offices-heading h2 {
    font-size: 36px;
    font-weight: 900;
    color: #044bad;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.offices-heading h2 span {
    color: rgb(230, 177, 21);
}

.offices-accent {
    width: 60px;
    height: 3px;
    background: rgb(230, 177, 21);
    margin: 0 auto;
    border-radius: 2px;
}

/* Each office item: flag stacked above accordion */
.office-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 18px;
}

.office-flag {
    width: 60px;
    margin-bottom: 8px;
    margin-left: 4px;
}

.office-flag img {
    width: 60px;
    height: auto;
    display: block;
    border-radius: 4px;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.15); */
}

.office-accordion {
    width: 100%;
    border: 1px solid #dde4f0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(4,75,173,0.06);
}

.office-acc-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    cursor: pointer;
    background: #044bad;
    border: none;
    outline: none;
    user-select: none;
    transition: background 0.25s;
    text-align: left;
}

.office-acc-header:hover {
    background: #033a8a;
}

.office-country-name {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hq-badge {
    font-size: 13px;
    font-weight: 700;
    background: rgb(230, 177, 21);
    color: #1a1a1a;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.office-acc-icon {
    color: rgb(230, 177, 21);
    font-size: 18px;
    transition: transform 0.3s ease;
}

.office-acc-header[aria-expanded="true"] .office-acc-icon {
    transform: rotate(180deg);
}

.office-acc-body {
    padding: 20px 22px;
}

.office-acc-body p {
    font-size: 17px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 10px;
}

.office-acc-body p:last-child { margin-bottom: 0; }

.office-company strong {
    color: #044bad;
    font-size: 18px;
}

.office-icon {
    color: rgb(230, 177, 21);
    margin-right: 6px;
    font-size: 17px;
}

.office-acc-body a {
    color: #044bad;
    text-decoration: none;
}

.office-acc-body a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .offices-heading h2 { font-size: 26px; }
    .office-flag { width: 44px; }
    .office-flag img { width: 44px; }
    .office-country-name { font-size: 15px; }
}

/****************************************/
/***      About Quality Section       ***/
/****************************************/

.about-quality {
    padding: 45px 0;
    background-color: var(--white-color);
}

.about-quality-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(4, 75, 173, 0.12);
}

.about-quality-img::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: 100%;
    height: 100%;
    border: 3px solid #044bad;
    border-radius: 12px;
    z-index: 0;
}

.about-quality-img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    display: block;
}

.about-quality-content {
    padding-left: 40px;
}

.about-quality-heading {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 28px;
}

.about-quality-heading .text-gold         { color: rgb(230, 177, 21); }
.about-quality-heading .text-primary-blue { color: #044bad; }

.about-quality-desc {
    font-size: 16px;
    color: #555;
    line-height: 2;
    margin-bottom: 0;
}

/* Responsive — Global & Quality */
@media (max-width: 991px) {
    .about-global-content,
    .about-quality-content {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        margin-top: 40px;
    }
    .about-global-heading,
    .about-quality-heading {
        font-size: 26px;
    }
    .about-quality-img::before { display: none; }
    .about-quality-img { margin-bottom: 0; }
}

/****************************************/
/***      Why Choose INPAT Section    ***/
/****************************************/

.why-inpat {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f5ff 0%, #ffffff 60%, #f7f9fc 100%);
}

/* Header */
.why-inpat-header {
    margin-bottom: 50px;
}

.why-inpat-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgb(230, 177, 21);
    margin-bottom: 10px;
}

.why-inpat-title {
    font-size: 38px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 18px;
    line-height: 1.25;
}

.why-inpat-title span {
    color: #044bad;
}

.why-inpat-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #044bad, rgb(230, 177, 21));
    border-radius: 2px;
    margin: 0 auto;
}

/* Cards */
.why-inpat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 30px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #e4ecfa;
    box-shadow: 0 2px 16px rgba(4, 75, 173, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    overflow: hidden;
}

.why-inpat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #044bad, rgb(230, 177, 21));
    border-radius: 16px 16px 0 0;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.why-inpat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(4, 75, 173, 0.13);
    border-color: #b8ccf0;
}

.why-inpat-card:hover::before {
    opacity: 1;
}

/* Icon */
.why-inpat-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #044bad 0%, #2b7fff 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(4, 75, 173, 0.25);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
}

.why-inpat-icon::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0));
}

.why-inpat-card:hover .why-inpat-icon {
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 12px 28px rgba(4, 75, 173, 0.35);
    background: linear-gradient(135deg, rgb(230, 177, 21) 0%, #e0b84e 100%);
}

.why-inpat-icon i {
    font-size: 24px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.why-inpat-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
    line-height: 1.5;
}

.why-inpat-card p {
    font-size: 14px;
    color: #5a6580;
    line-height: 1.85;
    margin-bottom: 0;
    flex: 1;
}

/* Responsive */
@media (max-width: 991px) {
    .why-inpat { padding: 60px 0; }
    .why-inpat-title { font-size: 28px; }
}

@media (max-width: 576px) {
    .why-inpat { padding: 50px 0; }
    .why-inpat-title { font-size: 24px; }
    .why-inpat-card { padding: 28px 22px 26px; }
    .why-inpat-icon { width: 54px; height: 54px; }
    .why-inpat-icon i { font-size: 20px; }
}

/****************************************/
/***      About Banner Section        ***/
/****************************************/

.about-banner {
    background-image: linear-gradient(to left, rgba(4, 74, 173, 0.268), rgba(255, 255, 255, 0.537)), url(../../public/images/hero_img_1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 100px;
    overflow: hidden;
    min-height: 88vh;
    display: flex;
    align-items: center;
}

/* Left text content */
.about-banner-content {
    padding-right: 20px;
}

.about-banner-heading {
    font-size: 78px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.about-banner-heading .text-dark-blue {
    color: #ffffff;
}

.about-banner-heading .text-gold {
    color: rgb(230, 177, 21);
}

.about-banner-subheading {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 20px;
}

.about-banner-subheading .text-gold {
    color: rgb(230, 177, 21);
}

.about-banner-desc {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.btn-about-contact {
    display: inline-block;
    background-color: #044bad;
    color: #ffffff;
    padding: 12px 36px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-about-contact:hover {
    background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218);
    border-color: #c79a2b;
    color: #ffffff;
}

/* Right product images */
.about-banner-images {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0;
    padding-bottom: 10px;
}

.ab-img-card {
    /* background: #ffffff; */
    padding: 8px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
    /* border: 1px solid #e8e8e8; */
}

.ab-img-card img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Left card: small, rotated */
.ab-img-left {
    width: 120px;
    height: 160px;
    transform: rotate(-5deg) translateY(20px);
    z-index: 1;
    margin-right: -15px;
}

/* Center card: large, elevated */
.ab-img-center {
    /* width: 180px; */
    /* height: 240px; */
    /* transform: translateY(-20px); */
    z-index: 2;
}

/* Right card: tall, upright */
.ab-img-right {
    width: 100px;
    height: 300px;
    z-index: 3;
    margin-left: -10px;
}

/* ── About Banner Animations ── */
@keyframes bannerSlideFromLeft {
    0%   { opacity: 0; transform: translateX(-60px) scale(0.95); }
    100% { opacity: 1; transform: translateX(0)     scale(1); }
}

@keyframes bannerDropFromTop {
    0%   { opacity: 0; transform: translateY(-80px) scale(0.92); }
    100% { opacity: 1; transform: translateY(0)     scale(1); }
}

.about-banner-content {
    opacity: 0;
    animation: bannerSlideFromLeft 0.6s ease-in-out 0s forwards;
}

.about-banner-images {
    opacity: 0;
    animation: bannerDropFromTop 0.6s ease-in-out 0.1s forwards;
}

.ab-img-card img {
    transition: transform 0.4s ease-in-out;
}

.ab-img-card:hover img {
    transform: scale(1.06);
}

/* Responsive */
@media (max-width: 991px) {
    .about-banner {
        padding: 70px 0 60px;
    }
    .about-banner-heading {
        font-size: 40px;
    }
    .about-banner-subheading {
        font-size: 24px;
    }
    .about-banner-images {
        justify-content: center;
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .about-banner-heading {
        font-size: 32px;
    }
    .ab-img-left  { width: 80px;  height: 110px; }
    .ab-img-center{ width: 100%; height: auto; }
    .ab-img-right { width: 70px;  height: 220px; }
}

.mega-footer{
	background-color: #044bad;
	padding: 80px 0;
}

.footer-heading{
	margin-bottom: 20px;
	text-align: center;
}

.footer-heading figure img{
	height: 100px;
	width: auto;
}

.footer-heading h2{
	font-size: 20px;
	font-weight: 700;
	color: var(--accent-color);
}

.footer-content{
	margin-bottom: 30px;
}

.footer-content p{
	max-width: 300px;
	color: var(--white-color);
}

.footer-social-link ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.footer-social-link ul li{
	display: inline-block;
	margin-right: 5px;
}

.footer-social-link ul li:last-child{
	margin-right: 0;
}

.footer-social-link ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
	border-radius: 100%;
	text-align: center;
	color: #ffffff;
	width: 38px;
	height: 38px;
	transition: all 0.3s ease-in-out;
}

.footer-social-link ul li a:hover{
	border: 1px solid rgb(230, 177, 21);
	background-color: transparent;
	color: rgb(230, 177, 21);
}

.footer-social-link ul li a i{
	font-size: 18px;
	color: inherit
}

.footer-links{
	margin: 0 auto;
}

.footer-info-heading{
	position: relative;
	margin-bottom: 20px;
}

.footer-info-heading h2{
	font-size: 20px;
	font-weight: 700;
	color: var(--white-color);
	text-transform: capitalize;
}

.footer-links ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-links ul li{
	color: var(--white-color);
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li:last-child{
	margin-bottom: 0px;
}

.footer-links ul li:hover{
	color: var(--accent-color);
}

.footer-links ul li a{
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.footer-info-box{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.footer-info-box:last-child{
	margin-bottom: 0;
}

.footer-info-box .icon-box{
    position: absolute;
    top: 2px;
    left: 0;
}

.footer-info-box .icon-box i{
	font-size: 20px;
	color: #ffffff;
	transition: color 0.3s ease-in-out;
}

.footer-info-box:hover .icon-box i{
	color: rgb(230, 177, 21);
}

.footer-info-box p{
	font-size: 16px;
    color: var(--white-color);
}

.newsletters-content{
	margin-bottom: 20px;
}

.newsletters-content p{
	color: var(--white-color);
}

.newsletters-form .mail-box{
	background-color: transparent;
	border-bottom: 2px solid var(--white-color);
}

.newsletters-form .mail-box button{
	background: transparent;
	border: none;
	margin-top: 11px;
}

.newsletters-form .mail-box .form-control{
	background-color: transparent;
	border: none;
	color: var(--white-color);
	padding: 10px 2px;
	box-shadow: none;
}

.form-group .help-block.with-errors{
	color: var(--error-color);
}

.newsletters-form .mail-box .form-control::placeholder{
	font-size: 14px;
	font-weight: 400;
	color: var(--white-color);
	opacity: 0.5;
}

.newsletters-form .mail-box i{
	font-size: 20px;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
}

.newsletters-form .mail-box i:hover{
	color: var(--white-color);
}

.footer-copyright h3 b{
	color: var(--button-secondary-color);
}

.footer-copyright-links{
	background-color: #044bad;
	color: var(--white-color);
	padding: 20px 0;
}

.footer-copyright p{
	font-weight: 600;
	text-align: left;
}

.footer-copyright p b{
	color: var(--primary-color);
}

.footer-policy-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.footer-policy-links ul li{
	position: relative;
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
}

.footer-policy-links ul li:before{
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: var(--white-color);
    position: absolute;
    top: 5px;
    left: 0;
}

.footer-policy-links ul li:first-child{
	padding-left: 0;
}

.footer-policy-links ul li:first-child:before{
	display: none;
}

.footer-policy-links ul li a{
	font-size: 16px;
	font-weight: 600;
	color: var(--white-color);
}

/************************************/
/***    14. About us Page css	  ***/
/************************************/

.page-header{
	position: relative;
	background-image: url(../images/page-heade-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0;
}

.page-header:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(268deg, transparent 0%, var(--primary-color) 74%);
}

.page-header-box{
	position: relative;
	z-index: 1;
}

.page-header-box h2{
	font-size: 50px;
	font-weight: 700;
	color: var(--white-color);
	margin-bottom: 20px;
}

.page-header-box .breadcrumb{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.page-header-box ol.breadcrumb li{
	font-size: 20px;
	font-weight: 700;
	color: var(--white-color);
	margin-right: 12px;
	text-transform: capitalize;
}

.page-header-box ol.breadcrumb li:last-child{
	margin-right: 0;
}

.page-header-box ol.breadcrumb li a{
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}

.page-header-box ol.breadcrumb li:after{
	content: '\f061';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 20px;
	color: var(--accent-color);
	margin-left: 12px;
}

.page-header-box ol.breadcrumb li:last-child:after{
	display: none;
}

.home-transportation.about-transportation{
	padding: 100px 0 50px;
}

.about-transport{
	padding: 50px 0 100px;
}

.transport-item{
	border-right: 1px solid var(--divider-color);
	padding: 10px 40px;
	height: 100%;
}

.about-transport .col-md-4:last-child .transport-item{
	border: none;
}

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

.transport-content h3{
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 20px;
	text-transform: capitalize;
}

.our-indurstry{
	background-color: var(--secondary-color);
	padding: 100px 0;
}

.our-indurstry .section-title{
	text-align: left;
	margin-bottom: 20px;
}

.our-indurstry .section-title::before{
	display: none;
}

.indurstry-image figure{
	width: 100%;
}

.indurstry-image figure img{
	width: 100%;
	border-radius: 10px;
}

.our-indurstry-content{
	margin-left: 20px;
}

.indurstry-content p{
	margin-bottom: 25px;
}

.indurstry-content ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 15px;
}

.indurstry-content ul li{
	width: 50%;
	font-size: 16px;
	font-weight: 600;
	color: var(--text-color);
	text-transform: capitalize;
	margin-bottom: 15px;
}

.indurstry-content ul li:last-child{
	margin-bottom: 0;
}

.indurstry-content ul li i{
	font-size: 16px;
	margin-right: 10px;
	color: var(--accent-color);
}

.export-team{
	padding: 100px 0 70px;
}

.team-item{
	background-color: var(--primary-color);
	border-radius: 10px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.team-image{
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.team-image img{
	transition: all 0.5s ease-in-out;
	border-radius: 10px 10px 0 0;
}

.team-item:hover .team-image img{
    transform: scale(1.1);
}

.team-content{
	padding: 15px 20px;
}

.team-content p{
	font-size: 14px;
	font-weight: 400;
	color: var(--accent-color);
	text-transform: capitalize;
}

.team-content h3 a{
	font-size: 20px;
	font-weight: 700;
	color: var(--white-color);
	text-transform: capitalize;
}

.our-contract.about-us{
	padding: 0 0 80px;
	margin: 0;
}

/************************************/
/***    15. Services Page css     ***/
/************************************/

.service-page{
	padding: 100px 0 70px;
}

/************************************/
/***    16. Service Single css    ***/
/************************************/

.service-details{
	padding: 100px 0;
}

.service-details-content{
	margin-right: 40px;
}

.service-details-body p{
	margin-bottom: 20px;
}

.service-details-featured-image{
	margin-bottom: 20px;
}

.service-details-featured-image img{
	border-radius: 10px;
}

.service-details-body h2{
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 30px;
	text-transform: capitalize;
}

.service-details-body{
	margin-bottom: 40px;
}

.service-info-box{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.service-info-box:last-child{
	margin-bottom: 0;
}

.service-info-box .icon-box{
    position: absolute;
    top: 0px;
    left: 0;
}

.service-info-box .icon-box i{
	font-size: 16px;
	color: var(--accent-color);
}

.service-info-box p{
	font-weight: 600;
	color: var(--text-color);
	text-transform: capitalize;
	margin-bottom: 10px;
}

.service-info-box p:last-child{
	margin-bottom: 0;
}

.service-details-footer{
	display: flex;
	justify-content: space-between;
}

.service-details-image-box{
	width: 49%;
}

.service-details-image-box img{
	border-radius: 10px;
	width: 100%;
	aspect-ratio: 1/0.6;
	object-fit: cover;
}

.post-Category-list{
	background-color: var(--primary-color);
	padding: 40px;
	border-radius: 10px;
	margin-bottom: 60px;
}

.post-Category-list .footer-info-heading{
	margin-bottom: 40px;
}

.post-Category-list .footer-info-heading h2{
	font-size: 26px;
	font-weight: 700;
}

.post-Category-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-Category-list ul li{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.post-Category-list ul li:last-child{
	margin-bottom: 0;
}

.post-Category-list ul li a{
	color: var(--white-color);
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.post-Category-list ul li a:hover{
	color: var(--accent-color);
}

.post-Category-list ul li a i{
	font-size: 16px;
	color: var(--accent-color);
	margin-right: 20px;
}

.service-logistics-card{
	background-color: var(--secondary-color);
	border-radius: 10px;
	text-align: center;
	padding: 40px;
}

.logistics-card-image{
	margin-bottom: 30px;
}

.logistics-card-title{
	position: relative;
	margin-bottom: 30px;
}

.logistics-card-title h2{
	font-size: 26px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.logistics-card-body{
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: space-between;
}

/************************************/
/***     17. Blog Archive css	  ***/
/************************************/

.latest-posts.blog-page{
	padding: 100px 0;
}

.post-pagination{
	margin-top: 30px;
	text-align: center;
}

.post-pagination ul{
	justify-content: center;
	padding: 0;
	margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span{
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: var(--accent-color);
	margin: 0 4px;
	border-radius: 10px;
	font-family: var(--accent-font);
	font-weight: 700;
	color: var(--white-color);
	transition: all 0.3s ease-out;
}

.post-pagination ul li.active a,
.post-pagination ul li a:hover{
	background: var(--primary-color);
}

/************************************/
/***    18. Blog Single css       ***/
/************************************/

.post-single-meta ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-single-meta ul li{
    position: relative;
    display: inline-block;
	color: var(--white-color);
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
    padding: 0 20px 0 5px;
}

.post-single-meta ul li::after{
    content: '/';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.post-single-meta ul li:last-child:after{
	display: none;
}

.page-single-post{
    padding: 100px 0;
}

.blog-detail-content{
	margin-right: 40px;
}

.blog-detail-post-content{
	border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
	margin-bottom: 30px;
}

.blog-detail-post-content h3{
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 20px;
	text-transform: capitalize;
}

.blog-detail-featured-image{
	margin-bottom: 50px;
}

.blog-detail-featured-image img{
	border-radius: 10px;
}

.blog-detail-post-content p{
	margin-bottom: 20px;
}

.blog-detail-post-content p:last-child{
	margin-bottom: 0;
}

.post-tags a{
	display: inline-block;
	font-size: 16px;
    font-weight: 700;
	text-transform: capitalize;
	background-color: var(--accent-color);
    color: var(--white-color);
    border-radius: 5px;
	padding: 12px 20px;
    margin-right: 15px;
	margin-bottom: 10px;
}

.post-tags a:last-child{
	margin-right: 0;
}

.post-social-links{
	text-align: right;
}

.post-social-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-links ul li{
    display: inline-block;
    margin-right: 5px;
}

.post-social-links ul li:last-child{
	margin-right: 0;
}

.post-social-links ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--accent-color);
    border-radius: 100%;
    text-align: center;
    color: var(--accent-color);
    width: 38px;
    height: 38px;
    transition: all 0.3s ease-in-out;
}

.post-social-links ul li:hover a{
	border-color: var(--primary-color);
}

.post-social-links ul li a i{
    font-size: 18px;
    color: inherit;
	transition: all 0.3s ease-in-out;
}

.post-social-links ul li:hover a i{
	color: var(--primary-color);
}

.post-Category-list.blog-details-list{
	margin-bottom: 30px;
	padding: 30px;
}

.blog-details-post-Category{
	margin-left: 50px;
}

.post-widget-body .recent-post-item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.post-widget-body .recent-post-item:last-child{
	margin-bottom: 0;
}

.blog-details-post-widget{
	background-color: var(--primary-color);
	border-radius: 10px;
	padding: 40px;
	margin-bottom: 30px;
}

.blog-details-post-widget .footer-info-heading{
	margin-bottom: 40px;
}

.recent-post-feature-img{
	width: 40%;
}

.recent-post-feature-img img{
	border-radius: 10px;
	aspect-ratio: 1/0.6;
	object-fit: contain;
}

.recent-post-content{
	width: 55%;
}

.recent-post-content h3{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.recent-post-content h3 a{
	color: var(--white-color);
}

.recent-post-content p{
	border-color: var(--accent-color);
}

.recent-post-content .post-readmore:hover{
	border-color: var(--white-color);
}

.recent-post-content .post-readmore a{
	font-size: 16px;
}

.recent-post-content .post-readmore a:hover{
	color: var(--white-color);
}

/************************************/
/***    19. Contact us Page css   ***/
/************************************/

.get-in-touch{
	padding: 100px 0;
}

.get-quote{
	background-color: var(--secondary-color);
	border-radius: 10px;
	padding: 40px;
}

.get-quote h2{
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.get-quote-content{
	margin-bottom: 30px;
}

.get-quote-form form .row .col-md-12,
.get-quote-form form .row{
	padding: 0;
	margin: 0;
}

.get-quote-form .form-control{
	background-color: transparent;
	color: var(--text-color);
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid var(--divider-color);
	box-shadow: none;
	border-radius: 0;
	outline: 0;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 20px 15px 0;
}

.contact-us{
	background-color: var(--secondary-color);
	border-radius: 10px;
	padding: 40px;
	height: 100%;
}

.contact-us h2{
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 30px;
}

.contact-us-info .footer-info-box{
	margin-bottom: 30px;
}

.contact-us-info{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
}

.contact-us-info p{
	font-size: 18px;
	font-weight: 600;
	color: var(--primary-color);
}

.contact-us-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbar-social-links.contact-details{
	background-color: transparent;
	padding: 0;
}

.container-fluid,
.google-map .row .col-md-12,
.google-map .row{
	padding: 0;
	margin: 0;
}

.google-map-iframe{
	height: 600px;
}

.google-map-iframe iframe{
	width: 100%;
	height: 600px;
}

/************************************/
/***    20. Projects Page css     ***/
/************************************/

.our-project{
	padding: 100px 0 70px;
}

.our-project .project-box{
	position: relative;
	transition: all 0.3s ease-out;
}

.project-box .project-item .project-content{
    transform: translateY(0);
    opacity: 1;
    bottom: 30px;
}

.project-box:hover .project-item .project-content{
	bottom: 40px;
}

/************************************/
/***    21. Project Single css    ***/
/************************************/

.project-details{
	padding: 100px 0;
}

.project-feature-image{
	margin-bottom: 40px;
}

.project-feature-image img{
	border-radius: 10px;
	width: 100%;
	aspect-ratio: 1/0.4;
	object-fit: cover;
}

.project-details-box{
	margin-bottom: 40px;
}

.project-details-content{
	background-color: var(--primary-color);
	border-radius: 10px;
	text-align: center;
	height: 100%;
	padding: 30px;
}

.project-details-content h2{
	font-size: 18px;
	font-weight: 600;
	color: var(--accent-color);
	margin-bottom: 20px;
	text-transform: uppercase;
}

.project-details-content p{
	font-weight: 600;
	color: var(--white-color);
	text-transform: capitalize;
}

.project-details-entry{
	margin-bottom: 40px;
}

.project-details-entry p{
	margin-bottom: 20px;
}

.project-details-title{
	margin-bottom: 40px;
}

.project-details-title h2{
	font-size: 50px;
	font-weight: 700;
	color: var(--primary-color);
}

.project-gallary-items{
	display: flex;
	flex-wrap: wrap;
}

.project-gallery-item{
	width: calc(25% - 15px);
    margin-right: 20px;
}

.project-gallery-item:last-child{
	margin-right: 0;
}

.project-gallery-item figure{
	border-radius: 10px;
}

.project-gallery-item img{
	transition: all 0.5s ease-out;
}

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

/************************************/
/*** 		22. FAQs css  		  ***/
/************************************/

.page-faqs{
	padding: 100px 0;
}

.faq-accordion .accordion-item{
	background: none;
	border: none;
}

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

.faq-accordion .accordion-item .accordion-button{
	font-size: 20px;
	font-weight: 700;
	background-color: var(--secondary-color);
	color: var(--accent-color);
	border-radius: 5px !important;
	border: none;
	box-shadow: none;
	padding: 15px 40px 15px 20px;
	position: relative;
	transition: all 0.3s ease-in-out;
	border: 1px solid var(--divider-color);
	margin-bottom: 20px;
}

.faq-accordion .accordion-item .accordion-button.collapsed{
	color: var(--primary-color);
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\f068';
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	transform: translate(-20px, -8px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
	font-weight: 900;
	color: var(--accent-color);
}

.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\2b';
	color: var(--primary-color);
}

.faq-accordion .accordion-item .accordion-button:focus{
	outline: none;
	box-shadow: none;
}

.faq-accordion .accordion-item .accordion-collapse .accordion-body{
	padding: 15px 20px;
}

.accordion-body p{
	margin-bottom: 15px;
}

.accordion-body p:last-child{
	margin-bottom: 0;
}

/************************************/
/***       23. 404 Page css       ***/
/************************************/

.page-not-found{
	text-align: center;
	padding: 100px 0;
}

.page-not-found-image{
	margin-bottom: 40px;
}

.page-not-found-box h2{
	width: 560px;
	margin: 0 auto;
	font-size: 50px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 30px;
}

/****************************************/
/***     Knowledge / Blog css        ***/
/****************************************/

.knowledge-section {
    padding: 80px 0;
    background-color: #f9fafb;
}

/* Filter buttons */
.knowledge-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 8px 22px;
    border: 2px solid #ddd;
    background: transparent;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    color: #666;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.filter-btn:hover {
    background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218);
    border-color: #c79a2b;
    color: #fff;
}

.filter-btn.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.filter-btn-knowledge:hover {
    background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218);
    border-color: rgb(230, 177, 21);
    color: #fff;
}

.filter-btn-knowledge.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* Yellow accent in title */
.accent-yellow {
    color: rgb(230, 177, 21);
}

.knowledge-title {
    margin-bottom: 50px;
}

.knowledge-title h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    .knowledge-title h2 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .knowledge-filter {
        width: 100%;
        justify-content: flex-start;
    }
    .filter-btn {
        padding: 7px 16px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .knowledge-title h2 {
        font-size: 22px;
    }
    .knowledge-filter {
        justify-content: center;
    }
    .filter-btn {
        flex: 1 1 auto;
        text-align: center;
        padding: 7px 10px;
    }
}

.blog-card {
    background-color: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(4, 75, 173, 0.15);
}

.blog-card-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
}

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

.blog-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card-body h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.5;
    margin-bottom: 14px;
    flex: 1;
    transition: color 0.3s ease;
}

.blog-card-body h3:hover {
    color: #044bad;
}

.blog-card-body p {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 14px;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #999;
    font-size: 13px;
    margin-bottom: 14px;
}

.blog-meta svg {
    flex-shrink: 0;
    color: var(--primary-color);
}

.blog-tag {
    display: inline-block;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    color: var(--white-color);
}

.tag-news {
	width: 60px;
    background-color: var(--primary-color);
}

.tag-knowledge {
    width: 103px;
    background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218);
    box-shadow: 0 2px 8px rgba(199, 154, 43, 0.35);
    border-radius: 4px;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.tag-knowledge:hover {
    background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218);
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(199, 154, 43, 0.5);
}

.blog-card-img-link {
    display: block;
    overflow: hidden;
}

.blog-card-body h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-body h3 a:hover {
    color: #044bad;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease, gap 0.3s ease;
}

.blog-read-more:hover {
    color: rgb(230, 177, 21);
    gap: 10px;
}

/* Scroll animation — cards start hidden (fade + slide-up) */
.knowledge-section .col-lg-4 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

/* Visible state added by JS */
.knowledge-section .col-lg-4.blog-animate-in {
    opacity: 1;
    transform: translateY(0);
}

/****************************************/
/***         Map Section css         ***/
/****************************************/

.map-section {
    padding: 0px 0 0;
    background-color: var(--white-color);
}

.map-title {
    margin-bottom: 50px;
}

.map-title h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.map-title h2 span {
    color: rgb(230, 177, 21);
}

.map-title p {
    font-size: 16px;
    color: var(--text-color);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.8;
}

.map-container {
    width: 85%;
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
    /* border: 1px solid #e0e0e0; */
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.map-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: unset;
}

/* Branch Addresses */
.branch-addresses {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-btn {
    width: 100%;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--default-font);
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: left;
}

.accordion-btn:hover {
    background-color: #003a8c;
}

.accordion-btn.active {
    border-radius: 4px 4px 0 0;
}

.chevron {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.accordion-btn.active .chevron {
    transform: rotate(180deg);
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
    background-color: var(--white-color);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.panel-content {
    padding: 0px 0px;
    /* border-left: 4px solid rgb(230, 177, 21); */
}

.panel-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 4px;
}

.panel-content p:last-child {
    margin-bottom: 0;
}

.panel-content strong {
    color: var(--primary-color);
}

/****************************************/
/***     Thank You / Slogan css      ***/
/****************************************/

.thank-you-section {
    padding: 80px 0 0;
    background-color: var(--white-color);
}

.testimonial-card {
    background: none;
    box-shadow: none;
    border-radius: 40px;
    padding: 10px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.testimonial-card:hover {
    background: none;
    box-shadow: none;
}

.testimonial-content {
    position: relative;
    z-index: 10;
}

.testimonial-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.testimonial-content p {
    font-size: 29px;
    font-weight: 700;
    color: rgb(230, 177, 21);
    line-height: 1.5;
    margin: 0;
}

.quote-icon {
    position: absolute;
    font-family: 'Georgia', serif;
    font-size: 180px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.03);
    pointer-events: none;
    z-index: 1;
}

.left-quote {
    top: -20px;
    left: 40px;
}

.right-quote {
    bottom: -80px;
    right: 40px;
}

@media (max-width: 768px) {
    .testimonial-card {
        padding: 10px 20px;
        border-radius: 25px;
    }
    .testimonial-content h2 {
        font-size: 22px;
    }
    .testimonial-content p {
        font-size: 17px;
    }
    .quote-icon {
        font-size: 100px;
    }
    .left-quote { left: 10px; top: 0; }
    .right-quote { right: 10px; bottom: -30px; }
}

/****************************************/
/***       Slogan / CTA css          ***/
/****************************************/

.slogan-section {
    background-color: var(--primary-color);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.slogan-section::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
}

.slogan-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
}

.slogan-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.slogan-text h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--white-color);
    line-height: 1.4;
    margin-bottom: 14px;
}

.slogan-text h2 span {
    color: rgb(230, 177, 21);
}

.slogan-text p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin: 0;
    max-width: 620px;
}

.slogan-action {
    flex-shrink: 0;
}

.slogan-section .btn-default {
    background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218);
    border-color: #c79a2b;
    white-space: nowrap;
}

.slogan-section .btn-default:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .slogan-content {
        flex-direction: column;
        text-align: center;
    }
    .slogan-text p {
        max-width: 100%;
    }
}

/****************************************/
/***    Use Cases / Industries css    ***/
/****************************************/

.diverse-industries {
    padding: 0px 0;
    background-color: var(--white-color);
}

.industries-title {
    margin-bottom: 50px;
}

.industries-title h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.industries-title h2 span {
    color: rgb(230, 177, 21);
}

.industries-title p {
    font-size: 16px;
    color: var(--text-color);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.8;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* border-top: 4px solid var(--primary-color); */
}

.industry-item {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #e2e2e2;
}

.industry-item:first-child {
    border-left: none;
}

.industry-img {
    height: 260px;
    overflow: hidden;
}

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

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

.industry-img-bottom-border .industry-img {
    border-bottom: 4px solid var(--primary-color);
}

.industry-text {
    flex: 1;
    padding: 30px 24px;
    text-align: center;
    background-color: var(--white-color);
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.industry-text::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.industry-text:hover::before {
    opacity: 1;
}

.industry-text > * {
    position: relative;
    z-index: 1;
}

.industry-text:hover {
    background-color: rgba(4, 75, 173, 0.08);
}

.industry-item:nth-child(1) .industry-text::before {
    background-image: linear-gradient(rgba(4, 75, 173, 0.35), rgba(4, 75, 173, 0.35)), url('../../public/images/cargo-shipment-bg-img-1.png');
}

.industry-item:nth-child(2) .industry-text::before {
    background-image: linear-gradient(rgba(4, 75, 173, 0.35), rgba(4, 75, 173, 0.35)), url('../../public/images/food.png');
}

.industry-item:nth-child(3) .industry-text::before {
    background-image: linear-gradient(rgba(4, 75, 173, 0.35), rgba(4, 75, 173, 0.35)), url('../../public/images/machine.png');
}

.industry-item:nth-child(4) .industry-text::before {
    background-image: linear-gradient(rgba(4, 75, 173, 0.35), rgba(4, 75, 173, 0.35)), url('../../public/images/furnished.png');
}

.industry-text-bottom-border {
    border-bottom: 4px solid var(--primary-color);
}

.industry-text:hover h3,
.industry-text:hover p,
.industry-text:hover .industry-chevron {
    color: #fff;
}

.industry-text h3 {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.industry-text p {
    font-size: 14px;
    color: #777;
    line-height: 1.8;
}

.industry-chevron {
    color: var(--primary-color);
    margin-bottom: 14px;
}

.industry-chevron.up {
    margin-bottom: 0;
    margin-top: 14px;
}

@media (max-width: 991px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .industries-grid {
        grid-template-columns: 1fr;
    }
    .industry-item {
        border-left: none;
        border-top: 1px solid #e2e2e2;
    }
    .industry-item-reverse {
        flex-direction: column;
    }
}

/****************************************/
/***    Featured Products Section css ***/
/****************************************/

.featured-products {
    padding: 80px 0;
    background-color: var(--white-color);
}

.products-section-title {
    margin-bottom: 50px;
}

.products-section-title h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.products-section-title h2 span {
    color: rgb(230, 177, 21);
}

.product-card {
    background-color: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    padding: 24px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.product-card .image-box {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
}

.product-card .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease;
}

.product-card .image-box .img-primary {
    opacity: 1;
}

.product-card .image-box .img-hover {
    opacity: 0;
}

.product-card:hover .image-box .img-primary,
.product-card-img-link:hover .image-box .img-primary {
    opacity: 0;
}

.product-card:hover .image-box .img-hover,
.product-card-img-link:hover .image-box .img-hover {
    opacity: 1;
}

.product-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
    /* margin-bottom: 10px; */
    line-height: 1.4;
}

.product-card p {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.7;
    min-height: 3rem;
    /* margin-bottom: 20px; */
    flex: 1;
}

.btn-contact {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 35px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background-color 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-contact:hover {
    background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218);
    color: var(--white-color);
}

/* Scroll animation — cards start hidden (fade + slide-up) */
.featured-products .col-lg-3 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

/* Visible state added by JS */
.featured-products .col-lg-3.product-animate-in {
    opacity: 1;
    transform: translateY(0);
}

/****************************************/
/***    Work Process Section css      ***/
/****************************************/

/* Working Process – inpat style */
.working-process {
    padding: 70px 0 80px;
    background-image: url('../images/img-01.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.working-process::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.681);
    z-index: 0;
}

.working-process .container-fluid {
    position: relative;
    z-index: 1;
}

.hp_process_top {
    margin-bottom: 50px;
}

.hp_process_top_box h2 {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hp_process_top_box h2 span {
    color: rgb(230, 177, 21);
}

.hp_process_ebox {
    padding: 24px 18px 10px 22px;
}

.hp_process_box {
    text-align: center;
    position: relative;
}

/* --- Number badge: blue circle, overlapping top-left of image --- */
.hp_process_number {
    position: absolute;
    top: 11px;
    left: 20px;
    z-index: 10;
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #1a4fd6, #0a2fa8);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Arial Black', sans-serif;
    /* border-radius: 60% 60% 60% 0 / 70% 70% 40% 0; */
    border-radius: 60% 60% 0 50% / 60% 60% 0 50% ;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 3px solid rgb(230, 177, 21); */
    box-shadow: 0 4px 14px rgba(10,47,168,0.45);
    line-height: 1;
    animation: badgeZoomShake 2s ease-in-out infinite;
}

@keyframes badgeZoomShake {
    0%   { transform: scale(1)    rotate(0deg);   }
    20%  { transform: scale(1.18) rotate(-6deg);  }
    35%  { transform: scale(1.18) rotate(6deg);   }
    50%  { transform: scale(1.18) rotate(-4deg);  }
    65%  { transform: scale(1.18) rotate(4deg);   }
    80%  { transform: scale(1.18) rotate(0deg);   }
    100% { transform: scale(1)    rotate(0deg);   }
}

/* --- Image wrapper: asymmetric teardrop shape by default --- */
.hp_process_img {
    width: 190px;
    height: 190px;
    overflow: hidden;
    /* teardrop: top-right fully round, bottom-left sharp */
    /* border-radius: 60% 60% 60% 0 / 70% 70% 40% 0; */
    border-radius: 50% 50% 50% 0;
    border: 4px solid rgb(230, 177, 21);
    margin: 0 auto 20px auto;
    box-shadow: 0 6px 24px rgba(0,0,0,0.45);
    transition: border-radius 0.4s ease-in-out,
                box-shadow   0.4s ease-in-out;
    position: relative;
}

/* --- Hover: morph to rounded rectangle --- */
.hp_process_box:hover .hp_process_img {
    border-radius: 16px;
    box-shadow: 0 10px 32px rgba(245,200,66,0.35);
}

.hp_process_img img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hp_process_box:hover .hp_process_img img {
    transform: scale(1.06);
}

.hp_process_title {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hp_process_title span {
    color: rgb(230, 177, 21);
}

/* Desktop zigzag: odd steps up, even steps down */
@media (min-width: 769px) {
    .working-process .row { align-items: center; }

    /* steps 1, 3, 5 → child 2, 4, 6 → nth-child(even) among row children */
    .hp_process_ebox:nth-child(even) {
        transform: translateY(-40px);
    }

    /* steps 2, 4 → child 3, 5 → nth-child(odd) among row children */
    .hp_process_ebox:nth-child(odd) {
        transform: translateY(40px);
    }
}

@media (max-width: 768px) {
    .hp_process_top_box h2 { font-size: 26px; }
    .hp_process_number { font-size: 13px; width: 38px; height: 38px; }
    .hp_process_img {width: 130px; height: 130px;}
    .hp_process_img img { height: 130px; }
    .hp_process_ebox { margin-bottom: 36px; transform: none !important; }
}

/****************************************/
/***      Services Section css        ***/
/****************************************/

.services-section {
    padding: 80px 0px 0px 0px;
    background-color: var(--white-color);
}

.services-section-title {
    margin-bottom: 50px;
}

.services-section-title h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.services-section-title h2 span {
    color: rgb(230, 177, 21);
}

.services-section-title p {
    font-size: 32px;
    color: var(--text-color);
    margin: 0 auto;
    line-height: 1.8;
}

.services-subtitle {
    font-weight: 700;
    font-size: 32px;
    color: #044bad !important;
    transition: color 0.3s ease;
    cursor: default;
}

.services-subtitle:hover {
    color: rgb(230, 177, 21);
}

.service-card {
    background-color: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.services-section .col-lg-3 {
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(4, 75, 173, 0.15);
}

.service-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

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

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

.service-card-body {
    padding: 20px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card-body h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: 1.5;
    transition: color 0.3s ease;
    cursor: default;
}

.service-card-body h3:hover {
    color: rgb(230, 177, 21);
}

.service-card-body p {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.7;
    margin: 0;
}

/* Scroll animation — initial hidden state for each card column */
.services-section .col-lg-3 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

/* Visible state added by JS */
.services-section .col-lg-3.card-animate-in {
    opacity: 1;
    transform: translateY(0);
}

/****************************************/
/***       About Section css          ***/
/****************************************/

.innovation-section {
    padding: 80px 0;
    background-color: var(--secondary-color);
}

.innovation-section .content-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.innovation-section .image-container {
    flex: 0 0 480px;
    max-width: 480px;
    width: 100%;
    position: relative;
}

.innovation-section .circle-mask {
    width: 440px;
    height: 480px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(4, 75, 173, 0.18);
    position: relative;
    z-index: 1;
}

.innovation-section .circle-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Blob morph animation */
.blob-wrapper {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: blobMorph 8s ease-in-out infinite;
}

@keyframes blobMorph {
    0%   { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
    25%  { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
    50%  { border-radius: 50% 60% 30% 60% / 40% 30% 60% 50%; }
    75%  { border-radius: 40% 60% 50% 40% / 60% 50% 40% 60%; }
    100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
}

/* Blue glow arc behind image */
.blob-blue-arc {
    position: absolute;
    width: 380px;
    height: 420px;
    background: radial-gradient(circle, rgba(4,75,173,0.15) 0%, transparent 70%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

/* Decorative dots */
.blob-dot {
    position: absolute;
    border-radius: 50%;
    z-index: 2;
}
.blob-dot--yellow  { width: 14px; height: 14px; background: #FFC107; top: 50%; right: 2%; }
.blob-dot--green-1 { width: 12px; height: 12px; border: 2px solid #28a745; bottom: 10%; right: 20%; }
.blob-dot--green-2 { width: 10px; height: 10px; border: 2px solid #28a745; top: 22%; left: 5%; }
.blob-dot--grey    { width: 8px;  height: 8px;  border: 2px solid #6c757d; top: 8%;  right: 15%; opacity: 0.35; }

.innovation-section .text-container {
    flex: 1;
}

.innovation-section .title {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1.3;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.innovation-section .title span {
    color: var(--accent-color);
}

.innovation-section .accent-line {
    width: 480px;
    border: 2px solid rgb(230, 177, 21);
    margin: 0 0 20px 0;
    opacity: 1;
}

.innovation-section .description {
    width: 100%;
    max-width: 550px;
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 30px;
}

.innovation-section .cert-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.innovation-section .cert-text {
    font-weight: bold;
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 20px;
    line-height: 1.8;
}

.innovation-section .badge-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.innovation-section .badge {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: var(--white-color);
    border: 1px solid #e0e0e0;
    padding: 0;
}

.innovation-section .badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innovation-section .badge:hover {
    background-color: rgb(230, 177, 21);
}

/* Scroll animation: initial hidden states */
.innovation-section .image-container {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}
.innovation-section .text-container {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

/* Visible state triggered by JS */
.innovation-section .image-container.animate-in,
.innovation-section .text-container.animate-in {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 991px) {
    .innovation-section .content-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .innovation-section .image-container {
        flex: 0 0 auto;
        width: 100%;
    }
    .innovation-section .circle-mask {
        width: 100%;
        height: 340px;
    }
    .innovation-section .text-container {
        width: 100%;
    }
    .innovation-section .accent-line {
        width: 100%;
    }
    .innovation-section .title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .innovation-section {
        padding: 50px 0;
    }
    .innovation-section .title {
        font-size: 24px;
    }
    .innovation-section .accent-line {
        width: 100%;
    }
    .innovation-section .description {
        font-size: 15px;
        max-width: 100%;
    }
    .innovation-section .cert-text {
        font-size: 14px;
    }
    .innovation-section .badge-grid {
        flex-wrap: wrap;
        gap: 8px;
    }
    .innovation-section .badge {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 480px) {
    .innovation-section .title {
        font-size: 20px;
    }
    .innovation-section .badge {
        width: 42px;
        height: 42px;
    }
    .innovation-section .cert-title {
        font-size: 16px;
    }
}

/****************************************/
/***       24. Responsive css   	  ***/
/****************************************/

@media only screen and (max-width: 1024px){

    .main-menu ul li{
        margin: 0 10px;
    }

    .hero-content{
        padding: 0;
    }

    .project-slider{
        position: relative;
        width: 900px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 991px){

    #magic-cursor{
        display: none !important;
    }
    
    .btn-default{
        font-size: 16px;
    }

	.section-title{
        margin-bottom: 40px;
    }

    .section-title h2{
        font-size: 36px;
    }

	header.main-header .header-sticky{
		padding: 15px 0;
	}

	header.main-header .header-sticky.active .slicknav_menu{
		border-radius: 0;
	}

    .navbar.navbar-expand-lg{
        padding: 0px;
    }

    .navbar-toggle{
        display: block;
    }

    .navbar-expand-lg .navbar-collapse{
        display: none;
    }

    .header-contact-us{
        display: none;
    }

    .responsive-menu{
        display: block;
        position: relative;
        width: 100%;
        z-index: 100;
    }

    .hero{
        padding: 50px 0 150px;
    }

	.hero.hero-slider .hero-slider-layout .hero-slide{
		min-height: 100vh;
		padding: 0;
	}

    .hero-content-title h1,
	.hero-content-title h2{
        font-size: 36px;
    }

    .cargo-shipment{
        margin-top: -120px;
    }

    .cargo-shipment-item{
        padding: 20px;
    }
    
    .cargo-shipment-content h3{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .home-transportation{
        padding: 50px 0;
    }

	.home-transportation .section-title{
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
		text-align: left;
	}

	.home-transportation-content{
		margin-right: 0px;
	}

    .home-transportation-right{
        max-width: 100%;
        width: 75%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .transportation-counter-box{
        position: absolute;
        left: 40%;
        bottom: 9%;
    }
    
    .transportation-counter-box h3{
        font-size: 30px;
    }

    .our-service{
        padding: 50px 0;
    }

	.service-content-box{
		padding: 15px;
	}

    .our-service-title h2{
        font-size: 18px;
    }

    .our-service-content-button a i{
        font-size: 24px;
    }
    
    .our-contract{
        padding: 50px 0;
        background-size: cover;
    }

    .our-cta-box{
        max-width: 530px;
    }

    .our-contract-title h2{
        font-size: 26px;
    }

    .recent-project{
        padding: 50px 0 20px;
    }

    .project-slider{
        width: 660px;
        margin: 0 auto;
    }

    .client-button-prev{
        left: -6%;
    }
    
    .client-button-next{
        right: -6%;
    }

    .our-goals{
        padding: 50px 0 20px;
    }
    
    .our-goals-item{
        padding: 30px;
        margin-bottom: 30px;
    }
    
    .our-goals-counter h3{
        font-size: 36px;
    }

    .providing-service{
        padding: 50px 0 25px;
    }

    .providing-content{
        margin-left: 0px;
    }

    .providing-content .section-title{
        margin-bottom: 20px;
		max-width: 100%;
    }
    
    .Featured-Content-Box{
		text-align: center;
        margin-bottom: 30px;
    }

    .providing-content-body p{
        margin-bottom: 20px;
    }

    .latest-posts{
        padding: 25px 0 20px;
    }

    .post-body-meta ul li{
        margin-right: 20px;
    }

    .post-body h3 a{
        font-size: 18px;
    }

    .mega-footer{
        padding: 40px 0;
    }

    .mega-footer .row .col-md-6{
        padding-left: 15px;
    }

    .footer-about{
        margin-bottom: 30px;
    }

    .footer-links{
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-heading h2{
        font-size: 18px;
    }

    .footer-social-link ul li{
        margin-right: 15px;
    }
    
    .footer-info-heading h2{
        font-size: 18px;
    }

    .page-header{
        padding: 50px 0;
    }

    .page-header-box h2{
        font-size: 36px;
        margin-bottom: 10px;
		letter-spacing: -0.02em;
    }

    .page-header-box ol.breadcrumb li{
        font-size: 18px;
    }
    
    .page-header-box ol.breadcrumb li:after{
        font-size: 18px;
    }

    .home-transportation.about-transportation{
        padding: 50px 0 25px;
    }

    .about-transport{
        padding: 25px 0 50px;
    }
    
    .transport-item{
        text-align: center;
        padding: 20px 10px;
    }

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

    .our-indurstry{
        padding: 50px 0;
    }

    .indurstry-image{
        text-align: center;
        margin-bottom: 30px;
    }

	.our-indurstry-content{
		margin-left: 0px;
	}
    
    .indurstry-content{
        margin-left: 0;
    }

    .export-team{
        padding: 50px 0 20px;
    }

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

    .our-contract.about-us{
        padding: 0 0 40px;
        margin: 0;
    }

    .service-page{
        padding: 50px 0 20px;
    }

	.service-details{
        padding: 50px 0;
    }

    .service-details-content{
        margin-bottom: 30px;
        margin-right: 0px;
    }

    .service-details-body{
        margin-bottom: 30px;
    }

    .service-details-body h2{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .service-details-body p{
        margin-bottom: 20px;
    }

    .post-widget-body .recent-post-item{
        margin-bottom: 20px;
    }
    
    .post-Category-list{
        margin-bottom: 30px;
    }

    .post-Category-list .footer-info-heading{
        margin-bottom: 20px;
    }
    
    .post-Category-list .footer-info-heading h2{
        font-size: 24px;
    }

    .post-Category-list ul li{
        font-size: 14px;
    }

    .logistics-card-title h2{
        font-size: 24px;
    }

    .logistics-card-body{
        display: flex;
        align-items: center;
        text-align: left;
        justify-content: center;
    }

    .logistics-card-body .header-contact-us{
        display: block;
    }

    .logistics-card-body a{
	    margin-right: 20px;
    } 

    .latest-posts.blog-page{
        padding: 50px 0;
    }

    .post-pagination{
		margin-top: 10px;
	}

    .page-single-post{
        padding: 50px 0;
    }

    .blog-detail-content{
        margin-right: 0px;
        margin-bottom: 30px;
    }

	.blog-detail-featured-image{
        margin-bottom: 30px;
    }

    .blog-detail-post-content h3{
        font-size: 20px;
    }
	
	.post-social-links{
		text-align: left;
		margin-top: 10px;
	}

	/* .blog-details{
        padding: 40px 0;
    } */
    
    .service-details-content .latest-posts-content-meta{
        margin-bottom: 20px;
    }

    .service-details-content .latest-posts-content-meta ul li h3{
        font-size: 14px;
        font-weight: 500;
    }

    .blog-details-post-widget{
        margin-bottom: 30px;
		padding: 30px;
    }

    .recent-post-feature-img{
        width: 20%;
    }
    
    .recent-post-feature-img img{
        border-radius: 10px;
	    aspect-ratio: 1/0.7;
        object-fit: cover;
    }
    
    .recent-post-content{
        width: 75%;
    }

    .get-in-touch{
        padding: 50px 0;
    }
    
    .get-quote{
        padding: 30px;
    }

    .get-quote .footer-info-heading h2{
        font-size: 24px;
    }
    
    .get-quote-content{
        margin-bottom: 20px;
    }

    .contact-us{
        padding: 30px;
    }
    
    .contact-us .footer-info-heading{
        margin-bottom: 30px;
    }
    
    .contact-us .footer-info-heading h2{
        font-size: 24px;
    }

    .contact-us-footer{
        display: block;
    }

    .topbar-social-links.contact-details{
        margin-bottom: 20px;
		text-align: left;
    }

    .contact-us-footer .header-contact-us{
        display: block;
    }

	.topbar-social-links ul{
		text-align: left;
	}

	.google-map-iframe{
        height: 450px;
    }

    .google-map-iframe iframe{
        height: 450px;
    }

    .google-map iframe{
        height: 450px;
    }

	.our-project{
        padding: 50px 0 20px;
    }

	.project-details{
        padding: 50px 0 30px;
    }
    
    .project-feature-image{
        margin-bottom: 30px;
    }

    .project-details-box{
        margin-bottom: 30px;
    }
    
    .project-details-content{
        padding: 20px;
    }
    
    .project-details-content h2{
        font-size: 14px;
    }
    
    .project-details-content p{
        font-size: 14px;
    }
    
    .project-details-entry{
        margin-bottom: 30px;
    }

    .project-details-title{
        margin-bottom: 30px;
    }
    
    .project-details-title h2{
        font-size: 36px;
    }
	
	.project-gallery-item{
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.project-gallery-item:nth-child(2n + 2){
		margin-right: 0;
	}

    .page-faqs{
        padding: 50px 0;
    }

    .page-faqs .section-title{
        width: 100%;
    }

    .faq-accordion .accordion-item .accordion-button{
        font-size: 20px;
    }

    .faq-accordion .accordion-item .accordion-collapse .accordion-body p{
        font-size: 14px;
    }
    
    .page-not-found{
        padding: 50px 0;
    }    

    .page-not-found-box h2{
        width: 360px;
        margin: 0 auto;
        font-size: 36px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px){

    .btn-default{
        font-size: 14px;
    }

	.section-title h2{
        font-size: 28px;
    }

	.section-title p{
		max-width: 100%;
	}

    .topbar{
        display: none;
    }

	header.main-header .header-sticky{
        padding: 15px 0;
    }

	header.main-header .header-sticky.active{
		padding: 10px 0;
	}

    .header-contact-us .btn-default{
      display: none;
    }

    body{
        font-size: 16px;
    }

	.hero.hero-slider .hero-slider-layout .hero-slide{
		min-height: 100svh;
		padding: 0;
	}

	.hero-slider-layout .hero-slide .hero-content{
		width: 100%;
		max-width: 100%;
	}

	.hero-slider-layout .swiper-pagination{
		bottom: 115px;
	}

    .hero-content{
        margin-bottom: 30px;
    }

    .hero-content-title h1,
	.hero-content-title h2{
        width: 100%;
        font-size: 30px;
    }

    .cargo-shipment{
        padding: 0 10px;
        margin-top: -100px;
    }
    
    .cargo-shipment-content h3{
        font-size: 16px;
    }

    .home-transportation-right{        
        width: 100%;
        padding-bottom: 130px;
    }

    .transportation-img-1{
        width: 80%;
    }

    .transportation-img-2{
        width: 55%;
    }

    .home-transportation-footer a{
        margin-right: 20px;
    }
    
    .transportation-counter-box{
        position: absolute;
        left: 24%;
        bottom: 18%;
        padding: 20px;
    }
    
    .transportation-counter-box h3{
        font-size: 24px;
    }

    .our-service .section-title::before{
        max-width: 80px;
    }

    .our-service-item{
        margin-bottom: 30px;
    }

    .our-service .col-md-4:nth-child(3n + 3) .our-service-item{
        margin-bottom: 0px;
    }

    .our-service-title h2{
        font-size: 18px;
    }
    
    .our-contract{
        padding: 40px 0;
    }

    .our-contract .contract-video{
        display: none;
    }

    .our-contract .video-play-button{
        display: none;
    }

    .our-cta-box{
        max-width: 100%;
        padding: 30px;
    }

    .our-contract-title h2{
        font-size: 22px;
    }

    .recent-project{
        padding: 40px 0 10px;
    }

    .project-slider{
        width: 270px;
    }

	.project-content{	
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

    .project-content-title{
        padding: 15px;
    }
    
    .project-content-title h3{
        font-size: 16px;
    }
    
    .project-content-title i{
        font-size: 18px;
    }

    .client-button-prev{
        left: -14%;
    }
    
    .client-button-next{
        right: -14%;
    }

    .our-goals-item{
        padding: 30px;
        margin-bottom: 20px;
    }
    
    .our-goals-counter h3{
        font-size: 30px;
    }

    .providing-service{
        padding: 50px 0 25px;
    }

    .providing-item-box{
        display: block;
    }

    .providing-item{
		width: 100%;
		margin-bottom: 20px;
	}

    .post-body h3 a{
        font-size: 16px;
    }

    .post-meta ul li a{
        font-size: 14px;
    }

    .mega-footer{
        padding: 40px 0;
    }

    .footer-heading h2{
        font-size: 16px;
    }
    
    .footer-info-heading h2{
        font-size: 16px;
    }

    .footer-contact-info{
        margin-bottom: 30px;
    }

    .newsletters-content{
        margin-bottom: 20px;
    }

    .footer-copyright p{
        margin-bottom: 10px;
        text-align: center;
    }

    .footer-policy-links ul{
        text-align: center;
    }

    .page-header-box{
        text-align: center;
    }

    .page-header-box h2{
        font-size: 28px;
    }

    .page-header-box .breadcrumb{
        justify-content: center;
    }

    .page-header-box ol.breadcrumb li{
        font-size: 16px;
    }
    
    .page-header-box ol.breadcrumb li:after{
        font-size: 16px;
    }

    .about-transport .col-md-4{
        margin-bottom: 20px;
    }

    .about-transport .col-md-4:last-child{
        margin-bottom: 0;
    }
    
    .transport-item{
        padding: 0;
        border: none;
    }

    .transport-content h3{
        font-size: 16px;
    }

    .indurstry-content{
        display: block;
        margin: 20px 0 0;
    }

    .indurstry-content ul{
       margin-bottom: 20px;
       margin-right: 0px;
    }

    .indurstry-content ul li{
        width: 100%;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .indurstry-content ul li i{
        font-size: 14px;
    }

    .team-item{
        margin-bottom: 20px;
    }

    .export-team .col-md-4:last-child .team-item{
        margin-bottom: 0;
    }

    .team-content h3 a{
        font-size: 16px;
    }

    .blog-detail-post-content h3{
        font-size: 18px;
    }

	.blog-detail-post-content{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

    .service-details-content{
        margin-bottom: 20px;
    }

    .service-details-body{
        margin-bottom: 20px;
    }    

    .service-details-body h2{
        font-size: 18px;
    }

    .service-info-box .icon-box{
        position: absolute;
        top: 5px;
        left: 0;
    }

    .service-details-footer{
        display: block;
        justify-content: space-between;
    }
    
    .service-details-image-box{
        width: 100%;
        margin-bottom: 20px;
    }

    .service-details-image-box:last-child{
        margin-bottom: 0;
    }
    
    .post-Category-list.blog-details-list{
		margin-bottom: 20px;
		padding: 20px;
	}

    .service-logistics-card{
        padding: 25px;
    }
    
    .post-Category-list .footer-info-heading h2{
        font-size: 22px;
    }

    .post-Category-list ul li a i{
        font-size: 18px;
    }

    .logistics-card-title h2{
        font-size: 22px;
    }

    .logistics-card-body{
        display: flex;
        align-items: center;
        text-align: left;
        justify-content: space-between;
    }

    .logistics-card-body a{
	    margin-right: 0px;
    } 
    
    .get-quote{
      margin-bottom: 20px;
    }

    .get-quote .footer-info-heading h2{
        font-size: 22px;
    }

    .contact-us .footer-info-heading h2{
        font-size: 22px;
    }

	.google-map-iframe{
		height: 350px;
	}

    .google-map-iframe iframe{
        height: 350px;
    }

    .google-map iframe{
        height: 350px;
    }

    .blog-details-content-meta{
        margin-bottom: 20px;
    }

    .blog-details-content-meta ul li{
        margin-right: 15px;
    }

    .blog-details-post-widget{
        padding: 20px;
    }
    
    .recent-post-feature-img{
        width: 35%;
    }
    
    .recent-post-content{
        width: 60%;
    }

    .recent-post-content .post-readmore a{
        font-size: 14px;
    }

	.project-feature-image{
        margin-bottom: 30px;
    }

    .project-feature-image img{
        height: 150px;
    }

    .project-details-box{
        margin-bottom: 0px;
    }
    
    .project-details-content{
		height: calc(100% - 30px );
		margin-bottom: 30px;
        padding: 20px; 
    }
    
    .project-details-entry{
        margin-bottom: 20px;
    }

    .project-details-title{
        margin-bottom: 20px;
    }
    
    .project-details-title h2{
        font-size: 28px;
    }

    .project-gallary-items{
        display: block;
    }

    .project-gallery-item{
        width: 100%;
        margin-right: 0px;
    }

    .page-faqs .section-title{
        width: 100%;
    }

    .faq-accordion .accordion-item .accordion-button{
        font-size: 18px;
        padding: 10px 30px 10px 10px;
    }

    .faq-accordion .accordion-item .accordion-button::after,
    .faq-accordion .accordion-item .accordion-button.collapsed::after{
        transform: translate(-10px, -11px);
        font-size: 18px;
    }

    .faq-accordion .accordion-item .accordion-collapse .accordion-body{
        padding: 10px 30px 10px 10px;
    }
    
    .page-not-found-image{
        margin-bottom: 30px;
    }
    
    .page-not-found-box h2{
        width: 280px;
        margin: 0 auto;
        font-size: 28px;
        margin-bottom: 20px;
    }
}


/************************************/
/*** 	  Contact Biglogo css     ***/
/************************************/

.contact-biglogo {
    padding: 80px 0;
    background-color: #f8f9fb;
}

/* ---- Info Card ---- */
.contact-info-card {
    background: #fff;
    border-radius: 24px;
    padding: 35px 35px;
    border: 1px solid #e8eaf0;
    box-shadow: 0 4px 24px rgba(4, 75, 173, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Logo mark */
.contact-logo-mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
}

.contact-logo-letter {
    position: relative;
    display: inline-block;
}

.contact-logo-p {
    font-size: 90px;
    font-weight: 900;
    font-style: italic;
    color: var(--primary-color);
    line-height: 1;
    letter-spacing: -4px;
}

.contact-logo-dot {
    position: absolute;
    top: 4px;
    right: -6px;
    width: 16px;
    height: 16px;
    background: rgb(230, 177, 21);
    border-radius: 50%;
    border: 2px solid #fff;
}

.contact-logo-name {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 8px;
    color: var(--primary-color);
    margin-top: -10px;
    display: block;
}

/* Company name */
.contact-company-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 4px;
}

.contact-company-sub {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}

/* Divider */
.contact-divider {
    /* width: 49px; */
    /* height: 3px; */
    /* background: rgb(230, 177, 21); */
    border-radius: 2px;
    margin: 13px auto;
}

/* Detail list */
.contact-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-detail-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
}

.contact-detail-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background: #fff8e6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(230, 177, 21);
    font-size: 16px;
    margin-top: 2px;
}

.contact-detail-text {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    text-align: left;
}

.contact-link {
    color: #555;
    transition: color 0.2s;
}

.contact-link:hover {
    color: var(--primary-color);
}

/* ---- Social Cards ---- */
.contact-social-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e8eaf0;
    box-shadow: 0 4px 20px rgba(4, 75, 173, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 16px;
    text-align: center;
    transition: box-shadow 0.25s, transform 0.25s;
    text-decoration: none;
    color: inherit;
}

.contact-social-card:hover {
    box-shadow: 0 8px 32px rgba(4, 75, 173, 0.13);
    transform: translateY(-4px);
    color: inherit;
}

.contact-social-icon {
    margin-bottom: 14px;
}

.contact-social-icon i {
    font-size: 44px;
    color: rgb(230, 177, 21);
}

.contact-social-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.4;
}

/* LINE badge */
.contact-line-badge {
    background: #06c755;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    border-radius: 10px;
    padding: 6px 14px;
    letter-spacing: 2px;
    display: inline-block;
}

/* Lazada badge */
.contact-lazada-badge {
    background: #f57224;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
    border-radius: 10px 10px 14px 14px;
    width: 50px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .contact-info-card {
        padding: 36px 28px;
    }
    .contact-company-name {
        font-size: 18px;
    }
    .contact-detail-text {
        font-size: 15px;
    }
    .contact-info-row {
        flex-direction: row;
        align-items: flex-start;
    }
    .contact-info-row .contact-qr-side img {
        width: 120px !important;
        height: 120px !important;
    }
}

@media (max-width: 767px) {
    .contact-info-card {
        padding: 28px 20px;
        border-radius: 16px;
    }
    .contact-logo-mark {
        margin-bottom: 20px;
    }
    .contact-logo-mark img {
        max-height: 80px !important;
    }
    .contact-company-name {
        font-size: 16px;
    }
    .contact-detail-list {
        gap: 14px;
    }
    .contact-detail-text {
        font-size: 14px;
    }
    .contact-detail-icon {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }
    .contact-info-row {
        flex-direction: column;
        align-items: center;
    }
    .contact-info-row > div:first-child {
        width: 100%;
        align-items: flex-start;
    }
    .contact-info-row .contact-qr-side {
        width: 100%;
        align-items: center;
    }
    .contact-info-row .contact-qr-side img {
        width: 110px !important;
        height: 110px !important;
    }
}

@media (max-width: 575px) {
    .contact-biglogo {
        padding: 50px 0;
    }
    .contact-info-card {
        padding: 24px 16px;
        border-radius: 14px;
    }
    .contact-logo-mark img {
        max-height: 70px !important;
    }
    .contact-logo-p {
        font-size: 70px;
    }
    .contact-logo-name {
        font-size: 20px;
        letter-spacing: 6px;
    }
    .contact-company-name {
        font-size: 15px;
    }
    .contact-detail-text {
        font-size: 13px;
    }
    .contact-detail-icon {
        width: 30px;
        height: 30px;
        font-size: 13px;
        border-radius: 8px;
    }
    .contact-detail-list li > ul {
        flex-wrap: wrap;
        gap: 8px !important;
    }
    .contact-social-card {
        padding: 22px 10px;
    }
    .contact-social-icon i {
        font-size: 36px;
    }
    .contact-info-row {
        flex-direction: column;
        align-items: center;
        gap: 20px !important;
    }
    .contact-info-row > div:first-child {
        width: 100%;
    }
    .contact-info-row > div:first-child a {
        font-size: 13px;
    }
    .contact-info-row .contact-qr-side {
        width: 100%;
        align-items: center;
    }
    .contact-info-row .contact-qr-side img {
        width: 100px !important;
        height: 100px !important;
    }
    .contact-info-row > div:first-child ul {
        flex-wrap: wrap;
        gap: 8px !important;
        margin-top: 10px !important;
    }
}


/************************************/
/***     Contact Form css         ***/
/************************************/

.contact-form-section {
    padding: 80px 0 100px;
    background: linear-gradient(135deg, #eef2ff 0%, #f7f9ff 50%, #fff 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative background blobs */
.cf-bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}
.cf-bg-blob--1 {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, #c7d8ff, transparent 70%);
    top: -120px;
    left: -100px;
}
.cf-bg-blob--2 {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, #fde8b0, transparent 70%);
    bottom: -80px;
    right: -60px;
}

/* Header */
.contact-form-header {
    text-align: center;
    margin-bottom: 52px;
}

.contact-form-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(230, 177, 21);
    background: #fff8e6;
    border-radius: 30px;
    padding: 6px 18px;
    margin-bottom: 16px;
}

.contact-form-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 14px;
    line-height: 1.2;
}

.contact-form-title span {
    color: rgb(230, 177, 21);
}

.contact-form-desc {
    font-size: 16px;
    color: #777;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Wrap */
.contact-form-wrap {
    background: #ffffff;
    border-radius: 24px;
    padding: 20px 20px 20px;
    border: 1px solid #e0e6f5;
    box-shadow: 0 12px 60px rgba(4, 75, 173, 0.10), 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

/* Blue accent stripe at top of form */
.cf-accent-stripe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #044bad, rgb(230, 177, 21));
    border-radius: 24px 24px 0 0;
}

/* Input icon wrapper */
.cf-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.cf-input-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #044bad;
    font-size: 14px;
    pointer-events: none;
    transition: color 0.2s;
    border-right: 1.5px solid #e4e8f0;
    z-index: 1;
}
.cf-input--icon {
    padding-left: 54px;
}
.cf-input-wrap:focus-within .cf-input-icon {
    color: rgb(230, 177, 21);
    border-right-color: rgb(230, 177, 21);
}

/* Scroll stagger animation */
.cf-anim-row {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.cf-anim-row:nth-child(1) { transition-delay: 0s; }
.cf-anim-row:nth-child(2) { transition-delay: 0.10s; }
.cf-anim-row:nth-child(3) { transition-delay: 0.20s; }
.cf-anim-row:nth-child(4) { transition-delay: 0.30s; }
.cf-anim-row:nth-child(5) { transition-delay: 0.40s; }
.cf-anim-row:nth-child(6) { transition-delay: 0.50s; }
.cf-anim-row.cf-anim-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Fields */
.cf-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.cf-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.cf-required {
    color: #e05252;
    margin-left: 2px;
}

.cf-input,
.cf-textarea,
.cf-select {
    width: 100%;
    padding: 13px 45px;
    font-size: 15px;
    color: #333;
    background: #fff;
    border: 1.5px solid #dde0e8;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: var(--default-font);
    appearance: none;
    -webkit-appearance: none;
}

.cf-input::placeholder,
.cf-textarea::placeholder {
    color: #b0b5c3;
    font-size: 14px;
}

.cf-input:focus,
.cf-textarea:focus,
.cf-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(4, 75, 173, 0.10);
}

.cf-textarea {
    resize: vertical;
    /* min-height: 130px; */
}

/* Select wrapper */
.cf-select-wrap {
    position: relative;
}

.cf-select {
    cursor: pointer;
    padding-right: 44px;
}

.cf-select-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(230, 177, 21);
    font-size: 13px;
    pointer-events: none;
}

/* Captcha row */
.cf-captcha-label {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
}

.cf-captcha-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cf-captcha-input {
    max-width: 160px;
    width: 100%;
}

.cf-captcha-refresh {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1.5px solid #dde0e8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(230, 177, 21);
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.cf-captcha-refresh:hover {
    background: #fff8e6;
    border-color: rgb(230, 177, 21);
}

.cf-hint {
    font-size: 12px;
    color: #a0a5b3;
    margin: 0;
}

/* Bottom row */
.cf-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 8px;
}

/* Custom checkbox */
.cf-checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.cf-checkbox {
    display: none;
}

.cf-checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #dde0e8;
    border-radius: 5px;
    background: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
}

.cf-checkbox:checked + .cf-checkmark {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.cf-checkbox:checked + .cf-checkmark::after {
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translate(-1px, -1px);
}

.cf-checkbox-label {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.cf-policy-link {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cf-policy-link:hover {
    color: rgb(230, 177, 21);
}

/* Submit button */
.cf-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 34px;
    background: linear-gradient(135deg, #044bad, #0660d4);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
    font-family: var(--default-font);
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
}

.cf-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: left 0.5s ease;
}

.cf-submit-btn:hover::before {
    left: 150%;
}

.cf-submit-btn:hover {
    background: linear-gradient(135deg, #033b8a, #044bad);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(4, 75, 173, 0.30);
}

.cf-submit-btn i {
    font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
    .contact-form-wrap {
        padding: 32px 24px;
    }
}

@media (max-width: 767px) {
    .contact-form-wrap {
        padding: 28px 18px;
        border-radius: 16px;
    }
    .contact-form-title {
        font-size: 22px !important;
    }
    .cf-input,
    .cf-textarea,
    .cf-select {
        font-size: 14px;
        padding: 11px 40px;
    }
    .cf-input--icon {
        padding-left: 48px;
    }
}

@media (max-width: 575px) {
    .contact-form-section {
        padding: 50px 0 60px;
    }
    .contact-form-wrap {
        padding: 24px 14px;
        border-radius: 14px;
    }
    .contact-form-title {
        font-size: 20px !important;
    }
    /* Override inline flex-wrap:nowrap on captcha row */
    .cf-field > div[style*="flex-wrap:nowrap"],
    .cf-field > div[style*="flex-wrap: nowrap"] {
        flex-wrap: wrap !important;
        gap: 10px !important;
        padding: 0 !important;
        justify-content: flex-start !important;
    }
    .cf-captcha-label,
    #captchaQuestion {
        width: 100%;
        text-align: left;
    }
    .cf-captcha-input,
    #captchaAnswer {
        flex: 1 1 auto !important;
        min-width: 80px !important;
    }
    .cf-captcha-refresh {
        flex-shrink: 0;
    }
    .cf-submit-btn {
        width: 100%;
        justify-content: center;
        margin-top: 4px;
    }
    .cf-bottom-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .cf-hint {
        text-align: left;
    }
}


/************************************/
/***      News & Events css       ***/
/************************************/

.news-section {
    padding: 80px 0 100px;
    background: #f8f9fb;
}


/* Header */
.news-header {
    text-align: center;
    margin-bottom: 36px;
}

.news-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(230, 177, 21);
    background: #fff8e6;
    border-radius: 30px;
    padding: 6px 18px;
    margin-bottom: 14px;
}

.news-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 12px;
    line-height: 1.2;
}

.news-title span {
    color: rgb(230, 177, 21);
}

.news-desc {
    font-size: 16px;
    color: #777;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Filter Tabs */
.news-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.news-tab {
    padding: 8px 22px;
    border: 1.5px solid #dde0e8;
    border-radius: 30px;
    background: #fff;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--default-font);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.news-tab:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.news-tab.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* Base Card */
.news-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e8eaf0;
    box-shadow: 0 4px 20px rgba(4, 75, 173, 0.05);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.25s, transform 0.25s;
}

.news-card:hover {
    box-shadow: 0 10px 36px rgba(4, 75, 173, 0.13);
    transform: translateY(-4px);
    color: inherit;
    text-decoration: none;
}

/* Image Wrap */
.news-card__img-wrap {
    position: relative;
    overflow: hidden;
}

.news-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.45s ease;
}

.news-card:hover .news-card__img-wrap img {
    transform: scale(1.06);
}

/* Badge */
.news-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 13px;
    z-index: 2;
}

.news-card__badge--news  { background: var(--primary-color); color: #fff; }
.news-card__badge--event { background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218); color: #fff; box-shadow: 0 2px 6px rgba(199,154,43,0.35); }
.news-card__badge--award { background: #1a9e5c;              color: #fff; }

/* Body */
.news-card__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px 24px 26px;
    flex: 1;
}

.news-card__date {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 7px;
}

.news-card__date i {
    color: rgb(230, 177, 21);
}

.news-card__title {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.45;
    margin: 0;
    transition: color 0.2s;
}

.news-card:hover .news-card__title {
    color: rgb(230, 177, 21);
}

.news-card__excerpt {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin: 0;
}

.news-card__read-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: auto;
    padding-top: 6px;
    transition: gap 0.2s;
}

.news-card:hover .news-card__read-more {
    gap: 11px;
    color: rgb(230, 177, 21);
}

/* Featured card */
.news-card--featured .news-card__img-wrap {
    height: 300px;
}

.news-card--featured .news-card__title {
    font-size: 20px;
}

/* Side cards */
.news-card--side {
    flex-direction: row;
}

.news-card--side .news-card__img-wrap {
    width: 160px;
    flex-shrink: 0;
}

.news-card--side .news-card__body {
    padding: 18px 20px;
}

.news-card--side .news-card__title {
    font-size: 15px;
}

/* Grid cards */
.news-card--grid .news-card__img-wrap {
    height: 220px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive */
@media (max-width: 991px) {
    .news-card--side {
        flex-direction: column;
    }

    .news-card--side .news-card__img-wrap {
        width: 100%;
        height: 200px;
    }

    .news-card--featured .news-card__img-wrap {
        height: 240px;
    }
}

@media (max-width: 575px) {
    .news-section {
        padding: 50px 0 60px;
    }

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

    .news-card--featured .news-card__img-wrap {
        height: 200px;
    }

    .news-card--featured .news-card__title {
        font-size: 17px;
    }
}


/************************************/
/***     News Detail css          ***/
/************************************/

.news-detail-section {
    padding: 70px 0 100px;
    background: #f8f9fb;
}

/* Article container */
.news-detail-article {
    background: #fff;
    border-radius: 20px;
    padding: 44px 44px 48px;
    border: 1px solid #e8eaf0;
    box-shadow: 0 4px 24px rgba(4, 75, 173, 0.06);
}

/* Back link */
.news-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    text-decoration: none;
    margin-bottom: 28px;
    transition: color 0.2s;
    letter-spacing: 0.3px;
}

.news-detail-back:hover {
    color: var(--primary-color);
}

/* Header */
.news-detail-header {
    margin-bottom: 28px;
}

.news-detail-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #1a9e5c;
    color: #fff;
    border-radius: 20px;
    padding: 5px 14px;
    margin-bottom: 16px;
}

.news-detail-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1.4;
    margin-bottom: 16px;
}

.news-detail-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 13px;
    color: #999;
}

.news-detail-meta i {
    color: rgb(230, 177, 21);
    margin-right: 5px;
}

/* Featured image */
.news-detail-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 32px;
    border: 1px solid #e8eaf0;
}

.news-detail-img-banner {
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-detail-img-banner i {
    color: rgb(230, 177, 21);
    font-size: 15px;
}

.news-detail-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.news-detail-img-caption {
    display: block;
    font-size: 12px;
    color: #999;
    text-align: center;
    padding: 10px 16px;
    background: #f8f9fb;
    border-top: 1px solid #e8eaf0;
    font-style: italic;
}

/* Body */
.news-detail-body {
    font-size: 16px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 36px;
}

.news-detail-body p {
    margin-bottom: 20px;
    font-size: 16px;
}

.news-detail-body h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 32px 0 14px;
}

.news-detail-body strong {
    color: #333;
    font-weight: 700;
}

.news-detail-link {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.news-detail-link:hover {
    color: rgb(230, 177, 21);
}

/* Inline image inside body */
.news-detail-inline-img {
    width: 100%;
    border-radius: 12px;
    margin: 8px 0 4px;
    display: block;
    border: 1px solid #e8eaf0;
}

/* Pull quote */
.news-detail-highlight {
    background: #f0f5ff;
    border-left: 4px solid var(--primary-color);
    border-radius: 0 12px 12px 0;
    padding: 22px 26px;
    margin: 28px 0;
    position: relative;
}

.news-detail-highlight p {
    font-size: 16px;
    color: #444;
    font-style: italic;
    margin-bottom: 10px !important;
    line-height: 1.75;
}

.news-detail-quote-icon {
    color: rgb(230, 177, 21);
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.news-detail-quote-attr {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.3px;
}

/* Tags row */
.news-detail-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 0;
    border-top: 1px solid #e8eaf0;
    border-bottom: 1px solid #e8eaf0;
    margin-bottom: 24px;
}

.news-detail-tags-label {
    font-size: 13px;
    font-weight: 700;
    color: #888;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 4px;
}

.news-detail-tag {
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-color);
    background: #eef2fc;
    border: 1px solid #d0d9f5;
    border-radius: 20px;
    padding: 5px 13px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.news-detail-tag:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

/* Share row */
.news-detail-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-detail-share-label {
    font-size: 13px;
    font-weight: 700;
    color: #888;
}

.news-detail-share-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.2s;
    color: #fff;
}

.news-detail-share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.88;
    color: #fff;
}

.news-detail-share-fb   { background: #1877f2; }
.news-detail-share-line { background: #06c755; font-size: 11px; font-weight: 900; }
.news-detail-share-tw   { background: #111; }
.news-detail-share-copy { background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218); }

/* ---- Sidebar ---- */
.news-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.news-sidebar-widget {
    background: #fff;
    border-radius: 18px;
    padding: 28px 26px;
    border: 1px solid #e8eaf0;
    box-shadow: 0 4px 20px rgba(4, 75, 173, 0.05);
}

.news-sidebar-widget-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgb(230, 177, 21);
    display: inline-block;
}

/* Related posts */
.news-sidebar-posts {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.news-sidebar-post {
    display: flex;
    gap: 14px;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
}

.news-sidebar-post:hover {
    opacity: 0.8;
    color: inherit;
}

.news-sidebar-post-img {
    width: 80px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.news-sidebar-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-sidebar-post-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.news-sidebar-post-cat {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 3px 10px;
    display: inline-block;
    width: fit-content;
}

.news-sidebar-post-cat.news  { background: var(--primary-color); color: #fff; }
.news-sidebar-post-cat.event { background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218); color: #fff; }
.news-sidebar-post-cat.award { background: #1a9e5c; color: #fff; }

.news-sidebar-post-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

.news-sidebar-post-date {
    font-size: 11px;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-sidebar-post-date i {
    color: rgb(230, 177, 21);
}

/* Categories list */
.news-sidebar-cats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.news-sidebar-cats li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    gap: 8px;
}

.news-sidebar-cats li a:hover {
    background: #eef2fc;
    color: var(--primary-color);
}

.news-sidebar-cats li a i {
    color: rgb(230, 177, 21);
    font-size: 10px;
    flex-shrink: 0;
}

.news-sidebar-cats li a span {
    margin-left: auto;
    background: #eef2fc;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    padding: 2px 10px;
}

/* Tag cloud */
.news-sidebar-tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.news-sidebar-tagcloud a {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    background: #f0f2f7;
    border: 1px solid #dde0e8;
    border-radius: 20px;
    padding: 5px 13px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.news-sidebar-tagcloud a:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

/* Responsive */
@media (max-width: 991px) {
    .news-detail-article {
        padding: 32px 28px;
    }

    .news-detail-img-wrap img {
        height: 280px;
    }
}

@media (max-width: 575px) {
    .news-detail-section {
        padding: 40px 0 60px;
    }

    .news-detail-article {
        padding: 24px 18px;
    }

    .news-detail-title {
        font-size: 20px;
    }

    .news-detail-img-wrap img {
        height: 210px;
    }

    .news-detail-meta {
        gap: 12px;
    }
}


/************************************/
/***     Product Page css         ***/
/************************************/

.product-page {
    padding: 70px 0 100px;
    background: #f8f9fb;
}

/* Page Title */
.product-page-title {
    text-align: center;
    margin-bottom: 50px;
}

.product-page-title h1 {
    font-size: 42px;
    font-weight: 900;
    color: var(--primary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.product-page-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #999;
}

.product-page-breadcrumb a {
    color: #888;
    text-decoration: none;
    transition: color 0.2s;
}

.product-page-breadcrumb a:hover {
    color: var(--primary-color);
}

.product-page-breadcrumb i {
    font-size: 10px;
    color: rgb(230, 177, 21);
}

.product-page-breadcrumb span {
    color: var(--primary-color);
    font-weight: 600;
}

/* ---- Sidebar ---- */
.product-sidebar {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e8eaf0;
    box-shadow: 0 4px 20px rgba(4, 75, 173, 0.05);
    overflow: hidden;
    position: sticky;
    top: 100px;
}

.product-sidebar-header {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 22px;
    letter-spacing: 0.5px;
}

.product-sidebar-header i {
    color: rgb(230, 177, 21);
    font-size: 16px;
}

.product-filter-count {
    margin-left: auto;
    background: rgb(230, 177, 21);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-sidebar-widget {
    padding: 0 0 4px;
    border-bottom: 1px solid #f0f2f7;
}

.product-sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 22px;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    font-family: var(--default-font);
    transition: color 0.2s;
}

.product-sidebar-toggle:hover {
    color: var(--primary-color);
}

.product-sidebar-toggle i {
    font-size: 11px;
    color: rgb(230, 177, 21);
    transition: transform 0.2s;
}

.product-sidebar-toggle[aria-expanded="false"] i {
    transform: rotate(180deg);
}

/* Filter list */
.product-filter-list {
    list-style: none;
    padding: 4px 22px 16px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-filter-group-label {
    font-size: 12px;
    font-weight: 800;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px 0 6px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-top: 1px dashed #e8eaf0;
    margin-top: 6px;
}

.product-filter-group-label i {
    color: rgb(230, 177, 21);
    font-size: 12px;
}

.product-filter-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 8px;
    transition: background 0.15s, color 0.15s;
    user-select: none;
    margin: 0;
    font-weight: 500;
}

.product-filter-item:hover {
    background: #eef2fc;
    color: var(--primary-color);
}

.product-filter-item--sub {
    padding-left: 18px;
    font-size: 13px;
}

/* Hide native checkbox */
.product-filter-check {
    display: none;
}

/* Custom checkbox */
.product-filter-checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #dde0e8;
    border-radius: 5px;
    background: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, border-color 0.15s;
}

.product-filter-check:checked + .product-filter-checkmark {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.product-filter-check:checked + .product-filter-checkmark::after {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translate(-1px, -1px);
}

/* Reset button */
.product-filter-reset {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 22px;
    background: none;
    border: none;
    border-top: 1px solid #f0f2f7;
    font-size: 13px;
    font-weight: 700;
    color: #e05252;
    cursor: pointer;
    font-family: var(--default-font);
    transition: background 0.2s;
}

.product-filter-reset:hover {
    background: #fff5f5;
}

/* ---- Toolbar ---- */
.product-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 12px;
    padding: 14px 22px;
    margin-bottom: 28px;
    box-shadow: 0 2px 10px rgba(4, 75, 173, 0.04);
}

.product-count {
    font-size: 14px;
    color: #888;
    margin: 0;
    font-style: italic;
}

.product-count strong {
    color: var(--primary-color);
    font-weight: 700;
}

.product-sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-sort-label {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.product-sort-label i {
    color: rgb(230, 177, 21);
}

.product-sort-select-wrap {
    position: relative;
}

.product-sort-select {
    appearance: none;
    -webkit-appearance: none;
    border: 1.5px solid #dde0e8;
    border-radius: 8px;
    padding: 7px 34px 7px 12px;
    font-size: 13px;
    font-family: var(--default-font);
    color: #444;
    background: #fff;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s;
}

.product-sort-select:focus {
    border-color: var(--primary-color);
}

.product-sort-select-wrap i {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: rgb(230, 177, 21);
    pointer-events: none;
}

/* ---- Product Card ---- */
.product-card {
    background: #fff;
    border-radius: 18px;
    /* border: 1px solid #e8eaf0; */
    box-shadow: 0 4px 20px rgba(4, 75, 173, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    transition: box-shadow 0.25s, transform 0.25s;
}

.product-card:hover {
    box-shadow: 0 10px 36px rgba(4, 75, 173, 0.13);
    transform: translateY(-5px);
}

.product-card__badge-wrap {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    min-height: 26px;
}

/* Make col relative for badge positioning */
#productGrid > [data-name] {
    position: relative;
}

.product-card__badge {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 4px 12px;
}

.product-card__badge--best { background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218); color: #fff; box-shadow: 0 2px 6px rgba(199,154,43,0.35); }
.product-card__badge--new  { background: #1a9e5c; color: #fff; }

.product-card__img-wrap {
    /* background: #f0f4fb; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    /* padding: 24px; */
    overflow: hidden;
}

.product-card__img-wrap img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.product-card:hover .product-card__img-wrap img {
    transform: scale(1.08);
}

.product-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 5px 1px;
    flex: 1;
    gap: 10px;
}

.product-card__name {
    font-size: 17px;
    font-weight: 800;
    color: var(--primary-color);
    margin: 0;
    line-height: 1.3;
}

.product-card__desc {
    font-size: 13px;
    color: #777;
    line-height: 1.7;
    margin: 0;
    flex: 1;
}

.product-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 26px;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 6px;
    transition: background 0.2s, transform 0.2s;
    font-family: var(--default-font);
}

.product-card__btn:hover {
    background: #033b8a;
    color: #fff;
    transform: translateY(-2px);
}

/* No results */
.product-no-results {
    text-align: center;
    padding: 70px 20px;
    color: #aaa;
}

.product-no-results i {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
    color: #d0d5e8;
}

.product-no-results p {
    font-size: 16px;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .product-sidebar {
        position: static;
        margin-bottom: 10px;
    }

    .product-page-title h1 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .product-page {
        padding: 50px 0 60px;
    }

    .product-page-title h1 {
        font-size: 26px;
    }

    .product-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-card__img-wrap {
        height: 180px;
    }
}


/************************************/
/***   Product Sidebar Nav css    ***/
/************************************/

/* Top nav links (All Products / Best Seller) */
.product-cat-nav {
    padding: 10px 12px 6px;
    border-bottom: 1px solid #f0f2f7;
}

.product-cat-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.product-cat-nav-item i {
    color: rgb(230, 177, 21);
    font-size: 13px;
    width: 16px;
    text-align: center;
}

.product-cat-nav-item:hover {
    background: #eef2fc;
    color: var(--primary-color);
}

/* Category icon inside toggle */
.product-cat-icon {
    color: rgb(230, 177, 21);
    font-size: 13px;
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

/* Active category widget */
.product-sidebar-widget--active {
    background: #f0f5ff;
}

.product-sidebar-toggle--active {
    color: var(--primary-color);
}

/* Sub-category links */
.product-cat-sub-link {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 7px;
    transition: background 0.15s, color 0.15s;
}

.product-cat-sub-link:hover {
    background: #eef2fc;
    color: var(--primary-color);
}

.product-cat-sub-link--active {
    color: var(--primary-color);
    font-weight: 600;
}

.product-cat-sub-link--active::before {
    content: '›';
    margin-right: 6px;
    color: rgb(230, 177, 21);
    font-weight: 900;
}

/************************************/
/***   Product Category Banner    ***/
/************************************/

.product-category-banner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: linear-gradient(135deg, #eef4ff 0%, #f5f8ff 100%);
    border: 1px solid #d4e0f8;
    border-left: 5px solid var(--primary-color);
    border-radius: 14px;
    padding: 22px 26px;
    margin-bottom: 28px;
}

.product-category-banner__icon {
    width: 48px;
    height: 48px;
    background: var(--primary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product-category-banner__icon i {
    color: #fff;
    font-size: 20px;
}

.product-category-banner__text h3 {
    font-size: 16px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 6px;
}

.product-category-banner__text p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/************************************/
/***   Product Card Specs list    ***/
/************************************/

.product-card__specs {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-card__specs li {
    font-size: 12px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 7px;
}

.product-card__specs li i {
    color: #1a9e5c;
    font-size: 11px;
    flex-shrink: 0;
}

@media (max-width: 575px) {
    .product-category-banner {
        flex-direction: column;
        gap: 14px;
    }
}


/************************************/
/***  Product Card Placeholder    ***/
/************************************/

/* Used when no product image is available yet */
.product-card__img-wrap--alt {
    background: linear-gradient(135deg, #eef4ff 0%, #dce8fb 100%);
}

.product-card__img-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 100%;
}

.product-card__img-placeholder i {
    font-size: 52px;
    color: var(--primary-color);
    opacity: 0.25;
}

.product-card__img-placeholder span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-color);
    opacity: 0.4;
}


/************************************/
/***   Household Use-case Strip   ***/
/************************************/

.house-usecase-strip {
    background: linear-gradient(135deg, #fffbf0 0%, #fff8e6 100%);
    border: 1px solid #f0dfa0;
    border-radius: 16px;
    padding: 26px 28px 24px;
    margin-top: 36px;
}

.house-usecase-strip__title {
    font-size: 15px;
    font-weight: 700;
    color: #7a5c00;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 4px;
}

.house-usecase-strip__title i {
    color: rgb(230, 177, 21);
    font-size: 16px;
}

.house-usecase-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #f0dfa0;
    border-radius: 12px;
    padding: 18px 10px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
}

.house-usecase-item:hover {
    box-shadow: 0 4px 16px rgba(189, 142, 45, 0.15);
    transform: translateY(-3px);
}

.house-usecase-item i {
    font-size: 26px;
    color: rgb(230, 177, 21);
}

.house-usecase-item span {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    line-height: 1.4;
}


/************************************/
/***     Hero Center Content      ***/
/************************************/

/* ---- Hero Split Layout ---- */

/* Full-cover overlay wrapper — flex column for 3 rows */
.hero-split-content {
    /* position: absolute; */
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 40px 80px;
    background: linear-gradient(to right, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0.30) 55%, rgba(0,0,0,0.08) 100%);
    /* gap: 28px; */
    width: 100%;
    height: 100vh;
}

/* Row 1: Tag centered */
.hero-row-tag {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* Row 2: Text left + Image right */
.hero-row-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex: 1;
}

/* Left text block */
.hero-split-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    opacity: 0;
    transform: translateX(-100px);
    transition: none;
}

.hero-split-text.hero-anim-ready {
    animation: heroSlideLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Right image block */
.hero-split-img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(100px);
    transition: none;
}

.hero-split-img.hero-anim-ready {
    animation: heroSlideRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.hero-split-img img {
    max-height: 440px;
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 24px 48px rgba(0,0,0,0.45));
}

/* Row 3: Buttons centered */
.hero-row-footer {
    display: flex;
    justify-content: center;
    /* margin-bottom: 40px; */
}

/* ---- Slide animations (run once on load) ---- */
@keyframes heroSlideLeft {
    0%   { opacity: 0; transform: translateX(-100px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes heroSlideRight {
    0%   { opacity: 0; transform: translateX(100px); }
    100% { opacity: 1; transform: translateX(0); }
}

/* Tag line */
.hero-center-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 32px;
    opacity: 0;
    transform: translateY(-20px);
    white-space: nowrap;
}

.hero-center-tag.hero-anim-ready {
    animation: heroFadeDown 0.7s ease forwards;
}

.hero-center-tag span {
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
}

/* Main title */
.hero-center-title {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 8px;
    line-height: 1.15;
    text-align: center;
    align-items: center;
}

.hero-line-1,
.hero-line-2,
.hero-line-3 {
    display: block;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

.hero-line-1 {
    font-size: 56px;
}

.hero-line-2 {
    font-size: 64px;
    color: rgb(230, 177, 21);
}

.hero-line-3 {
    font-size: 56px;
}

/* Sub-heading */
.hero-center-sub {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
    letter-spacing: 2px;
    /* margin-bottom: 44px; */
}

/* Stats row */
.hero-center-stats {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 48px;
    opacity: 0;
    animation: heroFadeUp 0.8s ease forwards 1.2s;
}

.hero-stat {
    text-align: center;
}

.hero-stat strong {
    font-size: 42px;
    font-weight: 900;
    color: rgb(230, 177, 21);
    line-height: 1;
    font-family: var(--default-font);
}

.hero-stat span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 6px;
}

.hero-stat-divider {
    width: 1px;
    height: 50px;
    background: rgba(255,255,255,0.25);
}

/* Buttons */
.hero-center-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    /* margin-top: 36px; */
    opacity: 0;
    transform: translateY(30px);
}

.hero-center-footer.hero-anim-ready {
    animation: heroFadeUp 0.8s ease forwards;
}

.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    padding: 14px 38px;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: background 0.25s, transform 0.2s;
    font-family: var(--default-font);
}

.hero-btn-primary:hover {
    background: #033b8a;
    color: #fff;
    transform: translateY(-3px);
}

.hero-btn-outline {
    display: inline-flex;
    align-items: center;
    padding: 13px 38px;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 8px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: background 0.25s, border-color 0.25s, transform 0.2s;
    font-family: var(--default-font);
}

.hero-btn-outline:hover {
    background: rgba(255,255,255,0.12);
    border-color: #fff;
    color: #fff;
    transform: translateY(-3px);
}

/* Keyframes */
@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes heroFadeDown {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 991px) {
    .hero-split-content  { padding: 40px 36px; gap: 20px; }
    .hero-row-main       { gap: 24px; }
    .hero-line-1,
    .hero-line-3         { font-size: 38px; }
    .hero-line-2         { font-size: 44px; }
    .hero-split-img img  { max-height: 300px; }
}

@media (max-width: 767px) {
    .hero-split-content  { padding: 32px 24px; }
    .hero-row-main       { flex-direction: column; gap: 20px; }
    .hero-split-text     { align-items: center; text-align: center; }
    .hero-center-title   { text-align: center; }
    .hero-split-img img  { max-height: 220px; }
    .hero-line-1,
    .hero-line-3         { font-size: 28px; }
    .hero-line-2         { font-size: 34px; }
    .hero-center-sub     { font-size: 14px; letter-spacing: 1px; text-align: center; }
    .hero-center-footer  { flex-direction: column; gap: 12px; width: 100%; }
    .hero-btn-primary,
    .hero-btn-outline    { width: 100%; justify-content: center; }
    .hero-split-content  { background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.65) 100%); }

    /* Mobile: white bg, hide video, blue text */
    .hero-slider-image video { display: none; }
    .hero.hero-slider,
    .hero.hero-slider .hero-slider-layout,
    .hero.hero-slider .swiper,
    .hero.hero-slider .swiper-wrapper,
    .hero.hero-slider .swiper-slide {
        overflow: visible !important;
        height: auto !important;
    }
    .hero.hero-slider .hero-slider-layout .hero-slide {
        background: #fff;
        min-height: auto;
        height: auto;
        overflow: visible !important;
    }
    .hero-split-content {
        background: transparent !important;
        position: relative !important;
        inset: auto !important;
        padding: 90px 20px 40px !important;
        width: 100% !important;
        overflow: visible !important;
    }
    .hero-center-footer { margin-bottom: 0 !important; }
    .hero-center-tag { color: var(--primary-color); }
    .hero-center-tag span { background: var(--primary-color); }
    .hero-line-1,
    .hero-line-2,
    .hero-line-3 { color: var(--primary-color); }
    .hero-center-sub { color: var(--primary-color); }
    .hero-btn-outline {
        background: var(--primary-color);
        color: #fff;
        border-color: var(--primary-color);
    }
}

/* ============================================================
   SERVICE CARD LINK WRAPPER
   ============================================================ */
.service-card-link {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.service-card-link:hover {
    text-decoration: none;
    color: inherit;
}
.service-card-link:hover .service-card {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(4, 75, 173, 0.14);
}
.service-card-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.3px;
    transition: gap 0.25s;
}
.service-card-link:hover .service-card-more {
    gap: 10px;
}

/* ============================================================
   SERVICE DETAIL PAGE
   ============================================================ */

/* Hero */
.sd-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0a3d9e 100%);
    padding: 60px 0 50px;
    color: #fff;
}
.sd-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.sd-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.25s;
    width: fit-content;
}
.sd-back-link:hover { color: #fff; }
.sd-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 20px;
    width: fit-content;
}
.sd-title {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.25;
}

/* Body */
.sd-body {
    padding: 60px 0 80px;
    background: #f8f9fb;
}

/* Image */
.sd-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto 32px auto;
    padding: 12px;
    box-shadow: 0 4px 24px rgba(4,75,173,0.10);
    background: #fff;
}
.sd-img-wrap img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    display: block;
    border-radius: 10px;
}

/* Intro */
.sd-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 28px;
}

/* Quote */
.sd-quote {
    background: #fff;
    border-left: 4px solid var(--primary-color);
    border-radius: 0 12px 12px 0;
    padding: 20px 24px;
    margin-bottom: 36px;
    position: relative;
}
.sd-quote-icon {
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 8px;
    display: block;
}
.sd-quote p {
    font-size: 15px;
    font-style: italic;
    color: #555;
    margin: 0;
    line-height: 1.7;
}

/* Sections */
.sd-section {
    margin-bottom: 32px;
}
.sd-section h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e8eaf0;
}
.sd-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

/* CTA */
.sd-cta {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0a3d9e 100%);
    border-radius: 16px;
    padding: 32px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.sd-cta p {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    margin: 0;
    flex: 1;
}
.sd-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.25s, color 0.25s;
    flex-shrink: 0;
}
.sd-cta-btn:hover {
    background: rgb(230, 177, 21);
    color: #fff;
}

/* Prev / Next */
.sd-nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.sd-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #e0e4f0;
    transition: background 0.25s, color 0.25s;
}
.sd-nav-btn:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

/* Sidebar */
.sd-sidebar-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 28px;
    border: 1px solid #e8eaf0;
    box-shadow: 0 4px 20px rgba(4,75,173,0.06);
    margin-bottom: 24px;
}
.sd-sidebar-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary-color), #0a3d9e);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.sd-sidebar-icon i {
    font-size: 22px;
    color: #fff;
}
.sd-sidebar-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}
.sd-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sd-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}
.sd-highlights li i {
    color: #25a244;
    font-size: 15px;
    margin-top: 1px;
    flex-shrink: 0;
}

/* All Services list */
.sd-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sd-service-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
    padding: 9px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.sd-service-list li a i {
    font-size: 14px;
    color: var(--primary-color);
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}
.sd-service-list li a:hover,
.sd-service-list li.active a {
    background: #eef2fb;
    color: var(--primary-color);
    font-weight: 600;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .sd-title { font-size: 28px; }
    .sd-img-wrap img { height: auto; }
    .sd-cta { flex-direction: column; text-align: center; }
    .sd-cta-btn { width: 100%; justify-content: center; }
}
@media (max-width: 767px) {
    .sd-hero { padding: 40px 0 36px; }
    .sd-title { font-size: 22px; }
    .sd-body { padding: 40px 0 60px; }
    .sd-img-wrap img { height: auto; }
    .sd-section h2 { font-size: 17px; }
    .sd-intro { font-size: 15px; }
    .sd-nav { flex-direction: column; }
    .sd-nav-btn { width: 100%; justify-content: center; }
}
@media (max-width: 575px) {
    .sd-title { font-size: 19px; }
    .sd-img-wrap img { height: auto; }
    .sd-sidebar-card { padding: 20px 18px; }
    .sd-cta { padding: 24px 20px; }
}

/* ============================================================
   PRODUCT SWIPER CARD ENHANCEMENTS
   ============================================================ */
.product-card-img-link {
    display: block;
    width: 100%;
    text-decoration: none;
}
.product-card h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.product-card h3 a:hover { color: var(--primary-color); }
.product-card-actions {
    display: flex;
    gap: 8px;
    margin-top: auto;
    padding-top: 12px;
    flex-wrap: wrap;
}
.btn-view-detail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    transition: background 0.25s;
    flex: 1;
    text-align: center;
}
.btn-view-detail:hover { background: #0a3d9e; color: #fff; }
.product-card-actions .btn-contact {
    flex: 1;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ============================================================
   PRODUCT DETAIL PAGE
   ============================================================ */

/* Hero / Breadcrumb */
.pd-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0a3d9e 100%);
    padding: 22px 0;
}

.pd-breadcrumb-section {
    background: #fff;
    padding: 14px 0;
    border-bottom: 1px solid #e8edf8;
}
.pd-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.pd-breadcrumb a {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}
.pd-breadcrumb a:hover { color: #0a3d9e; text-decoration: underline; }
.pd-breadcrumb i { color: #aab4cc; font-size: 11px; }
.pd-breadcrumb span {
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 600;
}

/* Body */
.pd-body { padding: 60px 0 80px; background: #f8f9fb; }

/* Gallery */
.pd-gallery { position: sticky; top: 100px; }
.pd-gallery-main {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8eaf0;
    margin-bottom: 12px;
    box-shadow: 0 4px 20px rgba(4,75,173,0.07);
    cursor: zoom-in;
}

#pdMagLens  { display: none; }
#pdMagResult { display: none; }
.pd-gallery-main img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    display: block;
    transition: opacity 0.2s, transform 0.15s ease-out;
    transform-origin: 50% 50%;
    will-change: transform;
}
.pd-gallery-thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}
.pd-thumb {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    /* border: 2px solid #e8eaf0; */
    cursor: pointer;
    transition: border-color 0.2s;
    flex-shrink: 0;
}
.pd-thumb.active,
.pd-thumb:hover {
    /* border-color: var(--primary-color); */
}
.pd-thumb img { width: 100%; height: 100%; object-fit: contain; background: #f5f5f5; display: block; }

/* Info */
.pd-info-top { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.pd-badge {
    background: linear-gradient(-45deg, #a56d13, #f5e77e, #a77218);
    box-shadow: 0 2px 8px rgba(199,154,43,0.35);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
}
.pd-category a {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    padding: 3px 10px;
    border-radius: 20px;
    transition: background 0.2s, color 0.2s;
}
.pd-category a:hover { background: var(--primary-color); color: #fff; }
.pd-name {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 8px;
    line-height: 1.2;
}
.pd-tagline {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 16px;
}
.pd-divider { height: 2px; background: #e8eaf0; margin: 16px 0; border-radius: 2px; }
.pd-desc { font-size: 15px; line-height: 1.8; color: #555; margin-bottom: 24px; }

/* Features */
.pd-features { margin-bottom: 28px; }
.pd-features h3 { font-size: 16px; font-weight: 700; color: #1a1a2e; margin-bottom: 12px; }
.pd-features ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.pd-features ul li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #444; line-height: 1.5; }
.pd-features ul li i { color: #25a244; flex-shrink: 0; margin-top: 2px; }

/* About / Extra Description */
.pd-about { margin-bottom: 28px; padding: 20px; background: #f4f8ff; border-left: 4px solid #044bad; border-radius: 4px; }
.pd-about h3 { font-size: 16px; font-weight: 700; color: #044bad; margin-bottom: 12px; letter-spacing: 0.5px; text-transform: uppercase; }
.pd-about p { font-size: 14px; color: #444; line-height: 1.75; margin-bottom: 10px; }
.pd-about p:last-child { margin-bottom: 0; }

/* Actions */
.pd-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.pd-btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--primary-color); color: #fff;
    font-size: 14px; font-weight: 700;
    padding: 13px 28px; border-radius: 8px;
    text-decoration: none; transition: background 0.25s;
    flex: 1; justify-content: center;
}
.pd-btn-primary:hover { background: #0a3d9e; color: #fff; }
.pd-btn-outline {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; color: var(--primary-color);
    font-size: 14px; font-weight: 700;
    padding: 13px 28px; border-radius: 8px;
    text-decoration: none; border: 2px solid var(--primary-color);
    transition: background 0.25s, color 0.25s;
    flex: 1; justify-content: center;
}
.pd-btn-outline:hover { background: var(--primary-color); color: #fff; }

/* Specs & Use Cases */
.pd-tabs-row { margin-top: 48px; }
.pd-specs-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    border: 1px solid #e8eaf0;
    box-shadow: 0 4px 20px rgba(4,75,173,0.06);
    height: 100%;
}
.pd-specs-card h3 {
    font-size: 17px; font-weight: 700; color: #1a1a2e;
    margin-bottom: 20px; display: flex; align-items: center; gap: 10px;
}
.pd-specs-card h3 i { color: var(--primary-color); }
.pd-spec-table { width: 100%; border-collapse: collapse; }
.pd-spec-table tr { border-bottom: 1px solid #f0f2f8; }
.pd-spec-table tr:last-child { border-bottom: none; }
.pd-spec-key {
    padding: 10px 0; font-size: 13px; font-weight: 600;
    color: #888; width: 44%; vertical-align: top;
}
.pd-spec-val {
    padding: 10px 0 10px 12px; font-size: 14px;
    color: #333; font-weight: 500;
}
.pd-use-cases {
    list-style: none; padding: 0; margin: 0 0 24px;
    display: flex; flex-direction: column; gap: 10px;
}
.pd-use-cases li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #444; }
.pd-use-cases li i { color: var(--primary-color); font-size: 12px; flex-shrink: 0; }
.pd-cta-mini {
    background: #eef2fb; border-radius: 10px;
    padding: 16px 20px; display: flex;
    align-items: center; justify-content: space-between;
    gap: 12px; flex-wrap: wrap;
}
.pd-cta-mini p { margin: 0; font-size: 13px; color: #555; }
.pd-cta-mini a {
    font-size: 13px; font-weight: 700; color: var(--primary-color);
    text-decoration: none; display: flex; align-items: center; gap: 6px;
    white-space: nowrap; transition: gap 0.2s;
}
.pd-cta-mini a:hover { gap: 10px; }

/* Related Products */
.pd-related { margin-top: 60px; }
/* FAQ */
.pd-faq { margin: 48px 0; }
.pd-faq-title { font-size: 26px; font-weight: 800; color: var(--primary-color); margin-bottom: 24px; }
.pd-faq-title span { color: rgb(230, 177, 21); }
.pd-faq-list { display: flex; flex-direction: column; gap: 16px; }
.pd-faq-item { background: #f7f9fc; border-left: 4px solid #044bad; border-radius: 8px; padding: 18px 20px; }
.pd-faq-q { font-weight: 700; color: #044bad; margin-bottom: 8px; font-size: 15px; }
.pd-faq-q i { margin-right: 8px; }
.pd-faq-a { color: #444; font-size: 14.5px; line-height: 1.7; }

.pd-related-title {
    font-size: 26px; font-weight: 800; color: var(--primary-color);
    margin-bottom: 28px;
}
.pd-related-title span { color: rgb(230, 177, 21); }
.pd-related-card {
    background: #fff; border-radius: 14px;
    overflow: hidden; border: 1px solid #e8eaf0;
    box-shadow: 0 4px 16px rgba(4,75,173,0.06);
    transition: transform 0.25s, box-shadow 0.25s;
    height: 100%;
}
.pd-related-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(4,75,173,0.12); }
.pd-related-img { display: block; overflow: hidden; padding: 0 10px; }
.pd-related-img img {
    width: 100%; height: 200px; object-fit: contain;
    display: block; transition: transform 0.35s;
}
.pd-related-card:hover .pd-related-img img { transform: scale(1.05); }
.pd-related-body { padding: 20px; }
.pd-related-cat {
    font-size: 11px; font-weight: 700; letter-spacing: 1px;
    text-transform: uppercase; color: var(--primary-color);
    display: block; margin-bottom: 6px;
}
.pd-related-body h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.pd-related-body h4 a { color: #1a1a2e; text-decoration: none; transition: color 0.2s; }
.pd-related-body h4 a:hover { color: var(--primary-color); }
.pd-related-body p { font-size: 13px; color: #777; line-height: 1.5; margin-bottom: 12px; }
.pd-related-link {
    font-size: 13px; font-weight: 700; color: var(--primary-color);
    text-decoration: none; display: inline-flex; align-items: center;
    gap: 6px; transition: gap 0.2s;
}
.pd-related-link:hover { gap: 10px; }

/* Prev / Next */
.pd-nav {
    display: flex; justify-content: space-between;
    gap: 16px; flex-wrap: wrap; margin-top: 48px;
    padding-top: 32px; border-top: 2px solid #e8eaf0;
}
.pd-nav-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; color: var(--primary-color);
    font-size: 14px; font-weight: 600;
    padding: 12px 22px; border-radius: 8px;
    text-decoration: none; border: 1px solid #e0e4f0;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.pd-nav-btn:hover {
    background: var(--primary-color); color: #fff;
    border-color: var(--primary-color);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .pd-gallery { position: static; }
    .pd-gallery-main img { height: 300px; }
    .pd-name { font-size: 26px; }
    .pd-actions { flex-direction: column; }
    .pd-btn-primary, .pd-btn-outline { flex: none; width: 100%; }
}
@media (max-width: 767px) {
    .pd-body { padding: 36px 0 60px; }
    .pd-gallery-main img { height: 240px; }
    .pd-name { font-size: 22px; }
    .pd-tagline { font-size: 14px; }
    .pd-specs-card { padding: 22px 18px; }
    .pd-related-title { font-size: 22px; }
    .pd-nav { flex-direction: column; }
    .pd-nav-btn { width: 100%; justify-content: center; }
    .product-card-actions { flex-direction: column; }
}
@media (max-width: 575px) {
    .pd-name { font-size: 19px; }
    .pd-gallery-main img { height: 200px; }
    .pd-thumb { width: 56px; min-width: 56px; height: 56px; }
    .pd-thumb img { width: 54px; height: 54px; }
    .pd-related-img img { height: 160px; }
    .pd-cta-mini { flex-direction: column; align-items: flex-start; }
}


.pd-gallery-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    margin-top: 10px;
}

.pd-gallery-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: hidden;
    width: 550px; /* 8 thumbs × 60px + 7 gaps × 10px */
    flex-shrink: 0;
}

.pd-thumb {
    width: 60px;
    min-width: 60px;
    flex-shrink: 0;
    cursor: pointer;
}

.pd-thumb img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background: #f5f5f5;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}

.pd-thumb.active img {
    border-color: #004fb6;
}

/* arrows */
.pd-arrow {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    padding: 2px 8px;
    color: #004fb6;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
    height: 60px;
    display: flex;
    align-items: center;
}

.pd-arrow:hover {
    background: #004fb6;
    color: #fff;
}

/* Main image prev/next buttons */
.pd-main-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.85);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #004fb6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.2s, color 0.2s;
}
.pd-main-arrow:hover {
    background: #004fb6;
    color: #fff;
}
.pd-main-prev { left: 8px; }
.pd-main-next { right: 8px; }

/* ===== Product Detail – New Section Styles ===== */

.pd-body { background: #fff; }

.pd-overview-section {
    background: #f4f7ff;
    padding: 60px 0;
    border-top: 1px solid #e8edf8;
    border-bottom: 1px solid #e8edf8;
}
.pd-overview-section h2 { font-size: 28px; font-weight: 800; color: #1a1a2e; margin-bottom: 16px; }
.pd-overview-section h2 span { color: var(--primary-color); }
.pd-overview-section p { font-size: 15.5px; line-height: 1.9; color: #555; max-width: 900px; }
.pd-overview-subtitle { font-size: 17px !important; font-weight: 600 !important; color: var(--primary-color) !important; margin-bottom: 20px !important; }
.pd-overview-subhead { font-size: 20px; font-weight: 700; color: #1a1a2e; margin: 36px 0 12px; }
.pd-overview-list { list-style: none; padding: 0; margin: 12px 0 20px; display: flex; flex-direction: column; gap: 10px; }
.pd-overview-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: #444; line-height: 1.7; }
.pd-overview-list li::before { content: "\2014"; color: var(--primary-color); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
@media (max-width: 767px) { .pd-overview-subhead { font-size: 17px; margin: 28px 0 10px; } .pd-overview-subtitle { font-size: 15px !important; } }
@media (max-width: 575px) { .pd-overview-subhead { font-size: 15px; } .pd-overview-list li { font-size: 14px; } }

.pd-image-banner {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.pd-image-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.pd-moisture-section {
    background: #f4f7ff;
    padding: 70px 0 70px;
    border-bottom: 1px solid #e8edf8;
}
.pd-moisture-section h2 { font-size: 28px; font-weight: 800; color: #1a1a2e; margin-bottom: 20px; }
.pd-moisture-section h2 span { color: var(--primary-color); }
.pd-moisture-section p { font-size: 15.5px; line-height: 1.9; color: #555; margin-bottom: 16px; max-width: 860px; }
.pd-moisture-list { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 12px; }
.pd-moisture-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #333; }
.pd-moisture-list li i { color: var(--primary-color); flex-shrink: 0; font-size: 15px; }
.pd-moisture-img { width: 100%; margin-top: 36px; line-height: 0; border-radius: 12px; overflow: hidden; }
.pd-moisture-img img { width: 100%; height: 460px; object-fit: cover; display: block; border-radius: 12px; }
@media (max-width: 991px) { .pd-moisture-img img { height: 300px; } }
@media (max-width: 576px)  { .pd-moisture-section h2 { font-size: 21px; } .pd-moisture-img img { height: 200px; } }

.pd-advantages-section {
    background: #fff;
    padding: 60px 0;
    border-bottom: 1px solid #e8edf8;
}
.pd-advantage-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.pd-advantage-list li { display: flex; flex-direction: column; gap: 4px; }
.pd-advantage-list li strong { font-size: 20px; font-weight: 700; color: #1a1a2e; }
.pd-advantage-list li span { font-size: 18px; color: #222; line-height: 1.7; }
.pd-section-title { font-size: 28px; font-weight: 800; color: #1a1a2e; margin-bottom: 36px; }
.pd-section-title span { color: var(--primary-color); }
.pd-advantages-img-wrap { margin-top: 48px; text-align: center; }
.pd-sizes-img-wrap { margin-top: 48px; margin-bottom: 8px; text-align: center; }
.pd-faq-img-wrap { margin-top: 48px; text-align: center; }
.pd-faq-bottom-img { width: 100%; max-width: 960px; height: auto; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.10); display: block; margin: 0 auto; }
@media (max-width: 768px) { .pd-faq-img-wrap { margin-top: 32px; } }
.pd-industries-img-row { margin-top: 48px; }
.pd-industries-img { width: 100%; height: 320px; object-fit: cover; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.10); display: block; }
@media (max-width: 768px) { .pd-industries-img-row { margin-top: 32px; } .pd-industries-img { height: 220px; } }
.pd-sizes-bottom-img { width: 100%; max-width: 960px; height: auto; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.10); display: block; margin: 0 auto; }
@media (max-width: 768px) { .pd-sizes-img-wrap { margin-top: 32px; } }
.pd-advantages-bottom-img { width: 100%; max-width: 900px; height: auto; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.10); display: block; margin: 0 auto; }
@media (max-width: 768px) { .pd-advantages-img-wrap { margin-top: 32px; } }

.pd-advantage-card {
    background: #f8faff;
    border-radius: 12px;
    padding: 28px 22px;
    height: 100%;
    border-top: 3px solid var(--primary-color);
    box-shadow: 0 2px 14px rgba(4,75,173,0.07);
    transition: transform 0.25s, box-shadow 0.25s;
}
.pd-advantage-card:hover { transform: translateY(-5px); box-shadow: 0 10px 28px rgba(4,75,173,0.13); }
.pd-advantage-num {
    width: 42px; height: 42px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; font-weight: 800;
    margin-bottom: 16px;
}
.pd-advantage-card h4 { font-size: 15px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.pd-advantage-card p { font-size: 13.5px; color: #666; line-height: 1.65; margin: 0; }

.pd-full-img-section { width: 100%; line-height: 0; }
.pd-full-img-section img { width: 100%; height: 100vh; object-fit: contain; display: block; }
@media (max-width: 991px) { .pd-full-img-section img { height: 60vh; } }
@media (max-width: 576px)  { .pd-full-img-section img { height: 40vh; } }

.pd-specs-section {
    background: #f4f7ff;
    padding: 60px 0;
    border-bottom: 1px solid #e8edf8;
}
.pd-spec-table-full { width: 100%; border-collapse: collapse; margin-top: 4px; }
.pd-spec-table-full tr { border-bottom: 1px solid #e4e9f5; }
.pd-spec-table-full tr:last-child { border-bottom: none; }
.pd-spec-table-full .pd-spec-key {
    padding: 13px 16px 13px 0;
    font-weight: 700; color: #1a1a2e;
    font-size: 14px; width: 42%; vertical-align: top;
}
.pd-spec-table-full .pd-spec-val { padding: 13px 0; color: #555; font-size: 14px; }

.pd-use-cases-list { list-style: none; padding: 0; margin: 4px 0 0; display: flex; flex-direction: column; gap: 14px; }
.pd-use-cases-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: #444; line-height: 1.6; }
.pd-use-cases-list li i { color: #25a244; flex-shrink: 0; margin-top: 2px; font-size: 15px; }

.pd-faq-section {
    background: #fff;
    padding: 60px 0;
    border-bottom: 1px solid #e8edf8;
}
.pd-accordion { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.pd-accordion-item {
    background: #f8faff;
    border-radius: 10px;
    border: 1px solid #e4e9f5;
    overflow: hidden;
}
.pd-accordion-q {
    display: flex; justify-content: space-between; align-items: center;
    padding: 18px 24px;
    cursor: pointer;
    font-size: 15px; font-weight: 600; color: #1a1a2e;
    transition: background 0.2s;
    gap: 12px;
}
.pd-accordion-q:hover { background: #edf1fb; }
.pd-accordion-item.active .pd-accordion-q { background: #edf1fb; color: var(--primary-color); }
.pd-accordion-q i { color: var(--primary-color); transition: transform 0.3s; flex-shrink: 0; }
.pd-accordion-item.active .pd-accordion-q i { transform: rotate(180deg); }
.pd-accordion-a { display: none; padding: 0 24px 18px 24px; }
.pd-accordion-a p { font-size: 14.5px; color: #555; line-height: 1.8; margin: 0; }

.pd-related-section {
    background: #f4f7ff;
    padding: 60px 0;
}

@media (max-width: 991px) {
    .pd-overview-section, .pd-advantages-section, .pd-specs-section,
    .pd-faq-section, .pd-related-section { padding: 40px 0; }
    .pd-section-title { font-size: 22px; margin-bottom: 24px; }
    .pd-overview-section h2 { font-size: 22px; }
}
@media (max-width: 576px) {
    .pd-overview-section, .pd-advantages-section, .pd-specs-section,
    .pd-faq-section, .pd-related-section { padding: 30px 0; }
    .pd-section-title { font-size: 19px; }
    .pd-overview-section h2 { font-size: 19px; }
    .pd-advantage-card { padding: 20px 16px; }
    .pd-accordion-q { padding: 14px 16px; font-size: 14px; }
    .pd-accordion-a { padding: 0 16px 14px; }
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    color: #fff;
}

/* Festival Greeting Floating Widget (sits above WhatsApp button) */
.festival-float {
    position: fixed;
    bottom: 100px;            /* above the 55px WhatsApp button at bottom:30px */
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 10px 12px 8px;
    background: linear-gradient(135deg, #fff8e1, #ffe7b3);
    border: 1px solid #f0c14b;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    text-align: center;
    animation: festival-pop 0.5s ease;
}
.festival-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.festival-text {
    font-size: 13px;
    font-weight: 700;
    color: #b8001f;
    white-space: nowrap;
    line-height: 1.1;
}
.festival-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 50%;
    background: #b8001f;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.festival-close:hover { background: #8c0017; }
@keyframes festival-pop {
    0%   { transform: scale(0.6); opacity: 0; }
    100% { transform: scale(1);   opacity: 1; }
}
@media (max-width: 768px) {
    .festival-float { bottom: 95px; right: 20px; padding: 8px 10px 6px; }
    .festival-img   { width: 56px; height: 56px; }
    .festival-text  { font-size: 12px; }
}

/* ── Product 1: Sizes, Industries, Certs, OEM ── */
.pd-sizes-section {
    background: #fff;
    padding: 60px 0;
    border-bottom: 1px solid #e8edf8;
}
.pd-intro-text {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
    max-width: 780px;
}

/* Size Cards */
.pd-size-card {
    background: #f4f7ff;
    border: 1px solid #dce5f5;
    border-radius: 16px;
    padding: 32px 28px;
    height: 100%;
}
.pd-size-card--cargo {
    background: #f0faf4;
    border-color: #c2e8d0;
}
.pd-size-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.pd-size-card-header i {
    font-size: 22px;
    color: var(--primary-color);
    flex-shrink: 0;
}
.pd-size-card--cargo .pd-size-card-header i {
    color: #25a244;
}
.pd-size-card-header h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}
.pd-size-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
    line-height: 1.7;
}
.pd-size-sublabel {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
    margin-bottom: 10px;
}
.pd-size-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px;
}
.pd-size-tags span {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
}
.pd-size-tags--large span {
    background: #25a244;
    font-size: 14px;
    padding: 6px 20px;
}
.pd-size-uses {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.pd-size-uses li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}
.pd-size-uses li i {
    color: #25a244;
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 13px;
}

/* Industries Block */
.pd-industries-block {
    margin-top: 64px;
}
.pd-industry-card {
    background: #fff;
    border: 1px solid #e4e9f5;
    border-radius: 14px;
    padding: 22px 20px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    height: 100%;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.pd-industry-card:hover {
    box-shadow: 0 6px 24px rgba(4,75,173,0.10);
    border-color: var(--primary-color);
}
.pd-industry-icon {
    width: 44px;
    height: 44px;
    background: #eef2fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pd-industry-icon i {
    font-size: 18px;
    color: var(--primary-color);
}
.pd-industry-body h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 6px;
}
.pd-industry-body p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.65;
}

/* Spec + Cert Row */
.pd-spec-cert-row {
    margin-top: 64px;
}
.pd-cert-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.pd-cert-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.pd-cert-list li i {
    color: #e6a817;
    font-size: 14px;
    flex-shrink: 0;
}
.pd-cert-note {
    font-size: 13px;
    color: #777;
    font-style: italic;
    margin: 0;
    line-height: 1.7;
}

/* OEM Block */
.pd-oem-block {
    margin-top: 64px;
    background: #f4f7ff;
    border-radius: 16px;
    padding: 40px 36px;
}
.pd-oem-block .pd-section-title { margin-bottom: 10px; }
.pd-oem-item {
    background: #fff;
    border: 1px solid #dce5f5;
    border-radius: 12px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    height: 100%;
}
.pd-oem-item i {
    font-size: 24px;
    color: var(--primary-color);
}
.pd-oem-item span {
    font-size: 13.5px;
    color: #444;
    font-weight: 500;
    line-height: 1.6;
}
.pd-oem-footer {
    font-size: 14px;
    color: #666;
    margin: 28px 0 0;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 991px) {
    .pd-sizes-section { padding: 40px 0; }
    .pd-industries-block,
    .pd-spec-cert-row,
    .pd-oem-block { margin-top: 44px; }
    .pd-oem-block { padding: 28px 22px; }
}
@media (max-width: 576px) {
    .pd-sizes-section { padding: 30px 0; }
    .pd-size-card { padding: 22px 18px; }
    .pd-industry-card { padding: 16px 14px; }
    .pd-industries-block,
    .pd-spec-cert-row,
    .pd-oem-block { margin-top: 32px; }
    .pd-oem-block { padding: 22px 16px; }
}

/* ── Molecular Sieve Type Cards (id=7) ── */
.pd-msieve-card {
    background: #f4f7ff;
    border: 1px solid #dce5f5;
    border-top: 4px solid var(--primary-color);
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
}
.pd-msieve-card--4a  { border-top-color: #25a244; background: #f0faf4; border-color: #c2e8d0; }
.pd-msieve-card--13x { border-top-color: #9c59d1; background: #f8f4ff; border-color: #ddd0f5; }
.pd-msieve-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}
.pd-msieve-badge--4a  { background: #25a244; }
.pd-msieve-badge--13x { background: #9c59d1; }
.pd-msieve-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
}
.pd-msieve-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin: 0;
}
@media (max-width: 767px) { .pd-msieve-card { padding: 22px 18px; } }
@media (max-width: 575px) { .pd-msieve-card { padding: 18px 14px; } .pd-msieve-title { font-size: 15px; } }

/* ── Indicating Silica Gel Cards (id=4) ── */
.pd-indicate-card {
    background: #f8faff;
    border: 1px solid #dce5f5;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    border-top: 4px solid #dce5f5;
}
.pd-indicate-card--blue  { border-top-color: #1e6bd6; }
.pd-indicate-card--orange { border-top-color: #e87d1a; }
.pd-indicate-card--mixed  { border-top-color: #9c59d1; }
.pd-indicate-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.pd-indicate-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}
.pd-indicate-dot--mixed {
    background: linear-gradient(135deg, #1e6bd6 50%, #e87d1a 50%);
}
.pd-indicate-header h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}
.pd-indicate-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin: 0;
}

/* DMF Free block */
.pd-dmf-block {
    margin-top: 40px;
}
.pd-dmf-inner {
    background: #f0faf4;
    border: 1px solid #b7e4c7;
    border-left: 5px solid #25a244;
    border-radius: 12px;
    padding: 28px 32px;
}
.pd-dmf-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25a244;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.pd-dmf-badge i { font-size: 13px; }
.pd-dmf-inner p {
    font-size: 14.5px;
    color: #444;
    line-height: 1.8;
    margin: 0 0 10px;
}
.pd-dmf-inner p:last-child { margin-bottom: 0; }

/* Available sizes block */
.pd-avail-sizes-block {
    margin-top: 56px;
}
.pd-avail-sizes-note {
    font-size: 13.5px;
    color: #777;
    font-style: italic;
    margin-top: 16px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .pd-indicate-card { padding: 22px 18px; }
    .pd-dmf-inner { padding: 22px 20px; }
    .pd-avail-sizes-block { margin-top: 40px; }
}
@media (max-width: 575px) {
    .pd-indicate-card { padding: 18px 14px; }
    .pd-dmf-inner { padding: 18px 16px; }
    .pd-indicate-header h3 { font-size: 14px; }
    .pd-avail-sizes-block { margin-top: 32px; }
}

/* ── Product Detail – Comprehensive Responsive ── */

/* Image banner height */
@media (max-width: 991px) { .pd-image-banner { height: 60vh; } }
@media (max-width: 767px) { .pd-image-banner { height: 45vh; } }
@media (max-width: 575px) { .pd-image-banner { height: 35vh; } }

/* Moisture section padding */
@media (max-width: 767px) { .pd-moisture-section { padding: 40px 0; } }
@media (max-width: 575px) {
    .pd-moisture-section { padding: 30px 0; }
    .pd-moisture-section p { font-size: 14px; }
}

/* Advantage list font sizes */
@media (max-width: 767px) {
    .pd-advantage-list li strong { font-size: 17px; }
    .pd-advantage-list li span   { font-size: 15px; }
}
@media (max-width: 575px) {
    .pd-advantage-list li strong { font-size: 15px; }
    .pd-advantage-list li span   { font-size: 14px; }
}

/* Gallery thumb track – fix fixed 550px overflowing on small screens */
@media (max-width: 575px) { .pd-gallery-thumbs { width: 420px; } }
@media (max-width: 500px) { .pd-gallery-thumbs { width: 340px; } }
@media (max-width: 430px) { .pd-gallery-thumbs { width: 270px; } }
@media (max-width: 370px) { .pd-gallery-thumbs { width: 200px; } }

/* Spec table on small screens */
@media (max-width: 575px) {
    .pd-spec-table-full .pd-spec-key { width: 46%; font-size: 13px; }
    .pd-spec-table-full .pd-spec-val { font-size: 13px; }
}

/* Industries images */
@media (max-width: 575px) {
    .pd-industries-img { height: 180px; }
    .pd-industries-img-row { margin-top: 24px; }
}

/* Image wrap margins on small screens */
@media (max-width: 575px) {
    .pd-advantages-img-wrap,
    .pd-sizes-img-wrap,
    .pd-faq-img-wrap { margin-top: 24px; }
}

/* OEM block on very small screens */
@media (max-width: 480px) {
    .pd-oem-block { padding: 18px 14px; }
    .pd-oem-item  { padding: 16px 12px; }
}

/* Overview / moisture text size */
@media (max-width: 575px) {
    .pd-overview-section p { font-size: 14px; }
}

/* Nav spacing on mobile */
@media (max-width: 575px) {
    .pd-nav { margin-top: 32px; padding-top: 24px; gap: 12px; }
}

/* Related section on mobile */
@media (max-width: 575px) {
    .pd-related-section { padding: 30px 0; }
    .pd-related-title   { font-size: 19px !important; }
    .pd-related-body    { padding: 14px; }
}

/* Intro text on mobile */
@media (max-width: 575px) {
    .pd-intro-text { font-size: 14px; }
}

/* Size tags on very small screens */
@media (max-width: 380px) {
    .pd-size-tags span { font-size: 12px; padding: 4px 10px; }
}