* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  background: #fff;
}

a {
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 420px;
  background: #f7f7f7;
  overflow: hidden;
}

.hero-content {
  padding: 70px 45px;
}

.hero-content h1 {
  font-size: 58px;
  line-height: 1.05;
  font-weight: 900;
}

.hero-content h1 span {
  display: block;
  color: #f05a00;
}

.hero-content p {
  margin: 25px 0;
  font-size: 18px;
  line-height: 1.6;
  max-width: 520px;
}

.btn {
  display: inline-block;
  background: #f05a00;
  color: #fff;
  padding: 16px 30px;
  border-radius: 5px;
  font-weight: bold;
}

.hero-image {
  background: linear-gradient(135deg, transparent 35%, #f05a00 35%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image img {
  max-width: 90%;
}

.about-offer {
  display: grid;
  grid-template-columns: 60% 40%;
  padding: 35px 45px;
  gap: 50px;
  border-bottom: 1px solid #ddd;
}

h2 {
  color: #f05a00;
  font-size: 28px;
  margin-bottom: 20px;
}

.about-box p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.offer-box {
  border-left: 1px solid #bbb;
  padding-left: 55px;
}

.offer-item {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}

.sectors {
  display: grid;
  grid-template-columns: 220px repeat(7, 1fr);
  align-items: center;
  padding: 25px 45px;
  border-bottom: 1px solid #ddd;
}

.sector-title h2 {
  line-height: 1;
}

.sector-title p {
  font-size: 13px;
}

.sector-item {
  text-align: center;
  color: #f05a00;
  font-size: 36px;
  border-left: 1px solid #ccc;
  padding: 10px;
}

.sector-item span {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}

.vision-mission {
  display: grid;
  grid-template-columns: 50% 50%;
  color: #fff;
}

.vision {
  background: #f05a00;
  padding: 55px 80px;
}

.vision h2,
.mission h2 {
  color: #fff;
}

.vision p,
.mission p {
  font-size: 16px;
  line-height: 1.6;
}

.mission {
  background: #111820;
  padding: 55px 80px;
}

.mission p {
  margin-bottom: 14px;
}

.products {
  padding: 20px 35px;
  text-align: center;
}

.products h2 {
  color: #f05a00;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.product-card {
  border: 2px solid #f05a00;
  padding: 15px;
}

.product-card img {
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.product-card h3 {
  font-size: 15px;
  margin-top: 10px;
}

.contact-strip {
  display: grid;
  grid-template-columns: 45% 55%;
  background: #f05a00;
  color: #fff;
}

.contact-info {
  padding: 35px 80px;
}

.contact-info h2 {
  color: #fff;
}

.contact-info p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thank-you {
  background: #111820;
  color: #fff;
  text-align: center;
  padding: 25px;
}

.thank-you h2 {
  color: #fff;
  letter-spacing: 2px;
}

@media (max-width: 900px) {
  .hero,
  .about-offer,
  .vision-mission,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .sectors {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-content h1 {
    font-size: 42px;
  }
}

/* ===================================
   ABOUT PAGE
=================================== */

.about-hero{
    display:grid;
    grid-template-columns:45% 55%;
    background:#f7f7f7;
}

.about-hero-content{
    padding:70px;
}

.about-hero h1{
    font-size:72px;
    font-weight:900;
}

.about-hero h2{
    color:#f05a00;
    font-size:55px;
    margin:10px 0 25px;
}

.about-hero p{
    font-size:24px;
    line-height:1.7;
}

.hero-line{
    width:100px;
    height:4px;
    background:#f05a00;
    margin-top:40px;
}

.about-hero-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.who-we-are{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    padding:80px;
}

.who-we-are h2{
    color:#f05a00;
    margin-bottom:35px;
}

.approach-item{
    display:flex;
    gap:25px;
    padding:25px 0;
    border-bottom:1px solid #ddd;
}

.icon{
    font-size:50px;
    width:90px;
    height:90px;
    min-width:90px;

    border:2px solid #f05a00;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;
}
.icon img{
    width:42px;
    height:42px;
    object-fit:contain;
}
.icon i{
    color:#f05a00;
    font-size:42px;
}

.stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#111820;
    color:white;
    text-align:center;
    padding:50px;
}

.stat h3{
    color:#f05a00;
    font-size:42px;
}

.commitment{
    display:grid;
    grid-template-columns:50% 50%;
}

.commitment-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.commitment-content{
    padding:70px;
}

.commitment-icons{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    margin-top:40px;
}

.commitment-box{
    text-align:center;
}

.commitment-box span{
    font-size:40px;
    color:#f05a00;
}

.about-cta{
    background:#f05a00;
    color:white;
    padding:40px 80px;
}

.about-cta h2{
    color:white;
    margin-top:10px;
}

.approach-item{
    display:flex;
    align-items:center;
    gap:25px;
    padding:25px 0;
    border-bottom:1px solid #ddd;
}

.icon{
    min-width:90px;
    width:90px;
    height:90px;
    border:2px solid #f05a00;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon i{
    font-size:38px;
    color:#f05a00;
}

/* ==========================
   WHO WE ARE SECTION
========================== */

.who-we-are{
    display:grid;
    grid-template-columns:55% 45%;
    gap:60px;
    padding:70px 50px;
    background:#fff;
}

.who-left h2{
    color:#f05a00;
    font-size:26px;
    font-weight:800;
    margin-bottom:10px;
    text-transform:uppercase;
}

.title-line{
    width:65px;
    height:3px;
    background:#f05a00;
    margin-bottom:35px;
}

.who-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:35px;
}

.tick-icon{
    width:22px;
    height:22px;
    min-width:22px;
    border-radius:50%;
    background:#f05a00;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-top:4px;
}

.tick-icon i{
    color:#fff;
    font-size:11px;
}

.who-text{
    color:#333;
    font-size:16px;
    line-height:1.8;
}

.service-list{
    margin-top:15px;
    margin-left:20px;
}

.service-list li{
    margin-bottom:10px;
    color:#333;
    line-height:1.6;
}

.service-list li::marker{
    color:#f05a00;
}

/* divider line like design */

.who-right{
    border-left:1px solid #d8d8d8;
    padding-left:50px;
}

/* mobile */

@media(max-width:992px){

    .who-we-are{
        grid-template-columns:1fr;
    }

    .who-right{
        border-left:none;
        padding-left:0;
        margin-top:40px;
    }
}
.products-hero{
    display:grid;
    grid-template-columns:42% 58%;
    background:#f7f7f7;
    min-height:450px;
}

.products-hero-content{
    padding:70px 45px;
}

.products-hero h1{
    font-size:70px;
    font-weight:900;
    line-height:1.05;
}

.products-hero h1 span{
    display:block;
    color:#f05a00;
}

.products-hero p{
    margin-top:25px;
    font-size:20px;
    line-height:1.6;
    max-width:460px;
}

.products-hero-image{
    background:linear-gradient(135deg, transparent 55%, #f05a00 55%);
    display:flex;
    align-items:center;
    justify-content:center;
}

.products-hero-image img{
    width:90%;
}

.product-page{
    padding:35px 48px 25px;
}

.section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
    margin-bottom:25px;
}

.section-title span{
    width:90px;
    height:2px;
    background:#f05a00;
}

.section-title h2{
    color:#111;
    font-size:28px;
    font-weight:900;
}

.product-page-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
}

