@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 0;
}
.top-bar {
  background: url('../images/banner.jpg') center/cover no-repeat;
  height: 60px;
  position: relative;
}

/* DARK OVERLAY */
.top-bar {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: flex;
  align-items: center;
  
}

/* TEXT */
.top-bar p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 15px;
  font-family: "Segoe UI", sans-serif;
}
/* NAVBAR */
.custom-navbar {
    background: #fff;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #eee;
}

.custom-navbar::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 12px;
    background: repeating-linear-gradient(
        to right,
        #e0e0e0,
        #e0e0e0 1px,
        transparent 1px,
        transparent 8px
    );
    opacity: 0.6;
}

/* LOGO */
.logo img {
    width: 226px;
    height: 113px;
}

/* NAV LINKS */
.navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 15px !important;
}

.navbar-nav .nav-link:hover,
.nav-link.active {
    color: #f57c00 !important;
}

/* DROPDOWN DESKTOP */
.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;

    width: 380px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-top: 10px !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-item {
    padding: 18px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.dropdown-item:hover {
    background-color: #fcfcfc;
    color: #f57c00;
    padding-left: 30px;
}

.dropdown-item:last-child {
    border-bottom: none;
}

/* BUTTON */
.enquiry-btn {
    border: 1.5px solid #000;
    padding: 8px 25px;
    background: transparent;
    font-weight: 600;
}

.enquiry-btn:hover {
    background: #000;
    color: #fff;
}

/* ========================= */
/* 📱 MOBILE FIX START */
/* ========================= */

@media (max-width: 991px) {

    .logo img {
        width: 160px;
        height: auto;
    }

    /* Disable hover dropdown */
    .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: none;
        display: none; /* important */
        width: 100%;
        box-shadow: none;
        border: none;
    }

    /* Bootstrap click open */
    .dropdown.show .dropdown-menu {
        display: block;
    }

    .dropdown-item {
        padding: 14px 20px;
        font-size: 15px;
        background: #f7f7f7;
    }

    .dropdown-item:hover {
        padding-left: 20px;
    }

    /* Center menu becomes left */
    .navbar-nav {
        text-align: left;
        margin-top: 15px;
    }

    /* Button full width */
    .enquiry-btn {
        width: 100%;
        margin-top: 15px;
    }
}

/* ========================= */
/* 📱 MOBILE FIX END */
/* ========================= */
/* Slider Container */
        .hero-section {
            position: relative;
            width: 100%;
            height: 80vh; /* Adjust height as needed */
            overflow: hidden;
        }

        .swiper {
            width: 100%;
            height: 100%;
        }

        .swiper-slide {
            position: relative;
        }

        .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* 1. AUTOMATIC TOP PROGRESS LINE */
        .progress-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background: rgba(255, 255, 255, 0.2);
            z-index: 100;
        }

        .progress-bar-fill {
            height: 100%;
            background: var(--primary-orange);
            width: 0%;
            /* The animation is handled via JS */
        }

        /* 2. NAVIGATION ARROWS (Matching your image) */
        .swiper-button-next, .swiper-button-prev {
            background: #fff;
            width: 45px;
            height: 45px;
            color: #000 !important;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }

        .swiper-button-next::after, .swiper-button-prev::after {
            font-size: 18px;
            font-weight: bold;
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .hero-section { height: 50vh; }
            .swiper-button-next, .swiper-button-prev {
                width: 35px;
                height: 35px;
            }
        }


        /* SECTION */
.about-section {
  padding: 80px 0;
}

/* HEADING */
.about-title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #3a3a3a;
  margin-bottom: 25px;
}

/* TEXT (your config) */
.about-text {
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
  color: rgb(58, 58, 58);
  margin-bottom: 25px;
}

/* BUTTON */
.know-btn {
  border: 1px solid #333;
  padding: 10px 40px;
  background: transparent;
  font-size: 16px;
  transition: 0.3s;
}

