/* ========================================
   Global Styles
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #10570b;
    --secondary-color: #2c3e50;
    --dark-blue: #1a2332;
    --light-bg: #f5f5f5;
    --text-dark: #333333;
    --text-light: #666666;
    --white: #ffffff;
    --success: #10570b;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background-color: var(--white);
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
    -webkit-user-drag: none;
}

/* ========================================
   MASTER CONTAINER - Perfect Screen View
   ======================================== */
.container,
.navbar .container-fluid,
.top-bar .container-fluid,
section .container,
section .container-fluid,
.footer .container,
.hero-slider .container,
.experience-section .row,
.production-section .row,
.features-section .row {
    max-width: 1320px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
}


.overBox2 {
    background: #155e11;
    padding: 35px 25px;
    color: #fff;
    min-height: 230px;
}

.overBox1 {
    background: #140505;
    padding: 35px 25px;
    color: #fff;
    min-height: 230px;
}
.overBox1 h4 {
    font-size: 20px;
}
.overBox2 h4 {
    font-size: 20px;
}
.homeOverViewRight .col-md-6 {
    padding: 0;
    margin: 0;
}

.homeOverViewRight {
    margin-top: -100px;
    z-index: 1;
    position: relative;
}

/* Base resets for full-width background sections */
section {
    width: 100%;
    position: relative;
}

section.full-width {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

/* Ensure internal rows don't add extra width */
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row > * {
    padding-left: 15px;
    padding-right: 15px;
}

/* ========================================
   Top Bar
======================================== */
.top-bar {
    background-color: #0a1628;
    padding: 0;
    font-size: 13px;
    width: 100%;
    display: block;
}

section {
    width: 100%;
}

.top-bar-left {
    display: flex;
    gap: 35px;
    align-items: center;
}

.top-bar-left span {
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.top-bar-left i {
    color: var(--white);
    font-size: 12px;
}

.top-bar-right {
    display: flex;
    justify-content: flex-end;
}

.social-icons {
    display: flex;
    gap: 0;
    align-items: center;
}

.social-icons a {
    width: 50px;
    height: 35px;
    background-color: white;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 14px;
    transition: all 0.3s ease;
}

.social-icons a:last-child {
    border-right: none;
}

.social-icons a:hover {
    background-color: var(--success);
    color: var(--white);
}

/* ========================================
   Navbar/Header
======================================== */
.navbar {
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background-color: var(--white) !important;
    width: 100%;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    color: var(--dark-blue);
}

.logo {
    height: 50px;
    margin-right: 12px;
}

.logo-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #2d3e50;
    font-size: 28px;
    letter-spacing: -0.5px;
}

.navbar-nav {
    align-items: center;
}

.nav-link {
    color: #2d3e50 !important;
    font-weight: 500;
    padding: 10px 16px !important;
    margin: 0 2px;
    position: relative;
    transition: color 0.3s ease;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.nav-link:hover,
.nav-link.active {
    color: var(--success) !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--success);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 50%;
}

.dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 10px;
}

.dropdown-item {
    padding: 10px 25px;
    font-size: 14px;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: var(--success);
    color: var(--white);
    padding-left: 30px;
}

.get-quote-btn {
 background-color: #0a1628;
    border: 2px solid #2d3e50;
    color: #ffffff;
    padding: 20px 40px;
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    outline: none;
    margin-top: 10px;
}

.get-quote-btn:focus,
.get-quote-btn:active {
    outline: none;
    box-shadow: none;
}

.get-quote-btn:hover {
    background-color: var(--success);
    border-color: var(--success);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(127, 183, 126, 0.3);
    outline: none;
}

/* ========================================
   Hero Slider
======================================== */
.hero-slider {
    position: relative;
    margin-top: 0;
    overflow: hidden;
}

.hero-slider .carousel-item {
    overflow: hidden;
    transition: opacity 0.6s ease-in-out;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.hero-slide {
    height: 450px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-size: cover;
    background-position: center;
    background-image: inherit;
    transform: scale(1);
    z-index: 0;
}

.hero-slide.zoom-active::before {
    animation: zoomIn 8s ease-out forwards;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(0 0 0 / 21%);*/
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: var(--white);
    padding: 50px 0;
}

.hero-subtitle {
    display: inline-block;
    background-color: var(--success);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--white);
}

.hero-description {
    font-size: 18px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.9);
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
}