.product-box{
    border:1px solid #ddd;
    border-radius:8px;
    padding:18px;
    background:#fff;
}

.product-box img{
    width:100%;
    height:220px;
    object-fit:contain;
}

.product-info{
    display:flex;
    gap:18px;
    align-items:center;
    margin-top:12px;
}

.product-icon{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:50%;
    background:#f05a00;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
}

.product-info h3{
    font-size:16px;
    font-weight:800;
    margin-bottom:6px;
}

.product-info p{
    font-size:14px;
    line-height:1.5;
}

.product-features{
    margin:0 48px 25px;
    padding:25px;
    background:#f5f5f5;
    border-radius:8px;
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:20px;
    text-align:center;
}

.feature{
    border-right:1px solid #ccc;
    padding:0 18px;
}

.feature:last-child{
    border-right:none;
}

.feature i{
    color:#f05a00;
    font-size:38px;
    margin-bottom:12px;
}

.feature h4{
    font-size:15px;
    margin-bottom:8px;
}

.feature p{
    font-size:13px;
    line-height:1.5;
}

.product-cta{
    display:grid;
    grid-template-columns:42% 58%;
    background:#111820;
}

.cta-dark{
    padding:55px 50px;
    color:#fff;
    display:flex;
    gap:25px;
    align-items:center;
}

