body{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-size: 16px;
}
.container{max-width: 1100px; position: relative;}
.navbar {background: #fff;padding: 0;}
.navbar .container{max-width: 1300px; position: relative;}
.navbar-nav .nav-link {color: #000;font-weight: 500;margin: 0 12px; padding:0 !important;font-size: 14px}
.navbar-brand{padding-top: 2px; padding-bottom: 5px}
.dropdown-menu {border: none;border-radius: 0;box-shadow: 0 10px 25px rgba(0,0,0,0.1);padding: 20px;min-width: 240px;top: 95px}
.dropdown-item {padding: 10px 25px;font-size: 14px;color: #000; text-transform: uppercase;}
.dropdown-item:hover {background: transparent;color: #000;}
.nav-item{padding: 38px 0}
.nav-item.dropdown:hover .dropdown-menu {display: block;margin-top: 0;}
.dropdown-menu::before {content: "";display: block;height: 3px;background: #2a7de1;position: absolute;top: 0;left: 0;right: 0;}
.hero {position: relative;height: 100vh;overflow: hidden;width: 100%}
.hero video {position: absolute;top: 50%;left: 50%;min-width: 100%;min-height: 100%;width: auto;height: auto;transform: translate(-50%, -50%);object-fit: cover;}

.hero-btn {background: #2bb673;color: #fff;padding: 12px 28px;border-radius: 30px;text-decoration: none;font-weight: 500;display: inline-block;animation: fadeUp 1.8s ease forwards;}
@keyframes fadeUp {
from {opacity: 0;transform: translateY(40px);}
to {opacity: 1;transform: translateY(0);}
}
.phone-top{display: flex;align-items: center;column-gap: 5px;color: #000;font-weight: 500; text-decoration: none;}
.btn-quote {background: #3ca078;color: #fff;border-radius: 25px;padding: 10px 22px;border: 0;font-weight: 600}
.btn-quote:hover{background: #3ca078;  color: #fff}
.stats {background:#318965;color:#fff;padding:80px 0;}
.stat {text-align:center;position:relative;}
.stat:not(:last-child)::after{content:"";position:absolute;right:0;top:20%;height:100%;width:1px;background:#167361;}
.stat h3{font-size:44px;font-weight:800;margin: 25px 0;;}
.stat p{font-size:16px;font-weight: 300;}
.about-section{background:#eef1f5;padding:60px 0 80px;}
.about-section .container{max-width: 1100px;}
.about-left{width: 624px;display: flex; background: url(../images/about-image.jpg) no-repeat;background-position: right top;}
.about-title{font-size: 37px;font-weight: 500;line-height: 1.2;margin: 0 0 -60px; color: #4c4f5a}
.mob-about-title{display: none;}
.about-wrapper{display:flex;gap:50px;align-items:flex-start;}
.about-card{background:#fff;padding:35px;width:440px;border-radius:0 0px 60px 0px;box-shadow:0 20px 40px rgba(0,0,0,0.08);position:relative;z-index:2;margin-top:70px;}
.about-image{width:418px;margin-left:-120px;}
.about-image img{width:100%;height:100%;object-fit:cover;border-radius:6px;}
.about-right{width:395px;}
.custom-acc .accordion-item{border:none;margin-bottom:12px;}
.custom-acc .accordion-button{background:#fff;font-size:14px;padding:14px 18px;}
.custom-acc .accordion-button:not(.collapsed){background:#2d8b6e;color:#fff;}
.custom-acc .accordion-body{background:#2d8b6e;color:#fff;}
.find-btn{margin-top:20px;display:flex;align-items:center;gap:10px;font-size:13px;color:#2d8b6e;text-decoration:none;}
.find-btn span{width:32px;height:32px;border:2px solid #2d8b6e;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.custom-acc .accordion-item {border: none;margin-bottom: 12px;overflow: hidden;border-radius: 0px; background: transparent;}
.custom-acc .accordion-button {background: #fff;border-radius: 0px;font-size: 20px;padding: 26px 20px;box-shadow: none;font-weight: 700; color: #4c4f5a}
.custom-acc .accordion-button:not(.collapsed) {background: #167361;color: #fff;border-top-left-radius: 0;border-top-right-radius: 50px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.custom-acc .accordion-body {background: #167361;color: #fff;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;padding-top: 0;}
.accordion-button::after {filter: invert(1); display: none;}
.custom-acc .accordion-button {position: relative;padding-right: 60px;}
.custom-acc .accordion-button::before {content: "+";position: absolute;right: 20px;font-weight: 200;transition: 0.3s;}
.custom-acc .accordion-button:not(.collapsed)::before {content: "−";}
.custom-acc .accordion-button::before {width: 21px;
height: 21px;
border-radius: 50%;
line-height: 16px;
font-size: 20px;
background: #ccc;
color: #fff;
text-align: center;}
.custom-acc .accordion-button:not(.collapsed)::before {background: #ccc;color: #fff; display: none;}

.services {
position: relative;
background-image: linear-gradient(180deg, #ffffff 0%, #f8f8f8 71%) !important;
padding: 60px 0;
}

/* BIG BACKGROUND TEXT */
.services .container::after {
content: "AFCO";
position: absolute;
top: -50px;
right: 0px;

z-index: 0;
font-weight: 800;
font-size: 170px;
color: #f2f5ff !important;
}

/* HEADINGS */
.sub-title {
color: #2d8b6e;
font-size: 13px;
letter-spacing: 2px;
margin-bottom: 10px;
}

.main-title {
text-transform: uppercase;
font-size: 55px;
color: #4c4f5a;
}

.desc {
margin: 0px;
color: #666;
}

/* CARD */
.service-card {
position: relative;
background: #fff;
overflow: hidden;
}


.service-icon {

margin: 20px 0;
}

/* TEXT */
.service-title {
font-size: 24px;
font-weight: 500;
margin-bottom: 25px;

}
.service-title a{color: rgb(33, 37, 41); text-decoration: none;}
.service-text {
font-size: 16px;
color: #5d6069;
}

/* CARD BODY */
.service-body {
padding: 20px 0;
}
.service-img img{width: 100%}

.our-product {
position: relative;
padding: 100px 0;
background-image: linear-gradient(180deg, #ffffff 0%, #f8f8f8 71%) !important;
}

/* BIG BACKGROUND TEXT */
.our-product .container::after {
content: "AFCO";
position: absolute;
top: -120px;
right: 0px;

z-index: 0;
font-weight: 800;
font-size: 170px;
color: #f2f5ff !important;
}
.projects {
background-image: linear-gradient(180deg, #ffffff 0%, #f8f8f8 71%) !important;
padding: 80px 0;
}

.projects h2 {
font-size: 50px;
color: #555;
}

.projects small {
color: #2d8b6e;
letter-spacing: 2px;
}
.container{max-width: 1100px}
/* ===== LAYOUT ===== */
.project-slider {
display: flex;
gap: 20px;
}

/* ===== MAIN IMAGE ===== */
.project-main img {
width: 100%;
height: 500px;
object-fit: cover;
opacity: 1;
transform: scale(1);
transition: opacity 0.5s ease, transform 0.8s ease;
}
.project-main img.fade-out {
opacity: 0;
transform: scale(1.05);
}
.fade-text {
opacity: 0;
transform: translateY(20px);
transition: 0.5s;
}

.fade-text.show {
opacity: 1;
transform: translateY(0);
}
.project-thumbs img {
transition: all 0.3s ease;
}

.project-thumbs img:hover {
transform: scale(1.08);
}
/* ===== CONTENT ===== */
.project-content small {
color: #2d8b6e;
}

.project-content h3 {
font-weight: 300;
text-transform: uppercase;
font-size: 32px;
color: #404551;
}

/* ===== THUMB WRAPPER ===== */
.thumb-wrapper {
position: relative;
margin-top: 100px;
}

/* ===== THUMBS ===== */
.project-thumbs {
display: flex;
gap: 20px;
overflow: hidden;
scroll-behavior: smooth;
}

.project-thumbs img {
width: 265px;
height: 225px;
object-fit: cover;
cursor: pointer;
transition: 0.3s;
flex-shrink: 0;
}

.project-thumbs img.active, .project-thumbs img.focus {
opacity: 1;
border: 0px solid #2d8b6e;
}

/* ===== ARROWS ===== */
.thumb-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #2d8b6e;
color: #fff;
border: none;
width: 35px;
height: 35px;
border-radius: 50%;
cursor: pointer;
z-index: 2;
}

.thumb-arrow.left {
right: 45px;
top: -30px;
}

.thumb-arrow.right {
right: 0;
top: -30px;
}

.thumb-arrow:hover {
background: #000;
}
.client{padding: 54px 0;}
/* ===== RESPONSIVE ===== */


.footer {background: #3f9b75;color: #fff;padding: 60px 0 30px;}
.footer h5 {font-size: 18px;margin-bottom: 20px;}
.footer p {font-size: 15px;color: #fff;text-decoration: none;}
.footer a {font-size: 15px;color: #fff;text-decoration: none;font-weight: 300}
.footer p{display: flex; column-gap: 5px}
.footer p span:first-child{flex:0 0 8%}
.footer p span img{width: 70%}
.footer a:hover {opacity: 1;}
.footer-info i {margin-right: 10px;}
.footer ul {list-style: none;padding: 0;}
.footer ul li {margin-bottom: 6px;}
.footer-bottom {background: #167361;
padding: 15px 0 15px;}
.footer-bottom p{color: #fff; margin-bottom: 0}

.social-icons1 a {margin-left: 15px;font-size: 18px;color: #fff; }
.text-right{text-align: right;}
.product-slider {
  padding: 100px 0;
}
.pbg{background: #efefef}


.green-box{position: relative;}
.green-box:after{content: "";
    width: 120px;
    height: 32px;
    background-color: #3ca078;
    display: block;
    position: absolute;
    left: 50px;bottom: -38px;}
.slider-box {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.slider-track {
  display: flex;
  transition: transform 0.7s ease;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* ARROWS */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #2e8b57;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
}

.slider-arrow.left { left: 10px; }
.slider-arrow.right { right: 10px; }

/* RIGHT CONTENT */
.product-slider h2{
  font-size: 42px;
  margin-bottom: 15px;color: #333
}

.desc {
  color: #666; padding: 30px 0;
}
ul.list{margin: 20px 0;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;}
.list li {
  margin-bottom: 10px; background: url(../images/000111.png) no-repeat; list-style: none;list-style: none;
    background-position: 0 9px;
    padding-left: 25px;flex: 0 0 48%;
    margin: 0;
}

ul.list-one{margin: 20px 0;
    padding: 0;}
.list-one li {
  margin-bottom: 10px; background: url(../images/000111.png) no-repeat; list-style: none;list-style: none;
    background-position: 0 9px;
    padding-left: 25px;flex: 0 0 48%;
    margin: 0;
}

/* Banner Section */
.steel-banner{
    background: url('../images/Structural-Steel-Design-and-Engineering.png') center center/cover no-repeat;
    min-height: 460px;
    position: relative;
    padding: 80px 0;
}

.steel-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.steel-banner .container{
    position: relative;
    z-index: 2;
}

.steel-content{
    color: #fff;
}

.steel-content h1{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 30px;
}

.steel-subtitle{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.steel-text{
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}
.steel-btns{
    margin-top: 90px;
    gap: 14px;
    display: flex;
}
.steel-btns .btn{
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500
    border-radius: 4px;
}

.steel-btns .btn:hover{
    background: #fff;
    color: #000;
}
.steel-btns .btn:focus{outline: 0;box-shadow: none;}

.steel-service{
    padding: 60px 0;
}
.steel-service h1{
    font-size: 30px;
    margin-bottom: 20px;
}
.steel-service p{
    margin-bottom: 30px;
}
.steel-service h3{
    font-size: 24px;
    margin-bottom: 14px;
}
.steel-service h2{
    font-size: 28px;
    margin-bottom: 14px;
}
.steel-service h4{
    font-size: 18px;
    margin-bottom: 14px;
}
.steel-service h5{
    color: #333;
    font-weight: 500;
    margin-bottom: 14px;
    font-size: 16px;
}
.steel-service ul{
    list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 26px;
}
.steel-service ol{
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0 0 23px;
    line-height: 26px;
}
/* COMMON TITLE */
.section-title-main{
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 25px;
}

/* PROJECT SECTION */
.our-project-section{
    background: #f1f1f1;
}

.project-card{
    position: relative;
    overflow: hidden;
    height: 290px; margin-bottom: 20px
}


.project-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}
.project-card:hover img{
    transform: scale(1.1);
}
.project-overlay{
    position: absolute;
    inset: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.10));
}

.project-overlay h3{
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    max-width: 90%;
    text-transform: uppercase;
}

.project-overlay span{
    color: #fff;
    font-size: 42px;
    text-align: right;
}

/* CERTIFICATION SECTION */
.certification-section{
    background: #f1f1f1;
}

.certificate-card{
    background: #cfcfcf;
    padding: 0;
    text-align: center;
}



.certificate-img{
    width: 100%;
    height:auto;
    background: #fff;
}

/* BUTTON */
.custom-outline-btn{
    border: 1px solid #2ea3f2;
    color: #2ea3f2;
    padding: 8px 23px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0;
}

.custom-outline-btn:hover{
    background: #2ea3f2;
    color: #fff;
}
/* DESIGN ENGINEERING SECTION */
.design-engineering-section{
    position: relative;
    padding-bottom: 0 !important;
}

.design-left h2{
    font-size:60px;
    line-height: 0.95;
    font-weight: 400;
    color: #1b2230;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.design-image-box img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

/* RIGHT CONTENT */
.design-content{
    padding-top: 10px;
}

.content-block{
    margin-bottom: 35px;
}

.content-block h4{
    color: #3ca078;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.content-block p{
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 0;
}
.service-logo h3{
    font-size: 18px;
    color: #3ca078;
    font-weight: 700;
    margin: 20px 0;
}
.service-logo-block{
    margin-bottom: 20px;
}
.service-logo hr{
    border-top: 1px solid #9dcfbb;
    opacity: 1;
}
.steel_fabrication{
    background: #e2e5ee;
    padding: 100px 0;
}
.steel_fabrication h3{
    font-size: 48px;
    color: #4c4f5a;
    margin-bottom: 40px;
}
.steel_fabrication p {
    color: #5a5b5e;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 500;
}
.steel_fabrication ul{
    list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 26px;
}
.steel_fabrication.steel_erection{background: #fff;}
.steel_erection h4{
    color: #3ca078;
    font-size: 18px;
    margin-bottom: 10px;
}
.banner-heading-big h1{
    font-size: 48px;
    font-weight: 700;
}
.certificate-section{
    background: #e2e5ee;
    padding: 90px 0;
}
.certificate-section h4{
    color: #3CA07A;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}
.afco-catlogue{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.afco-catlogue a{
    font-size: 24px;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}
/* CONTACT SECTION */
.contact-section{
    background: url('../images/contact-bg.jpg') center center/cover no-repeat;
    position: relative;
    padding: 100px 0;
}

.contact-section::before{
    content: "";
    position: absolute;
    inset: 0;
}

.contact-section .container{
    position: relative;
    z-index: 2;
}

.contact-wrapper{
    max-width: 1000px;
    margin: auto;
}

/* LEFT BOX */
.contact-info-box{
    background: #3ca078;
    color: #fff;
    padding: 45px 35px;
    min-height: 520px;
    position: relative;
    z-index: 2;
}

.contact-info-box h2{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 35px;
}

.info-item{
    display: flex;
    gap: 15px;
    margin-bottom: 28px;
}

.info-item .icon{
    font-size: 32px;
    line-height: 1;
}

.info-item .text{
    font-size: 16px;
    line-height: 1.6;
}
.info-item .text a{color: #fff; text-decoration: none;}
.social-icons{
    margin-top: 25px;
}

.social-icons a{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    color: #3da679;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700;
}
.social-icons a img{
    height: 16px;
}

/* RIGHT FORM */
.contact-form-box{
    background: #f5f5f5;
    padding: 70px 60px 70px 130px;
    min-height: 620px;
    margin-left: -120px;
}

.contact-form-box input,
.contact-form-box textarea{
    width: 100%;
    border: none;
    border-bottom: 1px solid #3da679;
    background: transparent;
    padding: 12px 0;
    font-size: 16px;
    outline: none;
    color: #222;
}

.contact-form-box textarea{
    resize: none;
}

.submit-btn{
    background: #3ca078;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 16px;
    min-width: 220px;
    transition: 0.3s;
}

.submit-btn:hover{
    background: #2f8a63;
}

/* CERTIFICATE GALLERY */
.certificate-gallery-section{
    background: #f2f2f2;
}

.gallery-card{
    background: #cfcfcf;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    padding-top: 15px;
    transition: 0.3s;
}

.gallery-card:hover{
    transform: translateY(-5px);
}

.gallery-logo img{
    width: 95px;
    height: 95px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.gallery-main-img{
    width: 100%;
    height: auto;
    margin-top: 15px;
    cursor: zoom-in;
    background: #fff;
}

/* POPUP */
.image-popup{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.image-popup img{
    max-width: 90%;
    max-height: 90vh;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
}

.close-popup{
    position: absolute;
    top: 25px;
    right: 35px;
    color: #fff;
    font-size: 55px;
    cursor: pointer;
    line-height: 1;
}
/* GALLERY SECTION */
.factory-gallery-section{
    background: #f3f3f3;
}

.gallery-img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-img:hover{
    opacity: 0.85;
    transform: scale(1.02);
}

/* LIGHTBOX */
.gallery-lightbox{
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.96);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox img{
    max-width: 78%;
    max-height: 88vh;
    object-fit: contain;
}

.close-lightbox{
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 55px;
    color: #000;
    cursor: pointer;
    line-height: 1;
}

.lightbox-prev,
.lightbox-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px;
    color: #000;
    cursor: pointer;
    user-select: none;
    padding: 10px;
}

.lightbox-prev{
    left: 25px;
}

.lightbox-next{
    right: 25px;
}

.lightbox-count{
    position: absolute;
    top: 28px;
    left: 30px;
    font-size: 28px;
    color: #000;
    font-weight: 500;
}

.table-color-change table:not(.variations) {
    border: 1px solid #3ca078 !important;
}
.table-color-change tr td {
    border-top: 1px solid #3ca078 !important;
    border-right: 1px solid #3ca078 !important;
    text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-bg-type:#fff;
}
.table-list .table-color-change img{
    border: none;
    max-width: 100px;
}
/* MACHINE DETAIL SECTION */
.machine-detail-section{
  padding: 70px 0;
}
.greybg{
    background: #f7f7f7;
}

/* TITLE */
.machine-title{
    font-size: 22px;
    font-weight: 500;
    color: #1b2230;
    margin-bottom: 35px;
}

/* BLOCK */
.machine-block{
    margin-bottom: 30px;
}

.machine-block h4{
    color: #3ca078;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.machine-block p{
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 0;
}

.machine-block ul{
    padding-left: 0;
    margin: 0;
}

.machine-block ul li{
    list-style: none;
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
}

/* IMAGE */
.machine-image img{
    width: 100%;
    max-width: 420px;
    border-radius: 0 50px 0 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}