:root {
    --color-white: #ffffff;
    --color-orange: #ff6a13;
    --color-orange-dark: #e35b0a;
    --color-grey-light: #f3f3f1;
    --color-grey-mid: #e3e2de;
    --color-black: #1a1a1a;
    --color-green: #2e9e44;
    --color-green-dark: #24813a;

    --radius: 10px;
    --shadow-card: 0 2px 10px rgba(0, 0, 0, 0.06);
    --shadow-card-hover: 0 10px 24px rgba(0, 0, 0, 0.12);
    --transition: 0.25s ease;
}

/* ==========================================================================
   2. TOP HERO PHOTO BANNER STYLES
   ========================================================================== */
.about-hero-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0; /* Isse image ko height milti hai */
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ૧૦ વર્ષ વાળા બોક્સ માટે વાઇબ્રેટ એનિમેશન */
.vibrate-bell {
    animation: bellRinging 2.5s ease-in-out infinite;
    transform-origin: top center; /* ઘંટડીની જેમ ઉપરથી લટકતું હોય તેમ વાઇબ્રેટ થશે */
    display: inline-block; /* એનિમેશન સ્મૂધ ચાલે તે માટે */
}

/* ઘંટડી વાગતી હોય એવું શેકિંગ લોજિક */
@keyframes bellRinging {
    0%, 100% { transform: rotate(0); }
    5% { transform: rotate(5deg); }
    10% { transform: rotate(-5deg); }
    15% { transform: rotate(4deg); }
    20% { transform: rotate(-4deg); }
    25% { transform: rotate(3deg); }
    30% { transform: rotate(-3deg); }
    35% { transform: rotate(1.5deg); }
    40% { transform: rotate(-1.5deg); }
    45% { transform: rotate(0); } /* અડધી સેકન્ડ વાઇબ્રેટ થયા પછી થોડીવાર સ્થિર રહેશે */
}
/* Dark transparent blue tint overlay matching layout */
.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Text clear dikhne ke liye dark overlay */
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center;
}

.hero-content h1 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
}

/* ==========================================================================
   3. COMPANY INTRODUCTION SECTION (3 Columns Layout)
   ========================================================================== */
.about-intro-section {
    background-color: #f4f4e8; /* Light off-white/beige background */
    padding: 80px 20px;
}

.about-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr 2fr; /* 3 unequal columns matching image */
    gap: 40px;
    align-items: center;
}

/* Left Experience Frame Box */
.experience-box {
    border: 1px solid #b3b3b3;
    padding: 40px 20px;
    text-align: center;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.experience-box h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #111111;
    line-height: 1;
    margin: 0;
}

.experience-box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #333333;
    letter-spacing: 1px;
    margin-top: 10px;
    line-height: 1.4;
}

/* Middle Content Header */
.about-title {
    display: flex;
    flex-direction: column;
}

.about-title .sub-title {
    font-size: 0.8rem;
    color: #666666;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 12px;
}

.about-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 10px 0;
}

/* Right Content Paragraph Layout */
.about-description {
    font-size: 1rem;
    color: #444444;
    line-height: 1.8;
    text-align: justify;
}
.about-description p {
    text-align: justify;
    margin-bottom: 15px;
}

/* ==========================================================================
   4. MISSION, VISION, & VALUES (MVV) CARDS
   ========================================================================== */
.mvv-section {
    padding: 50px 20px;
    background-color: #f9f9f9;
}


/* ગોળાકાર આઇકોન કન્ટેનર */
.icon-box {
    width: 80px;
    height: 80px;
    background-color: rgba(240, 90, 40, 0.1); /* આછો ઓરેન્જ બેકગ્રાઉન્ડ શેડ */
    border-radius: 50%;                        /* પરફેક્ટ સર્કલ માટે */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;                  /* કાર્ડની વચ્ચે ગોઠવવા અને નીચે સ્પેસ રાખવા */
    transition: all 0.3s ease;
}

/* આઇકોનની સાઇઝ અને કલર */
.mvv-icon {
    font-size: 24px;
    color: #f05a28;                            /* તમારી થીમનો મેઈન ઓરેન્જ કલર */
}