.hero-buttons .btn {
    padding: 14px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.hero-buttons .btn-light {
    background-color: var(--white);
    color: var(--text-dark);
    border: none;
}

.hero-buttons .btn-light:hover {
    background-color: var(--success);
    color: var(--white);
    transform: translateY(-3px);
}

.hero-buttons .btn-success {
    background-color: var(--success);
    border: none;
}

.hero-buttons .btn-success:hover {
    background-color: #6da66c;
    transform: translateY(-3px);
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators button.active {
    background-color: var(--success);
}

/* Video Play Button - Inline Version */
.video-play-btn-inline {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    margin-right: 15px;
    position: relative;
}

.video-play-btn-inline:hover {
    background-color: var(--success);
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(127, 183, 126, 0.5);
}

.video-play-btn-inline i {
    font-size: 20px;
    color: var(--dark-blue);
    margin-left: 3px;
    transition: color 0.3s ease;
}

.video-play-btn-inline:hover i {
    color: var(--white);
}

.video-play-btn-inline::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    animation: pulse 2s infinite;
}

/* Watch Video Text */
.watch-video-text {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.watch-video-text:hover {
    color: var(--success);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* Video Modal */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.video-modal.active {
    display: flex;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}

.video-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    color: var(--dark-blue);
    transition: all 0.3s ease;
    z-index: 10000;
}

.video-modal-close:hover {
    background-color: var(--success);
    color: var(--white);
    transform: rotate(90deg);
}

.video-modal iframe {
    width: 100%;
    height: 500px;
    border: none;
}

@media (max-width: 767px) {
    .video-modal iframe {
        height: 300px;
    }
    
    .video-play-btn {
        width: 70px;
        height: 70px;
    }
    
    .video-play-btn i {
        font-size: 24px;
    }
}

/* ========================================
   Features Section
======================================== */
.features-section {
    margin-top: 0;
    position: relative;
    z-index: 10;
}

.feature-box {
    padding: 50px 40px;
    min-height: 240px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.feature-light {
    
    box-shadow: none;
    flex-direction: row;
    transition: none;
}

.feature-light:hover {
    transform: none;
    box-shadow: none;
}

.feature-dark {
    background-color: #2c4a5e;
    color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -149px;
    min-height: 270px;
    height: 270px;
    min-width: 298px;
    width: 298px;
    margin-left: 80px;
    transition: none;
}

.feature-dark:hover {
    transform: none;
    box-shadow: none;
}

.feature-green {
    background-color: #9cc99b;
    color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    margin-top: -149px;
    min-height: 270px;
    height: 270px;
    min-width: 298px;
    width: 298px;
    margin-left: 1px;
    transition: none;
}

.feature-green:hover {
    transform: none;
    box-shadow: none;
}

.feature-icon {
    font-size: 40px;
    color: #10570b;
    min-width: 55px;
    flex-shrink: 0;
}

.feature-content {
    flex: 1;
}

.feature-content h4,
.feature-box h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #2d3e50;
}

.feature-light .feature-content h4 {
    color: #2d3e50;
}

.feature-dark h4,
.feature-green h4 {
    color: var(--white);
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.feature-content p,
.feature-box p {
    margin: 0;
    font-size: 15px;
    line-height: 19px;
    color: #6c757d;
    margin-bottom: 10px;
}

.feature-dark p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.feature-green h4 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 24px;
}

.feature-green p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.feature-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: -8px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.feature-link:hover {
    color: var(--white);
    gap: 12px;
}

.feature-link i {
    transition: transform 0.3s ease;
}
.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
}
.feature-link:hover i {
    transform: translateX(3px);
}

.overBoxC {
    display: flex;
    align-items: center;
}
.homePageOverLeft {
    margin-top: 20px;
}

.feature-number {
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 15px 0;
    color: var(--white);
    opacity: 1;
    text-align: left;
}

/* ========================================
   Section Common Styles
======================================== */

/* Ensure all sections have full width backgrounds */
section {
    width: 100%;
    position: relative;
}

/* Container width management - Already handled globally */
.section-subtitle {
    display: inline-block;
    color: var(--success);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 12px;
}

.section-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--success);
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--dark-blue);
}

.section-description {
    font-size: 16px;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 30px;
}

/* ========================================
   About Section
======================================== */
.about-section {
    padding: 120px 0;
    background-color: var(--white);
}

/* Overlapping Image Layout */
.about-images-wrapper {
    position: relative;
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
    height: 630px; /* To accommodate the overlap and height */
}

.about-image-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.about-image-left img {
    width: 345px;
    height: 559px;
    object-fit: cover;
    border-radius: 0;
}

.about-image-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 2;
    background: #fff;
    padding: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.about-image-right img {
    width: 290px;
    height: 445px; 
    object-fit: cover;
    border-radius: 0;
}

.about-content {
    padding-left: 30px;
}

/* Subtitle with underline */
.about-section .section-subtitle {
    display: inline-block;
    color: #2d3e50;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.about-section .section-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #10570b;
}

.about-section .section-title {
    font-size: 42px;
    font-weight: 700;
    color: #0a1628;
    line-height: 1.2;
    margin-bottom: 25px;
}

.about-section .section-description {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 35px;
}

/* Info Wrapper - Stats Box + Features List */
.about-info-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

