@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');


body {
    font-family: "Hind", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #242424;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    background-color: #f7f9fc;
}

.site-wrapper {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Poppins', sans-serif !important;
}

/* Global Boxed Container */
.container {
    width: 100%;
    max-width: 1140px;
    /* Standard Elementor boxed layout width */
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

header {
    display: contents;
}

.top-bar {
    background-color: #2857A4;
    /* Updated based on inspection */
    color: #ffffff;
    padding: 10px 0;
    font-size: 16px;
}

.top-bar .container {
    display: flex;
    align-items: center;
}

.top-bar-item {
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.top-bar-item i {
    margin-right: 8px;
    font-size: 14px;
    font-weight: 300;
    color: #fff
}

.top-bar-item strong {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #ffffff !important;
    margin-right: 5px;
}

.top-bar-item a, .top-bar-item span {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #ffffff !important;
    text-decoration: none;
    transition: opacity 0.3s;
}

.top-bar-item a:hover {
    opacity: 0.8;
}

.main-header {
    background-color: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    /* subtle border as seen in typical headers */
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    max-height: 65px;
    /* Adjusting height for logo */
    width: auto;
    display: block;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    margin-left: 35px;
}

.nav-menu li a {
    font-family: 'Poppins', sans-serif !important;
    text-decoration: none;
    color: #222222;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 15px !important;
    transition: color 0.3s ease;
}

.nav-menu li a:hover {
    color: #ff5e14;
}

/* Utilities */
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.text-justify { text-align: justify !important; }

.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #2857A4;
    padding: 5px 10px;
}

/* Header responsive styles relocated to bottom */

/* Footer Styles */
.home-contact-section {
    background-color: transparent;
    background-image: linear-gradient(180deg, #091441 0%, #2E396F 100%);
    /* Exact gradient from Elementor */
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    padding-top: 100px;
}

.site-footer {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.footer-container {
    max-width: 1140px;
    /* Matches global container max-width */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 60px 100px 60px;
    /* Increased top/bottom padding to increase height */
    align-items: center;
    justify-content: space-between;
}

.footer-left {
    flex: 1;
    min-width: 300px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.footer-subtitle {
    color: #b8b8b8;
    /* Updated to match screenshot */
    font-size: 24px;
    /* Updated to match Poppins 24px */
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.footer-title {
    font-size: 32px;
    /* Matches screenshot Poppins 32px */
    font-weight: 500;
    color: #fff;
    /* Matches screenshot */
    margin: 0 0 15px 0;
    position: relative;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
}

/* Yellow diagonal stripes divider */
.footer-divider {
    width: 245px;
    height: 6.5px;
    /* Matches --divider-pattern-height */
    margin-bottom: 25px;
    margin-left: 0;
    background-color: #FFDB14;
    /* Matches --divider-color */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 12.2px 100%;
    /* Matches --divider-pattern-size */
    mask-size: 12.2px 100%;
}

.footer-desc {
    color: #fff;
    /* Matches screenshot */
    font-size: 16px;
    /* Updated to 16px */
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;

}

.footer-cards {
    display: flex;
    flex: 2;
    gap: 20px;
    flex-wrap: wrap;
    min-width: 300px;
}

.footer-card {
    background-color: #ffffff;
    color: #1a1a1a;
    padding: 30px 20px;
    flex: 1;
    min-width: 180px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid transparent;
    transition: border-color 0.3s ease;
}

/* Orange border bottom for the first card by default, and others on hover */
.footer-cards .footer-card :child :hover {
    border-bottom: 4px solid #ff6a00;
}

.footer-card:hover {
    border-bottom: 4px solid #ff5e14;
}

.card-icon {
    background-color: #ff5e14;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.card-title {
    color: #0b1a52;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.card-text {
    color: #434343;
    font-size: 16px;
    margin: 0;
}

.footer-bottom {
    background-color: #1c1c1c;
    padding: 15px 0;
    position: relative;
}

.footer-bottom .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    /* font-size: 14px; */
    color: #ffffff;
}

.footer-bottom a {
    color: #ff6a00;
    text-decoration: none;
}



.scroll-top {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ff6a00;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
}

/* Footer responsive styles relocated to bottom */

/* --- Index Page Styles --- */

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    height: 550px;
    /* Adjusted to balance video height and reduce gap with overlap */
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7CAEF5;
    opacity: 0.65;
    z-index: -1;
    mix-blend-mode: color;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.hero-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-content {
    max-width: 627px;
    background-color: #FFFFFF78;
    /* Restored exact Elementor background */
    padding: 32px;
    /* Restored exact Elementor padding */
    margin-top: 0;
}

.hero-content h1 {
    font-size: 53px;
    font-weight: 800;
    color: #131B3A;
    margin: 0 0 15px 0;
    line-height: 53px;
}

.hero-divider {
    width: 249px;
    margin-bottom: 25px;
    margin-left: 0;

    /* Elementor Pattern Variables */
    --divider-color: #FCC417;
    --divider-pattern-height: 6.5px;
    --divider-pattern-size: 20px;
    --divider-pattern-repeat: repeat-x;
    --divider-pattern-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%' viewBox='0 0 120 26' fill='black' stroke='none'%3E%3Cpath d='M54,1.6V26h-9V2.5L54,1.6z M69,1.6v23.3L60,26V1.6H69z M24,1.6v23.5l-9-0.6V1.6H24z M30,0l9,0.7v24.5h-9V0z M9,2.5v22H0V3.7L9,2.5z M75,1.6l9,0.9v22h-9V1.6z M99,2.7v21.7h-9V3.8L99,2.7z M114,3.8v20.7l-9-0.5V3.8L114,3.8z'/%3E%3C/svg%3E");

    /* Apply Mask Styles */
    background-color: var(--divider-color);
    -webkit-mask-image: var(--divider-pattern-url);
    mask-image: var(--divider-pattern-url);
    -webkit-mask-repeat: var(--divider-pattern-repeat);
    mask-repeat: var(--divider-pattern-repeat);
    -webkit-mask-size: var(--divider-pattern-size) 100%;
    mask-size: var(--divider-pattern-size) 100%;
    min-height: var(--divider-pattern-height);
}

.hero-content p {
    color: #242424;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 24px;
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.btn i {
    margin-left: 8px;
}

.btn-primary {
    background-color: #FCC417;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #ff6a00;
}

.btn-secondary {
    background-color: #ffffff;
    color: #2C4199;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.btn-secondary:hover {
    background-color: #ff6a00;
}

/* Services Section */
.services-section {
    position: relative;
    margin-top: -70px;
    /* Pulls the section up over the video */
    z-index: 2;
    padding-bottom: 80px;
    background: linear-gradient(to bottom, transparent 100px, #ffffff 100px);
    /* Top 100px is transparent for the video sides */
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    margin-top: 0;
    position: relative;
    z-index: 10;
    box-shadow: none;
    transition: box-shadow 0.5s ease;
}

.services-grid.animate-done {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
}

.service-card {
    flex: 1;
    min-width: 200px;
    padding: 50px 30px;
    text-align: left;
    position: relative;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
    background-color: #ffffff;
    opacity: 0;
}

.service-card.animate-up {
    animation: fadeInUpService 0.6s ease-out forwards;
}

.service-card.animate-up:nth-child(1),
.service-card.animate-up:nth-child(4) {
    animation-delay: 0s;
}

.service-card.animate-up:nth-child(2),
.service-card.animate-up:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fadeInUpService {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card:last-child {
    /* No border-right to remove anymore */
}

.service-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px) !important;
    border-bottom: 4px solid #ff6a00;
    /* Orange highlight as per image */
    z-index: 10;
}

.service-icon {
    color: #FCC417;
    /* Updated to precise yellow */
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.service-card h3 {
    color: #091441;
    font-size: 20.8px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.service-card p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    color: #091441;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 24px 12px 0;
}

.service-link i {
    margin-left: 6px;
    font-size: 13px;
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: #ff6a00;
}

/* Services/Hero responsive styles relocated to bottom */

/* Custom text selection colors */
::-moz-selection {
    background: #ff5e14;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ff5e14;
    color: #fff;
    text-shadow: none;
}

/* About Us Section on Index Page */
.index-about-section {
    width: 100%;
    background-color: #ffffff;
    padding: 0;
    position: relative;
}

.index-about-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 480px;
    /* Decreased height */
    align-items: stretch;
}

.index-about-col-text {
    flex: 1;
    min-width: 300px;
    background-image: url('../img/about-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Semi-transparent white overlay on the text column */
.index-about-col-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: 0.43;
    /* Matches Elementor opacity: 0.43 */
    z-index: 1;
}

.index-about-content {
    position: relative;
    z-index: 2;
    padding: 70px 80px;
    /* Decreased vertical padding for smaller height */
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.index-about-subtitle {
    color: #8E90A6;
    /* Subtle grey subtitle */
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    font-family: 'Poppins', sans-serif;
}

.index-about-title {
    color: #091441;
    /* Midnight blue title */
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
    font-family: 'Poppins', sans-serif;
}

/* Yellow divider style */
.index-about-divider {
    width: 245px;
    height: 6.5px;
    margin-bottom: 30px;
    margin-left: 0;
    background-color: #FFDB14;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 12.2px 100%;
    mask-size: 12.2px 100%;
}

.index-about-desc p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.index-about-desc .founder-signature {
    font-size: 18px;
    color: #091441;
    margin-top: 25px;
}

.index-about-col-image {
    flex: 1;
    min-width: 300px;
    min-height: 480px;
    /* Decreased height to match row */
    background-image: url('../img/h1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* --- Projects Sections --- */
.projects-section {
    padding: 80px 0;
    background-color: #ffffff;
    width: 100%;
}

.projects-section.latest-projects {
    padding-top: 80px;
    padding-bottom: 40px;
}

.projects-section.successful-projects {
    padding-top: 40px;
    padding-bottom: 80px;
}

.section-title {
    color: #1e2472;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700;
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 20px;
    /* Reduced gap */
    line-height: 48px;
    text-transform: capitalize;
}

.section-title.centered {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    /* Reduced gap */
    width: 100%;
}

.section-header-row .section-title {
    margin-bottom: 0;
}

.btn-orange {
    background-color: #FF5E14;
    /* Elementor bright orange */
    color: #ffffff;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-family: 'Rajdhani', sans-serif;
    line-height: 24px;
}

.btn-orange:hover {
    background-color: #e04b08;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-orange i {
    margin-left: 8px;
    font-size: 12px;
}

.projects-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.project-card-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.project-card {
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border: 9px solid #EAEAEA;
    /* Light grey thick border */
    border-radius: 30px;
    /* Big rounded corners */
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    /* Align content to bottom */
    padding: 30px 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2E396F;
    /* Dark blue overlay color */
    opacity: 0.49;
    /* Elementor default opacity */
    transition: opacity 0.3s ease;
    z-index: 1;
}

.project-card:hover {
    border-color: #EAEAEA;
    border-bottom: 9px solid #FF5E14;
    /* Orange bottom border on hover */
    transform: scale(1.03);
    /* Smooth zoom-in scale effect */
    box-shadow: 0 15px 40px rgba(9, 20, 65, 0.3);
    /* Lift shadow on zoom */
}

.project-card:hover .project-overlay {
    opacity: 0;
    /* Clear overlay on hover */
}

.project-content-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.project-label-block {
    background-color: #2E396F;
    padding: 12px 18px;
    border-left: 3px solid #FF5E14;
    /* Orange left border */
    max-width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
}

.project-label-block h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 22px;
}

.project-card-more-btn {
    background-color: #ffffff;
    color: #091441;
    padding: 12px 24px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 26px;
    /* Exact gap from live CSS */
    transition: all 0.3s ease;
    line-height: 1.5em;
    margin-top: 0;
    border-radius: 0;
}

.project-card-more-btn:hover {
    background-color: #FF5E14;
    color: #ffffff;
}

.project-card-more-btn i {
    margin-left: 8px;
    font-size: 11px;
}

.project-card-divider {
    width: 100%;
    height: 6.5px;
    margin-top: 15px;
    margin-bottom: 35px;
    /* Added gap below the divider */
    background-color: #FFDB14;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 12.2px 100%;
    mask-size: 12.2px 100%;
}

/* ==========================================
   Competitive Advantages Section Styles
   ========================================== */
.advantages-section {
    background-color: #FFFFFF;
    padding: 30px 0;
}

.advantages-row {
    display: flex;
    gap: 50px;
    align-items: center;
}

.advantages-col-text {
    flex: 1;
    min-width: 0;
}

.advantages-col-media {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.advantages-subtitle {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: #7a7a7a;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.advantages-title {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    color: #1D1D37;
    margin: -10px 0 20px 0;
    line-height: 48px;
}

.advantages-divider {
    width: 46%;
    height: 6.5px;
    margin: -15px 0 25px 0;
    background-color: #3346C6;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 12.2px 100%;
    mask-size: 12.2px 100%;
}

.advantages-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #242424;
    text-align: justify;
    margin: 0;
    font-weight: 400;
}

.advantages-image {
    width: 100%;
    height: auto;
    border: 10px solid #DDDDDD;
    box-sizing: border-box;
    display: block;
}

.advantages-counters {
    display: flex;
    gap: 0;
}

.advantages-counter-col {
    flex: 1;
    min-width: 0;
}

.advantages-counter {
    padding: 48px 32px;
    border: 15px solid #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.counter-yellow .advantages-counter {
    background-color: #FFDB14;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.counter-blue .advantages-counter {
    background: linear-gradient(180deg, #091441 0%, #2E396F 100%);
}

.advantages-counter-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.counter-yellow .advantages-counter-title {
    color: #000000;
}

.counter-blue .advantages-counter-title {
    color: #FFFFFF;
}

.advantages-counter-number-wrapper {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.advantages-counter-number-prefix {
    margin-right: 2px;
}

/* ==========================================
   Testimonials Section Styles
   ========================================== */
.testimonials-section {
    position: relative;
    padding: 80px 0 96px 0;
    background-image: url('../img/testimonials-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonials-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0.45;
    mix-blend-mode: overlay;
    z-index: 1;
}

.testimonials-container {
    position: relative;
    z-index: 2;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials-star-icon {
    font-size: 26px;
    color: #FF5E14;
    margin-bottom: 10px;
}

.testimonials-subtitle {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    color: #242424;
    margin: 0 0 10px 0;
    line-height: 24px;
}

.testimonials-title {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    color: #1d1d37;
    margin: -10px 0 20px 0;
    line-height: 48px;
}

.testimonials-divider {
    width: 35%;
    height: 6.5px;
    margin: -15px auto 0 auto;
    background-color: #FF5E14;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 12.2px 100%;
    mask-size: 12.2px 100%;
}

.testimonials-grid {
    display: flex;
    gap: 30px;
}

.testimonial-card-wrap {
    flex: 1;
    min-width: 0;
}

.testimonial-card {
    background-color: #FFFFFF;
    padding: 32px;
    border-bottom: 3px solid #FFFFFF;
    box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    border-bottom: 3px solid #FF5E14;
}

.testimonial-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    color: #7a7a7a;
    margin: 0 0 25px 0;
    text-align: center;
    font-weight: 400;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author-details {
    display: flex;
    flex-direction: column;
}

.testimonial-name {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 19px;
    font-weight: 600;
    color: #FF5E14;
    margin: 0 0 2px 0;
    text-transform: capitalize;
    line-height: 29px;
}

.testimonial-job {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 400;
    line-height: 16px;
}

/* ==========================================
   Sustainable Technology Section Styles
   ========================================== */
.sustainable-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(90deg, #091441 0%, #2E396F 100%);
    overflow: hidden;
}

.sustainable-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/sustainable-energy.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.24;
    filter: saturate(0%);
    z-index: 1;
}

.sustainable-container {
    position: relative;
    z-index: 2;
}

.sustainable-content {
    max-width: 50%;
}

.sustainable-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #b6b6b6;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    line-height: 24px;
}

.sustainable-title {

    font-size: 48px;
    font-weight: 700;
    color: #FFF;
    margin: -10px 0 20px 0;
    line-height: 48px;
    text-transform: capitalize;
}

.sustainable-title strong {
    font-weight: 700;
}

.sustainable-divider {
    width: 100%;
    height: 6.5px;
    margin: -15px 0 35px 0;
    background-color: #FF5E14;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 12.2px 100%;
    mask-size: 12.2px 100%;
}

.btn-sustainable {
    background-color: #FF5E14;
    color: #FFF;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    gap: 26px;
    flex-direction: row-reverse;
    transition: all 0.3s ease;
    border: none;
    line-height: 24px;
}

.btn-sustainable:hover {
    background-color: #e04f0f;
    color: #FFFFFF;
}

/* ==========================================
   Responsive Media Queries (Consolidated)
   ========================================== */

/* --- Tablets & Large Mobile Screens (max-width: 992px) --- */
@media (max-width: 992px) {

    /* Hide Top Bar on mobile/tablet */
    .top-bar {
        display: none !important;
    }

    /* Hero Section Responsive */
    .hero-section {
        height: auto;
        min-height: 500px;
        padding: 100px 0 160px 0;
        /* Padding for sticky header and overlap card */
        display: flex;
        align-items: center;
    }

    .hero-container {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 0 auto;
    }

    .hero-content {
        max-width: 100%;
        padding: 24px;
        background-color: rgba(255, 255, 255, 0.85);
        /* Slightly less transparent for readability */
    }

    .hero-content h1 {
        font-size: 36px;
        line-height: 1.2;
    }



    /* Services Section Overlap & Grid (2x2 Layout on tablet) */
    .services-section {
        margin-top: -100px;
        padding-bottom: 60px;
    }

    .services-grid {
        flex-direction: row;
        /* Flex-row to allow 2x2 grid */
    }

    .service-card {
        flex: 1 1 50%;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }

    .service-card:nth-child(2n) {
        border-right: none;
    }

    .service-card:nth-child(3),
    .service-card:nth-child(4) {
        border-bottom: none;
    }

    /* Projects Responsive */
    .projects-section.latest-projects {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .projects-section.successful-projects {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .project-card-container {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .project-card {
        height: 350px;
    }

    .section-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    /* About Us Section Responsive */
    .index-about-row {
        flex-direction: column;
    }

    .index-about-col-image {
        min-height: 380px;
    }

    .index-about-content {
        padding: 60px 40px;
    }

    .index-about-title {
        font-size: 32px;
    }

    /* Footer Responsive */
    .footer-container {
        flex-direction: column;
        align-items: stretch;
        padding: 0 40px 100px 40px;
    }

    .footer-left {
        margin-bottom: 40px;
        padding-right: 0;
    }

    /* Advantages Responsive */
    .advantages-row {
        flex-direction: column;
        gap: 30px;
    }

    .advantages-col-text,
    .advantages-col-media {
        width: 100%;
    }

    /* Testimonials Responsive */
    .testimonials-grid {
        flex-direction: column;
        gap: 20px;
    }

    /* Sustainable Responsive */
    .sustainable-content {
        max-width: 100%;
    }
}

/* --- Medium Mobile Screens (max-width: 768px) --- */
@media (max-width: 768px) {

    /* Header & Navigation */
    .top-bar .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .top-bar-item strong, 
    .top-bar-item a, 
    .top-bar-item span {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .main-header .container {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .logo img {
        max-width: 220px;
        height: auto;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .main-header nav {
        width: 100%;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        background-color: #f7f9fc;
        padding: 10px 0;
        margin-top: 15px;
        border-radius: 4px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu li {
        margin: 10px 0;
        width: 100%;
    }
    
    .nav-menu li a {
        display: block;
        padding: 10px 0;
    }

    /* Footer Cards (Stack vertically on smaller screens) */
    .footer-cards {
        flex-direction: column;
        min-width: 0;
    }

    .footer-card {
        padding: 25px 20px;
    }
}

/* --- Small Mobile Screens (max-width: 576px) --- */
@media (max-width: 576px) {

    /* Hero Buttons (Stack vertically on small mobile) */
    .hero-content h1 {
        font-size: 24px;
        line-height: 1.2;
    }



    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .hero-buttons .btn {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    /* Services Cards Grid (Stack vertically on small mobile) */
    .service-card {
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        padding: 40px 20px;
    }

    .service-card:last-child {
        border-bottom: none;
    }

    /* Projects Mobile Responsive */
    .project-card-container {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .project-card {
        height: 300px;
    }

    .section-title {
        font-size: 28px;
    }

    /* Reduce excessive padding on narrow screens */
    .hero-container,
    .projects-hero-container,
    .contact-hero-container,
    .fab-hero-container {
        padding: 0 15px !important;
    }

    /* Fix justified text causing huge gaps on small screens */
    p, 
    .projects-hero-desc, 
    .hero-desc,
    .index-about-text,
    .about-desc,
    .project-modal-desc,
    .qc-item-text,
    .fab-tab-details p,
    .text-justify {
        text-align: left !important;
    }

    .fab-hero-title {
        font-size: 28px !important;
        line-height: 34px !important;
    }

    .fab-section-title,
    .machine-section-title {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .fab-table th, .fab-table td {
        padding: 10px 5px !important;
        font-size: 13px !important;
    }

    .btn-orange {
        width: 100%;
        justify-content: center;
    }

    /* About Us Section padding and title */
    .index-about-content {
        padding: 40px 20px;
    }

    .index-about-title {
        font-size: 26px;
    }

    .index-about-divider {
        max-width: 180px;
    }

    /* Footer details */
    .footer-subtitle {
        font-size: 20px;
    }

    .footer-title {
        font-size: 26px;
    }

    .footer-divider {
        max-width: 200px;
    }

    .footer-container {
        padding: 0 20px 80px 20px;
    }

    /* New Sections Mobile Responsive */
    .advantages-title,
    .testimonials-title,
    .sustainable-title {
        font-size: 32px !important;
    }

    .advantages-subtitle,
    .sustainable-subtitle {
        font-size: 20px !important;
    }

    .advantages-counters {
        flex-direction: column;
    }

    .advantages-counter {
        padding: 30px 20px;
    }

    .advantages-counter-number-wrapper {
        font-size: 40px;
    }

    .testimonial-card {
        padding: 20px;
    }
}

/* ==========================================
   Our Trusted Partners Section Styles
   ========================================== */
.partners-section {
    background-color: #ffffff;
    padding: 10px 0 20px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #f0f0f0;
}

.partners-title {
    text-transform: none !important;
    color: #242424 !important;
    text-align: center !important;
    margin-bottom: 10px;
    line-height: 32px;
    font-size: 32px !important;
    font-weight: 550;
}

.partners-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0 50px;
}

.partners-carousel-container {
    overflow: hidden;
    width: 100%;
}

.partners-carousel-track {
    display: flex;
    will-change: transform;
}

.partner-slide {
    flex: 0 0 16.666%;
    /* 6 items visible on desktop */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    box-sizing: border-box;
}

.partner-slide img {
    max-width: 100%;
    max-height: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
}




.partners-arrow {
    background: none;
    border: none;
    color: #cccccc;
    font-size: 32px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: color 0.3s ease, transform 0.3s ease;
    z-index: 10;
    padding: 10px;
}

.partners-arrow:hover {
    color: #1e2472;
    transform: translateY(-50%) scale(1.1);
}

.partners-arrow.arrow-left {
    left: 0;
}

.partners-arrow.arrow-right {
    right: 0;
}

.partners-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.partner-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e0e0e0;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.partner-dot.active {
    background-color: #1e2472;
    transform: scale(1.2);
}

/* Partners Responsive Queries */
@media (max-width: 1200px) {
    .partner-slide {
        flex: 0 0 20%;
        /* 5 items visible */
    }
}

@media (max-width: 992px) {
    .partner-slide {
        flex: 0 0 25%;
        /* 4 items visible */
    }

    .partners-section {
        padding: 10px 0 15px 0;
    }

    .partners-title {
        font-size: 38px !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .partner-slide {
        flex: 0 0 33.333%;
        /* 3 items visible */
    }

    .partners-arrow {
        font-size: 28px;
    }

    .partners-carousel-wrapper {
        padding: 0 35px;
    }
}

@media (max-width: 576px) {
    .partner-slide {
        flex: 0 0 50%;
        /* 2 items visible */
    }

    .partners-arrow {
        font-size: 24px;
    }

    .partners-carousel-wrapper {
        padding: 0 25px;
    }

    .partners-title {
        font-size: 28px !important;
        margin-bottom: 25px;
    }
}


/* ==========================================
   Designing Page Styles
   ========================================== */
.designing-page-content {
    padding: 60px 0;
    background-color: #ffffff;
}

.designing-section h5 {
    color: #ff5e14;
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.designing-section p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.designing-section p strong {
    color: #091441;
    font-size: 17px;
    font-weight: 700;
}

/* Image Grid for Drawings */
.designing-img-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.designing-img-col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 50%;
    box-sizing: border-box;
}

.designing-img-wrapper {
    background-color: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.designing-img-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
    border-color: #ff5e14;
}

.designing-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Section Separator */
.section-divider {
    border: 0;
    height: 1px;
    background: #e1e8ed;
    margin: 50px 0;
}

/* Negative margin for overlapping elements if matching live site spacing */
.negative-margin-top {
    margin-top: 5px;
}

@media (max-width: 768px) {
    .designing-page-content {
        padding: 40px 0;
    }
    
    .designing-img-col {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .designing-img-wrapper {
        width: 85%;
        max-width: 450px;
    }

    .designing-section h5 {
        font-size: 20px;
        margin-top: 30px;
    }

    .designing-section p {
        font-size: 14px;
    }

    .section-divider {
        margin: 35px 0;
    }
}

/* ==========================================
   About Us Page Styles (about-us-2.php)
   ========================================== */

/* Section 1: About Hero Banner */
.about-hero-section {
    position: relative;
    background-color: #131b3a;
    /* Matches dark bg in about.jpg */
    background-image: url('../img/about.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    padding: 0;
}

/* Semi-transparent overlay to ensure text contrast on medium screens */
.about-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 26, 53, 0.4);
    z-index: 1;
    display: none;
    /* Only show on smaller screens where image covers text */
}

.about-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
}

.about-hero-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.about-hero-left {
    flex: 1;
    min-width: 320px;
    padding: 70px 50px 70px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-hero-right {
    flex: 1;
    min-width: 320px;
    min-height: 530px;
    /* Aligns with the 530px container height from live inspection */
}

.about-hero-subtitle {
    color: #8E90A6;
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0 0 15px 0;
    line-height: 32px;
}

.about-hero-title {
    color: #ffffff;
    font-family: 'Poppins', sans-serif !important;
    font-size: 56px;
    font-weight: 800;
    line-height: 60px;
    margin: 0 0 20px 0;
}

/* Diagonal orange divider */
.about-divider-orange {
    width: 245px;
    height: 6.5px;
    margin-bottom: 30px;
    margin-left: 0;
    background-color: #FF5E14;
    /* Elementor bright orange */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%25' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='3.3' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 12.2px 100%;
    mask-size: 12.2px 100%;
}

.about-hero-desc {
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    text-align: justify;
    font-family: 'Poppins', sans-serif !important;
}

.about-page-wrapper {
    background-color: #131b3a;
    /* Dark navy background matching screenshots */
    padding-bottom: 0;
}

/* Section 2: What Makes Us Standout */
.standout-section {
    background-color: #131B3A;
    /* Same dark background */
    padding: 0;
}

.standout-container {
    background-color: #ffffff;
    max-width: 1140px;
    margin: 0 auto 57px auto;
    padding: 64px 32px 80px 32px;
    box-sizing: border-box;
}

.standout-header {
    margin-bottom: 50px;
}

.standout-subtitle {
    color: #7a7a7a;
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 24px;
}

.standout-title {
    color: #1d1d37;
    font-family: 'Poppins', sans-serif !important;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 20px 0;
}

.standout-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.standout-col {
    flex: 1;
    min-width: 230px;
    text-align: center;
    padding: 32px 32px 28px 32px;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
}

.standout-col:hover {
    border-bottom: 4px solid #FF5E14;
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(255, 94, 20, 0.18), 0 4px 10px rgba(0, 0, 0, 0.04);
}

.standout-circle {
    width: 70px;
    height: 70px;
    background-image: url('../img/bgno-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ff5e14;
    transition: all 0.3s ease;
}

.standout-col:hover .standout-circle {
    transform: scale(1.08);
}

.standout-col-title {
    color: #091441;
    font-family: 'Poppins', sans-serif !important;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 21px;
}

.standout-col-desc {
    color: #242424;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
    text-align: justify;
}

/* Section 3: Specialized Engineering Services */
.services-about-section {
    background-color: #131B3A;
    /* Dark navy color */
    padding: 16px 0 48px 0;
}

.services-about-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.services-about-col-img {
    width: 45.263%;
    box-sizing: border-box;
}

.services-about-image {
    width: 100%;
    max-width: 452px;
    height: auto;
    border-radius: 12px;
    display: block;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}

.services-about-col-content {
    width: 54.737%;
    padding: 32px 12px 32px 32px;
    box-sizing: border-box;
}

.services-about-subtitle {
    color: #7a7a7a;
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: 24px;
}

.services-about-title {
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 20px 0;
}

.services-about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-about-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 300;
}

.services-about-list li strong {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
}

.services-about-list li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #FF5E14;
    font-size: 16px;
}

/* Responsiveness for About Page */
@media (max-width: 991px) {
    .about-hero-section {
        background-position: 70% top;
    }

    .about-hero-section::before {
        display: block;
    }

    .about-hero-title {
        font-size: 46px;
    }

    .services-about-row {
        flex-direction: column;
        gap: 40px;
    }

    .services-about-col-img,
    .services-about-col-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about-hero-section {
        background-position: center top;
    }

    .about-hero-left {
        padding: 50px 20px;
    }

    .about-hero-right {
        display: none;
    }

    .about-hero-title {
        font-size: 38px;
    }

    .standout-section {
        padding: 0;
    }

    .standout-container {
        padding: 40px 20px;
    }

    .standout-title,
    .services-about-title {
        font-size: 32px;
    }

    .services-about-section {
        padding: 60px 0;
    }

    .standout-col {
        padding: 10px;
    }
}

/* Accomplishments Section Styles */
.accomplishments-section {
    background-color: #f0f0f0;
    padding: 80px 0;
    text-align: center;
}

.accomplishments-header {
    margin-bottom: 50px;
}

.accomplishments-subtitle {
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    color: #7a7a7a;
    margin: 0 0 10px 0;
}

.accomplishments-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 48px;
    font-weight: 700;
    color: #1d1d37;
    margin: 0;
    line-height: 48px;
}

.accomplishments-divider-orange-stripes {
    width: 280px;
    height: 6px;
    background-image: linear-gradient(45deg,
            #FF5E14 25%,
            transparent 25%,
            transparent 50%,
            #FF5E14 50%,
            #FF5E14 75%,
            transparent 75%,
            transparent);
    background-size: 8px 8px;
    margin: 15px auto 0 auto;
    font-family: 'Rajdhani', sans-serif;
}

.accomplishments-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.accomplishment-card {
    flex: 1;
    min-width: 220px;
    background-color: #ffffff;
    padding: 70px 20px 66px 20px;
    border-radius: 8px;
    border-bottom: 4px solid transparent;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 260px;
}

.accomplishment-card:hover {
    border-bottom: 4px solid #FF5E14;
}

.accomplishment-num-wrapper {
    color: #FF5E14;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 69px;
    font-weight: 600;
    line-height: 69px;
    margin-bottom: 15px;
}

.accomplishment-number {
    display: inline-block;
}

.accomplishment-plus {
    display: inline-block;
}

.accomplishment-label {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 19px;
    font-weight: 400;
    color: #7a7a7a;
    margin: 0;
    line-height: 21px;
}

/* Responsiveness for Accomplishments */
@media (max-width: 991px) {
    .accomplishments-grid {
        justify-content: center;
    }

    .accomplishment-card {
        flex: 0 1 calc(50% - 15px);
    }

    .accomplishments-title {
        font-size: 34px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .accomplishment-card {
        flex: 0 1 100%;
    }
}

/* Why Choose Us Section Styles */
.why-choose-section {
    background-color: #ffffff;
    padding: 80px 0;
    box-sizing: border-box;
}

.why-choose-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.why-choose-left {
    width: 50%;
    flex: 0 0 50%;
    padding: 32px;
    box-sizing: border-box;
}

.why-choose-right {
    width: 50%;
    flex: 0 0 50%;
    padding: 32px;
    box-sizing: border-box;
}

.why-choose-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 48px;
    font-weight: 700;
    color: #1d1d37;
    margin: 0 0 10px 0;
    line-height: 48px;
}

.why-choose-divider-orange-stripes {
    width: 200px;
    height: 5px;
    background-image: linear-gradient(
        45deg,
        #FF5E14 25%,
        transparent 25%,
        transparent 50%,
        #FF5E14 50%,
        #FF5E14 75%,
        transparent 75%,
        transparent
    );
    background-size: 8px 8px;
    margin: 10px 0 25px 0;
}

.why-choose-desc {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    line-height: 26px;
    color: #242424;
    margin-bottom: 35px;
    font-weight: 400;
}

.why-choose-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.why-choose-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.why-choose-circle {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-image: url('../img/bgno-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF5E14;
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
}

.why-choose-content {
    flex: 1;
}

.why-choose-item-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 21px;
    font-weight: 700;
    color: #091441;
    margin: 0 0 5px 0;
    line-height: 21px;
}

.why-choose-item-desc {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    line-height: 26px;
    color: #242424;
    margin: 0;
    font-weight: 400;
}

/* Layered Image Container Styles */
.why-choose-img-container {
    position: relative;
    width: 100%;
    height: 680px;
}

.why-choose-img-worker {
    width: 282px;
    height: 471px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.why-choose-img-framework {
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 282px;
    height: 471px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    display: block;
}

/* Responsiveness for Why Choose Us Section */
@media (max-width: 991px) {
    .why-choose-left,
    .why-choose-right {
        max-width: 100%;
        flex: 1 1 100%;
        width: 100%;
        padding: 16px 20px;
    }
    .why-choose-img-container {
        height: 520px;
        width: 100%;
        max-width: 500px;
        margin: 40px auto 0 auto;
    }
    .why-choose-img-worker {
        width: 240px;
        height: 380px;
    }
    .why-choose-img-framework {
        width: 240px;
        height: 380px;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 575px) {
    .why-choose-title {
        font-size: 32px;
        line-height: 40px;
    }
    .why-choose-img-container {
        height: 420px;
        max-width: 380px;
    }
    .why-choose-img-worker {
        width: 190px;
        height: 300px;
    }
    .why-choose-img-framework {
        width: 190px;
        height: 300px;
    }
}

/* Our People and Community Section Styles */
.community-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
    box-sizing: border-box;
}

.community-container {
    display: flex;
    justify-content: flex-end;
}

.community-card {
    background-color: #ffffff;
    padding: 60px 50px;
    max-width: 570px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.community-subtitle {
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    color: #7a7a7a;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.community-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 40px;
    font-weight: 700;
    color: #0c1844;
    margin: 0 0 15px 0;
    line-height: 48px;
}

.community-divider-orange-stripes {
    width: 250px;
    height: 5px;
    background-image: linear-gradient(
        45deg,
        #FF5E14 25%,
        transparent 25%,
        transparent 50%,
        #FF5E14 50%,
        #FF5E14 75%,
        transparent 75%,
        transparent
    );
    background-size: 8px 8px;
    margin: 15px 0 25px 0;
}

.community-desc {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 35px;
}

.community-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #FF5E14;
    color: #ffffff;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.community-btn:hover {
    background-color: #e04f0f;
    transform: translateY(-2px);
}

.community-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.community-btn:hover i {
    transform: translateX(4px);
}

/* Responsiveness for Community Section */
@media (max-width: 991px) {
    .community-section {
        padding: 60px 0;
    }
    .community-container {
        justify-content: center;
    }
    .community-card {
        padding: 40px 30px;
        max-width: 500px;
    }
    .community-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (max-width: 575px) {
    .community-card {
        padding: 30px 20px;
    }
    .community-title {
        font-size: 26px;
        line-height: 32px;
    }
    .community-btn {
        padding: 12px 25px;
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================
   Our Projects Page Styles (our-projects.php)
   ========================================== */

/* Hero Banner Section */
.projects-hero-section {
    position: relative;
    background-image: url('../img/projectbanner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 110px 0 120px 0;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.projects-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(19, 27, 58, 0.3) 0%, #131b3a 100%);
    z-index: 1;
}

.projects-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.projects-hero-subtitle {
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 24px;
}

.projects-hero-title {
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 15px 0;
}

.projects-divider-orange-stripes {
    width: 250px;
    height: 6px;
    background-image: linear-gradient(
        45deg,
        #FF5E14 25%,
        transparent 25%,
        transparent 50%,
        #FF5E14 50%,
        #FF5E14 75%,
        transparent 75%,
        transparent
    );
    background-size: 8px 8px;
    margin: 15px 0 25px 0;
}

.projects-hero-desc {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 25px 0;
    max-width: 650px;
    text-align: justify;
    color: #fff;
    font-weight: 400;
}

.projects-hero-explore {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    margin: 0;
    line-height: 26px;
}

/* Page Wrapper */
.projects-page-wrapper {
    background-color: #ffffff; /* Pure white background matching screenshots */
    padding-top: 50px;
    padding-bottom: 80px;
}



/* Projects Grid */
.projects-grid-section {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.projects-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns grid exactly like mockup */
    gap: 50px 40px; /* spacing between columns and rows */
}

/* Project Card Container */
.project-card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}

.project-image-wrap {
    width: 100%;
    height: 380px;
    border: 2px solid #000000; /* Black outline matching screenshot */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3); /* Shadow matching mockup */
    border-radius: 0; /* Sharp corners like screenshot */
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.project-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}



.project-card-title {
    font-family: 'Alfa Slab One', sans-serif !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 36px;
    color: #1812c4; /* Blue text color matching screenshot */
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 0 0;
    line-height: 36px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}


/* Lightbox Modal Styles */
.project-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 20, 65, 0.88);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.project-modal-content {
    background-color: #ffffff;
    width: 100%;
    max-width: 950px;
    max-height: 90vh;
    border-radius: 16px;
    overflow-y: auto;
    display: flex;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    animation: slideInProject 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-sizing: border-box;
}

@keyframes slideInProject {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.project-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    color: #333333;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.2s ease;
    z-index: 100;
    line-height: 1;
}

.project-modal-close:hover {
    color: #FF5E14;
    transform: scale(1.1);
}

.project-modal-left {
    flex: 1.1;
    background-color: #f4f6f9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 400px;
}

.project-modal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.project-modal-right {
    flex: 1.2;
    padding: 45px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.project-modal-category {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #FF5E14;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.project-modal-title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0c1844;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.project-modal-divider {
    width: 100%;
    height: 1px;
    background-color: #e5e9f0;
    margin-bottom: 20px;
}

.project-modal-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 25px;
    text-align: justify;
}

.project-modal-specs-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0c1844;
    margin: 0 0 12px 0;
}

.project-spec-table {
    width: 100%;
    border-collapse: collapse;
}

.project-spec-table tr {
    border-bottom: 1px solid #f0f3f8;
}

.project-spec-table tr:last-child {
    border-bottom: none;
}


.project-spec-table th, 
.project-spec-table td {
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: left;
}

.project-spec-table th {
    font-weight: 600;
    color: #888888;
    width: 35%;
}

.project-spec-table td {
    color: #333333;
}

/* Responsiveness for Projects Page Controls & Modals */
@media (max-width: 991px) {
    .projects-hero-title {
        font-size: 44px;
        line-height: 48px;
    }

    .project-modal-content {
        flex-direction: column;
        max-height: 95vh;
    }
    .project-modal-left {
        min-height: 280px;
        flex: none;
        height: 280px;
    }
    .project-modal-right {
        padding: 30px;
    }
    .project-modal-title {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .projects-hero-section {
        padding: 80px 0;
    }
    .projects-hero-title {
        font-size: 32px;
        line-height: 38px;
    }
    .projects-hero-subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    .projects-filter-btn {
        padding: 8px 16px;
        font-size: 12px;
        width: 100%;
        text-align: center;
    }
    .projects-list-grid {
        grid-template-columns: 1fr;
    }
    .project-modal-left {
        height: 200px;
        min-height: 200px;
    }
    .project-modal-right {
        padding: 20px;
    }
    .project-modal-title {
        font-size: 22px;
    }
}

/* Certification Section */
.certification-section {
    background: url('../img/about-bg.jpg') center/cover no-repeat;
    background-color: #f5f5f5;
    padding: 100px 0;
    margin-top: 100px;
    width: 100%;
}

.certification-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.certification-image-col {
    flex: 1 1 40%;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}

.certification-image-box {
    background: #ffffff;
    padding: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 280px;
    width: 100%;
}

.certification-image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.certification-content-col {
    flex: 1 1 50%;
}

.certification-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #333;
    margin-bottom: 2px;
    font-weight: 500;
}

.certification-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 42px;
    color: #1c2472; /* Blue */
    font-weight: 700;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.certification-divider-orange-stripes {
    width: 250px;
    height: 6px;
    background-image: linear-gradient(
        45deg,
        #FF5E14 25%,
        transparent 25%,
        transparent 50%,
        #FF5E14 50%,
        #FF5E14 75%,
        transparent 75%,
        transparent
    );
    background-size: 10px 10px;
    margin-bottom: 15px;
}

.certification-text {
    font-family: 'Hind', sans-serif;
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 5px;
}

.certification-text strong {
    font-weight: 700;
    color: #333;
}

.certification-text-bold {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #111;
    font-weight: 600;
    font-style: italic;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .certification-container {
        flex-direction: column;
    }
    .certification-image-col, .certification-content-col {
        flex: 1 1 100%;
    }
}

/* Passion Section */
.passion-section {
    padding: 80px 0;
    background-color: #ffffff;
    width: 100%;
}

.passion-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.passion-content-col {
    flex: 1 1 45%;
    padding-right: 20px;
}

.passion-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 24px;
    color:#242424
}

.passion-title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    color: #1d1d37; /* Blue */
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 48px;
}

.passion-divider-orange-stripes {
    width: 250px;
    height: 6px;
    background-image: linear-gradient(
        45deg,
        #FF5E14 25%,
        transparent 25%,
        transparent 50%,
        #FF5E14 50%,
        #FF5E14 75%,
        transparent 75%,
        transparent
    );
    background-size: 10px 10px;
    margin-bottom: 30px;
}

.passion-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    margin-bottom: 35px;
    font-weight: 400;
    color: #242424;
}

.passion-btn {
    display: inline-block;
    background-color: #6c757d;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    line-height: 15px;
}

.passion-btn span {
    margin-left: 8px;
    font-size: 16px;
}

.passion-btn:hover {
    background-color: #5a6268;
    color: #ffffff !important;
}

.passion-image-col {
    flex: 1 1 45%;
}

.passion-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .passion-container {
        flex-direction: column;
    }
    .passion-content-col {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .passion-image-col {
        flex: 1 1 100%;
    }
}

/* ==========================================
   Contact Us 2 Page Styles
   ========================================== */

/* Hero Banner Section */
.contact-hero-section {
    position: relative;
    background-image: url('../img/contactbanner.jpg');
    background-repeat: no-repeat;
    background-position: center 30%;
    background-size: cover;
    padding: 180px 0 220px 0;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.contact-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(6, 21, 56, 0.2) 0%, rgba(6, 21, 56, 1) 100%), 
                linear-gradient(to right, rgba(6, 21, 56, 0.95) 0%, rgba(6, 21, 56, 0.2) 50%, rgba(6, 21, 56, 0.9) 100%);
    z-index: 1;
}

.contact-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.contact-hero-content-wrap {
    max-width: 570px;
    box-sizing: border-box;
    
}

.contact-hero-subtitle {
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #ababab !important;
    margin: 0 0 10px 0;
}

.contact-hero-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 40px !important;
    line-height: 40px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}

.contact-divider-orange-stripes {
    width: 250px;
    height: 6px;
    background-image: linear-gradient(
        45deg,
        #FF5E14 25%,
        transparent 25%,
        transparent 50%,
        #FF5E14 50%,
        #FF5E14 75%,
        transparent 75%,
        transparent
    );
    background-size: 10px 10px;
    margin: 0 0 35px 0;
}

.contact-hero-desc {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    margin: 0;
    max-width: 650px;
}

/* Info Cards Section */
.contact-info-section {
    background-color: #ffffff;
    padding: 80px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.contact-info-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.contact-info-icon-top {
    font-size: 36px;
    color: #FF5E14;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-info-subtitle {
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #7a7a7a !important;
    margin: 0 0 10px 0;
}

.contact-info-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 32px !important;
    line-height: 32px !important;
    font-weight: 500 !important;
    color: #242424 !important;
    margin: 0 0 15px 0;
}

.contact-info-divider {
    width: 200px;
    height: 6px;
    background-image: linear-gradient(
        45deg,
        #FF5E14 25%,
        transparent 25%,
        transparent 50%,
        #FF5E14 50%,
        #FF5E14 75%,
        transparent 75%,
        transparent
    );
    background-size: 8px 8px;
}

.contact-cards-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    flex-wrap: wrap;
}

.contact-card {
    background: #fff;
    padding: 60px 20px 45px 20px;
    border-radius: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    flex: 1;
    min-width: 300px;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.contact-card:hover {
    border-bottom-color: #FF5E14;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.12);
}

.contact-card-icon {
    width: 60px;
    height: 60px;
    background-color: #FF5E14;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0 auto 20px auto;
}

.contact-card-title {
    font-size: 19px;
    font-weight: 700;
    color: #0b1a52;
    margin: 0 0 15px 0;
    word-break: break-word;
    line-height: 26px;
}

.contact-card-desc {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #797979 !important;
    margin: 0;
}

/* Map Section */
.contact-map-section {
    position: relative;
    width: 100%;
    height: 500px;
}

.contact-map-iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.contact-location-overlay {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    background-color: #2b3152;
    color: #fff;
    padding: 40px;
    width: 350px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.contact-location-icon {
    font-size: 32px;
    color: #FF5E14;
    margin-bottom: 15px;
}

.contact-location-subtitle {
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: #7a7a7a !important;
    margin: 0 0 5px 0;
}

.contact-location-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 48px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 20px 0;
}

.contact-location-address {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    color: #ddd;
}

/* Bottom Banner Section */
.contact-bottom-banner {
    position: relative;
    background-image: url('../img/contact.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 350px 0;
    text-align: center;
}

.contact-bottom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13, 21, 52, 0.4);
    z-index: 1;
}

.contact-bottom-container {
    position: relative;
    z-index: 2;
}

.contact-bottom-text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0;
    text-transform: uppercase;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-location-overlay {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        text-align: center;
    }
    
    .contact-map-section {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    
    .contact-map-iframe {
        height: 400px;
    }
    
    .contact-cards-grid {
        flex-direction: column;
    }
}

/* ==========================================
   Fabrication Facility Page Styles
   ========================================== */

/* Hero Section */
.fab-hero-section {
    position: relative;
    background-image: url('../img/fbg.jpg');
    background-repeat: no-repeat;
    background-position: center 30%;
    background-size: cover;
    padding: 100px 0 120px 0;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.fab-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(13, 21, 52, 0.9) 0%, rgba(13, 21, 52, 0.6) 40%, rgba(13, 21, 52, 0) 100%);
    z-index: 1;
}

.fab-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.fab-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.fab-breadcrumb {
    font-size: 16px;
    font-weight: 400;
}

.fab-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.fab-breadcrumb i {
    margin: 0 10px;
}

/* Common Section Styles */
.fab-table-section, .fab-tabs-section {
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
}

.fab-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2b3152;
    margin-bottom: 40px;
}

/* Table Section */
.fab-table-responsive {
    overflow-x: auto;
}

.fab-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.fab-table th, .fab-table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    color: #555;
}

.fab-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #2b3152;
}

.fab-table tbody tr:nth-child(even) {
    background-color: #fbfbfb;
}

/* Tabs Section */
.fab-tabs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.fab-tab-list {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.fab-tab-btn {
    border: none;
    padding: 20px 25px;
    text-align: left;
    font-size: 18px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    color: #061538 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ffffff;
    font-family: 'Poppins', sans-serif !important;
}

.fab-tab-btn:nth-child(odd) {
    background-color: #f8f9fa;
}

.fab-tab-btn:nth-child(even) {
    background-color: #e9ecef;
}

.fab-tab-btn:hover {
    filter: brightness(0.95);
}

.fab-tab-btn.active {
    font-weight: 600 !important;
    color: #061538 !important;
}

.fab-tab-content-wrapper {
    flex: 1;
    min-width: 300px;
}

.fab-tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fab-tab-content.active {
    display: block;
    opacity: 1;
}

.fab-tab-img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    margin-bottom: 30px;
}

.fab-tab-details {
    display: flex;
    justify-content: space-between;
}

.fab-detail-col {
    flex: 1;
    text-align: center;
}

.fab-detail-col strong {
    font-size: 18px;
    color: #000;
    display: block;
    margin-bottom: 15px;
}

.fab-detail-col p {
    font-size: 15px;
    color: #555;
    margin: 0;
}

.fab-detail-number {
    font-weight: 600;
    color: #17a2b8;
}

/* Responsive */
@media (max-width: 768px) {
    .fab-tabs-container {
        flex-direction: column;
    }
}

/* ==========================================
   Quality Control Page Styles
   ========================================== */

.qc-main-section {
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
    color: #444;
}

.qc-intro {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.6;
}

.qc-intro strong {
    color: #1c2472;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
}

.qc-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #2b3152;
    margin-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

.qc-item-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
}

.qc-item-row:last-child {
    border-bottom: none;
}

.qc-item-text {
    flex: 2;
    padding-right: 30px;
    font-size: 15px;
    line-height: 1.7;
}

.qc-item-text strong {
    color: #000;
    font-weight: 700;
}

.qc-item-img {
    flex: 1;
    max-width: 250px;
    text-align: right;
}

.qc-item-img img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
    .qc-item-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .qc-item-text {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .qc-item-img {
        max-width: 100%;
        text-align: left;
    }
}

/* ==========================================
   Global Typography for Content Pages
   ========================================== */

.designing-section p,
.designing-subsection p,
.fab-table-section p,
.fab-table td,
.fab-tab-details p,
.qc-main-section p,
.qc-item-text,
.qc-intro p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #242424;
    font-size: 16px;
    line-height: 26px;
}

.designing-section strong,
.designing-subsection strong,
.fab-table th,
.fab-tab-details strong,
.qc-main-section strong,
.qc-item-text strong,
.qc-intro strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #242424;
    font-size: 16px;
    line-height: 26px;
}

.designing-section h5,
.designing-section h5 strong,
.qc-section-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    color: #242424 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    border: none !important;
    margin-bottom: 25px !important;
    padding-bottom: 0 !important;
    text-align: left !important;
}

.fab-section-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    color: #242424 !important;
    font-size: 32px !important;
    line-height: 38px !important;
    border: none !important;
    margin-bottom: 25px !important;
    padding-bottom: 0 !important;
    text-align: center !important;
}

.machine-section-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    color: #242424 !important;
    font-size: 28px !important;
    line-height: 34px !important;
    border: none !important;
    margin-bottom: 25px !important;
    padding-bottom: 0 !important;
    text-align: center !important;
}

/* Hero Banner Typography Override */
.fab-hero-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    font-size: 38px !important;
    line-height: 46px !important;
}

.fab-breadcrumb {
    font-size: 18px !important;
    line-height: 25px !important;
}

.fab-breadcrumb a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    color: #fcc417 !important; /* Yellow for Home */
    text-decoration: none;
}
.fab-breadcrumb a:hover {
    color: #ffffff !important;
}

.fab-breadcrumb i {
    font-family: 'FontAwesome' !important;
    font-weight: 400 !important;
    color: #ffffff !important; /* White for > */
    margin: 0 5px;
    font-size: 18px !important;
    line-height: 18px !important;
}

.fab-breadcrumb span {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    color: #d4d4d4 !important; /* Light gray for Current Page */
}

/* Tabs Typography Overrides */
.fab-tabs-section .fab-section-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    text-align: left !important;
}

.fab-tab-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    color: #061538 !important;
    font-size: 18px !important;
    line-height: 18px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}