.cta-dark i{
    color:#f05a00;
    font-size:65px;
}

.cta-dark h3{
    color:#f05a00;
    font-size:22px;
    margin-bottom:12px;
}

.cta-dark p{
    line-height:1.6;
    margin-bottom:20px;
}

.cta-dark a{
    display:inline-block;
    background:#f05a00;
    color:#fff;
    padding:14px 30px;
    border-radius:5px;
    font-weight:700;
    text-decoration:none;
}

.cta-dark a span{
    margin-left:20px;
}

.cta-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.product-contact-bar{
    background:#f05a00;
    color:#fff;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    text-align:center;
    padding:22px;
    font-weight:700;
}

.product-contact-bar i{
    margin-right:12px;
    font-size:22px;
}

@media(max-width:992px){
    .products-hero,
    .product-cta{
        grid-template-columns:1fr;
    }

    .product-page-grid{
        grid-template-columns:1fr;
    }

    .product-features,
    .product-contact-bar{
        grid-template-columns:1fr;
    }

    .feature{
        border-right:none;
        border-bottom:1px solid #ccc;
        padding-bottom:20px;
    }
}

/* ==========================
   SECTORS PAGE
========================== */

.sectors-hero{
    display:grid;
    grid-template-columns:42% 58%;
    min-height:455px;
    background:#f7f7f7;
    overflow:hidden;
}

.sectors-hero-content{
    padding:70px 48px;
}

.sectors-hero h1{
    font-size:66px;
    line-height:1.05;
    font-weight:900;
    color:#111820;
}

.sectors-hero h1 span{
    display:block;
    color:#f05a00;
}

.sectors-hero .hero-line{
    width:85px;
    height:3px;
    background:#f05a00;
    margin:35px 0 25px;
}

.sectors-hero p{
    max-width:470px;
    font-size:20px;
    line-height:1.7;
    color:#222;
}

.sectors-hero-image{
    background:linear-gradient(135deg, transparent 55%, #f05a00 55%);
    display:flex;
    align-items:center;
    justify-content:center;
}

.sectors-hero-image img{
    width:90%;
}

.industries-section{
    padding:38px 42px 25px;
    background:#fff;
}

.industries-section .section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
    margin-bottom:30px;
}

.industries-section .section-title span{
    width:105px;
    height:2px;
    background:#f05a00;
}

.industries-section .section-title h2{
    color:#111;
    font-size:27px;
    font-weight:900;
}

.industries-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:18px;
}

.industry-card{
    border:1px solid #ddd;
    border-radius:10px;
    padding:10px 10px 25px;
    text-align:center;
    background:#fff;
    position:relative;
    min-height:405px;
}

.industry-card img{
    width:100%;
    height:165px;
    object-fit:cover;
    border-radius:8px;
}

.industry-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#f05a00;
    border:5px solid #fff;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin:-35px auto 15px;
    position:relative;
    z-index:2;
}

.industry-card h3{
    font-size:18px;
    font-weight:800;
    color:#111;
    min-height:45px;
}

.small-line{
    width:35px;
    height:2px;
    background:#f05a00;
    margin:12px auto;
}

.industry-card p{
    font-size:14px;
    line-height:1.6;
    padding:0 12px;
    color:#222;
}

.sectors-cta{
    background:#111820;
    color:#fff;
    display:grid;
    grid-template-columns:140px 1fr 280px;
    align-items:center;
    gap:20px;
    padding:35px 80px;
}

.cta-box-icon i{
    font-size:70px;
    color:#f05a00;
}

.cta-sector-text h3{
    color:#f05a00;
    font-size:23px;
    margin-bottom:10px;
}

.cta-sector-text p{
    font-size:18px;
    line-height:1.6;
}

.sector-btn{
    background:#f05a00;
    color:#fff;
    text-decoration:none;
    padding:18px 35px;
    border-radius:6px;
    font-weight:800;
    text-align:center;
}

.sector-btn span{
    margin-left:25px;
}

.sector-features{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:25px;
    padding:35px 55px;
    background:#fff;
}

.sector-feature{
    display:flex;
    align-items:center;
    gap:18px;
    border-right:1px solid #ccc;
    padding-right:25px;
}

.sector-feature:last-child{
    border-right:none;
}