/* જ્યારે કોઈ કાર્ડ પર કર્સર (Hover) લઈ જાય ત્યારે આઇકોન ઇફેક્ટ */
.mvv-card:hover .icon-box {
    background-color: #f05a28;                 /* બેકગ્રાઉન્ડ આખું ઓરેન્જ થઈ જશે */
}

.mvv-card:hover .mvv-icon {
    color: #ffffff;                            /* આઇકોન સફેદ થઈ જશે */
}
.mvv-container {
    display: grid;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap; 
}

.mvv-card {
    background: white;
    padding: 30px;
    width: 350px;
    text-align: center;
    min-height:420px ;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.icon {
    font-size: 40px;
    margin-bottom: 15px;
    
}

.mvv-card h3 {
    margin-bottom: 15px;
    color: #0b0b0b;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    min-height: 35px;
}

.mvv-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400 !important;
    color: #666;
    line-height: 1.8;
    text-align: justify;
}
.read-more-btn{
    display:inline-block;
    padding:10px 20px;
    background:#f58220;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
}
/* ==========================================================================
   5. MESSAGE FROM MANAGEMENT SECTION
   ========================================================================== */
.management-msg-section {
    padding: 60px 20px;
    background-color: #fff; 
}

.management-msg-section .container {
    max-width: 900px;
    margin: 0 auto;
}

.management-msg-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    flex-grow: 1;
}

.management-msg-section p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    text-align: justify;
    flex-grow: 1;
}

.management-footer {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.contact-max-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* ==========================================================================
   TOP HERO BANNER STYLING (Photo 3/Electric Tower Section)
   ========================================================================== */
.contact-hero-banner {
    position: relative;
    width: 100%;
    height: 400px; /* Generous proportional height to display the full image assets */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 60px; /* Compensates for the overlapping cards below */
}

/* Semi-transparent dark overlay to keep the text perfectly readable */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(20, 24, 33, 0.85) 0%, rgba(20, 24, 33, 0.4) 100%);
    z-index: 1;
}

.banner-text-container {
    position: relative;
    z-index: 2;
    padding-left: 5%;
}

.banner-text-container h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
}
/* ===================================================
   CONTACT PAGE HEADER
   =================================================== */

.contact-header {
    background: #f4f4f4;
    text-align: left;
    padding: 80px 20px 60px;
}

.contact-header strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 29px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align:left;
}

.contact-header p {
    max-width: 750px;
    font-size: 17px;
    line-height: 1.8;
    color: #666666;
    font-weight: 400;
    text-align:left;
}

/* Tablet */
@media (max-width: 768px) {

    .contact-header {
        padding: 60px 20px 40px;
    }

    .contact-header strong {
        font-size: 34px;
    }

    .contact-header p {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 480px) {

    .contact-header strong {
        font-size: 28px;
    }

    .contact-header p {
        font-size: 15px;
        line-height: 1.7;
    }
}
/* ==========================================================================
   SECTION 1: CONTACT INFO CARDS (Photo 3 Style - Overlapping Banner)
   ========================================================================== */
.contact-info-section {
    padding: 0 0 60px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 5;
    margin-top: -80px; /* Pulls the dark cards up onto the hero image layout */
}

.info-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.info-card {
    background-color: #1a0801; /* Solid dark profile matching screenshot 1 and 3 */
    padding: 50px 35px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Clean Symmetric White Circle Icon Container (Photo 3 Setup) */
.circle-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    margin: 0 auto 30px auto;
    border-radius: 50%; /* Perfect round geometry configuration */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.circle-icon-wrapper i {
    font-size: 26px;
    color: #e27143; /* Corporate light orange/red accent color theme */
}

.info-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}

.info-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #b5b4b9; /* Soft grey text contrast profile */
}

.info-card p a {
    color: #b5b4b9;
    text-decoration: none;
    transition: color 0.2s ease;
}

.info-card p a:hover {
    color: #e27143;
}
.email-link {
    color: #b5b4b9 !important;
    text-decoration: none;
    font-size: 15px;
}

.email-link:hover {
    color: #fff;
    text-decoration: underline;
}
.phone-numbers {
    line-height: 1.8 !important;
}

/* ==========================================================================
   SECTION 2: GET IN TOUCH FORM (Photo 2 Master Matrix Layout)
   ========================================================================== */