.know-btn:hover {
  background: #000;
  color: #fff;
}

/* RIGHT IMAGE DESIGN */
.img-box {
  position: relative;
}

.img-main {
  width: 100%;
}

.img-small {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 80%;
  border: 10px solid #fff;
  z-index: 2;
}

/* BLACK BORDER EFFECT */
.img-small::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border: 8px solid #000;
  z-index: -1;
}

/* MOBILE */
@media(max-width:768px){
  .about-title {
    font-size: 28px;
  }

  .img-small {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
  }
}

:root {
            --brand-orange: #f57c00;
        }

        body {
            background-color: #f8f9fa;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .vm-section {
            padding: 60px 0;
            background-image: url('../images/mission-visionn-image.png'); /* The light faded background from your image */
            background-size: cover;
            background-position: center;
        }

        /* Dark Title Box */
        .title-card {
            background-color: #080808;
            color: white;
            padding: 50px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 400px;
        }

        .title-card h2 {
            font-size: 42px;
            font-weight: 700;
            line-height: 1.2;
        }

        /* Anchor Tag Arrow */
        .arrow-link {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--brand-orange);
            color: white;
            width: 50px;
            height: 50px;
            text-decoration: none;
            transition: 0.3s;
        }

        .arrow-link:hover {
            background-color: #e67300;
            color: white;
            transform: scale(1.05);
        }

        /* Info Cards (Right Side) */
        .info-card {
            background: white;
            padding: 30px;
            margin-bottom: 20px;
            display: flex;
            align-items: flex-start;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }

        .info-card:last-child {
            margin-bottom: 0;
        }

        .icon-box {
            background-color: var(--brand-orange);
            color: white;
            min-width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            margin-right: 20px;
        }

        .info-content h3 {
            font-size: 20px;
            color: #333;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .info-content p {
            font-size: 15px;
            color: #3a3a3a;
            line-height: 1.6;
            margin: 0;
        }

        @media (max-width: 768px) {
            .title-card { min-height: auto; margin-bottom: 20px; }
        }

/* SECTION */
.services {
  padding: 70px 0;
}

/* CARD */
.service-card {
  background: #fff;
  padding: 35px 25px;
  text-align: center;
  border-top: 4px solid #444;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.service-icon {
  width: 70px;
  height: 70px;
  background: #f57c00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.service-icon img {
  width: 50px;
}

/* TITLE */
.service-title {
  font-size: 22px;
  font-weight: 400;
  color: #3a3a3a;
  margin-bottom: 15px;
}

/* TEXT */
.service-text {
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 26px;
  margin-bottom: 20px;
}

/* BUTTON */
.service-btn {
  border: 1px solid #333;
  padding: 8px 25px;
  background: transparent;
  transition: 0.3s;
}

.service-btn:hover {
  background: #000;
  color: #fff;
}

/* SPACING */
.row-gap {
  row-gap: 30px;
}



/* SECTION WITH PARALLAX */
.parallax-section {
  background: url('../images/Untitled-design-16.png') center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 100px 0;
}

/* DARK OVERLAY */
.parallax-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.parallax-content {
  position: relative;
  z-index: 2;
}

