body{
    font-family: "Myriad Pro", Palatino, serif;
}
#main-container{
    width: 1024px;
    height:auto; 
    overflow:hidden;
    margin-left: auto ;
    margin-right: auto ;
    box-shadow: 1px 1px 2px 2px #888888;
}
#container{
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.top-header{
    height: 5px;
}
.logo{
    padding-top: 20px;
    padding-left: 8pt;
    padding-bottom: 20px;
}



/*******************************navigation*******************************/
#navi{
    padding-left: 10px;
    padding-right: 10px;
    position:relative;
    z-index:1000;
}
#navi-background{
    width: 976px;
    margin:0;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("../images/nav-content.gif");
    background-repeat: repeat;
    height: 26px;
    position: absolute; /* Ensures that the menu doesn?t affect other elements */
}
#navi-background ul{
    margin:0; 
    padding:0;
}
#navi-background li {
    font-family: "Myriad Pro", Palatino, serif;
    font-size: 11pt;
    float: left;
    height: 26px;
    width: 80px;
    text-align: center;
    list-style: none;
    margin: 0;
    padding-right: 30pt;
    color: #FBD2CA;
}
#navi-background li a{
    text-decoration: none;
    color: #FFF;
    height: auto;
    width: 100px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}
#navi-background a:hover{
    color: #F4EAB9;
    //background-color: #EA5E24;
}
#navi-background li ul 	{
    display: none;  /* Hides the drop-down menu */
    height: auto;	
    margin: 0; /* Aligns drop-down box underneath the menu item */
    padding: 0; /* Aligns drop-down box underneath the menu item */
    //border: 1px solid #000;
}				
#navi-background li:hover ul {
    display: block; /* Displays the drop-down box when the menu item is hovered over */
}
#navi-background li ul li {
    font-family: "Myriad Pro", Palatino, serif;
    font-size: 11pt;
    text-align: left;
    width: 280px;
    height: 24px;
    background-color: #C54B1E;
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    display: block;
} 
#navi-background li ul li a {
    height: 18px;
    width: 268px;
    padding: 3px 3px 3px 7px;
    //border-left: 1px solid #1f5065; 
    //border-right: 1px solid #1f5065; 
    //border-top: 1px solid #74a3b7; 
    //border-bottom: 1px solid #1f5065; 
}

#navi-background li ul li a:hover {
    //background-color: #EA5E24;
    background-color: #EB5F25;
}

.nav-line-break{
    display: block; 
    height: 26px; 
    width: auto;
}
/************************************************************************/


/*******************************banner*******************************/
.banner{
    margin:0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
#banner-image{
    width: 994px;
    height: 450px;
    overflow: hidden;
    position: relative;
}
#banner-image ul{
    margin:0; 
    padding:0;

    list-style: none;
    position: absolute;
}
#banner-image li {
    //display: block;
    float: left;
}
#banner-image a:hover{
    background: rgba(0,0,0,0.8);
    border-color: #000;
}
#banner-image a:active{
    background: #990;
}
.banner-image-prev, .banner-image-next{
    position: absolute;
    top:200px;
    font-family: "Myriad Pro";
    font-size: 30px;
    text-decoration: none;
    color:#fff;
    background: rgba(0,0,0,0.5);
    padding: 3px;
    margin-left: -3px;
    margin-right: -3px;
    z-index:2;
}
.banner-image-prev{
    left:0px;
    border-left: 3px solid #fff;
}
.banner-image-next{
    right:0px;
    border-right: 3px solid #fff;
}
/********************************************************************/

.menu-title{
    margin:5px;
    padding:0px;
    font-family: "Myriad Pro", Palatino, serif;
    font-size: 25pt;
    font-weight: bold;
    color: #ec5f24;
}
.menu-category{
    margin: 5px;
    padding-left: 15px;
    list-style-type: square;
    font-family: "Myriad Pro", Palatino, serif;
    font-size: 18pt;
    font-weight: bold;
    color: #ec5f24;
}
.menu-category li a{
    text-decoration: none;
    color: #ec5f24;
}
.menu-category li a:hover{
    color: #EA5E24;
}
.about-table{
    font-family: "Myriad Pro", Palatino, serif;
    color: #585858;
    font-size: 11pt;
}
.product-table{
    font-family: "Myriad Pro", Palatino, serif;
    color: #161212;
    text-align: center;
    font-size: 11pt;
}

