/*Whatsapp button*/

.wts-app-btn {
  	position: fixed !important;
  	right: 30px !important;
  	bottom: 60px !important;
  	z-index: 999 !important;
	display: flex;
	align-items: center;
}
a.wts-app-btn {
  	font-weight: 500;
  	color: #ffffff;
	font-size: 15px;
	padding: 10px 20px;
	background: #25D366;
	text-shadow: 0px 2px 10px rgba(0,0,0,0.4), 0px 1px 2px rgba(0,0,0,0.1), 0px 20px 20px rgba(0,0,0,0.2);
}
a.wts-app-btn:hover {
  	color: #ffffff;
	background: #2A9A84;
}
.wts-app-btn i {
	font-size: 24px;
	padding-right: 6px;
}

@media (max-width: 991px) {
	.wts-app-btn {
		position: fixed !important;
		right: 5px !important;
		bottom: 15px !important;
		z-index: 999 !important;
		display: flex;
		align-items: center;
	}
}

@media (min-width: 1440px) {
    .container-xl-custom {
        max-width: 1300px;
    }
}

/**/
/* ===============================
   HERO – SIMPLE STABLE VERSION
   =============================== */

.hero-flow {
  width: 100%;
  height: 600px;
  display: flex;
  background:
    radial-gradient(ellipse at 15% 25%, rgba(255,255,255,0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 75%, rgba(0,30,15,0.5) 0%, transparent 55%),
    linear-gradient(to right, #00A859 70%, #0d3d22 100%),
    #00A859;
  overflow: hidden;
}

/* TEXT SIDE */
.hero-flow-text {
  width: 40%;                 /* ⬅️ text ko zyada space */
  display: flex;
  align-items: center;        /* vertical center */
  justify-content: center;    /* horizontal center */
}

.hero-text-inner {
  max-width: 520px;
  padding: 0 40px;
}

.hero-tag {
  font-size: 12px;
  letter-spacing: 3px;
  color: #94a3b8;
  font-weight: 600;
}

.hero-flow-text h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  margin: 22px 0 18px;
  color: #ffffff;
}

.hero-flow-text p {
  font-size: 17px;
  max-width: 460px;
  color: rgba(255,255,255,0.78);
}

.hero-link {
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  color: #38bdf8;
  text-decoration: none;
  border-bottom: 2px solid #38bdf8;
}

/* IMAGE SIDE */
.hero-flow-images {
  width: 60%;                 /* ⬅️ image thodi kam */
  position: relative;
  overflow: hidden;
  background: #0b0f14;
}

.flow-track {
  display: flex;
  height: 100%;
  animation: flowMove 26s linear infinite;
}

.flow-img {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-left: 12px solid #ffffff; /* clear gap */
}

/* ANIMATION */
@keyframes flowMove {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-400%); }
}

/* MOBILE */
@media (max-width: 991px) {
  .hero-flow {
    flex-direction: column-reverse;
    height: auto;
  }

  .hero-flow-text {
    width: 100%;
    padding: 60px 0 40px;
  }

  .hero-flow-images {
    width: 100%;
    height: 260px;
  }

  .flow-track {
    animation: flowMove 20s linear infinite;
  }

  .flow-img {
    border-left: 8px solid #ffffff;
  }
    
    .hero-flow-text h1 {
    font-size: 34px;      /* pehle 48px thi */
    line-height: 1.2;
  }

  .hero-flow-text p {
    font-size: 15px;      /* pehle 17px thi */
  }

  .hero-tag {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .hero-link {
    font-size: 14px;
  }
}


/*-----------------------------------------------------------------------------------------------------------*/

/* Client List Page - Grid Style */
.clients-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.client-category-section {
    margin-bottom: 3.5rem;
}

.category-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #00a859;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #F2BC03;
}

.clients-flex-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.client-item {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.85rem 1.25rem;
    border-radius: 4px;
    font-size: 0.95rem;
    color: #333;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.client-item:before {
    content: "•";
    color: #1a73e8;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 0.75rem;
}