.contact-form-section {
    padding: 40px 0 80px 0;
    background-color: #ffffff;
}

.form-main-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #1a191d;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.custom-contact-form {
    background-color: #1a0801; /* Deep charcoal finish mapping Image 2 */
    padding: 60px 50px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.form-row-half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.input-group {
    position: relative;
    width: 100%;
}

.full-width-input {
    margin-bottom: 30px;
}

.custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #333237; /* Thin sleek separation lines layout */
    border-radius: 2px;
    padding: 18px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    outline: none;
    letter-spacing: 0.5px;
    transition: border-color 0.3s ease;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    color: #ffffff;
    opacity: 0.85; /* Bright white placeholder text alignment */
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: #e27143; /* Focus highlight bar match color */
}

.form-submit-wrapper {
    display: flex;
    justify-content: flex-start;
}

/* Screenshot 2 Signature Left Border Highlight Button Design */
.form-submit-btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-left: 4px solid #e27143; /* Accent structural color strip indicator */
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 16px 38px;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.form-submit-btn:hover {
    background-color: #e27143;
    border-color: #e27143;
    color: #ffffff;
    padding-left: 42px; /* Subtle organic dynamic shift hover response */
}

/* ==========================================================================
   SECTION 3: FULL WIDTH GOOGLE MAP EMBED
   ========================================================================== */
.contact-map-section {
    width: 100%;
    height: 500px;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
}

.map-iframe-container {
    width: 100%;
    height: 100%;
}

.map-iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* ==========================================================================
   8. BLOG LAYOUTS RETENTION
   ========================================================================== */
.sea-blog-section{
    width:80%;
    margin:60px auto;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    align-tem:stretch;
}
.sea-blog-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width:100%;
}
.sea-blog-card{
     width: 100%;
    height: 100%;
    background:#f8f6f3;
    border:1px solid #d8b46a;
    border-radius:15px;
    cursor: pointer;
    transition:.35s;
    overflow: hidden;
    box-sizing: border-box;
}
.sea-blog-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(0,0,0,.15);
}
.sea-blog-img{
    width:100%;
    height:230px;
    overflow:hidden;
}
.sea-blog-img img{
   margin:10px;
   border-radius:10px;
   width: calc(100% - 20px);
    height: calc(100% - 20px);
   object-fit:cover;
   display:block;
   box-sizing: border-box;
}
.sea-blog-content{
    padding:18px;
}
.sea-blog-content h3{
    color:#c89a3d;
    font-size:18px;
    letter-spacing:3px;
    font-weight:500;
    text-transform:uppercase;
    line-height:30px;
    min-height:75px;
}
.read-btn{
    display:inline-block;
    margin-top:18px;
    text-decoration:none;
    color:#111;
    font-size:17px;
    font-weight:400;
    transition:.3s;
}
.read-btn:hover{
    color:#c89a3d;
}

/* Section jema fakt title chhe, e grid nathi joitu */
.sea-blog-section:has(h2.section-title){
    display:block;
}

@media(max-width:991px){
.sea-blog-section{
    grid-template-columns:repeat(2,1fr);
    width: 90%;
}
}
@media(max-width:768px){
.sea-blog-section{
    grid-template-columns:1fr;
    width: 95%;
}
.sea-blog-img{
    height:250px;
}
}
/* ==========================================================================
   PRE-FOOTER CTA SECTION STYLING
   ========================================================================== */