/*******************************content*******************************/
.content-container{
    padding-left: 10px;
    padding-right: 10px;
}
.service-content-container{
    padding-left: 10px;
    padding-right: 10px;
    height: 80%;
}
#content-icon{
    padding-left: 209px;
}
#content-icon ul{
    padding-left: 0px;
    height: 64px;
}
#content-icon ul li{
    display: inline;
    float: left;
    height: 64px;
    width: 64px;
    text-decoration: none;
}
#content-icon ul li td {
    font-family: "Myriad Pro", Palatino, serif;
    font-size: 9pt;
    color: #ec5f24;
    text-align: center;
}
#content-icon li a{
    display: inline;
    float: left;
    height: 64px;
    text-decoration: none;
}
#content-icon li:hover{
    display: inline-block;
    padding: 1px;
}
.content-side-menu{
    width: 300px;
    height: 100%;
    float:left;
    background-image: url("../images/side-menu-gradient.jpg");
    background-repeat: repeat-x;
    padding-right: -20pt;
}
.content-side-menu ul{
    margin: 0;
    padding: 0;
}
.content-side-menu li{
    padding-left: 10px;
    list-style-type: none;
    font-family: "Myriad Pro", Palatino, serif;
    font-size: 11pt;
    color: #FFF;
}
.content-side-menu li a{
    color: #FFF;
    text-decoration: none;
    //background-image: url("../images/list-icon.gif");
    background-repeat: no-repeat;
    padding-left: 16px;
}
.content-side-menu li a:hover{
    color: #64EBF9;
    font-size: 11pt;
    text-decoration: none;
}
.content-side-menu div{
    margin: 0;
    padding-left: 10px;
    font-family: "Myriad Pro", Palatino, serif;
    font-size: 12pt;
    font-weight: bold;
    color: #ec5f24;
}
.content-side-main{
    width: 690px;
    float: left;
}
.content-header {
    padding-top: 15px;
    padding-bottom: 2px;
    font-size: 30px;
    font-weight: bold;
    color: #ec5f24;
}
.content-container content-header-title{
    font-weight: bold;
    color: #ec5f24;
    display: inline;
}
.content-subheader-title{
    font-weight: bold;
    color: #585858;
    font-size: 15px;
}
.content-main{
    padding-top: 10px;
    padding-right: 50px;
    text-align: justify;
}
.content-title{
    font-family: "Myriad Pro", Palatino, serif;
    font-size: 15pt;
    font-weight: bold;
    background-image : url("../images/navi-background.gif");
    background-repeat: repeat;
}
.content{
    text-align: justify;
    font-size: 12pt;
    color: #000000;
    padding-right: 10pt;
}
.content-side-menu{
    padding-top: 22pt;
    width: 238px;
}
.content-horizontal-break{
    float: left;
    display: inline;
    width: 10px;
    height: 100px;
}
.content-side{
    float: left;
    width: 742px;
}
.breadcrum{
    font-family: "Myriad Pro", Palatino, serif;
    font-size: 10pt;
    color: #585858;
    width: 742px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}
.breadcrum a{
    text-decoration: none;
}
.content-break{
    display: block;
    height: 5px;
}
.content-description{
    display: block;
    font-size: 11pt;
    color: #585858;
    text-align: justify;
}
.content-description h1{
    font-family: "Myriad Pro", Palatino, serif;
    font-size: 18pt;
    font-weight: bold;
    color: #ec5f24;
}
.content-description div{
    width: auto;
    background-color: #D8D8D8;
    border: 1px dotted #EEE;
    padding: 4px 0px 4px 4px;
}
/*********************************************************************/ 
        
.contact-title{
    font-family: "Myriad Pro", Palatino, serif;
    font-size: 15pt;
    font-weight: bold;
}
.contact-side-content{
    font-family: "Myriad Pro", Palatino, serif;
    font-size: 13pt;
    font-weight: bold;
    padding-right: 4pt;
}
.contact-form-title{
    font-family: "Myriad Pro", Palatino, serif;
    font-size: 13pt;
    font-weight: bold;
    padding-right: 4pt;
}
.contact-form-title input{
    background-color: #f7f5b0;
    width: 70%;
}
.contact-form-title textarea{
    background-color: #f7f5b0;
    width: 70%;
}
.service-image-frame{
    border: 5px solid #4b2a11;
}
.seperate{
    height: 10px;
}
.break{
    display: block;
    height: 15px;
}
.footer{
    width: 1024px ;
    height: auto;
    margin-left: auto ;
    margin-right: auto ;
}
.footer-content{
    color: #e55e2d;
    font-size: 8pt;
    text-align: left;
    padding-left: 20px;
}