.client-item:hover {
    background: #ffffff;
    border-color: #1a73e8;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.12);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .clients-flex-grid {
        grid-template-columns: 1fr;
    }
}


/* ========================================
   Product Page Styles
   ======================================== */

/* Product Category Badge */
.product-category-badge {
	display: inline-block;
	padding: 0.5rem 0.75rem;
	background: #fff;
	border: 1px solid #e0e0e0;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--primary);
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Product Title */
.product-title {
	font-size: 36px;
	font-weight: 400;
	color: #1a1a1a;
	letter-spacing: 0;
}

/* Product Lead Text */
.product-lead {
	font-size: 1.15rem;
	color: #333;
	line-height: 1.8;
	font-weight: 400;
	max-width: 900px;
}

/* Product Image Container */
.product-image-container {
	position: relative;
	background: #f5f5f5;
	overflow: hidden;
}

.product-image-container img {
	display: block;
}

/* Product Image Caption */
.product-image-caption {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.75rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.product-image-caption span {
	font-size: 0.85rem;
	color: #666;
}

/* Section Title with Underline */
.section-title-underline {
	font-size: 1.5rem;
	font-weight: 600;
	color: #1a1a1a;
	letter-spacing: -0.3px;
	margin-bottom: 0.5rem;
}

.section-underline {
	width: 50px;
	height: 2px;
	background: var(--primary);
}

/* Section Description */
.section-description {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.7;
	margin-top: 1rem;
	margin-bottom: 0;
}

/* Technical Features Table */
.product-features-table {
	border: 1px solid #e0e0e0;
}

.product-features-table tbody tr:nth-child(odd) {
	background: #fafafa;
}

.product-features-table td {
	padding: 0.75rem 1rem;
	border-bottom: 1px solid #e0e0e0;
}

.product-features-table .feature-bullet-cell {
	width: 40px;
	vertical-align: top;
}

.product-features-table .feature-bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: var(--primary);
	border-radius: 50%;
	margin-top: 8px;
}

.product-features-table .feature-text-cell {
	color: #333;
	font-size: 0.95rem;
	line-height: 1.7;
}

.product-features-table tbody tr:last-child td {
	border-bottom: none;
}

/* Optional Configurations Grid */
.config-grid-container {
	border: 1px solid #e0e0e0;
	margin-top: 1.5rem;
}

.config-grid-item {
	padding: 1.5rem;
	border-bottom: 1px solid #e0e0e0;
}

.config-grid-item.bordered-right {
	border-right: 1px solid #e0e0e0;
}

.config-grid-item:last-child {
	border-bottom: none;
}

.config-badge {
	display: inline-block;
	padding: 4px 12px;
	background: var(--primary);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 0.5rem;
}

.config-title {
	font-size: 1.15rem;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 1rem;
}

.config-description {
	font-size: 0.9rem;
	color: #495057;
	line-height: 1.7;
	margin-bottom: 0;
}

/* Contact Section */
.product-contact-section {
	padding: 1.5rem;
	background: #f8f9fa;
	border-left: 4px solid var(--primary);
    margin-bottom: 60px;
}

.contact-section-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 0.5rem;
}

.contact-section-text {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.product-title {
		font-size: 2rem;
	}
	
	.product-lead {
		font-size: 1rem;
	}
	
	.config-grid-item.bordered-right {
		border-right: none;
	}
}


/* Product Sidebar - Bootstrap Accordion Override */

.product-sidebar-wrapper {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	overflow: hidden;
}

.product-sidebar-title {
	font-size: 0.95rem;
	font-weight: 700;
	color: #2c3e50;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 1.2rem 1.5rem;
	margin: 0;
	background: #f8f9fa;
	border-bottom: 1px solid #e8e8e8;
}

/* Remove Bootstrap accordion default styles */
.product-sidebar-wrapper .accordion {
	padding: 0.75rem 0;
}

.product-sidebar-wrapper .accordion-item {
	border: none;
	background: transparent;
	margin-bottom: 0.25rem;
}

.product-sidebar-wrapper .accordion-header {
	margin: 0;
}