/* LEFT TEXT */
.company-title {
  color: #fff;
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

/* STATS */
.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.stat h2 {
  color: #f57c00;
  font-size: 50px;
  font-weight: 700;
}

.stat p {
  color: #fff;
  font-size: 16px;
}

/* FORM BOX */
.form-box {
  background: #fff;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.form-box h5 {
  margin-bottom: 20px;
}

/* INPUT */
.form-control {
  margin-bottom: 15px;
  border-radius: 0;
  height: 45px;
}

textarea.form-control {
  height: 120px;
}

/* BUTTON */
.submit-btn {
  background: #1e6fa3;
  color: #fff;
  border: none;
  padding: 10px 25px;
}

.submit-btn:hover {
  background: #000;
}

/* MOBILE FIX */
@media(max-width:768px){

  .parallax-section {
    background-attachment: scroll; /* fix mobile */
  }

  .stats {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .company-title {
    text-align: center;
  }

}
.footer-section {
  font-family: "Segoe UI", sans-serif;
}

/* TOP STRIP */
.top-strip {
  background: #f5f5f5;
  padding: 20px 0;
}

.top-strip h4 {
  margin: 0;
  color: #000;
}

.top-strip a {
  color: #000;
  text-decoration: none;
}

.contact-btn {
  border: 1px solid #000;
  padding: 8px 25px;
  background: transparent;
}

/* MAIN FOOTER */
.footer-main {
  position: relative;
  background: url('../images/footer-bg.jpg') center/cover no-repeat;
  padding: 60px 0;
  color: #959595;
}

/* OVERLAY */
.footer-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
}

.footer-main .container {
  position: relative;
  z-index: 2;
}

/* LOGO */
.footer-logo {
  width: 180px;
  margin-bottom: 15px;
}

/* TITLES */
.footer-main h5 {
  color: #fff;
  margin-bottom: 20px;
}

/* TEXT */
.footer-main p,
.footer-main li {
  color: #959595;
  font-size: 15px;
  line-height: 26px;
}

/* ICONS */
.footer-main i {
  margin-right: 8px;
  color: #fff;
}

/* LINKS */
.footer-main a {
  color: #959595;
  text-decoration: none;
}

.footer-main a:hover {
  color: #fff;
}

/* LIST */
.footer-main ul {
  list-style: none;
  padding: 0;
}

.footer-main ul li {
  margin-bottom: 8px;
}

/* COPYRIGHT */
.footer-bottom {
  background: #000;
  text-align: center;
  padding: 15px 0;
}

.footer-bottom p {
  color: #959595;
  margin: 0;
}

.footer-bottom a {
  color: #fff;
}

/* MOBILE */
@media(max-width:768px){
  .top-strip .container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}



/* BANNER */
.about-banner {
  background: url('../images/about-background.jpg') center/cover no-repeat;
  height: 250px;
  position: relative;
}

/* OVERLAY */
.about-banner .overlay {
  background: rgba(0,0,0,0.6);
  height: 100%;
  display: flex;
  align-items: center;
}

/* ABOUT TITLE */
.about-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
}

/* LINE */
.line {
  width: 60px;
  height: 3px;
  background: #eb7d1e;
  margin-top: 10px;
}

/* CONTENT */
.about-content {
  background: #f5f5f5;
  padding: 60px 0;
}

/* WELCOME */
.welcome-text {
  font-family: "Segoe UI", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #3a3a3a;
}

/* COMPANY NAME */
.company-name {
  font-family: "Segoe UI", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #eb7d1e;
  margin-bottom: 30px;
}

/* TEXT */
.about-content p {
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 28px;
  margin-bottom: 15px;
}