/* Stats Box (Dark Navy) */
.about-stats-box {
    background-color: #0a1628;
    padding: 45px 35px;
    text-align: center;
    min-width: 220px;
    border-radius: 0;
}

.stats-icon {
    margin-bottom: 15px;
}

.stats-icon i {
    font-size: 42px;
    color: #10570b;
}

.stats-number {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-bottom: 10px;
}

.stats-number h3 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.stats-number span {
    font-size: 32px;
    font-weight: 600;
    margin-left: 8px;
    color: #10570b;
}

.about-stats-box p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

/* Features List (Two Columns) */


.about-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.about-feature-item i {
    color: #10570b;
    font-size: 18px;
    background: rgba(127, 183, 126, 0.1);
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.about-feature-item span {
    font-size: 15px;
    font-weight: 500;
    color: #666;
}

/* Author Section */
.about-author-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    border-top: none;
}

.about-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 3px;
}

.author-info p {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.about-btn {
    background-color: #10570b;
    color: white;
    border: none;
    padding: 15px 35px;
    font-weight: 600;
    border-radius: 0;
    font-size: 14px;
    transition: all 0.3s ease;
}

.about-btn:hover {
    background-color: #0a1628;
    color: white;
    transform: translateY(-3px);
}

/* ========================================
   Services Section
   ======================================== */
.services-section {
    position: relative;
    padding: 120px 0;
    background-image: url('../images/12.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(16, 87, 11, 0.9); /* Brand color with high opacity to reduce background image visibility */
    z-index: -1;
}

.services-section .section-subtitle,
.services-section .section-title,
.services-section .section-description {
    color: var(--white) !important;
}

.services-section .section-subtitle::after {
    background-color: var(--white) !important;
}

.services-section .btn-all-services {
    background-color: var(--white);
    color: var(--primary-color);
    border: none;
}

.services-section .btn-all-services:hover {
    background-color: var(--dark-blue);
    color: var(--white);
}

.header-right-content {
    padding-left: 30px;
}

.header-right-content .section-description {
    margin-bottom: 25px;
    font-size: 16px;
    color: var(--text-light);
    line-height: 1.8;
}

.btn-all-services {
    display: inline-block;
    padding: 14px 35px;
    background-color: var(--primary-color);
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border-radius: 0;
    text-decoration: none;
}

.btn-all-services:hover {
    background-color: var(--dark-blue);
    color: var(--white);
    transform: translateY(-3px);
}

.service-card {
      background-color: rgb(255 255 255);
    padding: 60px 45px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.02);
    overflow: hidden;
    box-shadow: 0px 3px 30px 0px rgb(0 51 78 / 11%);
    margin-bottom: 20px;
}

.service-card:not(.dark)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--dark-blue);
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-card:not(.dark):hover::after {
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.service-card:not(.dark):hover h4 {
    color: var(--white);
}

.service-card:not(.dark):hover p {
    color: rgba(255, 255, 255, 0.7);
}

.service-card:not(.dark):hover .read-more {
    color: var(--primary-color);
}

.service-card:not(.dark):hover .read-more:hover {
    color: var(--white);
}

.service-card:not(.dark):hover .service-icon-wrapper img {
    filter: brightness(0) invert(1);
}

.service-card.dark {
    background-color: var(--dark-blue);
    color: var(--white);
}

.service-icon-wrapper {
    margin-bottom: 30px;
}

.service-icon-wrapper img {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon-wrapper img {
    transform: scale(1.1);
}

.service-card h4,
.service-card p,
.service-card .service-icon-wrapper,
.service-card .read-more {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.service-card h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--dark-blue);
}

.service-card.dark h4 {
    color: var(--white);
}

.service-card p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 30px;
}

.service-card.dark p {
    color: rgba(255, 255, 255, 0.7);
}

.read-more {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.read-more i {
    font-size: 14px;
}

.read-more:hover {
    color: var(--dark-blue);
    gap: 15px;
}

.service-card.dark .read-more {
    color: var(--primary-color);
}

.service-card.dark .read-more:hover {
    color: var(--white);
}

/* ========================================
   Experience Section
   ======================================== */
.experience-section {
    padding: 0;
    background-color: var(--dark-blue);
    width: 100%;
    overflow: hidden;
    position:relative
}

.experience-content {
    padding: 20px 20px;
    background-color: var(--dark-blue);
    height: 100%;
    position: relative;
    z-index: 1;
}

/* Background pattern for experience content - matching screenshot fabric texture */
.experience-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 15px 15px;
    z-index: -1;
}

.experience-content .section-title {
    font-size: 42px;
    margin-bottom: 25px;
    line-height: 1.2;
    font-weight: 700;
}

.experience-stats {
    margin-top: 40px;
}

.stat-bar {
    margin-bottom: 30px;
}

.stat-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
}

.stat-bar .progress {
    height: 4px;
    background-color: var(--white);
    border-radius: 0;
    overflow: visible;
}