/* Parent Button (was .product-nav-parent) */
.product-sidebar-wrapper .accordion-button {
	padding: 0.85rem 1.5rem;
	color: #495057;
	font-weight: 600;
	font-size: 0.9rem;
	background: transparent;
	border: none;
	border-left: 3px solid transparent;
	border-radius: 0;
	box-shadow: none;
	transition: all 0.2s ease;
}

/* Remove Bootstrap accordion icon */
.product-sidebar-wrapper .accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23adb5bd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	font-size: 0.7rem;
	transition: transform 0.25s ease;
}

/* Accordion button hover */
.product-sidebar-wrapper .accordion-button:hover {
	background: rgba(0, 168, 89, 0.08);
	color: #00a859;
}

/* Accordion button active (expanded) */
.product-sidebar-wrapper .accordion-button:not(.collapsed) {
	background: #00a859;
	color: #ffffff;
	border-left-color: #008f4b;
	box-shadow: none;
}

.product-sidebar-wrapper .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Accordion body */
.product-sidebar-wrapper .accordion-body {
	padding: 0;
}

/* Sub List */
.product-nav-sub {
	list-style: none;
	padding: 0.5rem 0;
	margin: 0;
	background: #fafbfc;
}

.product-nav-sub li {
	margin: 0;
}

/* Sub Links */
.product-sub-link {
	display: block;
	padding: 0.7rem 1.5rem 0.7rem 3rem;
	color: #6c757d;
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
	border-left: 3px solid transparent;
	position: relative;
	background: transparent;
}

.product-sub-link::before {
	content: "";
	position: absolute;
	left: 2.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #dee2e6;
	transition: all 0.2s ease;
}

.product-sub-link:hover {
	color: #00a859;
	background: rgba(0, 168, 89, 0.05);
	border-left-color: rgba(0, 168, 89, 0.2);
}

.product-sub-link:hover::before {
	background: #00a859;
	width: 5px;
	height: 5px;
}

.product-sub-link.active {
	color: #00a859;
	background: rgba(0, 168, 89, 0.1);
	font-weight: 600;
	border-left-color: #00a859;
}

.product-sub-link.active::before {
	background: #00a859;
	width: 6px;
	height: 6px;
}

/* Responsive */
@media (max-width: 991px) {
	.product-sidebar-wrapper {
		margin-bottom: 2rem;
	}
}



/*------------------------------------------------------------------------------------------------*/


/*Mega menu*/
ul.dropdown-menu {
    background: #f2f5fa;
}
	.divider-right-border {
		border-right: 1px solid rgba(0, 0, 0, 0.1);
	}

	/*Custom mega*/
	.link-hover-style-1:hover {
		left: 30px;
		font-weight: 700;
        font-size: 16px;
	}
	.link-hover-style-1 {
		transition: all .1s ease-in-out;
		position: relative;
		left: 25px;
		font-size: 15px;
		color: var(--dark);
	}
	.mega-menu-title {
        margin-bottom: 20px;
    }
	.mega-menu-title a {
       font-size: 20px;
       color: var(--secondary);
    }
	.divider-left-border {
		border-left: none;
	}

@media (min-width: 992px) {
	.divider-left-border {
		border-left: 1px solid rgba(82, 82, 82, 0.19);
	}
}


/* ========================================
   CONTACT PAGE - Balanced Design
======================================== */

/* Contact Info Card with Gradient */
.contact-info-card {
    background: linear-gradient(135deg, var(--primary) 0%, #007a42 100%);
}

/* Contact Icon */
.contact-icon {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

/* Form Styling */
#contactForm .form-control {
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 14px 18px;
}

#contactForm .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(0, 168, 89, 0.1);
}

/* Button Hover */
.btn-primary:hover {
    background-color: #007a42;
    border-color: #007a42;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 168, 89, 0.3);
}