.pre-footer-cta {
    background-color: #ffffff; /* Uniform clean baseline tracking white space */
    padding: 80px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.cta-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cta-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #1a191d; /* Solid matching deep corporate charcoal color profile */
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.cta-btn {
    display: inline-block;
    background-color: #e27143; /* Accent structural layout theme orange code */
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 16px 40px;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 6px 20px rgba(226, 113, 67, 0.25);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cta-btn:hover {
    background-color: #1a191d; /* Dark theme micro adaptive feedback shift */
    box-shadow: 0 6px 20px rgba(26, 25, 29, 0.25);
    transform: translateY(-2px);
}

/* Responsive Adaptive Viewports Media Queries */
@media (max-width: 768px) {
    .pre-footer-cta {
        padding: 50px 0;
    }
    
    .cta-container {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    
    .cta-heading {
        font-size: 26px;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 280px;
        padding: 14px 30px;
    }
}
@media (max-width: 991px) {
    .about-container {
        grid-template-columns: 1fr; 
        gap: 30px;
    }
    .about-hero-banner { height: 250px; }
    .hero-content h1 { font-size: 2.5rem; }
.info-cards-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .form-row-half {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .contact-hero-banner {
        height: 300px;
        padding-bottom: 40px;
    }
    
    .banner-text-container h1 {
        font-size: 36px;
    }
    
    .custom-contact-form {
        padding: 40px 25px;
    }
    
    .form-main-heading {
        font-size: 32px;
        margin-bottom: 30px;
    }
}






/* ===========================================================
   products.css
   Theme: White background, Orange accents, Light grey cards,
   Green action button, Black text
   =========================================================== */

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
}

.brand-mark {
    color: var(--color-orange);
}

.brand-accent {
    color: var(--color-orange);
}

.header-tagline {
    margin: 0;
    color: #cfcfcf;
    font-size: 14px;
    letter-spacing: 0.3px;
}

/* ---------- PAGE INTRO ---------- */
.products-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 36px 24px 60px;
}

.page-intro {
    text-align: center;
    margin-bottom: 28px;
}

.page-intro h1 {
    font-size: 32px;
    margin: 0 0 8px;
    color: var(--color-black);
    border-bottom: 4px solid var(--color-orange);
    display: inline-block;
    padding-bottom: 8px;
}

.page-intro p {
    color: #555;
    max-width: 560px;
    margin: 14px auto 0;
    font-size: 15px;
}

/* ---------- FILTER TABS ---------- */
.filter-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 36px;
}

.filter-btn {
    background: var(--color-grey-light);
    color: var(--color-black);
    border: 2px solid var(--color-grey-mid);
    padding: 10px 26px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
}

.filter-btn:hover {
    border-color: var(--color-orange);
    color: var(--color-orange-dark);
    transform: translateY(-2px);
}

.filter-btn.active {
    background: var(--color-orange);
    border-color: var(--color-orange);
    color: var(--color-white);
}

/* ---------- PRODUCT GRID ---------- */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
}

.product-card {
    background: var(--color-grey-light);
    border: 1px solid var(--color-grey-mid);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card-hover);
    border-color: var(--color-orange);
}

.product-card.hidden {
    display: none;
}

.product-image {
    background: var(--color-white);
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--color-grey-mid);
}

.product-image svg {
    width: 92px;
    height: 92px;
    fill: none;
    stroke: var(--color-orange);
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-image svg rect,
.product-image svg circle,
.product-image svg path {
    fill: none;
}

.product-image svg rect[width],
.product-image svg circle {
    fill: var(--color-orange);
    fill-opacity: 0.08;
}

.product-info {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-tag {
    align-self: flex-start;
    background: var(--color-orange);
    color: var(--color-white);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.product-name {
    margin: 0 0 8px;
    font-size: 18px;
    color: var(--color-black);
}

.product-details {
    margin: 0 0 18px;
    font-size: 13.5px;
    color: #444;
    line-height: 1.5;
    flex: 1;
}

.product-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.call-btn {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    border: 2px solid var(--color-black);
    color: var(--color-black);
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.call-btn:hover {
    background: var(--color-black);
    color: var(--color-white);
}

.enquiry-btn {
    flex: 1;
    text-align: center;
    background: var(--color-green);
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 14px;
    border-radius: 6px;
    transition: background var(--transition), transform var(--transition);
}

.enquiry-btn:hover {
    background: var(--color-green-dark);
    transform: translateY(-1px);
}

/* ---------- NO RESULTS ---------- */
.no-results {
    text-align: center;
    color: #777;
    font-size: 15px;
    margin-top: 40px;
}

/* ---------- FOOTER ---------- */
.site-footer {
    background: var(--color-black);
    color: #bbb;
    text-align: center;
    padding: 18px;
    font-size: 13px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 480px) {
    .page-intro h1 {
        font-size: 26px;
    }

    .filter-btn {
        padding: 9px 18px;
        font-size: 14px;
    }

    .product-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .call-btn {
        width: 100%;
        border-radius: 6px;
    }
}





/* ===========================================================
   fabrication.css
   Theme: White background, Orange accents, Light grey cards,
   Green action button, Black text
   =========================================================== */



/* ---------- SECTION WRAPPER ---------- */
.fab-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 36px 24px 60px;
}

.fab-intro {
    text-align: center;
    margin-bottom: 28px;
}

.fab-intro h1 {
    font-size: 30px;
    margin: 0 0 8px;
    color: var(--color-black);
    border-bottom: 4px solid var(--color-orange);
    display: inline-block;
    padding-bottom: 8px;
}

.fab-intro p {
    color: #555;
    max-width: 560px;
    margin: 14px auto 0;
    font-size: 15px;
}

/* ---------- GRID ---------- */
.fab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
}

.fab-card {
    background: var(--color-grey-light);
    border: 1px solid var(--color-grey-mid);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.fab-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card-hover);
    border-color: var(--color-orange);
}

.fab-image {
    background: var(--color-white);
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--color-grey-mid);
}