.stat-bar .progress-bar {
    background-color: #10570b;
    height: 100%;
    border-radius: 0;
    position: relative;
    width: 0; /* Start at 0 for animation */
    transition: width 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0.5s; /* 0.5s delay before the bars start moving */
}

.experience-images-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.experience-images {
    height: 100%;
    min-height: 600px;
}

.experience-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.view-projects {
    color: white;
    font-weight: 500;
}
.production-info-box {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #10570b;
    padding: 24px 15px;
    width: 330px;
    color: var(--white);
    z-index: 10;
}

.production-info-box h3 {
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 0.2;
}

.production-info-box p {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 6px;
    opacity: 1;
    font-weight: 300;}

.view-projects {
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 17px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.view-projects i {
    font-size: 18px;
}

.view-projects:hover {
    gap: 15px;
}

/* ========================================
   Projects Section
   ======================================== */
.projects-section {
    padding: 120px 0;
    background-color: var(--white);
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 0; /* Changed to match the more squared design of the rest of the site */
    cursor: pointer;
    height: 350px; /* Fixed height for uniformity */
    margin-bottom: 0;
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0; /* Start hidden at bottom */
    background: linear-gradient(to top, rgba(10, 22, 40, 0.9), rgba(10, 22, 40, 0.7));
    padding: 0 20px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.project-card:hover .project-overlay {
    height: 100%;
    opacity: 1;
    visibility: visible;
    padding: 30px 20px;
}

.project-card:hover img {
    transform: scale(1.1);
}

.project-overlay h4,
.project-overlay p {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.2s;
}

.project-card:hover .project-overlay h4,
.project-card:hover .project-overlay p {
    opacity: 1;
    transform: translateY(0);
}

.project-overlay h4 {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--white);
}

.project-overlay p {
    margin: 0;
    font-size: 14px;
    color: var(--success);
}

/* ========================================
   Testimonial Section
======================================== */
.testimonial-section {
    padding: 100px 0;
    background-color: var(--light-bg);
}

.testimonial-icon {
    width: 80px;
    height: 80px;
    background-color: var(--success);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 36px;
    color: var(--white);
}

.testimonial-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--dark-blue);
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-light);
    max-width: 900px;
    margin: 0 auto 30px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author h5 {
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--dark-blue);
}

.testimonial-author p {
    margin: 0;
    font-size: 14px;
    color: var(--text-light);
}

/* ========================================
   Contact CTA Section
======================================== */
.contact-cta-section {
    background-image: linear-gradient(rgba(10, 22, 40, 0.85), rgba(10, 22, 40, 0.85)), url('https://images.unsplash.com/photo-1517423568366-8b83523034fd?w=1920');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    color: var(--white);
}

.homeContactBgOverly {
    padding: 120px 0;
    background: #00000094;
}

.cta-content h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: var(--white);
}

.cta-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
}

.btn-contact-cta {
    display: inline-block;
    padding: 16px 45px;
    background-color: #10570b; /* Forest green brand color */
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border-radius: 0;
    text-decoration: none;
    border: none;
}

.btn-contact-cta:hover {
    background-color: var(--white);
    color: #10570b;
    transform: translateY(-5px);
}

/* ========================================
   Blog Section
======================================== */
.blog-section {
    padding: 100px 0;
    background-color: var(--light-bg);
}

/* ========================================
   About Page Specific Styles
======================================== */
.about-hero-section {
    height: 450px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1558769132-cb1aea9eb1d0?w=1920');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-hero-breadcrumb {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.breadcrumb-box {
    background-color: #10570b;
    padding: 30px 80px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.breadcrumb-box h1 {
    color: var(--white);
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}

.about-images-group {
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}

.image-main img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border: 10px solid var(--white);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    border: 10px solid var(--white);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.image-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience-badge-dark {
    background-color: var(--dark-blue);
    padding: 25px;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 15px;
}

.experience-badge-dark .badge-icon {
    font-size: 40px;
    color: #10570b;
}

.experience-badge-dark h3 {
    margin: 0;
    font-size: 32px;
    color: var(--white);
}

.experience-badge-dark p {
    margin: 0;
    font-size: 14px;
    opacity: 0.8;
}

.about-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.about-feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: var(--text-dark);
}

.about-feature-list li i {
    color: #10570b;
}

.founder-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.btn-about-more {
    background-color: #10570b;
    color: var(--white);
    padding: 12px 30px;
    border-radius: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.btn-about-more:hover {
    background-color: var(--dark-blue);
    color: var(--white);
}

/* ========================================
   How We Work Section
======================================== */
.how-we-work-section {
    padding: 120px 0;
    background-color: #ffffff;
    background-image: radial-gradient(#10570b 0.5px, transparent 0.5px);
    background-size: 30px 30px;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.how-we-work-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
    pointer-events: none;
}

.how-we-work-section .section-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-blue);
    text-transform: capitalize;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.how-we-work-section .section-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #10570b;
}