/* Responsive */
@media (max-width: 991px) {
    .contact-info-card,
    .contact-form-wrapper {
        padding: 30px 15px!important;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}


/* ========================================
   Research & Development Page - Concise
======================================== */

.rd-content {
    margin-top: 40px;
}

/* Highlight Quote */
.highlight-quote {
    border-left: 4px solid var(--primary);
}

/* Capabilities Section */
.capabilities-section {
    margin-bottom: 40px;
}

/* R&D Capability Card */
.rd-capability-card {
    padding: 30px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
}

.rd-capability-card:hover {
    background: #ffffff;
    border-color: var(--primary);
    box-shadow: 0 8px 20px rgba(0, 168, 89, 0.1);
    transform: translateY(-5px);
}

.rd-capability-card .capability-icon {
    font-size: 36px;
}

.rd-capability-card .capability-title {
    font-family: "Lexend", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
}

.rd-capability-card .capability-text {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

/* Responsive */
@media (max-width: 991px) {
    .rd-capability-card {
        padding: 24px;
    }
    
    .rd-capability-card .capability-icon {
        font-size: 32px;
    }
    
    .experience-stat .stat-number {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .rd-capability-card {
        padding: 20px;
        margin-bottom: 15px;
    }
    
    .rd-capability-card .capability-icon {
        font-size: 28px;
    }
    
    .rd-capability-card .capability-title {
        font-size: 17px;
    }
    
}



/* ========================================
   Wide Range of Machinery Page
======================================== */

.machinery-content {
    margin-top: 40px;
}

/* Category Section */
.machinery-category {
    position: relative;
    border-bottom: 1px solid #e5e7eb;
}

.machinery-category:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

/* Category Header with Number */
.category-header {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.category-number {
    font-family: "Lexend", sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: var(--primary);
    opacity: 0.2;
    flex-shrink: 0;
}

.category-details {
    flex: 1;
    padding-top: 10px;
}

.category-title {
    font-family: "Lexend", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--dark);
}

.category-subtitle {
    font-size: 16px;
    font-weight: 500;
}

/* Category Content */
.category-content {
    padding-left: 94px;
}

.category-content > p {
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
}

/* Capabilities Grid */
.capabilities-grid {
    margin-top: 25px;
}

/* Capability Card */
.capability-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px;
    height: 100%;
    transition: all 0.3s ease;
}

.capability-card:hover {
    background: #ffffff;
    border-color: var(--primary);
    box-shadow: 0 4px 15px rgba(0, 168, 89, 0.1);
    transform: translateY(-3px);
}

.capability-card-title {
    font-family: "Lexend", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary);
}

/* Capability List */
.capability-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.capability-list li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
}

.capability-list li:last-child {
    padding-bottom: 0;
}

.capability-list li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: bold;
}

/* Equipment Item - Simple List Style */
.equipment-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    color: var(--dark);
    transition: all 0.3s ease;
}

.equipment-item:hover {
    background: #ffffff;
    border-color: var(--primary);
    transform: translateX(5px);
}

.equipment-item i {
    font-size: 16px;
    min-width: 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .category-header {
        gap: 20px;
    }
    
    .category-number {
        font-size: 48px;
    }
    
    .category-title {
        font-size: 22px;
    }
    
    .category-content {
        padding-left: 68px;
    }
    
    .machinery-category {
        padding-bottom: 40px !important;
    }
}

@media (max-width: 767px) {
    .category-header {
        flex-direction: column;
        gap: 10px;
    }
    
    .category-number {
        font-size: 42px;
    }
    
    .category-details {
        padding-top: 0;
    }
    
    .category-content {
        padding-left: 0;
        margin-top: 20px;
    }
    
    .category-title {
        font-size: 20px;
    }
    
    .capability-card {
        margin-bottom: 15px;
    }
}



/* ========================================
   Technocrat Management Team Page
======================================== */

.team-content {
    margin-top: 40px;
}

/* Team Member Section */
.team-member-section {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e7eb;
}

.team-member-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Photo Wrapper */
.team-photo-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.team-photo {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.team-photo-wrapper:hover .team-photo {
    transform: scale(1.05);
}

/* Team Header */
.team-header {
    border-left: 4px solid var(--primary);
    padding-left: 20px;
}

.team-member-section:nth-child(2) .team-header {
    border-left-color: var(--secondary);
}

/* Team Label */
.team-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

/* Team Name */
.team-name {
    font-family: "Lexend", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--dark);
}