.sector-feature i{
    color:#f05a00;
    font-size:45px;
    min-width:55px;
}

.sector-feature h4{
    font-size:15px;
    font-weight:900;
    margin-bottom:6px;
}

.sector-feature p{
    font-size:14px;
    line-height:1.5;
}

.sector-contact-bar{
    background:#f05a00;
    color:#fff;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    text-align:center;
    padding:22px;
    font-weight:700;
}

.sector-contact-bar i{
    margin-right:12px;
    font-size:22px;
}

@media(max-width:992px){

    .sectors-hero{
        grid-template-columns:1fr;
    }

    .sectors-hero h1{
        font-size:45px;
    }

    .industries-grid{
        grid-template-columns:1fr;
    }

    .sectors-cta{
        grid-template-columns:1fr;
        text-align:center;
        padding:35px;
    }

    .sector-features{
        grid-template-columns:1fr;
    }

    .sector-feature{
        border-right:none;
        border-bottom:1px solid #ddd;
        padding-bottom:20px;
    }

    .sector-contact-bar{
        grid-template-columns:1fr;
        gap:15px;
    }
}

/* ==========================
   VISION & MISSION PAGE
========================== */

.vm-hero{
    display:grid;
    grid-template-columns:42% 58%;
    min-height:455px;
    background:#f7f7f7;
}

.vm-hero-content{
    padding:70px 52px;
}

.vm-hero h1{
    font-size:66px;
    line-height:1.1;
    font-weight:900;
    color:#111820;
}

.vm-hero h1 span{
    display:block;
    color:#f05a00;
}

.vm-hero .hero-line{
    width:70px;
    height:3px;
    background:#f05a00;
    margin:30px 0 25px;
}

.vm-hero p{
    max-width:470px;
    font-size:20px;
    line-height:1.7;
}

.vm-hero-image{
    background:linear-gradient(135deg, transparent 55%, #f05a00 55%);
    display:flex;
    align-items:center;
    justify-content:center;
}

.vm-hero-image img{
    width:90%;
}

.vm-main{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    padding:40px 45px 30px;
}

.vision-card,
.mission-card{
    min-height:520px;
    border-radius:12px;
    padding:45px 55px;
    background:#fff4ec;
    text-align:center;
}

.mission-card{
    background:#f7f7f7;
}

.vm-icon{
    width:95px;
    height:95px;
    border-radius:50%;
    margin:0 auto 35px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    color:#fff;
}

.vm-icon.orange{
    background:#f05a00;
}

.vm-icon.dark{
    background:#111820;
}

.vm-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:30px;
}

.vm-title span{
    width:60px;
    height:2px;
    background:#f05a00;
}

.vm-title h2{
    color:#f05a00;
    font-size:36px;
    font-weight:900;
}

.dark-title span{
    background:#111820;
}

.dark-title h2{
    color:#111820;
}

.vision-card p{
    text-align:left;
    font-size:19px;
    line-height:1.8;
    max-width:520px;
    margin:auto;
}

.mission-list{
    text-align:left;
}

.mission-list p{
    display:flex;
    gap:18px;
    align-items:flex-start;
    font-size:17px;
    line-height:1.6;
    padding:20px 0;
    border-bottom:1px solid #ddd;
}

.mission-list i{
    background:#111820;
    color:#fff;
    width:22px;
    height:22px;
    min-width:22px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
    margin-top:3px;
}

.mountain{
    margin:50px auto 0;
    width:320px;
    height:140px;
    background:linear-gradient(135deg, transparent 50%, #f05a00 50%);
    clip-path:polygon(50% 0, 100% 100%, 0 100%);
    opacity:.8;
}

.core-values{
    padding:5px 45px 35px;
}

.core-values .section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:30px;
}

.core-values .section-title span{
    height:2px;
    background:#f05a00;
    width:280px;
}

.core-values .section-title h2{
    color:#111820;
    font-size:28px;
    font-weight:900;
}

.values-grid{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    text-align:center;
}

.value-box{
    padding:10px 28px;
    border-right:1px solid #ccc;
}

.value-box:last-child{
    border-right:none;
}

.value-box i{
    font-size:50px;
    color:#f05a00;
    margin-bottom:15px;
}

.value-box h3{
    font-size:18px;
    font-weight:900;
    margin-bottom:12px;
}

.value-box p{
    font-size:14px;
    line-height:1.5;
}