.how-we-work-section .section-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 25px;
}

.how-we-work-section .container {
    position: relative;
    z-index: 5;
}

.how-we-work-section .section-description {
    font-size: 16px;
    color: #444; /* Darker for better visibility */
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 60px;
}

.work-step-card {
    transition: all 0.3s ease;
    padding: 0 15px;
    position: relative;
    opacity: 0; /* Initially hidden for animation */
}

.work-step-card.animated {
    opacity: 1;
}

.step-image-box {
    position: relative;
    margin-bottom: 50px;
}

.step-image-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0;
}

.step-number {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background-color: #10570b;
    color: #fff; /* Dark blue for better contrast on green */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    border: 8px solid #ffffff;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.step-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0a1628; /* Darker blue */
    margin-bottom: 15px;
}

.step-content p {
    font-size: 15px;
    color: #444; /* Darker grey for perfect visibility */
    line-height: 1.8;
    margin: 0;
}

.questions-section {
    background-image: linear-gradient(rgba(10, 22, 40, 0.9), rgba(10, 22, 40, 0.9)), url('https://images.unsplash.com/photo-1517423568366-8b83523034fd?w=1920');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}
.info-text {
    text-align: left;
    margin-left: 18px;
}
.qBgOverly {
    background: #000000a1;
    padding: 100px 0;
}