/* Modern front-end refresh: keeps legacy PHP/HTML intact while improving layout. */
* {
    box-sizing: border-box;
}

html {
    background: #f3eee9;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #263029;
    background: linear-gradient(180deg, #fffaf6 0%, #f3eee9 48%, #eae2dc 100%);
    line-height: 1.6;
}

body a {
    color: #ec5f24;
}

img {
    max-width: 100%;
    height: auto;
}

#main-container {
    width: min(1180px, calc(100% - 32px));
    margin: 24px auto 0;
    overflow: visible;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(30, 42, 34, 0.14);
    border: 1px solid rgba(47, 108, 82, 0.12);
}

#container {
    padding: 0 22px 28px;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 22px 2px 20px;
}

.logo {
    padding: 0;
}

.logo img {
    width: 190px;
    max-width: 44vw;
    display: block;
}

.site-header-copy {
    text-align: right;
    max-width: 520px;
}

.site-kicker {
    color: #ec5f24;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.site-tagline {
    margin-top: 4px;
    color: #516058;
    font-size: 15px;
}

#navi {
    padding: 0;
    position: relative;
    z-index: 1000;
}

#navi-background {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding: 0 12px;
    background: #c54b1e;
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(40, 85, 64, 0.22);
}

#navi-background ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
}

#navi-background li {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    list-style: none;
    position: relative;
}

#navi-background li a {
    width: auto;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

#navi-background li a:hover {
    color: #f4eab9;
    background: rgba(255, 255, 255, 0.09);
}

#navi-background li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    padding: 8px 0;
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 16px 28px rgba(30, 42, 34, 0.18);
}

#navi-background li:hover ul {
    display: block;
}

#navi-background li ul li {
    width: 100%;
    min-height: 0;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#navi-background li ul li a {
    width: 100%;
    min-height: 38px;
    padding: 8px 16px;
    color: #28352d;
    white-space: normal;
}

#navi-background li ul li a:hover {
    color: #c54b1e;
    background: #fff4ec;
}

.nav-line-break {
    height: 18px;
}

.banner {
    padding: 0;
    margin: 0 auto 24px;
    overflow: hidden;
    border-radius: 6px;
    background: #3a2a24;
}

.banner #slider2_container {
    max-width: 100%;
}

.home-intro {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: flex-end;
    padding: 28px 4px 16px;
    border-bottom: 1px solid #dfe5db;
    margin-bottom: 8px;
}

.section-label {
    display: block;
    color: #ec5f24;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-intro h1 {
    max-width: 760px;
    margin: 8px 0 10px;
    color: #3a2a24;
    font-size: 32px;
    line-height: 1.18;
}

.home-intro p {
    max-width: 720px;
    margin: 0;
    color: #526159;
    font-size: 16px;
}

.home-intro-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.home-intro-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 6px;
    color: #ffffff;
    background: #c54b1e;
    text-decoration: none;
    font-weight: 700;
}

.home-intro-actions a + a {
    color: #c54b1e;
    background: #fff4ec;
}

.content-container,
.service-content-container {
    padding: 18px 0 0;
    display: flow-root;
}

.content-side-menu {
    width: 250px;
    padding: 18px;
    background: #c54b1e;
    border-radius: 6px;
    min-height: 180px;
}