/* Credential */
.team-credential {
    font-size: 15px;
    font-weight: 500;
}

/* Experience Items */
.team-experience {
    margin-top: 25px;
}

.experience-item {
    position: relative;
    padding-left: 20px;
    line-height: 1.7;
    font-size: 15px;
    border-left: 3px solid #e5e7eb;
    transition: all 0.3s ease;
}

.experience-item:hover {
    border-left-color: var(--primary);
    padding-left: 24px;
}

/* Highlight Box */
.team-highlight {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    border: 1px solid #e5e7eb;
}

.team-highlight h5 {
    font-family: "Lexend", sans-serif;
    font-size: 17px;
    font-weight: 600;
}

/* Team Stats */
.team-stat {
    text-align: center;
}

.stat-number {
    font-family: "Lexend", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 991px) {
    .team-name {
        font-size: 24px;
    }
    
    .team-member-section {
        padding-bottom: 40px;
    }
    
    .stat-number {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .experience-item {
        font-size: 14px;
        padding-left: 16px;
    }
    
    .experience-item:hover {
        padding-left: 18px;
    }
    
    .team-name {
        font-size: 22px;
    }
    
    .team-header {
        padding-left: 16px;
    }
}



/* ========================================
   Infrastructure Content 
======================================== */

.infrastructure-content {
    margin-top: 60px;
}

/* Section Layout - Clean & Spacious */
.infra-section {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e7eb;
}

.infra-section:last-child {
    border-bottom: none;
}

/* Section Header */
.infra-section-header {
    max-width: 800px;
}

/* Small Label Above Title */
.infra-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

/* Section Title */
.infra-title {
    font-family: "Lexend", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--dark);
    margin-bottom: 8px;
}

/* Subtitle */
.infra-subtitle {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    color: #6b7280;
}

/* Capabilities Grid */
.infra-capabilities {
    margin-top: 30px;
}

/* Capability Item - Minimalist with Left Border Accent */
.capability-item {
    position: relative;
    padding-left: 20px;
    line-height: 1.7;
    font-size: 16px;
    color: #1f2937;
    border-left: 3px solid #e5e7eb;
    transition: all 0.3s ease;
}

.capability-item:hover {
    border-left-color: var(--primary);
    padding-left: 24px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .infrastructure-content {
        margin-top: 40px;
    }
    
    .infra-section {
        padding-bottom: 40px;
    }
    
    .infra-title {
        font-size: 24px;
    }
    
    .infra-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .capability-item {
        font-size: 15px;
        padding-left: 16px;
    }
    
    .capability-item:hover {
        padding-left: 18px;
    }
    
    .infra-title {
        font-size: 22px;
    }
    
    .infra-label {
        font-size: 11px;
    }
}