.vm-commitment{
    display:grid;
    grid-template-columns:42% 58%;
    background:#111820;
    color:#fff;
    min-height:290px;
}

.vm-commitment-content{
    padding:38px 55px;
    position:relative;
}

.vm-commitment-content h2{
    color:#f05a00;
    font-size:28px;
}

.orange-line{
    width:65px;
    height:3px;
    background:#f05a00;
    margin:12px 0 25px;
}

.vm-commitment-content > p{
    line-height:1.7;
    margin-bottom:30px;
    max-width:430px;
}

.commitment-note{
    display:flex;
    align-items:center;
    gap:25px;
}

.commitment-note i{
    width:75px;
    height:75px;
    border:2px solid #f05a00;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    color:#f05a00;
}

.commitment-note h4{
    color:#f05a00;
    margin-bottom:8px;
}

.commitment-note p{
    line-height:1.6;
}

.vm-commitment-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.vm-contact-bar{
    background:#f05a00;
    color:#fff;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    padding:22px 30px;
    font-weight:700;
    text-align:center;
    gap:18px;
}

.vm-contact-bar i{
    margin-right:10px;
    font-size:20px;
}

@media(max-width:992px){
    .vm-hero,
    .vm-main,
    .vm-commitment{
        grid-template-columns:1fr;
    }

    .vm-hero h1{
        font-size:46px;
    }

    .values-grid,
    .vm-contact-bar{
        grid-template-columns:1fr;
        gap:25px;
    }

    .value-box{
        border-right:none;
        border-bottom:1px solid #ddd;
        padding-bottom:25px;
    }

    .core-values .section-title span{
        width:60px;
    }
}

/* ==========================
   CONTACT PAGE
========================== */

.contact-hero{
    display:grid;
    grid-template-columns:42% 58%;
    min-height:455px;
    background:#f7f7f7;
}

.contact-hero-content{
    padding:75px 50px;
}

.contact-hero h1{
    font-size:68px;
    line-height:1.1;
    font-weight:900;
    color:#111820;
}

.contact-hero h1 span{
    color:#f05a00;
}

.contact-hero .hero-line{
    width:70px;
    height:3px;
    background:#f05a00;
    margin:30px 0;
}

.contact-hero p{
    font-size:20px;
    line-height:1.8;
    max-width:430px;
}

.contact-hero-image{
    background:linear-gradient(135deg, transparent 55%, #f05a00 55%);
    display:flex;
    align-items:center;
    justify-content:center;
}

.contact-hero-image img{
    width:90%;
}

.contact-main{
    display:grid;
    grid-template-columns:38% 62%;
    gap:55px;
    padding:35px 50px 50px;
    background:#fff;
}

.contact-details{
    border-right:1px solid #d7d7d7;
    padding-right:35px;
}

.contact-details h2,
.contact-form-box h2{
    color:#f05a00;
    font-size:28px;
    font-weight:900;
}

.contact-detail-item{
    display:flex;
    align-items:center;
    gap:22px;
    padding:15px 0;
    border-bottom:1px solid #ddd;
}

.contact-detail-item.last{
    border-bottom:none;
}

.contact-icon{
    width:72px;
    height:72px;
    min-width:72px;
    border:2px solid #f05a00;
    border-radius:50%;
    color:#f05a00;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
}

.contact-detail-item h3{
    font-size:17px;
    font-weight:900;
    margin-bottom:7px;
}

.contact-detail-item p{
    font-size:16px;
    line-height:1.6;
}

.contact-form-box{
    padding-left:0;
}

.contact-form{
    margin-top:25px;
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-bottom:22px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    border:1px solid #d0d0d0;
    border-radius:6px;
    padding:20px;
    font-size:16px;
    font-family:inherit;
    outline:none;
}

.contact-form input{
    height:72px;
}

.contact-form textarea{
    min-height:215px;
    resize:vertical;
    margin-top:22px;
}

.contact-form input:focus,
.contact-form textarea:focus{
    border-color:#f05a00;
}

.contact-form button{
    margin-top:22px;
    background:#f05a00;
    color:#fff;
    border:none;
    border-radius:6px;
    padding:18px 35px;
    font-size:16px;
    font-weight:900;
    cursor:pointer;
}

.contact-form button span{
    margin-left:25px;
    font-size:24px;
}

.privacy-note{
    margin-top:22px;
    display:flex;
    align-items:center;
    gap:15px;
    font-size:14px;
    line-height:1.5;
}

.privacy-note i{
    color:#f05a00;
    font-size:28px;
}

.contact-company{
    display:grid;
    grid-template-columns:42% 58%;
    background:#111820;
    color:#fff;
}

.company-dark{
    padding:45px 50px;
}

.company-dark h2{
    color:#fff;
    font-size:28px;
    font-weight:900;
}

.company-dark p{
    margin:25px 0 35px;
    font-size:16px;
    line-height:1.7;
    max-width:390px;
}

.company-features{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:10px;
}

.company-features div{
    border-right:1px solid rgba(255,255,255,.4);
    text-align:center;
}

.company-features div:last-child{
    border-right:none;
}

.company-features i{
    color:#f05a00;
    font-size:34px;
    margin-bottom:12px;
}

.company-features h4{
    font-size:12px;
    line-height:1.4;
}

.company-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.contact-bottom-bar{
    background:#f05a00;
    color:#fff;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    text-align:center;
    padding:23px;
    font-size:17px;
    font-weight:700;
}

.contact-bottom-bar i{
    font-size:26px;
    margin-right:14px;
}

@media(max-width:992px){
    .contact-hero,
    .contact-main,
    .contact-company{
        grid-template-columns:1fr;
    }

    .contact-hero h1{
        font-size:46px;
    }

    .contact-details{
        border-right:none;
        padding-right:0;
    }

    .form-row,
    .company-features,
    .contact-bottom-bar{
        grid-template-columns:1fr;
    }

    .company-features div{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.3);
        padding:15px 0;
    }
}