.fab-image svg {
    width: 92px;
    height: 92px;
    fill: none;
    stroke: var(--color-orange);
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fab-image svg rect,
.fab-image svg circle,
.fab-image svg path {
    fill: none;
}

.fab-image svg rect[width],
.fab-image svg circle {
    fill: var(--color-orange);
    fill-opacity: 0.08;
}

.fab-info {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.fab-tag {
    align-self: flex-start;
    background: var(--color-orange);
    color: var(--color-white);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.fab-name {
    margin: 0 0 8px;
    font-size: 18px;
    color: var(--color-black);
}

.fab-details {
    margin: 0 0 18px;
    font-size: 13.5px;
    color: #444;
    line-height: 1.5;
    flex: 1;
}

.fab-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fab-call-btn {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    border: 2px solid var(--color-black);
    color: var(--color-black);
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.fab-call-btn:hover {
    background: var(--color-black);
    color: var(--color-white);
}

.fab-enquiry-btn {
    flex: 1;
    text-align: center;
    background: var(--color-green);
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 14px;
    border-radius: 6px;
    transition: background var(--transition), transform var(--transition);
}

.fab-enquiry-btn:hover {
    background: var(--color-green-dark);
    transform: translateY(-1px);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 480px) {
    .fab-intro h1 {
        font-size: 24px;
    }

    .fab-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .fab-call-btn {
        width: 100%;
        border-radius: 6px;
    }
}





/* ===========================================================
   electrical-panel.css
   Theme: White background, Orange accents, Light grey cards,
   Green action button, Black text
   =========================================================== */



/* ---------- SECTION WRAPPER ---------- */
.elec-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 36px 24px 60px;
}

.elec-intro {
    text-align: center;
    margin-bottom: 28px;
}

.elec-intro h1 {
    font-size: 30px;
    margin: 0 0 8px;
    color: var(--color-black);
    border-bottom: 4px solid var(--color-orange);
    display: inline-block;
    padding-bottom: 8px;
}

.elec-intro p {
    color: #555;
    max-width: 560px;
    margin: 14px auto 0;
    font-size: 15px;
}

/* ---------- GRID ---------- */
.elec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
}

.elec-card {
    background: var(--color-grey-light);
    border: 1px solid var(--color-grey-mid);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.elec-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card-hover);
    border-color: var(--color-orange);
}

.elec-image {
    background: var(--color-white);
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--color-grey-mid);
}

.elec-image svg {
    width: 92px;
    height: 92px;
    fill: none;
    stroke: var(--color-orange);
    stroke-linecap: round;
    stroke-linejoin: round;
}

.elec-image svg rect,
.elec-image svg circle,
.elec-image svg path {
    fill: none;
}

.elec-image svg rect[width],
.elec-image svg circle {
    fill: var(--color-orange);
    fill-opacity: 0.08;
}