/* IMAGE */
.about-img {
  width: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* MOBILE */
@media(max-width:768px){
  .about-banner {
    height: 180px;
  }

  .about-heading {
    font-size: 24px;
  }

  .company-name {
    font-size: 24px;
  }
}



/* BANNER */
.founder-banner {
  background: url('../images/a.png') center/cover no-repeat;
  height: 220px;
  position: relative;
}

.founder-banner .overlay {
  background: rgba(0,0,0,0.6);
  height: 100%;
  display: flex;
  align-items: center;
}

/* TITLE */
.founder-title {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.line {
  width: 60px;
  height: 3px;
  background: #eb7d1e;
  margin-top: 10px;
}

/* CONTENT */
.founder-section {
  background: #f5f5f5;
  padding: 60px 0;
  font-family: "Segoe UI", sans-serif;
  color: #3a3a3a;
}

/* TEXT */
.founder-section p {
  font-size: 15px;
  line-height: 28px;
}

/* WORK TITLE */
.work-title {
  margin-top: 25px;
  font-weight: 600;
}

.work-title span {
  color: #eb7d1e;
  margin-right: 5px;
}

/* IMAGE */
.founder-img {
  width: 100%;
  max-width: 300px;
}

.founder-name {
  color: #eb7d1e;
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
}

.founder-role {
  text-align: center;
}

.custom-accordion {
  font-family: "Segoe UI", sans-serif;
}

/* ITEM */
.acc-item {
  border-bottom: 2px solid #eb7d1e;
  margin-bottom: 10px;
}

/* HEADER */
.acc-header {
  font-weight: 600;
  font-size: 16px;
  color: #3a3a3a;
  padding: 12px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* ARROW */
.arrow {
  color: #eb7d1e;
  margin-right: 8px;
  transition: 0.3s;
}

/* ROTATE ON OPEN */
.acc-header[aria-expanded="true"] .arrow {
  transform: rotate(90deg);
}

/* BODY */
.acc-body {
  padding: 10px 20px;
  font-size: 15px;
  color: #3a3a3a;
}

/* PARAGRAPH */
.acc-body p {
  margin-bottom: 10px;
}



/* ================= BANNER ================= */
.inner-banner {
  background: url('../images/slider-1.png') center/cover no-repeat;
  height: 260px;
  position: relative;
}

.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
}

/* BANNER CONTENT */
.banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

/* TITLE */
.banner-title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}

/* ORANGE LINE */
.banner-line {
  width: 60px;
  height: 3px;
  background: #eb7d1e;
  margin-top: 10px;
}

/* ================= CONTENT ================= */
.inner-content {
  background: #f5f5f5;
  padding: 60px 0;
  font-family: "Segoe UI", sans-serif;
}

/* HEADING */
.content-title {
  font-size: 30px;
  font-weight: 400;
  color: #3a3a3a;
  margin-bottom: 20px;
}

/* TEXT */
.content-text {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 28px;
}

/* IMAGE */
.content-img {
      width: 75%;
    height: 300px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* MOBILE */
@media(max-width:768px){
  .inner-banner {
    height: 200px;
  }

  .banner-title {
    font-size: 24px;
  }

  .content-title {
    font-size: 24px;
  }
}


.gallery-section {
  background: #f5f5f5;
  padding: 60px 0;
}

.gallery-title {
  font-family: "Segoe UI", sans-serif;
  font-size: 28px;
  color: #3a3a3a;
  margin-bottom: 40px;
}

.gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.3s;
  cursor: pointer;
}

.gallery-img:hover {
  transform: scale(1.05);
}


/* BANNER */
.page-banner {
  background: url('../images/residential-banner.jpg') center/cover no-repeat;
  height: 260px;
  position: relative;
}

/* OVERLAY */
.page-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
}

/* CONTENT CENTER */
.banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

/* TITLE */
.banner-title {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

/* ORANGE LINE */
.banner-line {
  width: 60px;
  height: 3px;
  background: #eb7d1e;
  margin-top: 10px;
}

/* MOBILE */
@media(max-width:768px){
  .page-banner {
    height: 200px;
  }

  .banner-title {
    font-size: 24px;
  }
}


/* BANNER */
.page-banner {
  height: 260px;
  position: relative;
}

.industrial-banner {
  background: url('../images/banners.png') center/cover no-repeat;
}

/* OVERLAY */
.page-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
}

/* CONTENT */
.banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

/* TITLE */
.banner-title {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

/* LINE */
.banner-line {
  width: 60px;
  height: 3px;
  background: #eb7d1e;
  margin-top: 10px;
}

/* SECTION */
.project-section {
  background: #f5f5f5;
  padding: 60px 0;
}

/* HEADING */
.section-title {
  font-size: 28px;
  color: #3a3a3a;
  font-family: "Segoe UI", sans-serif;
}

/* CARD */
.project-card {
  background: #fff;
  padding: 10px;
}

/* IMAGE */
.project-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* MOBILE */
@media(max-width:768px){
  .page-banner {
    height: 200px;
  }

  .banner-title {
    font-size: 24px;
  }
}


/* BANNER */
.page-banner {
  height: 260px;
  position: relative;
}

.substation-banner {
  background: url('../images/substation-equ.jpg') center/cover no-repeat;
}

/* OVERLAY */
.page-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
}