.contact-info-box-white {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.contact-info-box-white .info-icon {
    font-size: 24px;
    color: #10570b;
}

.btn-contact-white {
    background-color: #10570b;
    color: var(--white);
    padding: 15px 40px;
    border-radius: 0;
    font-weight: 700;
    text-transform: capitalize;
}

.team-card {
    position: relative;
    overflow: hidden;
}

.team-img {
    position: relative;
}

.team-img img {
    width: 100%;
    height: 450px; /* Increased height for better look */
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover .team-img img {
    transform: scale(1.1);
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 22, 40, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    padding: 30px;
}

.team-card:hover .team-overlay {
    opacity: 1;
    visibility: visible;
}

.team-social {
    position: absolute;
    bottom: 30px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translateX(30px);
    transition: all 0.4s ease 0.1s;
}

.team-card:hover .team-social {
    transform: translateX(0);
}

.team-social a {
    width: 40px;
    height: 40px;
    background-color: #10570b;
    color: var(--dark-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: none;
}

.team-social a:hover {
    background-color: var(--white);
    color: #10570b;
    transform: scale(1.1);
}

.team-info {
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-align: left;
    transform: translateY(30px);
    transition: all 0.4s ease 0.1s;
}

.team-card:hover .team-info {
    transform: translateY(0);
}

.team-info h4 {
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.team-info p {
    color: #10570b;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ========================================
   Contact Page Specific Styles
======================================== */
.contact-hero-section {
    height: 450px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/worker-working-in-fabric-industry.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.map-wrapper {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border: 1px solid #eee;
}

.contact-form-card {
    border-radius: 0;
    transition: all 0.3s ease;
    padding: 40px 20px;
}

.contact-form-card .form-control {
    border-radius: 0;
    padding: 12px 20px;
    background-color: #f9fbf9;
    border: 1px solid #eee;
}

.contact-form-card .form-control:focus {
    border-color: #10570b;
    box-shadow: none;
    background-color: var(--white);
}

.btn-send-message {
    background-color: #10570b;
    color: var(--white);
    padding: 15px 40px;
    font-weight: 700;
    border-radius: 0;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border: none;
}

.btn-send-message:hover {
    background-color: var(--dark-blue);
    color: var(--white);
    transform: translateY(-3px);
}

.contact-info-box-v2 {
    transition: all 0.3s ease;
}

.info-icon-v2 {
    width: 60px;
    height: 60px;
    background-color: #10570b;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    opacity: 0.6; /* Matched from screenshot's lighter green tone */
    transition: all 0.3s ease;
}

.contact-info-box-v2:hover .info-icon-v2 {
    opacity: 1;
    transform: scale(1.1);
}

.info-text-v2 h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--dark-blue);
}

.info-text-v2 p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.social-link {
    width: 40px;
    height: 40px;
    background-color: #2d3e50; /* Standard social blue icon color from design */
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link.facebook { background-color: #3b5998; }
.social-link.twitter { background-color: #1da1f2; }
.social-link.instagram { background-color: #e1306c; }
.social-link.linkedin { background-color: #0077b5; }
.social-link.youtube { background-color: #ff0000; }

.social-link:hover {
    transform: translateY(-5px);
    color: var(--white);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.blog-details-hero-section {
    height: 500px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/worker-working-in-fabric-industry.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
    position: relative;
}

.blog-details-title-box {
    background-color: var(--dark-blue);
    padding: 50px 60px;
    margin-bottom: -100px;
    position: relative;
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    text-align: center; /* Center the title and meta */
}

.blog-details-title-box h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.blog-meta-v2 {
    display: flex;
    justify-content: center; /* Center the meta items */
    font-size: 15px;
    opacity: 0.9;
}

.blog-details-page-section {
    padding-top: 150px !important;
}

.post-main-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.post-secondary-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.share-icon-btn {
    width: 40px;
    height: 40px;
    background-color: #10570b;
    color: var(--white);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.share-icon-btn:hover {
    background-color: var(--dark-blue);
    color: var(--white);
    transform: translateY(-3px);
}

.btn-post-comment {
    background-color: #10570b;
    color: var(--white);
    padding: 15px 40px;
    font-weight: 700;
    border-radius: 0;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.btn-post-comment:hover {
    background-color: var(--dark-blue);
    color: var(--white);
}

.comment-form-wrapper .form-control {
    border-radius: 0;
    padding: 12px 20px;
    background-color: #f9fbf9;
    border: 1px solid #eee;
}

.comment-form-wrapper .form-control:focus {
    border-color: #10570b;
    box-shadow: none;
    background-color: var(--white);
}

@media (max-width: 767px) {
    .blog-details-hero-section {
        height: 400px;
    }
    .blog-details-title-box {
        padding: 30px;
        margin-bottom: -50px;
    }
    .blog-details-title-box h1 {
        font-size: 28px;
    }
    .blog-details-page-section {
        padding-top: 80px !important;
    }
}
.blog-hero-section {
    height: 450px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/worker-working-in-fabric-industry.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blog-post-item .post-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.blog-post-item .post-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--dark-blue);
    transition: all 0.3s ease;
}

.blog-post-item .post-title:hover {
    color: #10570b;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #10570b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    color: var(--dark-blue);
    gap: 10px;
}

.sidebar-widget {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.widget-title {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #10570b;
}

.recent-posts-list a {
    color: var(--dark-blue);
    font-weight: 600;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.recent-posts-list a:hover {
    color: #10570b;
}

.contact-widget-sidebar {
    background-image: linear-gradient(rgba(10, 22, 40, 0.9), rgba(10, 22, 40, 0.9)), url('../images/woman-textile-industry-textilery.webp');
    background-size: cover;
    background-position: center;
}

.categories-list a {
    color: #666;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.categories-list a:hover {
    color: #10570b;
    padding-left: 5px;
}

.btn-load-more {
    background-color: #10570b;
    color: var(--white);
    padding: 15px 40px;
    font-weight: 700;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-load-more:hover {
    background-color: var(--dark-blue);
    color: var(--white);
}

.btn-primary-color {
    background-color: #10570b;
    border: none;
}
.project-main-image img {
    width: 100%;
    height: 450px; /* Fixed height for a consistent professional look */
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.project-main-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 25px;
}

.project-info-card {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    background-color: #f9fbf9 !important; /* Slight greenish tint to match theme */
}

.project-info-card h4 {
    position: relative;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 700;
}

.project-info-card h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background-color: #10570b;
}

.project-info-list li strong.info-label {
    color: var(--dark-blue);
    font-weight: 700;
    min-width: 100px; /* Uniform width for labels */
}

.info-separator {
    width: 2px;
    height: 20px;
    margin: 0 20px;
    display: inline-block;
}

.info-value {
    color: #666;
    font-weight: 500;
}

.contact-sidebar-card {
    background-image: linear-gradient(rgba(10, 22, 40, 0.9), rgba(10, 22, 40, 0.9)), url('../images/worker-working-in-fabric-industry.webp');
    background-size: cover;
    background-position: center;
    border-left: 5px solid #10570b;
    position: relative;
    overflow: hidden;
}

.contact-sidebar-card .btn-contact-cta {
    background-color: #10570b;
    color: var(--white);
    border-radius: 0;
    padding: 15px;
    font-weight: 700;
}

.contact-sidebar-card .btn-contact-cta:hover {
    background-color: var(--white);
    color: var(--dark-blue);
}

.project-check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--text-dark);
}

.project-check-list li i {
    color: #10570b;
    font-size: 18px;
}

/* ========================================
   Project Steps Carousel V2
======================================== */
.project-steps-carousel-v2 {
    position: relative;
    padding-bottom: 40px;
}

.step-img-box-v2 {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.step-img-box-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-dots {
    bottom: -30px !important;
    margin-bottom: 0 !important;
}

.custom-dots button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #e0e0e0 !important;
    border: none !important;
    margin: 0 5px !important;
    opacity: 1 !important;
}

.custom-dots button.active {
    background-color: #10570b !important;
}
.projects-hero-section {
    height: 450px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/worker-working-in-fabric-industry.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.latest-projects-page-section {
    background-image: radial-gradient(rgba(135, 211, 171, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
}

.project-item-v3,
.project-card-v2,
.project-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.project-item-v3 {
    height: 450px;
}

.project-item-v3.small {
    height: 350px;
}

.project-item-v3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-overlay-v3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0; /* Start with no height */
    background-color: rgba(10, 22, 40, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px; /* Adjust padding for zero height */
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 5;
    overflow: hidden;
}

.project-item-v3:hover .project-overlay-v3,
.project-overlay-v3.always-visible {
    height: 100%; /* Expand to full height on hover */
    opacity: 1;
    visibility: visible;
    padding: 40px;
}

.project-item-v3:hover img {
    transform: scale(1.1);
}

.project-overlay-v3 h4,
.project-overlay-v3 p {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.2s;
}

.project-item-v3:hover .project-overlay-v3 h4,
.project-item-v3:hover .project-overlay-v3 p,
.project-overlay-v3.always-visible h4,
.project-overlay-v3.always-visible p {
    opacity: 1;
    transform: translateY(0);
}

.project-overlay-v3 h4 {
    color: var(--white);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.project-overlay-v3 p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* FAQ Accordion Styles */
.faq-page-section {
    background-color: #f9fbf9;
}

.custom-faq-accordion .accordion-item {
    border: none;
    background-color: transparent;
}

.custom-faq-accordion .accordion-button {
    background-color: var(--white);
    color: var(--dark-blue);
    font-weight: 600;
    padding: 20px 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 0 !important;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
    background-color: #10570b;
    color: var(--white);
    box-shadow: none;
}

.custom-faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a1628'%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");
}

.custom-faq-accordion .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");
    transform: rotate(-180deg);
}

.custom-faq-accordion .accordion-body {
    background-color: var(--white);
    padding: 30px;
    color: #666;
    line-height: 1.8;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.services-hero-section {
    height: 450px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/worker-working-in-fabric-industry.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.exhibition-quote-section {
    background-image: linear-gradient(rgba(10, 22, 40, 0.9), rgba(10, 22, 40, 0.9)), url('https://images.unsplash.com/photo-1517423568366-8b83523034fd?w=1920');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: var(--white);
}

.exhibition-image img {
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
}


.quote-form-wrapper h3 {
      font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #000;
    padding-top: 20px;
}

.quote-form-wrapper p {
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 40px;
      color:#000;
}

.exhiRow {
    position: relative;
    background: #fff;
    margin-bottom: -200px;
    z-index: 9999;
    box-shadow: 2px 5px 5px -2px #c4c1c1;
}

.exBgOverly {
    padding: 100px 0;
    background: #00000070;
}

.quote-form .form-control, 
.quote-form .form-select {
    background-color: transparent;
    border:1px solid #29222233;
    border-radius: 0;
    padding: 12px 20px;
    color:#000;
    
}

.quote-form .form-control::placeholder {
    color: #000;
}

.quote-form .form-select {
    color: rgba(255, 255, 255, 0.6);
}

.btn-get-quote {
    background-color: #10570b;
    color: var(--white);
    padding: 15px 40px;
    border-radius: 0;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.btn-get-quote:hover {
    background-color: var(--white);
    color: var(--dark-blue);
}

.project-card-v2 {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.project-card-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card-v2:hover img {
    transform: scale(1.1);
}

.project-card-v2:hover .project-overlay-v3 {
    height: 100%;
    opacity: 1;
    visibility: visible;
    padding: 40px;
}

.testimonial-icon-v2 {
    width: 70px;
    height: 70px;
    background-color: #10570b;
    color: var(--white);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.testimonial-author-v2 img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.contact-info-stats-section {
    background-image: linear-gradient(rgba(10, 22, 40, 0.8), rgba(10, 22, 40, 0.8)), url('../images/worker-working-in-fabric-industry.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 0 !important;
    position: relative;
}

.stats-container-v2 {
    background-color: var(--white);
    position: relative;
    bottom: -80px;
    z-index: 10;
    margin-bottom: 80px;
}

.stat-box-v2 {
    transition: all 0.3s ease;
}

.stat-icon-v2 img {
    width: 50px;
    height: 50px;
}

.stat-box-v2 h3 {
    font-size: 42px;
    font-weight: 700;
    color: var(--dark-blue);
}

.stat-box-v2 .plus-sign {
    font-size: 32px;
    font-weight: 700;
    color: #10570b;
}

.stat-box-v2 p {
    color: #777;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

.pricing-section {
    padding-top: 150px !important;
}

.pricing-card {
    transition: all 0.3s ease;
    border-radius: 0;
}

.pricing-card.dark {
    background-color: var(--dark-blue);
    color: var(--white);
}

.pricing-card h4 {
    font-size: 24px;
    font-weight: 700;
}

.price .currency {
    font-size: 24px;
    font-weight: 700;
    vertical-align: top;
    color: #10570b;
}

.price .amount {
    font-size: 56px;
    font-weight: 700;
    color: #10570b;
}

.pricing-features li {
    margin-bottom: 15px;
    color: #555;
    text-align: left;
}

.pricing-card.dark .pricing-features li {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-features li i {
    color: #10570b;
    margin-right: 10px;
}

.pricing-features li.disabled {
    opacity: 0.5;
}

.btn-purchase {
    background-color: #10570b;
    color: var(--white);
    padding: 12px 35px;
    border-radius: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.btn-purchase:hover {
    background-color: var(--dark-blue);
    color: var(--white);
}

.pricing-card.dark .btn-purchase:hover {
    background-color: var(--white);
    color: var(--dark-blue);
}

@media (max-width: 991px) {
    .quote-form-wrapper {
        padding: 50px 30px;
    }
}

.blog-card {
    background-color: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.blog-image {
    overflow: hidden;
    height: 250px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-content {
    padding: 30px;
}


a.text-decoration-none {
    color: #10570b;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 13px;
    color: var(--text-light);
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-meta i {
    color: var(--success);
}
.rightText {
    text-align: right;
}

.blog-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--dark-blue);
    line-height: 1.4;
}

.blog-content p {
    font-size: 15px;
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.7;
}

.blog-link {
    color: var(--success);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.blog-link:hover {
    color: #6da66c;
}

.blog-link i {
    transition: transform 0.3s ease;
}

.blog-link:hover i {
    transform: translateX(5px);
}

/* ========================================
   Footer
======================================== */
.footer {
    background-color: var(--dark-blue);
    padding: 80px 0 0;
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-logo-wrapper {
    display: flex;
    align-items: center;
}



.footer-logo {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}

.footer-description {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background-color: var(--success);
    transform: translateY(-3px);
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--success);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--success);
    padding-left: 5px;
}

.appointment-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
    padding: 12px 15px;
    border-radius: 5px;
}

.appointment-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.appointment-form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: var(--success);
    color: var(--white);
    box-shadow: none;
}

.appointment-form .btn-success {
    background-color: var(--success);
    border: none;
    padding: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.appointment-form .btn-success:hover {
    background-color: #6da66c;
    transform: translateY(-2px);
}

.footer-bottom {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

   .get-quote-btn {
        display: block;
    }
    
    
    .footer-description {
            text-align: justify;
        }

/* ========================================
   Responsive Styles
======================================== */
@media (max-width: 991px) {
    .navbar .container-fluid,
    .top-bar .container-fluid,
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .hero-title {
        font-size: 42px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .about-content {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .experience-content,
    .production-content {
        padding: 50px 30px;
    }
    
    .navbar-nav {
        margin-top: 20px;
        align-items: flex-start !important;
    }
    
    .nav-link {
        padding: 10px 0 !important;
    }
    
    .get-quote-btn {
        margin-top: 15px;
        margin-left: 0 !important;
        width: 100%;
    }
    
    .top-bar-left {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 10px;
    }
    
    .top-bar-right {
        justify-content: flex-start;
        margin-top: 10px;
    }
    
    .dropdown-menu {
        border: none;
        box-shadow: none;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .about-section .section-title {
        font-size: 20px !important;
    }
    .experience-content .section-title {
        font-size: 18px !important;
    }
    .contact-form-card {
        padding: 20px 10px;
    }
    .blog-hero-section {
        height: 180px;
    }
    .experience-images {
        height: unset;
        min-height: unset;
    }
    .get-quote-btn {
        display: none !important;
    }
    .about-image-right img {
        width: 100% !important;
       height: 100% !important;
    }
    .header-right-content {
        padding-left: 0px;
    }
    .service-card {
        margin-bottom: 0;
    }
    
    .overBox1 {
        margin-top: 60px;
    }
    .experience-images img {
        height: unset;
    }
    .navbar .container-fluid,
    .top-bar .container-fluid,
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .hero-slide {
        height: 500px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .hero-buttons .btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .feature-box {
        padding: 40px 30px;
        min-height: 220px;
    }
    
    .feature-light {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .feature-icon {
        font-size: 42px;
    }
    
    .feature-number {
        font-size: 60px;
    }
    
    .features-section {
        margin-top: 0;
    }
    
    .about-section,
    .services-section,
    .projects-section,
    .testimonial-section,
    .blog-section {
        padding: 60px 0;
    }
    
    .section-header {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .contact-cta-section h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .contact-cta-section {
        padding: 80px 0;
        text-align: left;
    }
    
    .footer-bottom .text-end {
        text-align: start !important;
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .hero-buttons {
        flex-direction: row;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .video-play-btn-inline {
        margin-right: 0;
    }
    
    .watch-video-text {
        font-size: 16px;
    }
}

/* ========================================
   Animations
======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@keyframes zoomOut {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}

.carousel-item.active .hero-content {
    animation: fadeInUp 0.8s ease-out;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--success);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #6da66c;
}

