.header-main,
.navbar {
  background: #fff !important
}

.header-main a,
.navbar a,
header a {
  color: #0b1b2b !important
}

header {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08)
}
h2{
  color: #111;
  margin-bottom: 12px;
  font-family: 'Barlow Condensed', sans-serif;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Arial, Helvetica, sans-serif;
background:#f8f8f8;
color:#111;
}


/* HERO SECTION */
.fff-hero{
padding:70px 0 70px;
background:
linear-gradient(#ececec 1px, transparent 1px),
linear-gradient(90deg,#ececec 1px, transparent 1px);
background-size:48px 48px;
}

/* GRID */
.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:50px;
}

/* LEFT */
.hero-left{
padding-right:30px;
}

.topline{
font-size:11px;
letter-spacing:5px;
color:#d35400;
margin-bottom:20px;
display:flex;
align-items:center;
gap:16px;
text-transform:uppercase;
}

.topline span{
display:block;
width:40px;
height:2px;
background:#d35400;
}

.hero-left h1{
display:flex;
flex-direction:column;
line-height:0.95;
gap:10px;
margin-bottom:20px;
}

.hero-left h1 span{
font-weight:900;
font-size:65px;
text-transform:uppercase;
letter-spacing:-2px;
font-family: 'Barlow Condensed', sans-serif;
}

.hero-left h1 .black{
color:#000;
}

.hero-left h1 .orange{
color:#d35400;
}

.hero-desc{
font-size:16px;
line-height:1.8;
color:#566b80;
margin-bottom:12px;
}

/* TECH */
.tech-row{
display:flex;
align-items:center;
gap:12px;
flex-wrap:wrap;
margin-bottom:12px;
}

.tech-row strong{
font-size:11px;
letter-spacing:4px;
font-weight:500;
color:#8b8b8b;
}

.tech-row span{
border:1px solid #efb18a;
padding:6px 14px;
font-size:12px;
letter-spacing:2px;
color:#d35400;
background:#fff8f3;
}

/* BUTTONS */
.hero-btns{
display:flex;
align-items:center;
gap:28px;
flex-wrap:wrap;
margin: 12px;
}


/* =========================================
TRUSTED ROW
========================================= */

.trusted-row{
    margin-top: 14px;
}

.trusted-row strong{
    display: block;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #111;
    margin-bottom: 12px;
    font-weight: 700;
    font-family: 'Barlow Condensed','serif';
}

.trusted-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.trusted-tags span{
    padding: 10px 18px;
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.0px;
    color: #333;
    transition: 0.3s ease;
      font-family: 'Barlow Condensed','serif';
}

.trusted-tags span:hover{
    background: #d35400;
    color: #fff;
    border-color:#d35400;
    transform: translateY(-2px);
}

/* MOBILE */

@media(max-width:768px){

.trusted-row{
    margin-top: 22px;
}

.trusted-tags{
    gap: 10px;
}

.trusted-tags span{
    font-size: 12px;
    padding: 9px 14px;
}

}

.btn-main{
background:#d35400;
color:#fff;
text-decoration:none;
padding:14px 8px;
font-size:14px;
font-weight:700;
letter-spacing:2px;
clip-path:polygon(0 0, 92% 0, 100% 18%, 100% 100%, 0 100%);
transition:0.3s;
}

.btn-main:hover{
background:#c84300;
color: #000 !important;
}

.btn-link{
color:#000;
text-decoration:none;
font-size:15px;
font-weight:700;
letter-spacing:2px;
border-bottom:2px solid #000;
padding-bottom:5px;
}

.btn-link:hover{
  color: #145a8d !important;
}
/* RIGHT */
.hero-right{
position:relative;
}

.hero-right img{
width:100%;
height:520px;
object-fit:contain;
display:block;
}

/* STATS */
.hero-stats{
position:absolute;
left:0;
bottom:40px;
display:grid;
grid-template-columns:repeat(3,1fr);
min-width:70%;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.stat-box{
padding:18px 24px;
border-right:1px solid #eee;
}

.stat-box:last-child{
border-right:none;
}

.stat-box h3{
font-size:25px;
font-weight:900;
line-height:1;
margin-bottom:8px;
color: #fff;
}

.stat-box:nth-child(3) h3{
color:#d35400;
}

.stat-box p{
font-size:10px;
letter-spacing:4px;
color:#fff;
text-transform:uppercase;
}

/* =========================================
TABLET
========================================= */
@media(max-width:1200px){

.hero-left h1 span{
font-size:68px;
}

.hero-desc{
font-size:22px;
}

.hero-right img{
height:620px;
}

.stat-box h3{
font-size:34px;
color: #000;
}

}

/* =========================================
MOBILE
========================================= */
@media(max-width:768px){
/* =========================================
DISABLE ANIMATIONS ON MOBILE
========================================= */

@media(max-width:768px){

.reveal,
.reveal-left,
.reveal-right,
.reveal-scale{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

}
.container{
padding:0 20px;
}

.hero-grid{
grid-template-columns:1fr;
gap:30px;
}

.hero-left h1{
    margin-bottom: 12px;
}
.hero-left{
order:1;
padding-right:0;
}
.fff-hero{padding: 70px 0px 4px;}

.hero-right{
order:2;
}

.hero-left h1 span{
font-size:54px;


}

.hero-desc{
font-size:18px;
line-height:1.7;
}

.hero-btns{
flex-direction:column;
align-items:flex-start;
gap:18px;
}

.btn-main,
.btn-link{
width:100%;
text-align:center;
}

.hero-right img{
height:420px;
}

.hero-stats{
position:relative;
bottom:auto;
left:auto;
min-width:100%;
grid-template-columns:repeat(3,1fr);
margin-top:0;
}

.stat-box{
border-right:none;
border-bottom:1px solid #eee;
padding: 0px;
font-size: 20px;
}

.stat-box:last-child{
border-bottom:none;
}

.stat-box h3{
font-size:30px;
}


}
/* MOBILE HERO SPACING FIX */

@media(max-width:768px){

.hero-grid{
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.hero-grid{
    gap: 30px;
}

}

/* =========================================
SMALL MOBILE
========================================= */
@media(max-width:480px){

.hero-left h1 span{
font-size:42px;
}

.topline{
letter-spacing:2px;
font-size:10px;
margin-bottom: unset;
}

.hero-desc{
font-size:16px;
}

.stat-box{
padding:16px;
}

}

/* =========================================
MOBILE HERO IMAGE
========================================= */

.mobile-hero-image{
    display:none;
}

/* MOBILE */

@media(max-width:768px){

.mobile-hero-image{
    display:block;
    margin:24px 0;
}

.mobile-hero-image img{
    width:100%;
    height:auto;
    max-height:340px;
    object-fit:contain;
}

.hero-right{
    display:none;
}

}
/* =========================================
FEATURE STRIP
========================================= */

.features-strip{
background:#0b0f12;
padding:40px 0;
}

.features-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
}

/* BOX */
.feature-box{
display:flex;
align-items:flex-start;
gap:18px;
padding:0px 31px;
border-right:1px solid rgba(255,255,255,0.05);
transition:0.3s;
}

.feature-box:last-child{
border-right:none;
}

.feature-box:hover{
background:#0f1418;
}

/* ICON */
.feature-box .icon{
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(230,81,0,0.1);
border:1px solid rgba(230,81,0,0.4);
}

.feature-box .icon svg{
width:18px;
height:18px;
fill:#d35400;
}

/* CONTENT */
.feature-box h4{
color:#fff;
font-size:17px;
letter-spacing:2px;
font-weight:700;
margin-bottom:10px;
font-family:'Barlow Condensed', sans-serif;
}

.feature-box p{
color:#ffffff;
font-size:15px;
line-height:1.6;
max-width:240px;
}

/* =========================================
TABLET
========================================= */
@media(max-width:1100px){

.features-grid{
grid-template-columns:repeat(2,1fr);
}

.feature-box{
border-bottom:1px solid rgba(255,255,255,0.05);
}

.feature-box:nth-child(2n){
border-right:none;
}

}

/* =========================================
MOBILE
========================================= */
@media(max-width:600px){

.features-grid{
grid-template-columns:1fr;
}

.feature-box{
border-right:none;
border-bottom:1px solid rgba(255,255,255,0.05);
padding:22px 20px;
}

.feature-box:last-child{
border-bottom:none;
}

.feature-box p{
max-width:100%;
}

}


/* =========================================
FFF OVERVIEW SECTION
========================================= */

.fff-overview{
background:#f4f2ef;
padding:40px 0;
}

.overview-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

/* LEFT */
.overview-left{
position:relative;
}

.overview-left img{
width:100%;
height:500px;
object-fit:contain;
display:block;
}

.tech-btn{
position:absolute;
bottom:20px;
left:20px;
background:#d35400;
color:#fff;
text-decoration:none;
padding:14px 8px;
font-size:12px;
letter-spacing:2px;
font-weight:700;
}

/* RIGHT */
.mini-title{
display:flex;
align-items:center;
gap:12px;
font-size:11px;
letter-spacing:4px;
color:#d35400;
margin-bottom:12px;
text-transform:uppercase;
}

.mini-title span{
width:40px;
height:2px;
background:#d35400;
display:block;
}

.overview-right h2{
font-size:56px;
font-weight:700;
margin-bottom:12px;
}

.overview-right p{
color:#566b80;
font-size:15px;
line-height:1.8;
margin-bottom:10px;
}

/* STEPS */
.steps{
margin-top:20px;
border:1px solid #ddd;
}

.step-box{
display:flex;
gap:14px;
padding:10px;
border-bottom:1px solid #ddd;
background:#f4f2ef;
}

.step-box:last-child{
border-bottom:none;
}

.num{
font-size:28px;
font-weight:900;
color:#d35400;
min-width:40px;
}

.text h4{
font-size:17px;
font-weight:700;
margin-bottom:8px;
letter-spacing: 0.55px;
font-family: 'Barlow Condensed', sans-serif;
}

.text p{
font-size:15px;
color:#566b80;
line-height:1.6;
}

/* =========================================
TABLET
========================================= */
@media(max-width:1100px){

.overview-grid{
grid-template-columns:1fr;
}

.overview-left img{
height:400px;
}

}

/* =========================================
MOBILE
========================================= */
@media(max-width:600px){

.overview-right h2{
font-size:32px;
}

.step-box{
flex-direction:column;
gap:10px;
}

.num{
font-size:22px;
}

}

/* =========================================
MATERIALS SECTION
========================================= */

.materials{
background:#000000;
padding:40px 0;
  border-bottom: 1px solid #a89999;
}

.materials-header{
display:block;
margin-bottom:12px;
}

/* Title block */
.materials-header > div{
margin-bottom:12px;
}

/* Right description now below title */
.header-note{
max-width:100%;
font-size:15px;
color:#ffffff;
line-height:1.7;
}

.materials-header h2{
font-size:56px;
font-weight:700;
}

.header-note{
font-size:15px;
color:#ffffff;
line-height:1.6;
}

/* MINI TITLE */
.mini-title{
display:flex;
align-items:center;
gap:12px;
font-size:11px;
letter-spacing:4px;
color:#d35400;
margin-bottom:12px;
}

.materials-header h2{
    color: #fff;
}
.materials-header span{
    color: #d35400 !important;
}


/* =========================================
MATERIAL IMAGE
========================================= */

.material-image{
    width: 100%;
    height: 220px;

    border-radius: 18px;
    overflow: hidden;

    margin: 18px 0 22px;

    background: #ffffff;
}

.material-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;

    transition: 0.5s ease;
}

.material-box:hover .material-image img{
    transform: scale(1.08);
}

/* MOBILE */

@media(max-width:768px){

.material-image{
    height: 200px;
}

}
.mini-title span{
width:40px;
height:2px;
background:#d35400;
}

/* GRID */
.materials-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
border-top:1px solid #ddd;
border-left:1px solid #ddd;
gap: 5px;
}

/* BOX */
.material-box{
padding:20px;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
background:#f4f2ef;
transition:0.3s;
}



/* TAG */
.tag{
display:inline-block;
font-size:10px;
letter-spacing:2px;
color:#d35400;
border:1px solid #f1b89c;
padding:4px 10px;
margin-bottom:12px;
}

/* TITLE */
.material-box h3{
font-size:17px;
font-weight:700;
margin-bottom:10px;
font-family: 'Barlow Condensed', sans-serif;
letter-spacing: 0.55px;
}

/* DESC */
.material-box .desc{
font-size:15px;
color:#566b80;
line-height:1.6;
margin-bottom:12px;
}

/* SPECS */
.specs{
border-top:1px solid #eee;
padding-top:15px;
}

.spec-row{
display:flex;
justify-content:space-between;
font-size:12px;
margin-bottom:8px;
color:#777;
}

.spec-row strong{
color:#000;
font-weight:700;
}

/* =========================================
TABLET
========================================= */
@media(max-width:1100px){

.materials-grid{
grid-template-columns:repeat(2,1fr);
}

.materials-header{
flex-direction:column;
}

}

/* =========================================
MOBILE
========================================= */
@media(max-width:600px){

.materials-grid{
grid-template-columns:1fr;
}

.materials-header h2{
font-size:32px;
}

.material-box{
padding:20px;
}

}

/* SECTION */
.deliver-section {
  background:#000;
  color: #fff;
  padding: 40px 0; /* REQUIRED */
}

/* =========================================
GLOBAL CONTAINER FIX
========================================= */

.container{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding-left:50px;
    padding-right:50px;
}

/* HEADER */
.section-header {
  margin-bottom: 12px;
}

.deliver-section h2 {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
    font-size: 56px;
    font-weight: 700;
}

.mini-title {
  color: #ff5a1f;
  letter-spacing: 2px;
  font-size: 12px;
}


.section-desc {
  font-size: 15px; /* REQUIRED */
  color: #ffffff;
  line-height: 1.6;
}

/* GRID */
.deliver-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* CARD */
.deliver-card {
  border-top: 2px solid #ff5b1f70;
  border-left: 2px solid #ff5a1f;
  padding: 27px;
}
.deliver-card:hover{
  border-left: 2px solid #ff5b1f70;
  border-top: 2px solid #ff5a1f;
}

.deliver-card h3 {
  font-size: 17px;
  margin-bottom: 12px; /* GAP BETWEEN TITLE & DESC */
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
}

.deliver-card p {
  font-size: 15px; /* REQUIRED */
  color: #fff;
  line-height: 1.6;
}

/* ---------------- RESPONSIVE ---------------- */

/* Tablet */
@media (max-width: 992px) {
  .deliver-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-header h2 {
    font-size: 36px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .deliver-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .section-header {
    margin-bottom: 10px;
  }
}
/* =========================================
SECTION SIDE SPACING FIX
========================================= */

/* Laptop */
@media(max-width:1200px){

.container{
    padding-left:40px;
    padding-right:40px;
}

}

/* Tablet */
@media(max-width:768px){

.container{
    padding-left:24px;
    padding-right:24px;
}

}

/* Mobile */
@media(max-width:480px){

.container{
    padding-left:18px;
    padding-right:18px;
}

}

/*applications-section */
/* =========================================
APPLICATIONS SECTION
========================================= */

.applications-section{
    padding:20px 0;
    background:#f4f2ef;
}

/* CENTER HEADER */
.section-header.center{
    margin-bottom:12px;
}

.section-header.center h2{
    font-size:56px;
    line-height:1;
    font-family:'Barlow Condensed', sans-serif;
    font-weight:700;
    letter-spacing:0.5px;
}

/* GRID */
.applications-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
    align-items:start;
}

/* BOX */
.application-box{
    text-align:center;
    padding:20px 10px;
    transition:0.3s;
}

/* ICON */
.app-icon{
    width:90px;
    height:90px;
    margin:0 auto 12px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.app-icon img{
    width:64px;
    height:64px;
    object-fit:contain;
    display:block;
    margin:auto;
}

/* TITLE */
.application-box h3{
    font-size:17px;
    line-height:1.5;
    font-weight:700;
    color:#333;
    font-family: "Barlow Condensed",serif;
}

/* HOVER */
.application-box:hover .app-icon img{
    transform:translateY(-4px);
}

.application-box:hover h3{
    color:#d35400;
}

/* =========================================
TABLET
========================================= */

@media(max-width:992px){

    .applications-grid{
        grid-template-columns:repeat(3,1fr);
        row-gap:30px;
    }

}

/* =========================================
MOBILE
========================================= */

@media(max-width:600px){

    .applications-grid{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
    }

    .section-header.center h2{
        font-size:32px;
    }

    .app-icon{
        width:70px;
        height:70px;
        margin-bottom:14px;
    }

    .app-icon svg{
        width:50px;
        height:50px;
    }

    .application-box h3{
        font-size:14px;
    }

}


/* =========================================
ADVANTAGES SECTION
========================================= */

.advantages-section{
    padding:20px 0;
    background-color: #f4f2ef;
}

.advantages-header h2{
    font-size:56px;
    line-height:1;
    font-family:'Barlow Condensed', sans-serif;
    font-weight:700;
    letter-spacing:0.5px;
     color:#000000;
}



/* GRID */
.advantages-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap: 20px;
}

/* CARD */
.advantage-card{
    text-align:center;
    padding:5px 18px;
    transition:0.35s;
}

/* TOP LINE */
.advantage-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:#d35400;
    transform:scaleX(0);
    transform-origin:left;
    transition:0.35s;
}