.elec-info {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.elec-tag {
    align-self: flex-start;
    background: var(--color-orange);
    color: var(--color-white);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.elec-name {
    margin: 0 0 8px;
    font-size: 18px;
    color: var(--color-black);
}

.elec-details {
    margin: 0 0 18px;
    font-size: 13.5px;
    color: #444;
    line-height: 1.5;
    flex: 1;
}

.elec-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.elec-call-btn {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    border: 2px solid var(--color-black);
    color: var(--color-black);
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.elec-call-btn:hover {
    background: var(--color-black);
    color: var(--color-white);
}

.elec-enquiry-btn {
    flex: 1;
    text-align: center;
    background: var(--color-green);
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 14px;
    border-radius: 6px;
    transition: background var(--transition), transform var(--transition);
}

.elec-enquiry-btn:hover {
    background: var(--color-green-dark);
    transform: translateY(-1px);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 480px) {
    .elec-intro h1 {
        font-size: 24px;
    }

    .elec-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .elec-call-btn {
        width: 100%;
        border-radius: 6px;
    }
}



/* ===========================================================
   whatwedo.css
   "What We Do" overview page — same navy / orange / cream theme
   as the service detail pages. No header / footer styling here.
   =========================================================== */

:root {
  --orange: #e87722;
  --orange-dark: #c45e0a;
  --navy: #1a2a4a;
  --navy-light: #243560;
  --slate: #3d4f6b;
  --cream: #f7f8fa;
  --white: #ffffff;
  --text: #2c3e50;
  --muted: #6b7a8d;
  --border: #dde3ec;
  --shadow: 0 4px 24px rgba(26, 42, 74, 0.10);
  --shadow-hover: 0 8px 36px rgba(232, 119, 34, 0.18);
}
.wwd-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 40px 80px;
}

/* ---------- INTRO ---------- */
.wwd-intro {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
}

.wwd-eyebrow {
  display: inline-block;
  background: rgba(232, 119, 34, 0.10);
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.wwd-intro h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
}

.wwd-intro p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

/* ---------- GRID ---------- */
.wwd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.wwd-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--orange);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wwd-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.wwd-image {
  background: linear-gradient(100deg, var(--navy) 0%, var(--navy-light) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 220px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.wwd-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wwd-info {
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wwd-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 12px;
}

.wwd-details {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 22px;
  flex: 1;
}

.wwd-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  background: var(--orange);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.3px;
  padding: 11px 20px;
  border-radius: 6px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.wwd-readmore:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}

.wwd-arrow {
  width: 16px;
  height: 16px;
  stroke: var(--white);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.wwd-readmore:hover .wwd-arrow {
  transform: translateX(3px);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .wwd-section { padding: 48px 20px 60px; }
  .wwd-grid { grid-template-columns: 1fr; }
}



/* ===========================================================
   services.css
   Shared design system for: epcprojects.php, electricalservices.php,
   engineeringservices.php  (same color theme as the EPC Projects file)
   No header / footer styling here — these pages plug into the
   site's existing header/footer.
   =========================================================== */


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ── SECTION HEADERS ── */
.section-head {
  text-align: center;
  margin-bottom: 48px;
}
.eyebrow {
  display: inline-block;
  background: rgba(232,119,34,0.10);
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.section-head h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--color-black);
  margin-bottom: 14px;
}
.section-head p {
  color: var(--muted);
  max-width: 580px;
  margin: 0 auto;
  font-size: 0.97rem;
  line-height: 1.7;
}
.divider {
  width: 52px; height: 4px;
  background: linear-gradient(90deg, var(--orange), var(--orange-dark));
  border-radius: 2px;
  margin: 16px auto 0;
}

/* ── OVERVIEW CARDS ── */
.overview-section { padding: 72px 0 60px; }
.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.overview-card {
  background: var(--white);
  border-radius: 10px;
  padding: 36px 28px;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--orange);
  transition: transform 0.22s, box-shadow 0.22s;
}
.overview-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
.overview-card .icon-wrap {
  width: 54px; height: 54px;
  background: rgba(232,119,34,0.10);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.overview-card .icon-wrap svg {
  width: 28px; height: 28px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.overview-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-black);
  margin-bottom: 10px;
}
.overview-card p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ── PROCESS STEPS ── */
.process-section {
  background: var(--color-grey-mid);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.process-section .section-head h2 { color: var(--white); }
.process-section .section-head p { color: rgba(255,255,255,0.55); }
.process-section .eyebrow { background: rgba(232,119,34,0.20); }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}
.step-card {
  background: rgba(13, 5, 5, 0);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  padding: 30px 24px;
  transition: background 0.2s, border-color 0.2s;
}
.step-card:hover {
  background: rgba(232,119,34,0.10);
  border-color: rgba(232,119,34,0.35);
}
.step-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--orange);
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 12px;
}
.step-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 10px;
}
.step-card p {
  color: rgba(5, 4, 4, 0.951);
  font-size: 0.88rem;
  line-height: 1.7;
}