.content-side-menu li {
    padding-left: 0;
    margin: 0 0 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.content-side-menu li a {
    display: block;
    padding: 8px 10px;
    color: #ffffff;
    border-radius: 4px;
}

.content-side-menu li a:hover {
    color: #f4eab9;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.content-side-menu div {
    padding-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #f4eab9 !important;
}

.content-horizontal-break {
    width: 22px;
}

.content-side {
    width: calc(100% - 272px);
}

.breadcrum {
    width: 100%;
    padding: 10px 0;
    color: #65736a;
    border-top: 1px solid #dfe5db;
    border-bottom: 1px solid #dfe5db;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.content,
.content-description,
.about-table,
.product-table {
    font-family: Arial, Helvetica, sans-serif;
    color: #3e4942;
}

.content-description h1,
.content-header,
.menu-title {
    color: #c54b1e;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
}

.content-description div {
    background-color: #f5f7f2;
    border: 1px solid #dfe5db;
    border-radius: 6px;
}

.content-description table {
    max-width: 100%;
}

.footer {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 28px;
    background: #3a2a24;
    color: #dfe8df;
    border-radius: 0 0 6px 6px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 18px 22px;
    font-size: 13px;
}

.footer-content {
    color: inherit;
    padding-left: 0;
}

@media (max-width: 860px) {
    #main-container,
    .footer {
        width: 100%;
        margin-top: 0;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    #container {
        padding: 0 16px 24px;
    }

    .site-header,
    .home-intro,
    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-header-copy {
        text-align: left;
    }

    #navi-background {
        padding: 8px;
    }

    #navi-background ul {
        display: block;
    }

    #navi-background li a {
        min-height: 40px;
        padding: 0 10px;
    }

    #navi-background li ul {
        position: static;
        min-width: 0;
        box-shadow: none;
        border-radius: 4px;
        margin: 0 0 8px 12px;
    }

    .home-intro h1 {
        font-size: 26px;
    }

    .home-intro-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .content-side-menu,
    .content-side,
    .content-side-main {
        width: 100%;
        float: none;
    }

    .content-horizontal-break {
        display: none;
    }
}


/* Polished orange theme pass */
body::before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, #c54b1e 0%, #ec5f24 48%, #f4b23f 100%);
}

#main-container {
    position: relative;
}

#main-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #ec5f24;
}

.site-header {
    border-bottom: 1px solid #f0dfd4;
}

.logo a {
    display: inline-block;
}

.site-kicker {
    color: #ec5f24;
}

#navi-background {
    background: linear-gradient(180deg, #d75a25 0%, #b74218 100%);
}

#navi-background li a {
    transition: background-color 0.2s ease, color 0.2s ease;
}

#navi-background li ul {
    border-top: 3px solid #f4b23f;
}

.banner {
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18), 0 18px 36px rgba(58,42,36,0.16);
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(58,42,36,0.45), rgba(58,42,36,0));
}

.home-intro {
    background: #fffaf6;
    padding: 30px 24px;
    border: 1px solid #f0dfd4;
    border-radius: 6px;
}

.home-intro h1 {
    color: #3a2a24;
}

.home-intro-actions a {
    background: #ec5f24;
    box-shadow: 0 10px 18px rgba(236, 95, 36, 0.22);
}

.home-intro-actions a + a {
    color: #c54b1e;
    border: 1px solid #f0c0a8;
    box-shadow: none;
}

.home-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0 10px;
}

.service-card {
    display: flex;
    min-height: 168px;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    border: 1px solid #f0dfd4;
    border-radius: 6px;
    background: #ffffff;
    color: #3a2a24;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card:hover {
    transform: translateY(-3px);
    border-color: #ec5f24;
    box-shadow: 0 14px 24px rgba(58, 42, 36, 0.12);
}

.service-card span {
    color: #ec5f24;
    font-size: 13px;
    font-weight: 700;
}

.service-card strong {
    display: block;
    margin-top: 28px;
    font-size: 20px;
    line-height: 1.2;
}

.service-card em {
    margin-top: 10px;
    color: #67564d;
    font-size: 14px;
    font-style: normal;
}