.advantage-card h3{
    font-size:17px;
    line-height:1.5;
    font-weight:700;
    color:#222;
    letter-spacing:0.15px;
    font-family:'Barlow Condensed', serif;
}

.advantage-card:hover{
    transform:translateY(-5px);
}

.advantage-card:hover h3{
    color:#d35400;
}


/* TOP */
.advantage-top{
    width:90px;
    height:90px;
    margin:0 auto 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color: #fff !important;
}

/* IMAGE */
.advantage-top img{
    width:64px;
    height:64px;
    object-fit:contain;
    display:block;
    transition:0.35s;
      
}

/* HOVER */
.advantage-card:hover .advantage-top img{
    transform:translateY(-4px);
}
/* =========================================
TABLET
========================================= */

@media(max-width:992px){

    .advantages-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* =========================================
MOBILE
========================================= */

@media(max-width:600px){

    .advantages-grid{
        grid-template-columns:repeat(2,1fr);
        gap:18px;
    }

    .advantage-card{
        min-height:150px;
        padding:24px;
    }

    .advantage-card h3{
        font-size:22px;
        max-width:180px;
    }

}


/* =========================================
FEATURES SECTION
========================================= */

.features-section{
    padding:20px 0;
    background-color: #f4f2ef;
}

.features-section .section-header h2{
    font-size:56px;
    line-height:1;
    font-family:'Barlow Condensed', sans-serif;
    font-weight:700;
    letter-spacing:0.5px;
}
/* GRID */
.features-main-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

/* BOX */
.feature-item-box{
    text-align:center;
    padding:5px 18px;
    transition:0.35s;
}

/* ICON */
.feature-item-icon{
    width:90px;
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.feature-item-icon img{
    width:64px;
    height:64px;
    object-fit:contain;
    display:block;
    transition:0.35s;
}

/* TITLE */
.feature-item-box h3{
    font-size:17px;
    line-height:1.5;
    font-weight:700;
    color:#222;
    letter-spacing: 0.15px;
    font-family: 'Barlow Condensed',serif;
}

/* HOVER */
.feature-item-box:hover{
    border-color:#d35400;
    transform:translateY(-5px);
    box-shadow:0 10px 24px rgba(0,0,0,0.06);
}

.feature-item-box:hover .feature-item-icon img{
    transform:translateY(-4px);
}

.feature-item-box:hover h3{
    color:#d35400;
}

/* =========================================
TABLET
========================================= */

@media(max-width:992px){

    .features-main-grid{
        grid-template-columns:repeat(3,1fr);
        row-gap:30px;
    }

}

/* =========================================
MOBILE
========================================= */

@media(max-width:600px){

    .features-main-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .feature-item-box{
        padding:24px 14px;
    }

    .feature-item-icon{
        width:70px;
        height:70px;
        margin-bottom:14px;
    }

    .feature-item-icon img{
        width:50px;
        height:50px;
    }

    .feature-item-box h3{
        font-size:14px;
    }

}


/* =========================
   GALLERY WRAPPER (SIDE SPACE)
========================= */
.gallery-wrapper {
  position: relative;
  padding: 10px 60px;
  background-color: #f4f2ef;
  /* desktop spacing */
}

/* =========================
   TRACK (SCROLL AREA)
========================= */
.gallery-track {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 10px 0;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

/* =========================
   ROW
========================= */
.gallery-row {
  display: flex;
  gap: 24px;
}

/* =========================
   IMAGES (DESKTOP)
========================= */
.gallery-row img {
  width: 320px;
  height: 360px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s;
}

.gallery-row img:hover {
  transform: scale(1.05);
}

.gallery-row {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
  will-change: transform;
}
/* =========================
   BUTTONS
========================= */
.gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #145a8d;
  color: white;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.gallery-btn.prev {
  left: 10px;
}

.gallery-btn.next {
  right: 10px;
}

.gallery-btn:hover {
  background: #d35400;
  color: #000;
}

.gallery-btn {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* =========================
   TABLET (≤ 992px)
========================= */
@media (max-width: 992px) {

  .gallery-wrapper {
    padding: 0 40px;
  }

  .gallery-row img {
    width: 260px;
    height: 300px;
  }

  .gallery-btn {
    width: 38px;
    height: 38px;
  }
}


/* =========================
   SMALL MOBILE (≤ 480px)
========================= */
@media (max-width: 480px) {

  .gallery-wrapper {
    padding: 0 16px;
  }

  .gallery-row img {
    width: 180px;
    height: 240px;
  }

  /* cleaner UI */
  .gallery-btn {
    display: flex;
  }
}

.gallery-track {
  align-items: stretch;
  /* instead of center */
}

.gallery-row img {
  height: 300px;
}

.gallery-track {
  scroll-snap-type: x mandatory;
}

.gallery-row img {
  scroll-snap-align: start;
}



@media (max-width: 480px) {

  .gallery-row img {
    height: 100%;
  }

  .gallery-btn.prev {
    left: 8px;
  }

  .gallery-btn.next {
    right: 8px;
  }
}

@media (max-width: 768px) {

  .gallery-wrapper {
    padding: 0 16px;
  }

  .gallery-track {
    overflow: hidden;
    position: relative;
  }

  .gallery-row {
    display: flex;
    gap: 0;
    transition: transform 0.4s ease;
  }

  .gallery-row img {
    width: 100%;
    height: max-content;
    object-fit: cover;
    flex-shrink: 0;
  }

  .gallery-btn {
    width: 34px;
    height: 34px;
    font-size: 18px;
    background: rgba(13, 36, 97, 0.9);
  }

  .gallery-btn.prev {
    left: 10px;
  }

  .gallery-btn.next {
    right: 10px;
  }
}

/* =========================================
FAQ SECTION
========================================= */

.faq-section{
    padding: 40px 0;
    background: #f8f8f8;
}

.faq-header h2{
    font-size:56px;
    line-height:1;
    font-family:'Barlow Condensed', sans-serif;
    font-weight:700;
    letter-spacing:0.5px;
     color:#000000;
}

.faq-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.faq-item{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    transition: 0.35s ease;
    height: fit-content;
}

.faq-item:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* QUESTION */

.faq-question{
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 13px;

    text-align: left;
}

.faq-left{
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.faq-number{
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ff6b00;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: 700;
}

.faq-question h3{
    font-size: 20px;
    line-height: 1.5;
    color: #111;
    font-weight: 700;
    margin: 0;
}

/* ICON */

.faq-icon{
    min-width: 42px;
    height: 42px;
    border-radius: 50%;

    background: #f3f3f3;
    color: #111;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    font-weight: 500;

    transition: 0.3s ease;
}

.faq-item.active .faq-icon{
    background: #ff6b00;
    color: #fff;
    transform: rotate(45deg);
}

/* ANSWER */

.faq-answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p{
    padding: 0 28px 28px 90px;
    margin: 0;

    font-size: 15px;
    line-height: 1.9;
    color: #666;
}

.faq-item.active .faq-answer{
    max-height: 1000px;
}

/* MOBILE */

@media(max-width:991px){

.faq-wrapper{
    grid-template-columns: 1fr;
}

}

@media(max-width:768px){

.faq-section{
    padding: 70px 0;
}

.faq-question{
    padding: 22px;
}

.faq-left{
    gap: 14px;
}

.faq-number{
    min-width: 38px;
    height: 38px;
    font-size: 13px;
}

.faq-question h3{
    font-size: 17px;
}

.faq-answer p{
    padding: 0 22px 22px 74px;
    font-size: 14px;
    line-height: 1.8;
}

}

/* =========================================
SECTION ANIMATIONS
========================================= */

.reveal {
    opacity: 0;
    transform: translateY(70px);
    transition: all 1s ease;
    will-change: transform, opacity;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* LEFT ANIMATION */

.reveal-left {
    opacity: 0;
    transform: translateX(-80px);
    transition: all 1s ease;
}

.reveal-left.active {
    opacity: 1;
    transform: translateX(0);
}

/* RIGHT ANIMATION */

.reveal-right {
    opacity: 0;
    transform: translateX(80px);
    transition: all 1s ease;
}

.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}

/* SCALE */

.reveal-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.8s ease;
}

.reveal-scale.active {
    opacity: 1;
    transform: scale(1);
}

/* STAGGER DELAY */

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }
/* =========================================
APPLICATIONS / ADVANTAGES / FEATURES
PERFECT TEXT ALIGNMENT
========================================= */

.application-box,
.advantage-card,
.feature-item-box{
    padding: 17px 12px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;

    height: 100%;
}

/* ICON */

.application-box img,
.advantage-card img,
.feature-item-box img{
    max-width: 72px;
}

/* TITLE */

.application-box h3,
.advantage-card h3,
.feature-item-box h3{
    font-size: 21px;
    line-height: 1.45;
   

    width: 100%;
    max-width: 260px;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 56px;
}

/* PARAGRAPH */

.application-box p,
.advantage-card p,
.feature-item-box p{
    font-size: 15px;
    line-height: 1.8;
    color: #666;

    max-width: 260px;

    margin: 0 auto;

    flex-grow: 1;

    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* MOBILE */

@media(max-width:768px){

.application-box,
.advantage-card,
.feature-item-box{
    padding: 28px 18px;
}

.application-box h3,
.advantage-card h3,
.feature-item-box h3{
    font-size: 18px;
    min-height: auto;
    max-width: 100%;
}

.application-box p,
.advantage-card p,
.feature-item-box p{
    font-size: 14px;
    line-height: 1.7;
    max-width: 100%;
}

} 

/* =========================================
ADVANTAGES BLACK SECTION
========================================= */

.advantages-section{
    background:#000 !important;
    padding:40px 0;
}

/* HEADER */

.advantages-section .mini-title{
    color:#d35400;
}

.advantages-section .mini-title span{
    background:#d35400;
}

.advantages-section h2{
    color:#fff !important;
}


/* CARD */

.advantage-card{
    background:rgba(255,255,255,0.03);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:18px;

    transition:0.35s ease;
}

/* TITLE */

.advantage-card h3{
    color:#fff !important;
}

/* PARAGRAPH */

.advantage-card p{
    color:rgba(255,255,255,0.72) !important;
}

/* HOVER */

.advantage-card:hover{
    background:#111;
    border-color:#d35400;

    transform:translateY(-6px);
}

/* ICON BG */

.advantage-top{
    background:rgba(211,84,0,0.08);
   
}

/* MOBILE */

@media(max-width:768px){

.advantages-section{
    padding:70px 0;
}

}