/* ── CAPABILITIES ── */
.capabilities-section { padding: 72px 0; }
.cap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.cap-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--color-black);
  margin-bottom: 16px;
  line-height: 1.25;
}
.cap-text p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 28px;
}
.cap-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cap-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text);
  font-weight: 500;
}
.cap-list li::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
}
.cap-visual {
  background: #db9e8b;
  border-radius: 14px;
  padding: 36px;
  position: relative;
  overflow: hidden;
}
.cap-visual::before {
  content: '';
  position: absolute;
  right: -40px; top: -40px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,119,34,0.25) 0%, transparent 70%);
  pointer-events: none;
}
.cap-circle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.cap-circle-item {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 22px 16px;
  text-align: center;
}
.cap-circle-item .num {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 6px;
}
.cap-circle-item .lbl {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── CTA ── */
.cta-section {
  background: var(--cream);
  padding: 72px 0;
  border-top: 1px solid var(--border);
}
.cta-box {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: 16px;
  padding: 56px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: '';
  position: absolute;
  right: -60px; bottom: -60px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,119,34,0.18) 0%, transparent 70%);
}
.cta-text { position: relative; z-index: 2; }
.cta-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
}
.cta-text p {
  color: rgba(255,255,255,0.65);
  font-size: 0.97rem;
  max-width: 440px;
  line-height: 1.7;
}
.cta-actions {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.btn-primary {
  background: var(--orange);
  color: var(--white);
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
  letter-spacing: 0.3px;
  font-family: 'Open Sans', sans-serif;
}
.btn-primary:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.35);
  transition: border-color 0.2s, background 0.2s;
  display: inline-block;
  letter-spacing: 0.3px;
  font-family: 'Open Sans', sans-serif;
}
.btn-outline:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.08);
}

/* ── REVEAL ANIMATION (used by services.js) ── */
.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero { padding: 56px 20px 48px; }
  .container { padding: 0 20px; }
  .overview-grid,
  .steps-grid { grid-template-columns: 1fr; }
  .cap-grid { grid-template-columns: 1fr; }
  .cta-box { flex-direction: column; padding: 40px 28px; }
  .cta-actions { flex-direction: column; width: 100%; }
  .btn-primary, .btn-outline { text-align: center; }
}