/* Sidebar Navigation - Fixed padding without adding extra arrows */
.sidebar-nav .nav-link {
    padding: 12px 16px;
    margin-bottom: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: var(--dark);
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Remove any ::after content that adds extra arrows */
.sidebar-nav .nav-link::after {
    display: none !important;
}

.sidebar-nav .nav-link:hover {
    background-color: rgba(0,168,89,0.1);
    color: var(--primary);
    padding-left: 20px; /* Slight shift on hover */
}

.sidebar-nav .nav-link.active {
    background-color: var(--primary);
    color: #fff !important;
    font-weight: 600;
    border-radius: 8px;
}
ul.nav-list-arrows li a:before {
    right: 15px;
}


/**/

.hero-b {
  width:100%;
  clear:both;
  padding:.625rem;
  position:relative;
  z-index:3;
  background: #1A73E8;
}
.hero-b .inner {
  width:100%;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:stretch;
  align-items:stretch;
  -ms-flex-direction:column;
  flex-direction:column;
  padding:0 1.25rem;
  background: #E4EFE6;
}

.divider.divider-small {
    margin-bottom: 30px;
}
.divider.divider-small hr {
    width: 60px;
    height: 5px;
    background: #555;
}

.hero-b .image {
  width:100%
}
.hero-b .image img {
  width:100%
}
@media (min-width: 768px) {
  .hero-b {
    padding:1.875rem 1.875rem 0
  }
  .hero-b .inner {
    height:250px;
    padding:0 2.5rem;
  }
  .hero-b .container {
    height:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column
  }
  .hero-b .text {
    width:62%;
    -ms-flex:1;
    flex:1;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center
  }
  .hero-b .breadcrumb {
    padding:0;
    height:3.0rem;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center
  }
  .hero-b .breadcrumb>div {
    width:62%
  }
  .hero-b .image {
    width:35.41667%;
    position:absolute;
    top:1.875rem;
    right:0;
    bottom:0;
  }
  .hero-b .image img {
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
  }
    .hero-b h1 {
        font-size: 36px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
  .hero-b {
    padding:3.75rem 3.75rem 0;
    background:none;
    background:linear-gradient(to bottom, #1A73E8 0, #1A73E8 calc(100% - 3.75rem), transparent calc(100% - 3.7501rem))
  }
  .hero-b .inner {
    margin-bottom:-3.75rem;
  }
  .hero-b .image {
    top:3.75rem;
  }
}

/*Page header*/


/**/

/* ═══════════════════════════════════════
   PRODUCT CATEGORY CARDS — Clean Style
═══════════════════════════════════════ */

.pcat-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.pcat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.13);
}
.pcat-link {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

/* Image */
.pcat-img-wrap {
  width: 100%;
  height: 195px;
  overflow: hidden;
  background: #f0f0f0;
}
.pcat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.pcat-card:hover .pcat-img {
  transform: scale(1.05);
}

/* Info block */
.pcat-info {
  padding: 20px 20px 22px;
  background: #fff;
}

/* Small label above title */
.pcat-label {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #6b9e7e;   /* muted green instead of brand green */
  margin: 0 0 6px;
}

/* Title */
.pcat-name {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  line-height: 1.4;
  margin: 0 0 16px !important;
  min-height: 46px;
}

/* Text link arrow — Google style */
.pcat-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #00A859;
  letter-spacing: 0.2px;
  transition: gap 0.2s ease;
}
.pcat-action i {
  font-size: 11px;
  transition: transform 0.25s ease;
}
.pcat-card:hover .pcat-action {
  gap: 11px;
}
.pcat-card:hover .pcat-action i {
  transform: translateX(3px);
}



/**/
.owl-carousel.show-nav-title .owl-nav {
    top: 0;
    right: 0;
    margin-top: -40px;
    width: auto;
}
.owl-carousel.show-nav-title.show-nav-title-both-sides button.owl-next {
    font-size: 24px;
}

.owl-carousel.show-nav-title.show-nav-title-both-sides button.owl-prev {
    font-size: 24px;
}
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover {
    font-size: 24px;
}

/**/
.top-left {
    position: absolute;
    left: -105px;
    top: -105px;
}
.top-left img {
    height: 270px;
    width: 270px;
}
@media (max-width: 991px) {
    .top-left {
        position: absolute;
        left: -130px;
        top: -78px;
    }
    .top-left img {
        height: 200px;
        width: 200px;
    }
}

.bottom-right {
    position: absolute;
    right: 0;
    bottom: 36px;
    content: '';
    height: 270px;
    width: 270px;
}

@media (max-width: 991px) {
    .bottom-right {
        position: absolute;
        right: -30px;
        bottom: 106px;
        content: '';
        height: 200px;
        width: 200px;
    }
}

.bottom-right-2 {
    position: absolute;
    right: -104px;
    bottom: -104px;
}

.bottom-right-2 img {
    height: 270px;
    width: 270px;
}

@media (max-width: 991px) {
    .bottom-right-2 {
        position: absolute;
        right: -180px;
        bottom: -104px;
    }
}
/**/
.half-circle-left {
    position: absolute;
    bottom: 0px;
    left: -200px;
}
/**/
.slide-1 {
    color: #3a2a0b;
}

/**/
.list.list-unstyled {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
}
.icon-featured {
    width: 150px;
    height: 150px;
}
.featured-box .box-content {
    border-radius: 10px;
}
.featured-box {
    border-radius: 10px;
}

/*Sticky Logo icon*/
.custom-right-ele {
	position: absolute;
	right: 0;
	top: -150px;
}

/*Page Header*/


/**/
.counters label {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .counters strong {
        font-size: 30px;
        line-height: 30px;
    }
    .counters label {
        font-size: 16px;
        line-height: 1.4;
    }
}



.section-intro {
  background: url(../img/demos/transportation-logistic/generic/generic-1.png) no-repeat 12% 100%;
  min-height: 400px;
}
.custom-drop-caps .custom-drop-caps-number {
  font-weight: bold;
  float: left;
  font-size: 90px;
  line-height: 90px;
  padding: 0;
  margin-right: 15px;
  margin-top: 0;
}
.custom-vr-1 {
  width: 6px;
  height: 70px;
}
/* Custom Marquee */
.custom-marquee-1 .js-marquee-wrapper,
.custom-marquee-1 .js-marquee,
.custom-marquee-1 .js-marquee > span {
		display: flex;
}
/*
* Home Section - What We Do
*/

.list.list-borders li {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
    margin-top: 9px;
    margin-bottom: 0;
    padding-bottom: 9px;
}

.list.list-icons.list-icons-style-3 li {
    padding-top: 5px;
    padding-left: 40px;
}
/*
* Home Section - What We Do
*/


/*
* Home Section - What We Do
*/
.product-card {
  background-color: #fff;
  border-radius: 8px !important;
  padding: 0 !important;

}
.product-card .card-body {
  padding: 1.5rem !important;
}


/*
* Home Section - Special Services
*/

.my-btn {
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  display: block;
  line-height: 1;
  padding: 23px 35px;
  text-align: center;
  font-size: 19px;
}
.my-btn:hover {
  border-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
	color: #ffffff;
}
a:hover {
	text-decoration: none !important;
}
.my-btn {
  background-color: #039846;
  color: #ffffff;
}
.my-btn {
  transition: all .5s ease;
}

.my-btn.btn-menu-item {
  background-color: transparent;
  border: 1px solid #039846;
  color: #039846;
  padding: 15px 30px;
}

.headline {
	font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .005em
}
.subhead {
	font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .007em;
}
.title_headline {
	font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0em;
	text-transform: none;
    color: #202124;
}

.title_subheadline {
	font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0em;
	text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #202124;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}
.lead {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 1.7 !important;
}
p {
    color: #000;
    font-size: 17px;
    line-height: 1.4211;
    font-weight: 400;
    letter-spacing: .012em;
}
body {
    color: #202124;
	font-family: "Inter", sans-serif;
    line-height: 1.4211;
    font-weight: 400;
    letter-spacing: .012em;
}
.read-more, .learn-more {
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

@media (max-width: 991px) {
.headline {
	font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .005em
}
.subhead {
	font-size: 10px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .007em;
}
.title_headline {
	font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
}
.title_subheadline {
	font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0em;
	text-transform: none;
}


}
.title-color {
    color: #272162;
}

.custom-light-bg {
	background: #E4EFE6 !important;
}



/*Header*/

#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
    display: block;
	padding-left: 5px;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 16px;
        font-weight: 500;
        padding: 0.5rem 1rem;
        letter-spacing: 0;
    }
}

@media (max-width: 991px) {
    #header .header-btn-collapse-nav {
        padding: 10px 15px;
    }
    #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
        top: 10px;
    }
}

/*Footer*/
#footer {
    background: #172228;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
}
#footer p, #footer a:not(.btn):not(.no-footer-css), #footer span {
    color: #fff;
	font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
}
#footer li {
    line-height: 2.5;
}
#footer li a {
    font-weight: 300;
}
#footer h4 {
    font-size: 20px;
}
#footer .footer-copyright p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
#footer .footer-copyright {
   border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.social-icons li a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    background: #2e424c !important;
}
li.social-icons-youtube {
    margin-right: 5px;
}
li.social-icons-facebook {
    margin-right: 5px;
}