.landing-header-bg5 {
	background: url(../../../wp-content/uploads/2026/04/landing-header-02.png) 0 90% no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	padding:5% 0;
	color: #fff;
}
.landing-header-bg5 h1{ font-size:60px;} 
.stats-section {
	background: linear-gradient(180deg, #3a3a3a 0%, #121212 100%);
	padding: 2%;
	border-radius: 20px;
	max-width: 1400px;
	color: #57a6ff; /* blue icons and text */
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	box-shadow: 0 4px 12px rgba(0,0,0,0.4);
	margin: 5% auto 2% auto;
	max-width: 90%;
}
.stats-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.stat-box {
	display: flex;
	align-items: center;   /* vertically center icon and text group */
	gap: 20px;
	min-width: 180px;
}
.stat-icon {
	font-size: 28px;
	color: #57a6ff;
	flex-shrink: 0;        /* prevent icon from shrinking */
	display: flex;
}
.stat-text-group {
	display: flex;
	flex-direction: column; /* stack number and text vertically */
	justify-content: center;
}
.stat-number {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
}
.stat-text {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
a.white-border-btn {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	padding: 12px 20px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}
a.white-border-btn:hover {
	background-color: transparent;
	border: 2px solid #fff;
}
a.white-border-btn2 {
	background-color: #fff;
	border: 2px solid #fff;
	color: #0d377e;
	text-align: center;
	padding: 12px 20px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
}
a.white-border-btn2:hover {
	background-color: #fff;
	color: #0d377e;
}
.white-text {
	color: #fff;
}
.blue-cta {
	background: #0a3e9a url(../../../wp-content/uploads/2026/04/operation-bg.png) 100% 0 no-repeat;
	padding: 60px 5%;
	border-radius: 30px;
	color: #fff;
}
.blue-cta h2 {
	max-width: 50%;
	margin-bottom: 30px !important;
}
.blue-cta .button {
	padding: 20px 0 0 0;
}
.blue-cta2 {
	background: #0d367d url(../../../wp-content/uploads/2026/04/affordable-bg.png) 100% 0 no-repeat;
	padding: 43px 5%;
	border-radius: 30px;
	color: #fff;
}
.listing-bullates {
	list-style: none;
	padding: 0;
	margin: 30px 0;
	max-width: 500px;
}
.listing-bullates.two-column {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.listing-bullates.two-column li {
	flex: 0 0 calc(50% - 1%);
	box-sizing: border-box;
	position: relative;
	padding-left: 22px;
}
/* Custom bullet */
.listing-bullates li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px; /* adjust for vertical alignment */
	width: 11px;
	height: 11px;
	background-color: #cbe9f7;
	border-radius: 50%;
}
@media (max-width: 600px) {
.listing-bullates.two-column li {
	flex: 0 0 100%;
}
}
/* Partners */
.partner-logos {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
}
.partner-logos span {
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 2% 1%;
}
/* ================= CTA ================= */
.cta {
	color: #fff;
	padding: 70px 0 0 0;
	background: #0d3579 url(../../../wp-content/uploads/2026/04/blue-bg.png) 100% 0 no-repeat;
	background-size: cover;
}
.cta-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cta-image img {
	width: 100%;
	max-width: 550px;
}
.cta-text {
	max-width: 40%;
	margin-bottom: 3%;
}
.cta-text h2 {
	margin-bottom: 15px;
}
.cta-text p {
	margin-bottom: 40px !important;
	color: #e0e0e0;
	font-size: 20px;
}
.slider-dots {
	text-align: center;
	margin-top: 20px;
}
.dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
}
.dot.active {
	background: #0b9fd5;
	transform: scale(1.2);
}
.slider-wrapper {
	position: relative;
	max-width: 1400px;
	margin: 50px auto 0 auto;
}
.slider {
	display: flex;
	gap: 20px;
	overflow: hidden;
}
.feature {
	flex: 0 0 320px;
	text-align: center;
	background-color: #fff;
	padding: 1%;
	border-radius: 20px;
	color: #333 !important
}
.feature img {
	max-width: 65px
}
.feature h4 {
	font-size: 20px !important;
	color: #333 !important
}
.arrow-btn {
	position: absolute;
	top: 40%;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.arrow-btn.left {
	left: -20px
}
.arrow-btn.right {
	right: -20px
}
.header-top {
	background: linear-gradient( 90deg, #105e9e 0%, #0b9fd5 100%);
	text-align: right;
	padding: 12px 0;
	color: #fff;
	font-weight: 500;
}
.header-top a {
	color: #fff !important;
}
.site-footer {
	background-color: #000 !important;
	padding: 30px 0;
}
.site-info, .site-info a {
	color: #fff !important;
}
/* Layout */
.content {
	display: flex;
	align-items: center;
	gap: 80px;
}
/* Image */
.image-box {
	flex: 1;
	position: relative;
}
.image-box img {
	width: 100%;
	border-radius: 20px;
}
/* Horizontal line */
.image-box::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -80px;
	width: 80px;
	border-top: 2px dashed #000;
}


/* Responsive */
@media (max-width: 768px) {
.stat-box:nth-child(2n)::after {
	display: none; /* প্রতি row-এর last item-এ line remove */
}
.stat-box:not(:last-child)::after {
	display: none;
}
.stat-box {
	flex: 1 1 calc(50% - 20px);
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.stat-box:nth-child(3), .stat-box:nth-child(4) {
	border-bottom: 0; /* Remove the border for 3rd and 4th */
}
}
@media (max-width: 480px) {
.stat-box {
	flex: 1 1 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}
.stat-box:last-child {
	border-bottom: none;
}
}
 @media(max-width:1023px) {
.flex-direction {
	flex-direction: row-reverse;
}
.cta-text {
	max-width: 96%;
	margin-bottom: 10%;
	text-align: center;
}
.cta-image {
	text-align: center;
	margin: 0 auto;
}
}
/* SECTION */
.gray-bg {
	background: #f4f6f8;
	padding: 3% 0 3% 0;
}
/* TITLE */
.new-blue-text2 {
	color: #2f4b87;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 40px;
	line-height: 45px;
}
/* LAYOUT */
.tabs-layout {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
/* LEFT TABS */
.vertical-tabs {
	width: 260px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
/* TAB STYLE (PILL) */
.tab-inventory {
	background: #e5e7eb;
	color: #555;
	padding: 14px 22px;
	border-radius: 30px;
	cursor: pointer;
	font-weight: 600;
	text-align: center;
	transition: all 0.3s ease;
}
/* ACTIVE TAB */
.tab-inventory.active {
	background: linear-gradient(90deg, #4f7dbd, #6fa8dc);
	color: #fff;
	box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
/* RIGHT CONTENT */
.tabs-content {
	flex: 1;
}
/* GRID */
.grid-inventory {
	display: none;
}
.grid-inventory.active {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}
/* CARD */
.item-inventory {
	background: #fff;
	border-radius: 14px;
	padding: 20px;
	display: flex;
	gap: 15px;
	align-items: flex-start;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	transition: 0.3s;
}
.item-inventory:hover {
	transform: translateY(-5px);
}
/* ICON */
.item-inventory img {
	width: 40px;
}
/* TEXT */
.item-inventory p {
	margin: 0;
	font-weight: 600;
	color: #333;
}
.item-inventory small {
	display: block;
	color: #777;
	margin-top: 5px;
}


/* RESPONSIVE */
@media(max-width: 992px) {
.tabs-layout {
	flex-direction: column;
}
.vertical-tabs {
	flex-direction: row;
	width: 100%;
	overflow-x: auto;
}
.grid-inventory.active {
	grid-template-columns: repeat(2, 1fr);
}
}
 @media(max-width: 576px) {
.grid-inventory.active {
	grid-template-columns: 1fr;
}
}








.content {
	display: flex;
	align-items: center;
	gap: 80px;
}
/* Image */
.image-box {
	flex: .6;
	position: relative;
}
.image-box img {
	width: 100%;
	border-radius: 20px;
}
/* Horizontal line */
.image-box::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -80px;
	width: 80px;
	border-top: 2px dashed #000;
}
/* Features */
.features {
	flex: 1.2;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Outer box */
.features::before {
	content: "";
	position: absolute;
	inset: -30px;
	border: 2px dashed #000;
	border-radius: 10px;
}
/* Center line */
.center-line {
	position: absolute;
	left: 50%;
	top: -20px;
	bottom: -20px;
	border-left: 2px dashed #000;
	transform: translateX(-50%);
}
/* Columns wrapper */
.cols {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
/* LEFT column */
.left {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center; /* ✅ vertical center */
	gap: 50px;
}
/* RIGHT column */
.right {
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: flex-start;
}
/* Cards */
.card {
	background: #f9f9f9;
	padding: 14px 18px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	font-size:18px;
	font-weight:600;
	line-height: 24px;
}
/* LEFT connectors */
.left .card::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -60px;
	width: 60px;
	/*border-top: 2px dashed #000;*/
}
/* RIGHT connectors (center aligned) */
.right .card {
	transform: translateX(0%); /* ✅ pull onto center line */
}
.right .card::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -60px;
	width: 60px;
	/*border-top: 2px dashed #000;*/
}
/* Icon */
.icon {
	width: 36px;
	height: 36px;
	background: #eef3ff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Responsive */
@media (max-width: 992px) {
.content {
	flex-direction: column;
}
.image-box::after,  .features::before,  .center-line,  .card::before,  .card::after {
	display: none;
}
.cols {
	flex-direction: column;
	gap: 20px;
}
.left, .right {
	width: 100%;
}
.right .card {
	transform: none;
}
}


/* Modal overlay */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6); /* semi-transparent background */
    transition: opacity 0.3s ease;
}

/* Modal dialog */
.modal-dialog {
    position: relative;
    margin: 10% auto;
    max-width: 600px;
    width: 90%;
    animation: slideDown 0.4s ease forwards;
}

/* Modal content */
.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Modal header */
.modal-header h2 {
    font-size: 1.8em;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Close button */
.modal-header .close {
    font-size: 1.5em;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer;
    color: #333;
}

/* Modal body */
.modal-body {
    margin-top: 10px;
}

/* Modal footer */
.modal-footer {
    margin-top: 20px;
    text-align: right;
}

/* Slide down animation */
@keyframes slideDown {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
#myModal .modal-header{ display:none;}
.page-id-1916 .landing-page {
    margin: 0 0 0 0 !important; 
    padding: 0 !important; 
}
.page-id-1916 .landing-page {
    box-shadow: 0px 0px 0px 0px rgba(172, 172, 172, 0.2) !important; 
}