.content-container {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.content-side-menu,
.content-side {
    float: none;
}

.content-horizontal-break {
    display: none;
}

.content-side-menu {
    flex: 0 0 250px;
    box-shadow: 0 12px 24px rgba(58,42,36,0.12);
}

.content-side {
    flex: 1 1 auto;
    min-width: 0;
}

.breadcrum {
    background: #fffaf6;
    padding: 11px 14px;
    border: 1px solid #f0dfd4;
    border-radius: 6px;
}

.content-description {
    background: #ffffff;
    border: 1px solid #efe4dc;
    border-radius: 6px;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(58,42,36,0.06);
}

.content-description > img:first-child {
    display: block;
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 18px;
}

.content-description h1 {
    margin: 4px 0 16px;
    color: #c54b1e;
    font-size: 28px;
}

.content-description p {
    color: #3f332e;
    font-size: 15px;
}

.content-description table img {
    border-radius: 6px;
    border: 1px solid #eadbd1;
    object-fit: cover;
    background: #fffaf6;
}

.content-description iframe {
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #eadbd1 !important;
}

.content-description table {
    border-collapse: separate;
    border-spacing: 8px;
}

.content-description table td {
    vertical-align: top;
}

.footer {
    background: linear-gradient(180deg, #3a2a24 0%, #261b17 100%);
}

@media (max-width: 980px) {
    .home-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .content-container {
        display: block;
    }

    .content-side-menu {
        margin-bottom: 18px;
    }
}

@media (max-width: 620px) {
    .home-services {
        grid-template-columns: 1fr;
    }

    .home-intro {
        padding: 22px 18px;
    }

    .content-description {
        padding: 14px;
    }

    .content-description h1 {
        font-size: 24px;
    }

    .content-description table,
    .content-description tbody,
    .content-description tr,
    .content-description td {
        display: block;
        width: 100% !important;
        text-align: left !important;
    }

    .content-description table img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
    }
}

/* Final polish: active navigation, contact strip, tables and media */
.site-topbar {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 2px 0;
    color: #7a6255;
    font-size: 12px;
}

#navi-background li.active > a {
    color: #3a2a24;
    background: #f4b23f;
}

#navi-background li.active > a:hover {
    color: #3a2a24;
    background: #f4b23f;
}

.content-side-menu li:first-child a,
.content-side-menu li a:hover {
    border-left: 3px solid #f4b23f;
}

.content-description table.about-table,
.about-table {
    width: 100% !important;
    border: 0 !important;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 6px;
}

.about-table td {
    padding: 10px 12px !important;
    border: 1px solid #eadbd1;
}

.about-table tr:first-child td {
    color: #ffffff;
    background: #c54b1e;
}

.service-image-frame {
    width: calc(50% - 8px);
    margin: 0 8px 12px 0;
    border: 1px solid #eadbd1;
    border-radius: 6px;
    padding: 4px;
    background: #ffffff;
}

.content-description a[target="new"] img {
    padding: 6px;
    border-radius: 6px;
    background: #fff4ec;
    border: 1px solid #f0c0a8;
}

.content-description a[target="new"] img:hover {
    background: #f4eab9;
}

@media (max-width: 860px) {
    .site-topbar {
        flex-direction: column;
        gap: 3px;
        padding-top: 14px;
    }
}

@media (max-width: 620px) {
    .service-image-frame {
        width: 100%;
        margin-right: 0;
    }
}

/* Foundation project gallery */
.foundation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.foundation-card {
    overflow: hidden;
    border: 1px solid #eadbd1;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(58,42,36,0.08);
}

.foundation-card a {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #fff4ec;
}

.foundation-card a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: 0;
    border-radius: 0;
    transition: transform 0.24s ease;
}

.foundation-card a span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 6px 10px;
    border-radius: 4px;
    color: #ffffff;
    background: rgba(197, 75, 30, 0.92);
    font-size: 12px;
    font-weight: 700;
}

.foundation-card a:hover img {
    transform: scale(1.06);
}

.foundation-card h2 {
    margin: 0;
    padding: 13px 14px 6px;
    color: #3a2a24;
    font-size: 16px;
    line-height: 1.35;
}

.foundation-card p {
    margin: 0;
    padding: 0 14px 14px;
    color: #67564d;
    font-size: 13px;
    line-height: 1.55;
}

#cboxLoadedContent img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 980px) {
    .foundation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .foundation-grid {
        grid-template-columns: 1fr;
    }
}

/* Shared zoom gallery for product, transportation, manufacturing and services pages */
.zoom-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 16px 0 18px;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.zoom-gallery a {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid #eadbd1;
    border-radius: 6px;
    background: #fff4ec;
    box-shadow: 0 8px 18px rgba(58,42,36,0.08);
}

.zoom-gallery a img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: transform 0.24s ease;
}

.zoom-gallery a span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 6px 10px;
    border-radius: 4px;
    color: #ffffff;
    background: rgba(197, 75, 30, 0.92);
    font-size: 12px;
    font-weight: 700;
}

.zoom-gallery a:hover img {
    transform: scale(1.06);
}

.service-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 760px) {
    .zoom-gallery,
    .service-gallery {
        grid-template-columns: 1fr;
    }
}