.electrical-services-section {
    font-family: 'Arial', sans-serif;
    padding: 40px 20px;
    color: #333;
    line-height: 1.6;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.main-heading {
    font-size: 24px;
    color: #111;
    margin-bottom: 20px;
    font-weight: bold;
}
.intro-text {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}
.section-divider {
    border: 0;
    height: 1px;
    background: #e0e0e0;
    margin: 40px auto;
}
.sub-heading {
    font-size: 22px;
    color: #111;
    margin-bottom: 30px;
    font-weight: bold;
}
.sje-services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    align-items: flex-start;
}
.sje-service-image-box {
    flex: 1 1 45%;
    min-width: 300px;
}
.inverse-row {
    flex-direction: row;
}
.sje-service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.sje-service-content-box {
    flex: 1 1 45%;
    min-width: 300px;
}
.sje-service-title {
    font-size: 20px;
    color: #111;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}
.sje-service-desc {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}
.sje-service-list {
    list-style-type: square;
    padding-left: 20px;
    margin: 0;
}
.sje-service-list li {
    font-size: 15px;
    color: #444;
    margin-bottom: 8px;
}

/* Responsive for Small Screens */
@media (max-width: 768px) {
    .main-heading {
        font-size: 20px;
    }
    .sub-heading {
        font-size: 18px;
    }
    .sje-services-grid,
    .sje-services-grid.inverse-row {
        flex-direction: column !important;
    }
    .sje-service-image-box {
        order: -1;
        width: 100%;
    }
    .sje-service-content-box {
        order: 2;
        width: 100%;
    }
    .sje-service-title-large {
        font-size: 19px;
    }
}
/* --- આ નવો કોડ જૂની CSS ની નીચે ઉમેરી દો --- */

.sje-service-title-large {
    font-size: 22px;
    color: #111;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}
/* તમારી CSS માં જ્યાં સેક્શનના નામ લખ્યા છે ત્યાં આ નવા ક્લાસ પણ ઉમેરી દો */
.electrical-services-section,
.railway-ohe-section,
.street-light-section,
.industrial-factory-section,  /* આ નવો ક્લાસ ઉમેર્યો */
.epc-turnkey-section {          /* આ નવો ક્લાસ ઉમેર્યો */
    font-family: 'Arial', sans-serif;
    padding: 30px 20px;
    color: #333;
    line-height: 1.6;
}

/* --- CSS for Engineering & Turnkey Sections --- */

.eng-turnkey-wrapper,
.eng-fabrication-foundation-wrapper,
.eng-factory-setup-wrapper {
    font-family: 'Arial', sans-serif;
    padding: 40px 20px;
    color: #333;
    line-height: 1.6;
}

.eng-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Headings & Typography */
.eng-main-heading {
    font-size: 24px;
    color: #111;
    margin-bottom: 20px;
    font-weight: bold;
}

.eng-sub-heading {
    font-size: 22px;
    color: #111;
    margin-bottom: 30px;
    font-weight: bold;
}

.eng-title-block {
    font-size: 20px;
    color: #111;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.eng-title-block-large {
    font-size: 22px;
    color: #111;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

.eng-intro-text {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}

.eng-desc-paragraph {
    font-size: 15px;
    color: #555;
    margin-bottom: 12px;
    text-align: justify;
}

/* Section Divider */
.eng-divider {
    border: 0;
    height: 1px;
    background: #e0e0e0;
    margin: 40px auto;
}

/* Flexbox Grid System */
.eng-grid-row {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    align-items: flex-start;
}

/* Image Right - Content Left Layout માટે */
.eng-reverse-row {
    flex-direction: row;
}

.eng-media-box {
    flex: 1 1 450px;
}

.eng-text-box {
    flex: 1 1 500px;
}

.eng-responsive-img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}

/* Custom List Styles */
.eng-bullet-list {
    list-style-type: square;
    padding-left: 20px;
    margin: 15px 0 0 0;
}

.eng-bullet-list li {
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
    text-align: justify;
}

/* Responsive Handling (Mobile & Tablets) */
@media (max-width: 768px) {
    .eng-grid-row {
        flex-direction: column !important; /* મોબાઈલમાં ફોટો-લખાણ ઉપર નીચે થઈ જશે */
    }
    
    .eng-reverse-row {
        flex-direction: column-reverse !important; /* જે સેક્શનમાં ફોટો જમણી બાજુ છે, ત્યાં મોબાઈલમાં લખાણ પહેલા દેખાશે અને ફોટો નીચે જશે */
    }

    .eng-main-heading {
        font-size: 20px;
    }
    
    .eng-sub-heading, 
    .eng-title-block-large {
        font-size: 19px;
    }
    
    .eng-title-block {
        font-size: 18px;
    }
}
/* ==========================================
   GALLERY SECTION
========================================== */

.gallery-section{
    padding:80px 20px;
    background:#f5f1e8;
}

.gallery-header{
    text-align:center;
    margin-bottom:50px;
}

.gallery-header h1{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
    font-family:'Montserrat',sans-serif;
}

.gallery-header p{
    max-width:750px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

/* GRID */

.gallery-grid{
    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

/* CARD */

.gallery-card{
    position:relative;
    overflow:hidden;
    cursor:pointer;
}

.gallery-card img{
    width:100%;
    height:330px;
    object-fit:cover;
    display:block;
    transition:0.5s ease;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

/* OVERLAY */

.gallery-overlay{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;

    background:rgba(45,39,130,0.75);

    padding:18px;
    text-align:center;
}

.gallery-overlay h3{
    color:#fff;
    margin:0;
    font-size:20px;
    font-weight:500;
}

/* Tablet */

@media(max-width:992px){

.gallery-grid{
    grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:768px){

.gallery-grid{
    grid-template-columns:1fr;
}

.gallery-card img{
    height:260px;
}

.gallery-header h1{
    font-size:32px;
}

}