/* CONTENT */
.banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

/* TITLE */
.banner-title {
  color: #fff;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}

/* LINE */
.banner-line {
  width: 60px;
  height: 3px;
  background: #eb7d1e;
  margin-top: 10px;
}

/* SECTION */
.project-section {
  background: #f5f5f5;
  padding: 60px 0;
}

/* HEADING */
.section-title {
  font-size: 28px;
  color: #3a3a3a;
  font-family: "Segoe UI", sans-serif;
}

/* CARD */
.project-card {
  background: #fff;
  padding: 10px;
}

/* IMAGE */
.project-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

/* MOBILE */
@media(max-width:768px){
  .page-banner {
    height: 200px;
  }

  .banner-title {
    font-size: 24px;
  }
}


  /* ================= BANNER ================= */
    .page-banner {
      height: 260px;
      position: relative;
      background: url('../images/last.jpg') center/cover no-repeat;
    }

    .page-banner::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      top: 0;
      left: 0;
    }

    .banner-content {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      align-items: center;
    }

    .banner-title {
      color: #fff;
      font-size: 32px;
      font-weight: 400;
    }

    .banner-line {
      width: 60px;
      height: 3px;
      background: #eb7d1e;
      margin-top: 10px;
    }

    /* ================= SECTION ================= */
    .project-section {
      background: #f5f5f5;
      padding: 60px 0;
    }

    .section-title {
      font-size: 28px;
      color: #3a3a3a;
    }

    .project-card {
      background: #fff;
      padding: 10px;
      transition: 0.3s;
    }

    .project-card:hover {
      transform: translateY(-5px);
    }

    .project-img {
      width: 100%;
      height: 280px;
      object-fit: cover;
    }

    /* ================= MOBILE ================= */
    @media(max-width:768px){
      .page-banner {
        height: 200px;
      }

      .banner-title {
        font-size: 24px;
      }

      .project-img {
        height: 220px;
      }
    }


    /* ===== BANNER ===== */
.contact-banner {
  height: 260px;
  background: url('../images/a.png') center/cover no-repeat;
  position: relative;
}

.contact-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-title {
  color: #fff;
  font-size: 32px;
}

.banner-line {
  width: 60px;
  height: 3px;
  background: #eb7d1e;
  margin-top: 10px;
}

/* ===== SECTION ===== */
.contact-section {
  background: #f5f5f5;
  padding: 60px 0;
}

/* FORM */
.form-box input,
.form-box textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  outline: none;
}

.form-box textarea {
  height: 120px;
}

.submit-btn {
  background: #1d6fa5;
  color: #fff;
  border: none;
  padding: 10px 25px;
}

.submit-btn:hover {
  background: #145a86;
}

/* RIGHT SIDE */
.contact-title {
  font-size: 26px;
  margin-bottom: 20px;
}

/* ICON + TEXT */
.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-item i {
  color: #eb7d1e;
  font-size: 22px;
  margin-top: 5px;
}

.contact-item h5 {
  margin: 0;
  color: #333;
}

.contact-item p {
  margin: 0;
  color: #777;
}

/* LINKS */
.contact-item a {
  color: #777;
  text-decoration: none;
}

.contact-item a:hover {
  color: #eb7d1e;
}

/* DIVIDER */
.divider {
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}

/* MAP */
.map-box iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

/* MOBILE */
@media(max-width:768px){
  .contact-banner {
    height: 200px;
  }

  .banner-title {
    font-size: 24px;
  }
}