/* ==========================
   HOME PAGE HERO CSS
========================== */

.home-hero{
    min-height:420px;
    background-image:url('/public/assets/images/hero/hero-banner.png');
    background-size:cover;
    background-position:center right;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
}

.home-hero .hero-content{
    width:42%;
    padding-left:45px;
}

.home-hero h1{
    font-size:58px;
    line-height:1.05;
    font-weight:900;
    color:#111820;
}

.home-hero h1 span{
    display:block;
    color:#f05a00;
}

.home-hero p{
    margin:25px 0;
    font-size:18px;
    line-height:1.6;
}

.btn{
    display:inline-block;
    background:#f05a00;
    color:#fff;
    padding:16px 30px;
    border-radius:5px;
    font-weight:800;
    text-decoration:none;
}

@media(max-width:900px){
    .home-hero{
        background-position:center;
        min-height:520px;
    }

    .home-hero .hero-content{
        width:100%;
        padding:40px 25px;
        background:rgba(255,255,255,0.82);
    }

    .home-hero h1{
        font-size:40px;
    }
}

/* ==========================
   CONTACT PAGE
========================== */

.form-alert{
    padding:15px 18px;
    border-radius:6px;
    margin:20px 0;
    font-weight:700;
}

.form-alert.success{
    background:#e8f8ee;
    color:#137333;
    border:1px solid #bde5ca;
}

.form-alert.error{
    background:#fdecec;
    color:#b00020;
    border:1px solid #f5b5b5;
}

.honeypot{
    display:none !important;
}

/* ==========================
   GOOGLE MAPS
========================== */
.contact-map-section{
    display:grid;
    grid-template-columns:38% 62%;
    background:#f7f7f7;
}

.map-info{
    padding:55px 50px;
}

.map-info h2{
    color:#f05a00;
    font-size:30px;
    font-weight:900;
}

.map-info h3{
    margin-top:25px;
    font-size:22px;
    color:#111820;
}

.map-info p{
    margin:18px 0 30px;
    font-size:17px;
    line-height:1.7;
}

.map-info p i{
    color:#f05a00;
    margin-right:10px;
}

.directions-btn{
    display:inline-block;
    background:#f05a00;
    color:#fff;
    padding:16px 32px;
    border-radius:6px;
    text-decoration:none;
    font-weight:900;
}

.directions-btn span{
    margin-left:20px;
}

.map-frame iframe{
    width:100%;
    height:360px;
    border:0;
    display:block;
}

@media(max-width:992px){
    .contact-map-section{
        grid-template-columns:1fr;
    }

    .map-info{
        padding:40px 25px;
    }

    .map-frame iframe{
        height:320px;
    }
}

